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/breeze_wind_charge_projectile.json b/behavior_pack/entities/breeze_wind_charge_projectile.json index 3f7905198..ba0b50cbe 100644 --- a/behavior_pack/entities/breeze_wind_charge_projectile.json +++ b/behavior_pack/entities/breeze_wind_charge_projectile.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.10", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:breeze_wind_charge_projectile", @@ -7,12 +7,18 @@ "is_summonable": false }, "components": { - "minecraft:wind_burst": { - "radius": 3.0, + "minecraft:explode": { + "power": 3.0, "particle_effect": "breeze_wind_burst", "sound_effect": "breeze_wind_charge.burst", "knockback_scaling": 0.6, - "negates_fall_damage": false + "negates_fall_damage": false, + "causes_fire": false, + "breaks_blocks": false, + "allow_underwater": true, + "toggles_blocks": true, + "damage_scaling": 0, + "max_resistance": 0 }, "minecraft:collision_box": { "width": 0.3125, diff --git a/behavior_pack/entities/cat.json b/behavior_pack/entities/cat.json index 72177db22..7f3c1606a 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": { @@ -331,7 +340,7 @@ "minecraft:damage_sensor": { "triggers": { "cause": "fall", - "deals_damage": false + "deals_damage": "no" } }, "minecraft:dweller": { @@ -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..bbc3d6a67 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" ] }, @@ -81,7 +81,7 @@ "minecraft:damage_sensor": { "triggers": { "cause": "fall", - "deals_damage": false + "deals_damage": "no" } }, "minecraft:on_start_landing": { diff --git a/behavior_pack/entities/enderman.json b/behavior_pack/entities/enderman.json index 5b3ed34d4..4e115f564 100644 --- a/behavior_pack/entities/enderman.json +++ b/behavior_pack/entities/enderman.json @@ -1,13 +1,14 @@ { - "format_version": "1.16.0", + "format_version": "1.21.40", + "use_beta_features": true, "minecraft:entity": { "description": { "identifier": "minecraft:enderman", "spawn_category": "monster", "is_spawnable": true, - "is_summonable": true, - "is_experimental": false + "is_summonable": true }, + "component_groups": { "minecraft:enderman_calm": { "minecraft:on_target_acquired": { @@ -18,7 +19,6 @@ "value": 0.3 } }, - "minecraft:enderman_angry": { "minecraft:angry": { "duration": 25, @@ -61,12 +61,12 @@ "minecraft:hurt_on_condition": { "damage_conditions": [ { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, + "filters": { "test": "in_lava", "subject": "self" }, "cause": "lava", "damage_per_tick": 4 }, { - "filters": { "test": "in_contact_with_water", "operator": "==", "value": true }, + "filters": { "test": "in_contact_with_water" }, "cause": "drowning", "damage_per_tick": 1 } @@ -91,25 +91,13 @@ "target_teleport_chance": 0.05, "light_teleport_chance": 0.05 }, - "minecraft:lookat": { + "minecraft:looked_at": { "search_radius": 64.0, - "set_target": true, - "look_cooldown": 5.0, + "set_target": "once_and_stop_scanning", + "find_players_only": true, + "looked_at_cooldown": 5.0, "filters": { - "all_of": [ - { - "subject": "other", - "test": "is_family", - "value": "player" - }, - { - "test": "has_equipment", - "domain": "head", - "subject": "other", - "operator": "not", - "value": "carved_pumpkin" - } - ] + "test": "has_equipment", "domain": "head", "subject": "other", "operator": "not", "value": "carved_pumpkin" } }, "minecraft:despawn": { @@ -122,9 +110,7 @@ "entity_types": [ { "filters": { - "test": "is_family", - "subject": "other", - "value": "endermite" + "test": "is_family", "subject": "other", "value": "endermite" }, "max_dist": 64 } @@ -135,12 +121,28 @@ "avoid_water": true }, "minecraft:movement.basic": { - }, "minecraft:jump.static": { }, "minecraft:can_climb": { }, + "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": 10, + "use_motion_prediction_hints": true + } + }, + "minecraft:variable_max_auto_step": { + "base_value": 1.0625, // 1 block + 1 pixel + "jump_prevented_value": 0.5625 // 0.5 blocks + 1 pixel + }, "minecraft:behavior.float": { "priority": 0 }, @@ -164,23 +166,6 @@ }, "minecraft:behavior.enderman_take_block": { "priority": 11 - }, - "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": 10, - "use_motion_prediction_hints": true - } - }, - "minecraft:variable_max_auto_step": { - "base_value": 1.0625, // 1 block + 1 pixel - "jump_prevented_value": 0.5625 // 0.5 blocks + 1 pixel } }, 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/iron_golem.json b/behavior_pack/entities/iron_golem.json index 1d3783a4f..08b3d045f 100644 --- a/behavior_pack/entities/iron_golem.json +++ b/behavior_pack/entities/iron_golem.json @@ -160,6 +160,12 @@ "blocks": [ "cobblestone", "stone", + "granite", + "polished_granite", + "diorite", + "polished_diorite", + "andesite", + "polished_andesite", "stone_bricks", "mossy_stone_bricks", "cracked_stone_bricks", @@ -220,10 +226,29 @@ "polished_diorite_double_slab", "granite_double_slab", "polished_granite_double_slab", - "double_stone_slab4", - "wooden_slab", - "double_wooden_slab", - "planks", + "mossy_stone_brick_double_slab", + "smooth_quartz_double_slab", + "normal_stone_double_slab", + "cut_sandstone_double_slab", + "cut_red_sandstone_double_slab", + "oak_slab", + "spruce_slab", + "birch_slab", + "jungle_slab", + "acacia_slab", + "dark_oak_slab", + "oak_double_slab", + "spruce_double_slab", + "birch_double_slab", + "jungle_double_slab", + "acacia_double_slab", + "dark_oak_double_slab", + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "dark_oak_planks", "brick_block", "nether_brick", "red_nether_brick", diff --git a/behavior_pack/entities/mooshroom.json b/behavior_pack/entities/mooshroom.json index c64c27aff..04567e546 100644 --- a/behavior_pack/entities/mooshroom.json +++ b/behavior_pack/entities/mooshroom.json @@ -125,7 +125,7 @@ "on_interact": { "filters": { // orchid "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:1"}, + { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "blue_orchid"}, { "test" : "is_family", "subject" : "other", "value" : "player"}, { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 6} @@ -143,7 +143,7 @@ "on_interact": { "filters": { // cornflower "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:9"}, + { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "cornflower"}, { "test" : "is_family", "subject" : "other", "value" : "player"}, { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 1} @@ -179,7 +179,7 @@ "on_interact": { "filters": { // lily of the valley "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:10"}, + { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "lily_of_the_valley"}, { "test" : "is_family", "subject" : "other", "value" : "player"}, { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 4} @@ -197,7 +197,7 @@ "on_interact": { "filters": { // daisy "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:8"}, + { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "oxeye_daisy"}, { "test" : "is_family", "subject" : "other", "value" : "player"}, { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 8} diff --git a/behavior_pack/entities/ocelot.json b/behavior_pack/entities/ocelot.json index 60f283d94..603ceabf0 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 @@ -204,12 +212,36 @@ "minecraft:damage_sensor": { "triggers": { "cause": "fall", - "deals_damage": false + "deals_damage": "no" } }, "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..dfd4c8cb4 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 } }, @@ -170,7 +176,7 @@ "minecraft:damage_sensor": { "triggers": { "cause": "fall", - "deals_damage": false + "deals_damage": "no" } }, "minecraft:jump.static": { @@ -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..c2081f3be 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", @@ -211,7 +225,22 @@ "minecraft:trapped_chest", "minecraft:ender_chest", "minecraft:barrel", - "minecraft:shulker_box", + "minecraft:white_shulker_box", + "minecraft:orange_shulker_box", + "minecraft:magenta_shulker_box", + "minecraft:light_blue_shulker_box", + "minecraft:yellow_shulker_box", + "minecraft:lime_shulker_box", + "minecraft:pink_shulker_box", + "minecraft:gray_shulker_box", + "minecraft:light_gray_shulker_box", + "minecraft:cyan_shulker_box", + "minecraft:purple_shulker_box", + "minecraft:blue_shulker_box", + "minecraft:brown_shulker_box", + "minecraft:green_shulker_box", + "minecraft:red_shulker_box", + "minecraft:black_shulker_box", "minecraft:undyed_shulker_box" ], "on_block_broken": "important_block_destroyed_event" @@ -285,7 +314,11 @@ { "filters": { "any_of": [ - { "test": "is_family", "subject": "other", "value": "wither" } + { + "test": "is_family", + "subject": "other", + "value": "wither" + } ] }, "max_dist": 16 @@ -293,10 +326,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 +355,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 +396,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 +417,9 @@ "entity_types": [ { "filters": { - "test": "is_family", "subject": "other", "value": "player" + "test": "is_family", + "subject": "other", + "value": "player" }, "max_dist": 16 } @@ -385,7 +471,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 +530,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 +542,11 @@ { "filters": { "any_of": [ - { "test": "is_family", "subject": "other", "value": "zoglin" } + { + "test": "is_family", + "subject": "other", + "value": "zoglin" + } ] }, "max_dist": 6 @@ -457,8 +554,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 +668,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/ravager.json b/behavior_pack/entities/ravager.json index 2cd303f36..4b5332bfd 100644 --- a/behavior_pack/entities/ravager.json +++ b/behavior_pack/entities/ravager.json @@ -320,24 +320,49 @@ "chorus_flower", "chorus_plant", "deadbush", - "double_plant", - "leaves", - "leaves2", + "sunflower", + "lilac", + "tall_grass", + "large_fern", + "rose_bush", + "peony", + "oak_leaves", + "spruce_leaves", + "birch_leaves", + "jungle_leaves", + "acacia_leaves", + "dark_oak_leaves", "lit_pumpkin", "melon_block", "melon_stem", "potatoes", "pumpkin", "pumpkin_stem", - "red_flower", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", "red_mushroom", "crimson_fungus", "warped_fungus", "reeds", - "sapling", + "oak_sapling", + "spruce_sapling", + "birch_sapling", + "jungle_sapling", + "acacia_sapling", + "dark_oak_sapling", "snow_layer", "sweet_berry_bush", - "tallgrass", + "short_grass", + "fern", "turtle_egg", "vine", "waterlily", 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/sniffer.json b/behavior_pack/entities/sniffer.json index 75e29b652..a0d682038 100644 --- a/behavior_pack/entities/sniffer.json +++ b/behavior_pack/entities/sniffer.json @@ -104,7 +104,7 @@ "target_blocks": [ "minecraft:dirt", "minecraft:coarse_dirt", - "minecraft:grass", + "minecraft:grass_block", "minecraft:podzol", "minecraft:dirt_with_roots", "minecraft:moss_block", 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/villager_v2.json b/behavior_pack/entities/villager_v2.json index 340fc0589..6cd685ef8 100644 --- a/behavior_pack/entities/villager_v2.json +++ b/behavior_pack/entities/villager_v2.json @@ -1487,6 +1487,12 @@ "blocks": [ "cobblestone", "stone", + "granite", + "polished_granite", + "diorite", + "polished_diorite", + "andesite", + "polished_andesite", "stone_bricks", "mossy_stone_bricks", "cracked_stone_bricks", @@ -1547,10 +1553,29 @@ "polished_diorite_double_slab", "granite_double_slab", "polished_granite_double_slab", - "double_stone_slab4", - "wooden_slab", - "double_wooden_slab", - "planks", + "mossy_stone_brick_double_slab", + "smooth_quartz_double_slab", + "normal_stone_double_slab", + "cut_sandstone_double_slab", + "cut_red_sandstone_double_slab", + "oak_slab", + "spruce_slab", + "birch_slab", + "jungle_slab", + "acacia_slab", + "dark_oak_slab", + "oak_double_slab", + "spruce_double_slab", + "birch_double_slab", + "jungle_double_slab", + "acacia_double_slab", + "dark_oak_double_slab", + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "dark_oak_planks", "brick_block", "nether_brick", "red_nether_brick", @@ -1648,6 +1673,12 @@ "blocks": [ "cobblestone", "stone", + "granite", + "polished_granite", + "diorite", + "polished_diorite", + "andesite", + "polished_andesite", "stone_bricks", "mossy_stone_bricks", "cracked_stone_bricks", @@ -1708,10 +1739,29 @@ "polished_diorite_double_slab", "granite_double_slab", "polished_granite_double_slab", - "double_stone_slab4", - "wooden_slab", - "double_wooden_slab", - "planks", + "mossy_stone_brick_double_slab", + "smooth_quartz_double_slab", + "normal_stone_double_slab", + "cut_sandstone_double_slab", + "cut_red_sandstone_double_slab", + "oak_slab", + "spruce_slab", + "birch_slab", + "jungle_slab", + "acacia_slab", + "dark_oak_slab", + "oak_double_slab", + "spruce_double_slab", + "birch_double_slab", + "jungle_double_slab", + "acacia_double_slab", + "dark_oak_double_slab", + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "dark_oak_planks", "brick_block", "nether_brick", "red_nether_brick", diff --git a/behavior_pack/entities/wind_charge_projectile.json b/behavior_pack/entities/wind_charge_projectile.json index f379ced52..5c36f51cc 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", @@ -7,11 +7,18 @@ "is_summonable": true }, "components": { - "minecraft:wind_burst": { - "radius": 1.2, + "minecraft:explode": { + "power": 1.2, "particle_effect": "wind_burst", "sound_effect": "wind_charge.burst", - "knockback_scaling": 1.22 + "knockback_scaling": 1.22, + "negates_fall_damage": true, + "causes_fire": false, + "breaks_blocks": false, + "allow_underwater": true, + "toggles_blocks": true, + "damage_scaling": 0, + "max_resistance": 0 }, "minecraft:collision_box": { "width": 0.3125, @@ -27,13 +34,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/items/black_bundle.json b/behavior_pack/items/black_bundle.json new file mode 100644 index 000000000..36d6e7225 --- /dev/null +++ b/behavior_pack/items/black_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:black_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_black" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/blue_bundle.json b/behavior_pack/items/blue_bundle.json new file mode 100644 index 000000000..2fea329a3 --- /dev/null +++ b/behavior_pack/items/blue_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:blue_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_blue" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/brown_bundle.json b/behavior_pack/items/brown_bundle.json new file mode 100644 index 000000000..c21e0322a --- /dev/null +++ b/behavior_pack/items/brown_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:brown_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_brown" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/bundle.json b/behavior_pack/items/bundle.json new file mode 100644 index 000000000..5c4748d46 --- /dev/null +++ b/behavior_pack/items/bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/cyan_bundle.json b/behavior_pack/items/cyan_bundle.json new file mode 100644 index 000000000..7f09c8218 --- /dev/null +++ b/behavior_pack/items/cyan_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:cyan_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_cyan" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/gray_bundle.json b/behavior_pack/items/gray_bundle.json new file mode 100644 index 000000000..39c4eee6f --- /dev/null +++ b/behavior_pack/items/gray_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:gray_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_gray" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/green_bundle.json b/behavior_pack/items/green_bundle.json new file mode 100644 index 000000000..a3d89a6f8 --- /dev/null +++ b/behavior_pack/items/green_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:green_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_green" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/light_blue_bundle.json b/behavior_pack/items/light_blue_bundle.json new file mode 100644 index 000000000..97eebdbaf --- /dev/null +++ b/behavior_pack/items/light_blue_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:light_blue_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_light_blue" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/light_gray_bundle.json b/behavior_pack/items/light_gray_bundle.json new file mode 100644 index 000000000..0900c289e --- /dev/null +++ b/behavior_pack/items/light_gray_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:light_gray_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_light_gray" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/lime_bundle.json b/behavior_pack/items/lime_bundle.json new file mode 100644 index 000000000..53415f7da --- /dev/null +++ b/behavior_pack/items/lime_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:lime_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_lime" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/magenta_bundle.json b/behavior_pack/items/magenta_bundle.json new file mode 100644 index 000000000..36f6b4233 --- /dev/null +++ b/behavior_pack/items/magenta_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:magenta_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_magenta" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/orange_bundle.json b/behavior_pack/items/orange_bundle.json new file mode 100644 index 000000000..60d84e454 --- /dev/null +++ b/behavior_pack/items/orange_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:orange_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_orange" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/pink_bundle.json b/behavior_pack/items/pink_bundle.json new file mode 100644 index 000000000..8bfae7879 --- /dev/null +++ b/behavior_pack/items/pink_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:pink_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_pink" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/purple_bundle.json b/behavior_pack/items/purple_bundle.json new file mode 100644 index 000000000..d875524be --- /dev/null +++ b/behavior_pack/items/purple_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:purple_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_purple" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/red_bundle.json b/behavior_pack/items/red_bundle.json new file mode 100644 index 000000000..abc7a1d05 --- /dev/null +++ b/behavior_pack/items/red_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:red_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_red" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/white_bundle.json b/behavior_pack/items/white_bundle.json new file mode 100644 index 000000000..939f16280 --- /dev/null +++ b/behavior_pack/items/white_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:white_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_white" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/items/yellow_bundle.json b/behavior_pack/items/yellow_bundle.json new file mode 100644 index 000000000..1d82566d5 --- /dev/null +++ b/behavior_pack/items/yellow_bundle.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.21.30", + "minecraft:item": { + "description": { + "identifier": "minecraft:yellow_bundle" + }, + + "components": { + "minecraft:icon": { + "textures": { + "default": "bundle_yellow" + } + }, + "minecraft:max_stack_size": 1, + "minecraft:storage_item": { + "max_slots": 64, + "max_weight_limit": 64, + "weight_in_storage_item": 4, + "allow_nested_storage_items": true, + "banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ] + }, + "minecraft:bundle_interaction": { + "num_viewable_slots": 12 + } + } + } +} diff --git a/behavior_pack/loot_tables/chests/pillager_outpost.json b/behavior_pack/loot_tables/chests/pillager_outpost.json index 7058bb021..d8e127c53 100644 --- a/behavior_pack/loot_tables/chests/pillager_outpost.json +++ b/behavior_pack/loot_tables/chests/pillager_outpost.json @@ -70,13 +70,9 @@ "entries": [ { "type": "item", - "name": "minecraft:log2", + "name": "minecraft:dark_oak_log", "weight": 1, "functions": [ - { - "function": "set_data", - "data": 1 - }, { "function": "set_count", "count": { diff --git a/behavior_pack/loot_tables/chests/spawn_bonus_chest.json b/behavior_pack/loot_tables/chests/spawn_bonus_chest.json index d0f2af041..752918647 100644 --- a/behavior_pack/loot_tables/chests/spawn_bonus_chest.json +++ b/behavior_pack/loot_tables/chests/spawn_bonus_chest.json @@ -111,7 +111,7 @@ "entries": [ { "type": "item", - "name": "minecraft:planks", + "name": "minecraft:oak_planks", "weight": 1, "functions": [ { @@ -130,7 +130,7 @@ "entries": [ { "type": "item", - "name": "minecraft:log2", + "name": "minecraft:acacia_log", "weight": 1, "functions": [ { @@ -144,13 +144,9 @@ }, { "type": "item", - "name": "minecraft:log2", + "name": "minecraft:dark_oak_log", "weight": 1, "functions": [ - { - "function": "minecraft:set_data", - "data": 1 - }, { "function": "minecraft:set_count", "count": { @@ -181,7 +177,7 @@ "entries": [ { "type": "item", - "name": "minecraft:log", + "name": "minecraft:oak_log", "weight": 1, "functions": [ { @@ -195,13 +191,9 @@ }, { "type": "item", - "name": "minecraft:log", + "name": "minecraft:spruce_log", "weight": 1, "functions": [ - { - "function": "minecraft:set_data", - "data": 1 - }, { "function": "minecraft:set_count", "count": { @@ -213,13 +205,9 @@ }, { "type": "item", - "name": "minecraft:log", + "name": "minecraft:birch_log", "weight": 1, "functions": [ - { - "function": "minecraft:set_data", - "data": 2 - }, { "function": "minecraft:set_count", "count": { @@ -231,13 +219,9 @@ }, { "type": "item", - "name": "minecraft:log", + "name": "minecraft:jungle_log", "weight": 1, "functions": [ - { - "function": "minecraft:set_data", - "data": 3 - }, { "function": "minecraft:set_count", "count": { @@ -287,7 +271,7 @@ "entries": [ { "type": "item", - "name": "minecraft:sapling", + "name": "minecraft:oak_sapling", "weight": 2, "functions": [ { @@ -301,13 +285,9 @@ }, { "type": "item", - "name": "minecraft:sapling", + "name": "minecraft:spruce_sapling", "weight": 2, "functions": [ - { - "function": "minecraft:set_data", - "data": 1 - }, { "function": "minecraft:set_count", "count": { @@ -319,13 +299,9 @@ }, { "type": "item", - "name": "minecraft:sapling", + "name": "minecraft:birch_sapling", "weight": 2, "functions": [ - { - "function": "minecraft:set_data", - "data": 2 - }, { "function": "minecraft:set_count", "count": { @@ -337,13 +313,9 @@ }, { "type": "item", - "name": "minecraft:sapling", + "name": "minecraft:jungle_sapling", "weight": 4, "functions": [ - { - "function": "minecraft:set_data", - "data": 3 - }, { "function": "minecraft:set_count", "count": { @@ -355,13 +327,9 @@ }, { "type": "item", - "name": "minecraft:sapling", + "name": "minecraft:acacia_sapling", "weight": 2, "functions": [ - { - "function": "minecraft:set_data", - "data": 4 - }, { "function": "minecraft:set_count", "count": { @@ -373,13 +341,9 @@ }, { "type": "item", - "name": "minecraft:sapling", + "name": "minecraft:dark_oak_sapling", "weight": 2, "functions": [ - { - "function": "minecraft:set_data", - "data": 5 - }, { "function": "minecraft:set_count", "count": { @@ -457,13 +421,9 @@ }, { "type": "item", - "name": "minecraft:dye", + "name": "minecraft:cocoa_beans", "weight": 2, "functions": [ - { - "function": "set_data", - "data": 3 - }, { "function": "minecraft:set_count", "count": { diff --git a/behavior_pack/loot_tables/chests/village/village_cartographer.json b/behavior_pack/loot_tables/chests/village/village_cartographer.json index 4488ac979..73c14fe73 100644 --- a/behavior_pack/loot_tables/chests/village/village_cartographer.json +++ b/behavior_pack/loot_tables/chests/village/village_cartographer.json @@ -63,13 +63,9 @@ "min": 1, "max": 2 } - }, - { - "function": "set_data", - "data": 0 } ], - "name": "minecraft:sapling" + "name": "minecraft:oak_sapling" } ] } diff --git a/behavior_pack/loot_tables/chests/village/village_mason.json b/behavior_pack/loot_tables/chests/village/village_mason.json index 8df2fe9e2..1c3065a9b 100644 --- a/behavior_pack/loot_tables/chests/village/village_mason.json +++ b/behavior_pack/loot_tables/chests/village/village_mason.json @@ -50,13 +50,7 @@ }, { "type": "item", - "functions": [ - { - "function": "minecraft:set_data", - "data": 11 - } - ], - "name": "minecraft:dye" + "name": "minecraft:yellow_dye" }, { "type": "item", diff --git a/behavior_pack/loot_tables/chests/village/village_plains_house.json b/behavior_pack/loot_tables/chests/village/village_plains_house.json index a759d75ea..a2d3b50d7 100644 --- a/behavior_pack/loot_tables/chests/village/village_plains_house.json +++ b/behavior_pack/loot_tables/chests/village/village_plains_house.json @@ -103,13 +103,9 @@ "min": 1, "max": 2 } - }, - { - "function": "minecraft:set_data", - "data": 0 } ], - "name": "minecraft:sapling" + "name": "minecraft:oak_sapling" } ] } diff --git a/behavior_pack/loot_tables/chests/village/village_savanna_house.json b/behavior_pack/loot_tables/chests/village/village_savanna_house.json index 62c105db6..4fa4d9bff 100644 --- a/behavior_pack/loot_tables/chests/village/village_savanna_house.json +++ b/behavior_pack/loot_tables/chests/village/village_savanna_house.json @@ -23,24 +23,12 @@ { "type": "item", "weight": 5, - "functions": [ - { - "function": "minecraft:set_data", - "data": 1 - } - ], - "name": "minecraft:tallgrass" + "name": "minecraft:short_grass" }, { "type": "item", "weight": 5, - "functions": [ - { - "function": "minecraft:set_data", - "data": 2 - } - ], - "name": "minecraft:double_plant" + "name": "minecraft:tall_grass" }, { "type": "item", @@ -94,13 +82,9 @@ "min": 1, "max": 2 } - }, - { - "function": "minecraft:set_data", - "data": 4 } ], - "name": "minecraft:sapling" + "name": "minecraft:acacia_sapling" }, { "type": "item", diff --git a/behavior_pack/loot_tables/chests/village/village_shepherd.json b/behavior_pack/loot_tables/chests/village/village_shepherd.json index 600935b56..5f7d73d3e 100644 --- a/behavior_pack/loot_tables/chests/village/village_shepherd.json +++ b/behavior_pack/loot_tables/chests/village/village_shepherd.json @@ -17,13 +17,9 @@ "min": 1, "max": 8 } - }, - { - "function": "set_data", - "data": 0 } ], - "name": "minecraft:wool" + "name": "minecraft:white_wool" }, { "type": "item", @@ -35,13 +31,9 @@ "min": 1, "max": 3 } - }, - { - "function": "set_data", - "data": 15 } ], - "name": "minecraft:wool" + "name": "minecraft:black_wool" }, { "type": "item", @@ -53,13 +45,9 @@ "min": 1, "max": 3 } - }, - { - "function": "set_data", - "data": 7 } ], - "name": "minecraft:wool" + "name": "minecraft:gray_wool" }, { "type": "item", @@ -71,13 +59,9 @@ "min": 1, "max": 3 } - }, - { - "function": "set_data", - "data": 12 } ], - "name": "minecraft:wool" + "name": "minecraft:brown_wool" }, { "type": "item", @@ -89,13 +73,9 @@ "min": 1, "max": 3 } - }, - { - "function": "set_data", - "data": 8 } ], - "name": "minecraft:wool" + "name": "minecraft:light_gray_wool" }, { "type": "item", diff --git a/behavior_pack/loot_tables/chests/village/village_taiga_house.json b/behavior_pack/loot_tables/chests/village/village_taiga_house.json index 45d2eb59e..c3441c6b6 100644 --- a/behavior_pack/loot_tables/chests/village/village_taiga_house.json +++ b/behavior_pack/loot_tables/chests/village/village_taiga_house.json @@ -22,24 +22,12 @@ { "type": "item", "weight": 2, - "functions": [ - { - "function": "set_data", - "data": 2 - } - ], - "name": "minecraft:tallgrass" + "name": "minecraft:fern" }, { "type": "item", "weight": 2, - "functions": [ - { - "function": "set_data", - "data": 3 - } - ], - "name": "minecraft:double_plant" + "name": "minecraft:large_fern" }, { "type": "item", @@ -111,13 +99,9 @@ "min": 1, "max": 5 } - }, - { - "function": "set_data", - "data": 1 } ], - "name": "minecraft:sapling" + "name": "minecraft:spruce_sapling" }, { "type": "item", @@ -139,13 +123,9 @@ "min": 1, "max": 5 } - }, - { - "function": "set_data", - "data": 1 } ], - "name": "minecraft:log" + "name": "minecraft:spruce_log" } ] } diff --git a/behavior_pack/loot_tables/chests/village/village_weaponsmith.json b/behavior_pack/loot_tables/chests/village/village_weaponsmith.json index 60d90b95f..4010c55d6 100644 --- a/behavior_pack/loot_tables/chests/village/village_weaponsmith.json +++ b/behavior_pack/loot_tables/chests/village/village_weaponsmith.json @@ -130,13 +130,9 @@ "min": 3, "max": 7 } - }, - { - "function": "set_data", - "data": 0 } ], - "name": "minecraft:sapling" + "name": "minecraft:oak_sapling" }, { "type": "item", 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/loot_tables/entities/trail_ruins_brushable_block_common.json b/behavior_pack/loot_tables/entities/trail_ruins_brushable_block_common.json index fd1c31ffb..d4f60f445 100644 --- a/behavior_pack/loot_tables/entities/trail_ruins_brushable_block_common.json +++ b/behavior_pack/loot_tables/entities/trail_ruins_brushable_block_common.json @@ -78,80 +78,38 @@ }, { "type": "item", - "name": "minecraft:stained_glass_pane", - "weight": 1, - "functions": [ - { - "function": "set_data", // magenta - "data": 2 - } - ] + "name": "minecraft:magenta_stained_glass_pane", + "weight": 1 }, { "type": "item", - "name": "minecraft:stained_glass_pane", - "weight": 1, - "functions": [ - { - "function": "set_data", // pink - "data": 6 - } - ] + "name": "minecraft:pink_stained_glass_pane", + "weight": 1 }, { "type": "item", - "name": "minecraft:stained_glass_pane", - "weight": 1, - "functions": [ - { - "function": "set_data", // blue - "data": 11 - } - ] + "name": "minecraft:blue_stained_glass_pane", + "weight": 1 }, { "type": "item", - "name": "minecraft:stained_glass_pane", - "weight": 1, - "functions": [ - { - "function": "set_data", // light blue - "data": 3 - } - ] + "name": "minecraft:light_blue_stained_glass_pane", + "weight": 1 }, { "type": "item", - "name": "minecraft:stained_glass_pane", - "weight": 1, - "functions": [ - { - "function": "set_data", // red - "data": 14 - } - ] + "name": "minecraft:red_stained_glass_pane", + "weight": 1 }, { "type": "item", - "name": "minecraft:stained_glass_pane", - "weight": 1, - "functions": [ - { - "function": "set_data", // yellow - "data": 4 - } - ] + "name": "minecraft:yellow_stained_glass_pane", + "weight": 1 }, { "type": "item", - "name": "minecraft:stained_glass_pane", - "weight": 1, - "functions": [ - { - "function": "set_data", // purple - "data": 10 - } - ] + "name": "minecraft:purple_stained_glass_pane", + "weight": 1 }, { "type": "item", 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/behavior_pack/recipes/acacia_boat.json b/behavior_pack/recipes/acacia_boat.json index f57a9f79d..219bfe8be 100644 --- a/behavior_pack/recipes/acacia_boat.json +++ b/behavior_pack/recipes/acacia_boat.json @@ -12,16 +12,14 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } }, "unlock": { "context": "PlayerInWater" }, "result": { - "item": "minecraft:boat", - "data": 4 + "item": "minecraft:acacia_boat" } } diff --git a/behavior_pack/recipes/acacia_door.json b/behavior_pack/recipes/acacia_door.json index f19b505c0..462cf9726 100644 --- a/behavior_pack/recipes/acacia_door.json +++ b/behavior_pack/recipes/acacia_door.json @@ -15,14 +15,12 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } ], "result": { diff --git a/behavior_pack/recipes/acacia_fence.json b/behavior_pack/recipes/acacia_fence.json index e271e535e..393d61ca2 100644 --- a/behavior_pack/recipes/acacia_fence.json +++ b/behavior_pack/recipes/acacia_fence.json @@ -16,14 +16,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } ], "result": { diff --git a/behavior_pack/recipes/acacia_fence_gate.json b/behavior_pack/recipes/acacia_fence_gate.json index a2a4ec914..41a6756ff 100644 --- a/behavior_pack/recipes/acacia_fence_gate.json +++ b/behavior_pack/recipes/acacia_fence_gate.json @@ -17,14 +17,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } ], "result": { diff --git a/behavior_pack/recipes/acacia_planks.json b/behavior_pack/recipes/acacia_planks.json index fefae5b1a..88bfaa412 100644 --- a/behavior_pack/recipes/acacia_planks.json +++ b/behavior_pack/recipes/acacia_planks.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:log2", - "data": 0 + "item": "minecraft:acacia_log" } }, "unlock": [ { - "item": "minecraft:log2", - "data": 0 + "item": "minecraft:acacia_log" } ], "result": { - "item": "minecraft:planks", - "data": 4, + "item": "minecraft:acacia_planks", "count": 4 } } diff --git a/behavior_pack/recipes/acacia_planks_from_stripped.json b/behavior_pack/recipes/acacia_planks_from_stripped.json index e66e2044a..9209c2466 100644 --- a/behavior_pack/recipes/acacia_planks_from_stripped.json +++ b/behavior_pack/recipes/acacia_planks_from_stripped.json @@ -22,8 +22,7 @@ } ], "result": { - "item": "minecraft:planks", - "data": 4, + "item": "minecraft:acacia_planks", "count": 4 } } diff --git a/behavior_pack/recipes/acacia_stairs.json b/behavior_pack/recipes/acacia_stairs.json index 53c0964c1..ece64c707 100644 --- a/behavior_pack/recipes/acacia_stairs.json +++ b/behavior_pack/recipes/acacia_stairs.json @@ -15,14 +15,12 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } ], "result": { diff --git a/behavior_pack/recipes/acacia_wooden_slab.json b/behavior_pack/recipes/acacia_wooden_slab.json index 458b4cd91..2547c55bb 100644 --- a/behavior_pack/recipes/acacia_wooden_slab.json +++ b/behavior_pack/recipes/acacia_wooden_slab.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } ], "result": { - "item": "minecraft:wooden_slab", - "data": 4, + "item": "minecraft:acacia_slab", "count": 6 } } diff --git a/behavior_pack/recipes/andesite.json b/behavior_pack/recipes/andesite.json index eaa67e5e5..a777a3491 100644 --- a/behavior_pack/recipes/andesite.json +++ b/behavior_pack/recipes/andesite.json @@ -9,8 +9,7 @@ "tags": [ "crafting_table" ], "ingredients": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" }, { "item": "minecraft:cobblestone" @@ -18,13 +17,11 @@ ], "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { - "item": "minecraft:stone", - "data": 5, + "item": "minecraft:andesite", "count": 2 } } diff --git a/behavior_pack/recipes/andesite_stairs.json b/behavior_pack/recipes/andesite_stairs.json index 20725bc71..7ffef1ca4 100644 --- a/behavior_pack/recipes/andesite_stairs.json +++ b/behavior_pack/recipes/andesite_stairs.json @@ -14,14 +14,12 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "result": { diff --git a/behavior_pack/recipes/birch_boat.json b/behavior_pack/recipes/birch_boat.json index 1839fa1f6..6011dd894 100644 --- a/behavior_pack/recipes/birch_boat.json +++ b/behavior_pack/recipes/birch_boat.json @@ -13,16 +13,14 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } }, "unlock": { "context": "PlayerInWater" }, "result": { - "item": "minecraft:boat", - "data": 2 + "item": "minecraft:birch_boat" } } } diff --git a/behavior_pack/recipes/birch_door.json b/behavior_pack/recipes/birch_door.json index 19d00c34f..4cf78b9cb 100644 --- a/behavior_pack/recipes/birch_door.json +++ b/behavior_pack/recipes/birch_door.json @@ -15,14 +15,12 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } ], "result": { diff --git a/behavior_pack/recipes/birch_fence.json b/behavior_pack/recipes/birch_fence.json index 2196cde7b..8a45cdbed 100644 --- a/behavior_pack/recipes/birch_fence.json +++ b/behavior_pack/recipes/birch_fence.json @@ -16,14 +16,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } ], "result": { diff --git a/behavior_pack/recipes/birch_fence_gate.json b/behavior_pack/recipes/birch_fence_gate.json index a168182d1..66cb98878 100644 --- a/behavior_pack/recipes/birch_fence_gate.json +++ b/behavior_pack/recipes/birch_fence_gate.json @@ -17,14 +17,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } ], "result": { diff --git a/behavior_pack/recipes/birch_planks.json b/behavior_pack/recipes/birch_planks.json index c06b42044..98169294e 100644 --- a/behavior_pack/recipes/birch_planks.json +++ b/behavior_pack/recipes/birch_planks.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:log", - "data": 2 + "item": "minecraft:birch_log" } }, "unlock": [ { - "item": "minecraft:log", - "data": 2 + "item": "minecraft:birch_log" } ], "result": { - "item": "minecraft:planks", - "data": 2, + "item": "minecraft:birch_planks", "count": 4 } } diff --git a/behavior_pack/recipes/birch_planks_from_stripped.json b/behavior_pack/recipes/birch_planks_from_stripped.json index be8976e88..1dd2d4913 100644 --- a/behavior_pack/recipes/birch_planks_from_stripped.json +++ b/behavior_pack/recipes/birch_planks_from_stripped.json @@ -17,13 +17,12 @@ } }, "unlock": [ - { - "item": "minecraft:stripped_birch_log" - } - ], + { + "item": "minecraft:stripped_birch_log" + } + ], "result": { - "item": "minecraft:planks", - "data": 2, + "item": "minecraft:birch_planks", "count": 4 } } diff --git a/behavior_pack/recipes/birch_stairs.json b/behavior_pack/recipes/birch_stairs.json index 7493cf0b4..a42b4f11a 100644 --- a/behavior_pack/recipes/birch_stairs.json +++ b/behavior_pack/recipes/birch_stairs.json @@ -15,14 +15,12 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } ], "result": { diff --git a/behavior_pack/recipes/birch_wooden_slab.json b/behavior_pack/recipes/birch_wooden_slab.json index 296060b86..c72a0913d 100644 --- a/behavior_pack/recipes/birch_wooden_slab.json +++ b/behavior_pack/recipes/birch_wooden_slab.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } ], "result": { - "item": "minecraft:wooden_slab", - "data": 2, + "item": "minecraft:birch_slab", "count": 6 } } diff --git a/behavior_pack/recipes/black_banner.json b/behavior_pack/recipes/black_banner.json index 90b03ce7c..5dc6ba8ec 100644 --- a/behavior_pack/recipes/black_banner.json +++ b/behavior_pack/recipes/black_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 15 + "item": "minecraft:black_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 15 + "item": "minecraft:black_wool" } ], "result": { diff --git a/behavior_pack/recipes/black_carpet.json b/behavior_pack/recipes/black_carpet.json index 97dfb1bd0..1b296dd1e 100644 --- a/behavior_pack/recipes/black_carpet.json +++ b/behavior_pack/recipes/black_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 15 + "item": "minecraft:black_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 15 + "item": "minecraft:black_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 15, + "item": "minecraft:black_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/black_carpet_from_white.json b/behavior_pack/recipes/black_carpet_from_white.json index e80d47340..6a47644be 100644 --- a/behavior_pack/recipes/black_carpet_from_white.json +++ b/behavior_pack/recipes/black_carpet_from_white.json @@ -16,27 +16,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 16 + "item": "minecraft:black_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 16 + "item": "minecraft:black_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 15, + "item": "minecraft:black_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/black_concrete_powder.json b/behavior_pack/recipes/black_concrete_powder.json index ecb475da2..8bb33bab2 100644 --- a/behavior_pack/recipes/black_concrete_powder.json +++ b/behavior_pack/recipes/black_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 16 + "item": "minecraft:black_dye" }, { "item": "minecraft:sand", @@ -48,12 +47,11 @@ }, { "item": "minecraft:sand", - "data": 0 + "data": 0 } ], "result": { - "item": "minecraft:concrete_powder", - "data": 15, + "item": "minecraft:black_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/black_concrete_powder_from_ink_sac.json b/behavior_pack/recipes/black_concrete_powder_from_ink_sac.json index 8646aa7c0..23615de36 100644 --- a/behavior_pack/recipes/black_concrete_powder_from_ink_sac.json +++ b/behavior_pack/recipes/black_concrete_powder_from_ink_sac.json @@ -11,8 +11,7 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:dye", - "data": 0 + "item": "minecraft:ink_sac" }, { "item": "minecraft:sand", @@ -53,8 +52,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 15, + "item": "minecraft:black_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/black_stained_glass.json b/behavior_pack/recipes/black_stained_glass.json index 405a2dfcc..8502bd631 100644 --- a/behavior_pack/recipes/black_stained_glass.json +++ b/behavior_pack/recipes/black_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 16 + "item": "minecraft:black_dye" } }, "unlock": [ @@ -28,7 +27,7 @@ } ], "result": { - "item": "minecraft:black_stained_glass", + "item": "minecraft:black_stained_glass", "count": 8 } } diff --git a/behavior_pack/recipes/black_stained_glass_from_ink_sac.json b/behavior_pack/recipes/black_stained_glass_from_ink_sac.json index f7051dbc8..2ed49dffd 100644 --- a/behavior_pack/recipes/black_stained_glass_from_ink_sac.json +++ b/behavior_pack/recipes/black_stained_glass_from_ink_sac.json @@ -19,8 +19,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 0 + "item": "minecraft:ink_sac" } }, "unlock": [ diff --git a/behavior_pack/recipes/black_stained_glass_pane_from_pane.json b/behavior_pack/recipes/black_stained_glass_pane_from_pane.json index b8e3b6d08..70cce4de6 100644 --- a/behavior_pack/recipes/black_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/black_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 16 + "item": "minecraft:black_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 16 + "item": "minecraft:black_dye" } ], "result": { diff --git a/behavior_pack/recipes/black_stained_hardened_clay.json b/behavior_pack/recipes/black_stained_hardened_clay.json index 274a5e6f1..27f782b3d 100644 --- a/behavior_pack/recipes/black_stained_hardened_clay.json +++ b/behavior_pack/recipes/black_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 16 + "item": "minecraft:black_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 15, + "item": "minecraft:black_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/black_stained_hardened_clay_from_ink_sac.json b/behavior_pack/recipes/black_stained_hardened_clay_from_ink_sac.json index d03304a5a..2be39e739 100644 --- a/behavior_pack/recipes/black_stained_hardened_clay_from_ink_sac.json +++ b/behavior_pack/recipes/black_stained_hardened_clay_from_ink_sac.json @@ -19,8 +19,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 0 + "item": "minecraft:ink_sac" } }, "unlock": [ @@ -29,8 +28,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 15, + "item": "minecraft:black_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/blue_banner.json b/behavior_pack/recipes/blue_banner.json index 8caaaa358..9dedd1931 100644 --- a/behavior_pack/recipes/blue_banner.json +++ b/behavior_pack/recipes/blue_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 11 + "item": "minecraft:blue_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 11 + "item": "minecraft:blue_wool" } ], "result": { diff --git a/behavior_pack/recipes/blue_carpet.json b/behavior_pack/recipes/blue_carpet.json index 125128234..e96d96dcb 100644 --- a/behavior_pack/recipes/blue_carpet.json +++ b/behavior_pack/recipes/blue_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 11 + "item": "minecraft:blue_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 11 + "item": "minecraft:blue_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 11, + "item": "minecraft:blue_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/blue_carpet_from_white.json b/behavior_pack/recipes/blue_carpet_from_white.json index 9c50076b0..45626554b 100644 --- a/behavior_pack/recipes/blue_carpet_from_white.json +++ b/behavior_pack/recipes/blue_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 18 + "item": "minecraft:blue_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 18 + "item": "minecraft:blue_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 11, + "item": "minecraft:blue_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/blue_concrete_powder.json b/behavior_pack/recipes/blue_concrete_powder.json index 9e26c0ad5..818c7c920 100644 --- a/behavior_pack/recipes/blue_concrete_powder.json +++ b/behavior_pack/recipes/blue_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 18 + "item": "minecraft:blue_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 11, + "item": "minecraft:blue_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/blue_concrete_powder_from_lapis_lazuli.json b/behavior_pack/recipes/blue_concrete_powder_from_lapis_lazuli.json index 1e30d94c0..c46c2354b 100644 --- a/behavior_pack/recipes/blue_concrete_powder_from_lapis_lazuli.json +++ b/behavior_pack/recipes/blue_concrete_powder_from_lapis_lazuli.json @@ -11,8 +11,7 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:dye", - "data": 4 + "item": "minecraft:lapis_lazuli" }, { "item": "minecraft:sand", @@ -53,8 +52,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 11, + "item": "minecraft:blue_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/blue_stained_glass.json b/behavior_pack/recipes/blue_stained_glass.json index e670ea232..8f7a24a62 100644 --- a/behavior_pack/recipes/blue_stained_glass.json +++ b/behavior_pack/recipes/blue_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 18 + "item": "minecraft:blue_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/blue_stained_glass_from_lapis_lazuli.json b/behavior_pack/recipes/blue_stained_glass_from_lapis_lazuli.json index b0f737f31..0f553325a 100644 --- a/behavior_pack/recipes/blue_stained_glass_from_lapis_lazuli.json +++ b/behavior_pack/recipes/blue_stained_glass_from_lapis_lazuli.json @@ -19,8 +19,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 4 + "item": "minecraft:lapis_lazuli" } }, "unlock": [ @@ -29,7 +28,7 @@ } ], "result": { - "item": "minecraft:blue_stained_glass", + "item": "minecraft:blue_stained_glass", "count": 8 } } diff --git a/behavior_pack/recipes/blue_stained_glass_pane_from_pane.json b/behavior_pack/recipes/blue_stained_glass_pane_from_pane.json index 49c5a49f6..45711dad3 100644 --- a/behavior_pack/recipes/blue_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/blue_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 18 + "item": "minecraft:blue_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 18 + "item": "minecraft:blue_dye" } ], "result": { diff --git a/behavior_pack/recipes/blue_stained_hardened_clay.json b/behavior_pack/recipes/blue_stained_hardened_clay.json index 1846ecc5c..a0a1fc5ec 100644 --- a/behavior_pack/recipes/blue_stained_hardened_clay.json +++ b/behavior_pack/recipes/blue_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 18 + "item": "minecraft:blue_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 11, + "item": "minecraft:blue_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/blue_stained_hardened_clay_from_lapis_lazuli.json b/behavior_pack/recipes/blue_stained_hardened_clay_from_lapis_lazuli.json index ea382470c..8bc2eddfc 100644 --- a/behavior_pack/recipes/blue_stained_hardened_clay_from_lapis_lazuli.json +++ b/behavior_pack/recipes/blue_stained_hardened_clay_from_lapis_lazuli.json @@ -19,8 +19,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 4 + "item": "minecraft:lapis_lazuli" } }, "unlock": [ @@ -29,8 +28,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 11, + "item": "minecraft:blue_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/boat.json b/behavior_pack/recipes/boat.json index 9c7499367..e1821e34e 100644 --- a/behavior_pack/recipes/boat.json +++ b/behavior_pack/recipes/boat.json @@ -13,16 +13,14 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } }, "unlock": { "context": "PlayerInWater" }, "result": { - "item": "minecraft:boat", - "data": 0 + "item": "minecraft:oak_boat" } } } diff --git a/behavior_pack/recipes/brown_banner.json b/behavior_pack/recipes/brown_banner.json index dbf6ea363..e91179446 100644 --- a/behavior_pack/recipes/brown_banner.json +++ b/behavior_pack/recipes/brown_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 12 + "item": "minecraft:brown_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 12 + "item": "minecraft:brown_wool" } ], "result": { diff --git a/behavior_pack/recipes/brown_carpet.json b/behavior_pack/recipes/brown_carpet.json index afd335779..197825158 100644 --- a/behavior_pack/recipes/brown_carpet.json +++ b/behavior_pack/recipes/brown_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 12 + "item": "minecraft:brown_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 12 + "item": "minecraft:brown_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 12, + "item": "minecraft:brown_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/brown_carpet_from_white.json b/behavior_pack/recipes/brown_carpet_from_white.json index a31f039c2..38333a7a0 100644 --- a/behavior_pack/recipes/brown_carpet_from_white.json +++ b/behavior_pack/recipes/brown_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 17 + "item": "minecraft:brown_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 17 + "item": "minecraft:brown_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 12, + "item": "minecraft:brown_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/brown_concrete_powder.json b/behavior_pack/recipes/brown_concrete_powder.json index d373fba9b..ef4e5ed4e 100644 --- a/behavior_pack/recipes/brown_concrete_powder.json +++ b/behavior_pack/recipes/brown_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 17 + "item": "minecraft:brown_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 12, + "item": "minecraft:brown_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/brown_concrete_powder_from_cocoa_beans.json b/behavior_pack/recipes/brown_concrete_powder_from_cocoa_beans.json index 2b25ff3f0..3630bbaf0 100644 --- a/behavior_pack/recipes/brown_concrete_powder_from_cocoa_beans.json +++ b/behavior_pack/recipes/brown_concrete_powder_from_cocoa_beans.json @@ -11,8 +11,7 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:dye", - "data": 3 + "item": "minecraft:cocoa_beans" }, { "item": "minecraft:sand", @@ -53,8 +52,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 12, + "item": "minecraft:brown_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/brown_stained_glass.json b/behavior_pack/recipes/brown_stained_glass.json index 1613c1eb4..cae7eedd1 100644 --- a/behavior_pack/recipes/brown_stained_glass.json +++ b/behavior_pack/recipes/brown_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 17 + "item": "minecraft:brown_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/brown_stained_glass_from_cocoa_beans.json b/behavior_pack/recipes/brown_stained_glass_from_cocoa_beans.json index 73872a088..82c680b73 100644 --- a/behavior_pack/recipes/brown_stained_glass_from_cocoa_beans.json +++ b/behavior_pack/recipes/brown_stained_glass_from_cocoa_beans.json @@ -19,8 +19,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 3 + "item": "minecraft:cocoa_beans" } }, "unlock": [ diff --git a/behavior_pack/recipes/brown_stained_glass_pane_from_pane.json b/behavior_pack/recipes/brown_stained_glass_pane_from_pane.json index 860351be8..153fdb071 100644 --- a/behavior_pack/recipes/brown_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/brown_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 17 + "item": "minecraft:brown_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 17 + "item": "minecraft:brown_dye" } ], "result": { diff --git a/behavior_pack/recipes/brown_stained_hardened_clay.json b/behavior_pack/recipes/brown_stained_hardened_clay.json index a1c4bb04e..614615047 100644 --- a/behavior_pack/recipes/brown_stained_hardened_clay.json +++ b/behavior_pack/recipes/brown_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 17 + "item": "minecraft:brown_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 12, + "item": "minecraft:brown_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/brown_stained_hardened_clay_from_cocoa_beans.json b/behavior_pack/recipes/brown_stained_hardened_clay_from_cocoa_beans.json index b50a5d8a8..2a828caa9 100644 --- a/behavior_pack/recipes/brown_stained_hardened_clay_from_cocoa_beans.json +++ b/behavior_pack/recipes/brown_stained_hardened_clay_from_cocoa_beans.json @@ -19,8 +19,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 3 + "item": "minecraft:cocoa_beans" } }, "unlock": [ @@ -29,8 +28,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 12, + "item": "minecraft:brown_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/bundle.json b/behavior_pack/recipes/bundle.json new file mode 100644 index 000000000..314bfd347 --- /dev/null +++ b/behavior_pack/recipes/bundle.json @@ -0,0 +1,33 @@ +{ + "format_version": "1.21.30", + "minecraft:recipe_shaped": { + "description": { + "identifier": "minecraft:bundle" + }, + "tags": [ "crafting_table" ], + "pattern": [ + "X", + "#" + ], + "key": { + "X": { + "item": "minecraft:string" + }, + "#": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:bundle" + }, + "priority": 1, + "unlock": [ + { + "item": "minecraft:leather" + }, + { + "item": "minecraft:string" + } + ] + } +} diff --git a/behavior_pack/recipes/cyan_banner.json b/behavior_pack/recipes/cyan_banner.json index 796dfaf5b..21cf101e6 100644 --- a/behavior_pack/recipes/cyan_banner.json +++ b/behavior_pack/recipes/cyan_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 9 + "item": "minecraft:cyan_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 9 + "item": "minecraft:cyan_wool" } ], "result": { diff --git a/behavior_pack/recipes/cyan_carpet.json b/behavior_pack/recipes/cyan_carpet.json index 52c24b73d..8b4e10fdd 100644 --- a/behavior_pack/recipes/cyan_carpet.json +++ b/behavior_pack/recipes/cyan_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 9 + "item": "minecraft:cyan_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 9 + "item": "minecraft:cyan_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 9, + "item": "minecraft:cyan_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/cyan_carpet_from_white.json b/behavior_pack/recipes/cyan_carpet_from_white.json index d4a955c5d..681c6a15a 100644 --- a/behavior_pack/recipes/cyan_carpet_from_white.json +++ b/behavior_pack/recipes/cyan_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 6 + "item": "minecraft:cyan_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 6 + "item": "minecraft:cyan_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 9, + "item": "minecraft:cyan_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/cyan_concrete_powder.json b/behavior_pack/recipes/cyan_concrete_powder.json index 63c809686..933a001b2 100644 --- a/behavior_pack/recipes/cyan_concrete_powder.json +++ b/behavior_pack/recipes/cyan_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 6 + "item": "minecraft:cyan_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 9, + "item": "minecraft:cyan_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/cyan_stained_glass.json b/behavior_pack/recipes/cyan_stained_glass.json index 70cfd009e..b05f96927 100644 --- a/behavior_pack/recipes/cyan_stained_glass.json +++ b/behavior_pack/recipes/cyan_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 6 + "item": "minecraft:cyan_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/cyan_stained_glass_pane_from_pane.json b/behavior_pack/recipes/cyan_stained_glass_pane_from_pane.json index c63dab4b4..5b1ef6ec5 100644 --- a/behavior_pack/recipes/cyan_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/cyan_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 6 + "item": "minecraft:cyan_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 6 + "item": "minecraft:cyan_dye" } ], "result": { diff --git a/behavior_pack/recipes/cyan_stained_hardened_clay.json b/behavior_pack/recipes/cyan_stained_hardened_clay.json index 20ea4b762..af4e3f4b4 100644 --- a/behavior_pack/recipes/cyan_stained_hardened_clay.json +++ b/behavior_pack/recipes/cyan_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 6 + "item": "minecraft:cyan_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 9, + "item": "minecraft:cyan_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/dark_oak_boat.json b/behavior_pack/recipes/dark_oak_boat.json index b9417123b..89ecc5b06 100644 --- a/behavior_pack/recipes/dark_oak_boat.json +++ b/behavior_pack/recipes/dark_oak_boat.json @@ -13,16 +13,14 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } }, "unlock": { "context": "PlayerInWater" }, "result": { - "item": "minecraft:boat", - "data": 5 + "item": "minecraft:dark_oak_boat" } } } diff --git a/behavior_pack/recipes/dark_oak_door.json b/behavior_pack/recipes/dark_oak_door.json index a7f423b64..22cecc9f4 100644 --- a/behavior_pack/recipes/dark_oak_door.json +++ b/behavior_pack/recipes/dark_oak_door.json @@ -15,14 +15,12 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } ], "result": { diff --git a/behavior_pack/recipes/dark_oak_fence.json b/behavior_pack/recipes/dark_oak_fence.json index 7603f8978..c0f461ec1 100644 --- a/behavior_pack/recipes/dark_oak_fence.json +++ b/behavior_pack/recipes/dark_oak_fence.json @@ -16,14 +16,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } ], "result": { diff --git a/behavior_pack/recipes/dark_oak_fence_gate.json b/behavior_pack/recipes/dark_oak_fence_gate.json index aca0d2e4a..25e5c82a6 100644 --- a/behavior_pack/recipes/dark_oak_fence_gate.json +++ b/behavior_pack/recipes/dark_oak_fence_gate.json @@ -17,14 +17,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } ], "result": { diff --git a/behavior_pack/recipes/dark_oak_planks.json b/behavior_pack/recipes/dark_oak_planks.json index 2cc6800cc..2022c2f34 100644 --- a/behavior_pack/recipes/dark_oak_planks.json +++ b/behavior_pack/recipes/dark_oak_planks.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:log2", - "data": 1 + "item": "minecraft:dark_oak_log" } }, "unlock": [ { - "item": "minecraft:log2", - "data": 1 + "item": "minecraft:dark_oak_log" } ], "result": { - "item": "minecraft:planks", - "data": 5, + "item": "minecraft:dark_oak_planks", "count": 4 } } diff --git a/behavior_pack/recipes/dark_oak_planks_from_stripped.json b/behavior_pack/recipes/dark_oak_planks_from_stripped.json index 7a94f4ef3..9f1a851f1 100644 --- a/behavior_pack/recipes/dark_oak_planks_from_stripped.json +++ b/behavior_pack/recipes/dark_oak_planks_from_stripped.json @@ -17,13 +17,12 @@ } }, "unlock": [ - { - "item": "minecraft:stripped_dark_oak_log" - } + { + "item": "minecraft:stripped_dark_oak_log" + } ], "result": { - "item": "minecraft:planks", - "data": 5, + "item": "minecraft:dark_oak_planks", "count": 4 } } diff --git a/behavior_pack/recipes/dark_oak_stairs.json b/behavior_pack/recipes/dark_oak_stairs.json index ba123f0c7..bb782d4d7 100644 --- a/behavior_pack/recipes/dark_oak_stairs.json +++ b/behavior_pack/recipes/dark_oak_stairs.json @@ -15,15 +15,13 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } }, "unlock": [ - { - "item": "minecraft:planks", - "data": 5 - } + { + "item": "minecraft:dark_oak_planks" + } ], "result": { "item": "minecraft:dark_oak_stairs", diff --git a/behavior_pack/recipes/dark_oak_wooden_slab.json b/behavior_pack/recipes/dark_oak_wooden_slab.json index 62b230adb..325938314 100644 --- a/behavior_pack/recipes/dark_oak_wooden_slab.json +++ b/behavior_pack/recipes/dark_oak_wooden_slab.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } }, "unlock": [ - { - "item": "minecraft:planks", - "data": 5 - } + { + "item": "minecraft:dark_oak_planks" + } ], "result": { - "item": "minecraft:wooden_slab", - "data": 5, + "item": "minecraft:dark_oak_slab", "count": 6 } } diff --git a/behavior_pack/recipes/dark_prismarine.json b/behavior_pack/recipes/dark_prismarine.json index dfa2b2805..1eb9e55ac 100644 --- a/behavior_pack/recipes/dark_prismarine.json +++ b/behavior_pack/recipes/dark_prismarine.json @@ -17,8 +17,7 @@ "item": "minecraft:prismarine_shard" }, "I": { - "item": "minecraft:dye", - "data": 16 + "item": "minecraft:black_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ } ], "result": { - "item": "minecraft:prismarine", - "data": 1 + "item": "minecraft:dark_prismarine" } } } diff --git a/behavior_pack/recipes/dark_prismarine_from_ink_sac.json b/behavior_pack/recipes/dark_prismarine_from_ink_sac.json index 8ab02fa2e..c40d58bcb 100644 --- a/behavior_pack/recipes/dark_prismarine_from_ink_sac.json +++ b/behavior_pack/recipes/dark_prismarine_from_ink_sac.json @@ -18,8 +18,7 @@ "item": "minecraft:prismarine_shard" }, "I": { - "item": "minecraft:dye", - "data": 0 + "item": "minecraft:ink_sac" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:prismarine", - "data": 1 + "item": "minecraft:dark_prismarine" } } } diff --git a/behavior_pack/recipes/diorite.json b/behavior_pack/recipes/diorite.json index 175d95d86..10161481e 100644 --- a/behavior_pack/recipes/diorite.json +++ b/behavior_pack/recipes/diorite.json @@ -25,8 +25,7 @@ } ], "result": { - "item": "minecraft:stone", - "data": 3, + "item": "minecraft:diorite", "count": 2 } } diff --git a/behavior_pack/recipes/diorite_stairs.json b/behavior_pack/recipes/diorite_stairs.json index c8147af77..104e4477a 100644 --- a/behavior_pack/recipes/diorite_stairs.json +++ b/behavior_pack/recipes/diorite_stairs.json @@ -14,14 +14,12 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { diff --git a/behavior_pack/recipes/fence.json b/behavior_pack/recipes/fence.json index 6005387c2..64e4b039d 100644 --- a/behavior_pack/recipes/fence.json +++ b/behavior_pack/recipes/fence.json @@ -16,19 +16,16 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } ], "result": { - "item": "minecraft:fence", - "data": 0, + "item": "minecraft:oak_fence", "count": 3 } } diff --git a/behavior_pack/recipes/fence_gate.json b/behavior_pack/recipes/fence_gate.json index fa4b92bee..5c88f909c 100644 --- a/behavior_pack/recipes/fence_gate.json +++ b/behavior_pack/recipes/fence_gate.json @@ -17,14 +17,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } ], "result": { diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay0.json b/behavior_pack/recipes/furnace_stained_hardened_clay0.json index e355ff9c2..4f0c9c253 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay0.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay0.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 0 + "item": "minecraft:white_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:0", + "input": "minecraft:white_terracotta", "output": "minecraft:white_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay1.json b/behavior_pack/recipes/furnace_stained_hardened_clay1.json index eee90e469..5676c99c1 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay1.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay1.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 1 + "item": "minecraft:orange_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:1", + "input": "minecraft:orange_terracotta", "output": "minecraft:orange_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay10.json b/behavior_pack/recipes/furnace_stained_hardened_clay10.json index 18a56a5ac..c0b23bf7c 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay10.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay10.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 10 + "item": "minecraft:purple_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:10", + "input": "minecraft:purple_terracotta", "output": "minecraft:purple_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay11.json b/behavior_pack/recipes/furnace_stained_hardened_clay11.json index 1e6c2c95b..05bfd600b 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay11.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay11.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 11 + "item": "minecraft:blue_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:11", + "input": "minecraft:blue_terracotta", "output": "minecraft:blue_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay12.json b/behavior_pack/recipes/furnace_stained_hardened_clay12.json index 8a1867b3e..3cb0d3efe 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay12.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay12.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 12 + "item": "minecraft:brown_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:12", + "input": "minecraft:brown_terracotta", "output": "minecraft:brown_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay13.json b/behavior_pack/recipes/furnace_stained_hardened_clay13.json index 6f7c2e9e1..5502b9b48 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay13.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay13.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 13 + "item": "minecraft:green_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:13", + "input": "minecraft:green_terracotta", "output": "minecraft:green_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay14.json b/behavior_pack/recipes/furnace_stained_hardened_clay14.json index 49855e84d..6ab7ebb70 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay14.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay14.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 14 + "item": "minecraft:red_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:14", + "input": "minecraft:red_terracotta", "output": "minecraft:red_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay15.json b/behavior_pack/recipes/furnace_stained_hardened_clay15.json index 1fa63bd9c..f148d4a83 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay15.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay15.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 15 + "item": "minecraft:black_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:15", + "input": "minecraft:black_terracotta", "output": "minecraft:black_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay2.json b/behavior_pack/recipes/furnace_stained_hardened_clay2.json index b005c5a67..3e3347faa 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay2.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay2.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 2 + "item": "minecraft:magenta_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:2", + "input": "minecraft:magenta_terracotta", "output": "minecraft:magenta_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay3.json b/behavior_pack/recipes/furnace_stained_hardened_clay3.json index ac192236d..3be60bdb5 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay3.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay3.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 3 + "item": "minecraft:light_blue_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:3", + "input": "minecraft:light_blue_terracotta", "output": "minecraft:light_blue_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay4.json b/behavior_pack/recipes/furnace_stained_hardened_clay4.json index d632bff9c..26368fc81 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay4.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay4.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 4 + "item": "minecraft:yellow_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:4", + "input": "minecraft:yellow_terracotta", "output": "minecraft:yellow_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay5.json b/behavior_pack/recipes/furnace_stained_hardened_clay5.json index dfcd47d59..41a31bf7d 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay5.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay5.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 5 + "item": "minecraft:lime_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:5", + "input": "minecraft:lime_terracotta", "output": "minecraft:lime_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay6.json b/behavior_pack/recipes/furnace_stained_hardened_clay6.json index 9b73e54c2..d745a726c 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay6.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay6.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 6 + "item": "minecraft:pink_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:6", + "input": "minecraft:pink_terracotta", "output": "minecraft:pink_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay7.json b/behavior_pack/recipes/furnace_stained_hardened_clay7.json index ded2a4f1e..3307ffc50 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay7.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay7.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 7 + "item": "minecraft:gray_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:7", + "input": "minecraft:gray_terracotta", "output": "minecraft:gray_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay8.json b/behavior_pack/recipes/furnace_stained_hardened_clay8.json index adce0b9b0..ce8aa26f4 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay8.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay8.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 8 + "item": "minecraft:light_gray_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:8", + "input": "minecraft:light_gray_terracotta", "output": "minecraft:silver_glazed_terracotta" } diff --git a/behavior_pack/recipes/furnace_stained_hardened_clay9.json b/behavior_pack/recipes/furnace_stained_hardened_clay9.json index 4978a9cea..8ac3575e3 100644 --- a/behavior_pack/recipes/furnace_stained_hardened_clay9.json +++ b/behavior_pack/recipes/furnace_stained_hardened_clay9.json @@ -7,12 +7,11 @@ "unlock": [ { - "item": "minecraft:stained_hardened_clay", - "data": 9 + "item": "minecraft:cyan_terracotta" } ], "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:9", + "input": "minecraft:cyan_terracotta", "output": "minecraft:cyan_glazed_terracotta" } diff --git a/behavior_pack/recipes/granite.json b/behavior_pack/recipes/granite.json index a7bde56a5..d8f9b69e0 100644 --- a/behavior_pack/recipes/granite.json +++ b/behavior_pack/recipes/granite.json @@ -9,8 +9,7 @@ "tags": [ "crafting_table" ], "ingredients": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" }, { "item": "minecraft:quartz" @@ -22,8 +21,7 @@ } ], "result": { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } } } diff --git a/behavior_pack/recipes/granite_stairs.json b/behavior_pack/recipes/granite_stairs.json index b6563c894..2c79cb7b6 100644 --- a/behavior_pack/recipes/granite_stairs.json +++ b/behavior_pack/recipes/granite_stairs.json @@ -14,14 +14,12 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "result": { diff --git a/behavior_pack/recipes/gray_banner.json b/behavior_pack/recipes/gray_banner.json index 96ff7bac4..cbced3c9d 100644 --- a/behavior_pack/recipes/gray_banner.json +++ b/behavior_pack/recipes/gray_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 7 + "item": "minecraft:gray_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 7 + "item": "minecraft:gray_wool" } ], "result": { diff --git a/behavior_pack/recipes/gray_carpet.json b/behavior_pack/recipes/gray_carpet.json index 46e179517..1fe74207f 100644 --- a/behavior_pack/recipes/gray_carpet.json +++ b/behavior_pack/recipes/gray_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 7 + "item": "minecraft:gray_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 7 + "item": "minecraft:gray_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 7, + "item": "minecraft:gray_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/gray_carpet_from_white.json b/behavior_pack/recipes/gray_carpet_from_white.json index 3411a061d..fc7efd7cb 100644 --- a/behavior_pack/recipes/gray_carpet_from_white.json +++ b/behavior_pack/recipes/gray_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 8 + "item": "minecraft:gray_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 16 + "item": "minecraft:gray_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 7, + "item": "minecraft:gray_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/gray_concrete_powder.json b/behavior_pack/recipes/gray_concrete_powder.json index 20ebc75bc..12c2c21c7 100644 --- a/behavior_pack/recipes/gray_concrete_powder.json +++ b/behavior_pack/recipes/gray_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 8 + "item": "minecraft:gray_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 7, + "item": "minecraft:gray_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/gray_stained_glass.json b/behavior_pack/recipes/gray_stained_glass.json index b8227767e..8f02aedbe 100644 --- a/behavior_pack/recipes/gray_stained_glass.json +++ b/behavior_pack/recipes/gray_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 8 + "item": "minecraft:gray_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/gray_stained_glass_pane_from_pane.json b/behavior_pack/recipes/gray_stained_glass_pane_from_pane.json index 1523dcbb5..c1ae883f5 100644 --- a/behavior_pack/recipes/gray_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/gray_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 8 + "item": "minecraft:gray_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 8 + "item": "minecraft:gray_dye" } ], "result": { diff --git a/behavior_pack/recipes/gray_stained_hardened_clay.json b/behavior_pack/recipes/gray_stained_hardened_clay.json index 4a7f181f2..87231ebc7 100644 --- a/behavior_pack/recipes/gray_stained_hardened_clay.json +++ b/behavior_pack/recipes/gray_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 8 + "item": "minecraft:gray_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 7, + "item": "minecraft:gray_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/green_banner.json b/behavior_pack/recipes/green_banner.json index 91b149758..f1e6ff3cf 100644 --- a/behavior_pack/recipes/green_banner.json +++ b/behavior_pack/recipes/green_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 13 + "item": "minecraft:green_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 13 + "item": "minecraft:green_wool" } ], "result": { diff --git a/behavior_pack/recipes/green_carpet.json b/behavior_pack/recipes/green_carpet.json index 2e5446215..247999435 100644 --- a/behavior_pack/recipes/green_carpet.json +++ b/behavior_pack/recipes/green_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 13 + "item": "minecraft:green_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 13 + "item": "minecraft:green_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 13, + "item": "minecraft:green_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/green_carpet_from_white.json b/behavior_pack/recipes/green_carpet_from_white.json index b2e057bfc..4e70ccd8e 100644 --- a/behavior_pack/recipes/green_carpet_from_white.json +++ b/behavior_pack/recipes/green_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 2 + "item": "minecraft:green_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 2 + "item": "minecraft:green_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 13, + "item": "minecraft:green_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/green_concrete_powder.json b/behavior_pack/recipes/green_concrete_powder.json index cfaef5d8a..6ef110385 100644 --- a/behavior_pack/recipes/green_concrete_powder.json +++ b/behavior_pack/recipes/green_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 2 + "item": "minecraft:green_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 13, + "item": "minecraft:green_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/green_stained_glass.json b/behavior_pack/recipes/green_stained_glass.json index 684cbb4bb..4e60ce57e 100644 --- a/behavior_pack/recipes/green_stained_glass.json +++ b/behavior_pack/recipes/green_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 2 + "item": "minecraft:green_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/green_stained_glass_pane_from_pane.json b/behavior_pack/recipes/green_stained_glass_pane_from_pane.json index fd63d36ca..046607906 100644 --- a/behavior_pack/recipes/green_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/green_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 2 + "item": "minecraft:green_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 2 + "item": "minecraft:green_dye" } ], "result": { diff --git a/behavior_pack/recipes/green_stained_hardened_clay.json b/behavior_pack/recipes/green_stained_hardened_clay.json index 6ba6fbaa0..f2865ba8b 100644 --- a/behavior_pack/recipes/green_stained_hardened_clay.json +++ b/behavior_pack/recipes/green_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 2 + "item": "minecraft:green_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 13, + "item": "minecraft:green_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/jungle_boat.json b/behavior_pack/recipes/jungle_boat.json index d4e6adb07..63e90df02 100644 --- a/behavior_pack/recipes/jungle_boat.json +++ b/behavior_pack/recipes/jungle_boat.json @@ -13,16 +13,14 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } }, "unlock": { "context": "PlayerInWater" }, "result": { - "item": "minecraft:boat", - "data": 3 + "item": "minecraft:jungle_boat" } } } diff --git a/behavior_pack/recipes/jungle_door.json b/behavior_pack/recipes/jungle_door.json index 210aac976..c9dbe47fd 100644 --- a/behavior_pack/recipes/jungle_door.json +++ b/behavior_pack/recipes/jungle_door.json @@ -15,14 +15,12 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } ], "result": { diff --git a/behavior_pack/recipes/jungle_fence.json b/behavior_pack/recipes/jungle_fence.json index 7353b7d99..e2325a2d2 100644 --- a/behavior_pack/recipes/jungle_fence.json +++ b/behavior_pack/recipes/jungle_fence.json @@ -16,14 +16,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } ], "result": { diff --git a/behavior_pack/recipes/jungle_fence_gate.json b/behavior_pack/recipes/jungle_fence_gate.json index a9ac20859..0f8ea110e 100644 --- a/behavior_pack/recipes/jungle_fence_gate.json +++ b/behavior_pack/recipes/jungle_fence_gate.json @@ -17,14 +17,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } ], "result": { diff --git a/behavior_pack/recipes/jungle_planks.json b/behavior_pack/recipes/jungle_planks.json index cbf9bee14..83bb66a86 100644 --- a/behavior_pack/recipes/jungle_planks.json +++ b/behavior_pack/recipes/jungle_planks.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:log", - "data": 3 + "item": "minecraft:jungle_log" } }, "unlock": [ { - "item": "minecraft:log", - "data": 3 + "item": "minecraft:jungle_log" } ], "result": { - "item": "minecraft:planks", - "data": 3, + "item": "minecraft:jungle_planks", "count": 4 } } diff --git a/behavior_pack/recipes/jungle_planks_from_stripped.json b/behavior_pack/recipes/jungle_planks_from_stripped.json index 7d5e983f3..5687418dc 100644 --- a/behavior_pack/recipes/jungle_planks_from_stripped.json +++ b/behavior_pack/recipes/jungle_planks_from_stripped.json @@ -22,8 +22,7 @@ } ], "result": { - "item": "minecraft:planks", - "data": 3, + "item": "minecraft:jungle_planks", "count": 4 } } diff --git a/behavior_pack/recipes/jungle_stairs.json b/behavior_pack/recipes/jungle_stairs.json index 545bd2ebb..7170acb47 100644 --- a/behavior_pack/recipes/jungle_stairs.json +++ b/behavior_pack/recipes/jungle_stairs.json @@ -15,14 +15,12 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } ], "result": { diff --git a/behavior_pack/recipes/jungle_wooden_slab.json b/behavior_pack/recipes/jungle_wooden_slab.json index 459758dd6..021bbc725 100644 --- a/behavior_pack/recipes/jungle_wooden_slab.json +++ b/behavior_pack/recipes/jungle_wooden_slab.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } ], "result": { - "item": "minecraft:wooden_slab", - "data": 3, + "item": "minecraft:jungle_slab", "count": 6 } } diff --git a/behavior_pack/recipes/light_blue_banner.json b/behavior_pack/recipes/light_blue_banner.json index e6bc788bd..9e895bb1a 100644 --- a/behavior_pack/recipes/light_blue_banner.json +++ b/behavior_pack/recipes/light_blue_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 3 + "item": "minecraft:light_blue_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 3 + "item": "minecraft:light_blue_wool" } ], "result": { diff --git a/behavior_pack/recipes/light_blue_carpet.json b/behavior_pack/recipes/light_blue_carpet.json index 24bbd3934..29ab7a91e 100644 --- a/behavior_pack/recipes/light_blue_carpet.json +++ b/behavior_pack/recipes/light_blue_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 3 + "item": "minecraft:light_blue_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 3 + "item": "minecraft:light_blue_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 3, + "item": "minecraft:light_blue_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/light_blue_carpet_from_white.json b/behavior_pack/recipes/light_blue_carpet_from_white.json index 80ed07457..716c61747 100644 --- a/behavior_pack/recipes/light_blue_carpet_from_white.json +++ b/behavior_pack/recipes/light_blue_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 12 + "item": "minecraft:light_blue_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 12 + "item": "minecraft:light_blue_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 3, + "item": "minecraft:light_blue_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/light_blue_concrete_powder.json b/behavior_pack/recipes/light_blue_concrete_powder.json index df3b144f7..920b9634d 100644 --- a/behavior_pack/recipes/light_blue_concrete_powder.json +++ b/behavior_pack/recipes/light_blue_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 12 + "item": "minecraft:light_blue_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 3, + "item": "minecraft:light_blue_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/light_blue_stained_glass.json b/behavior_pack/recipes/light_blue_stained_glass.json index 4c847577c..48b7841a2 100644 --- a/behavior_pack/recipes/light_blue_stained_glass.json +++ b/behavior_pack/recipes/light_blue_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 12 + "item": "minecraft:light_blue_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/light_blue_stained_glass_pane_from_pane.json b/behavior_pack/recipes/light_blue_stained_glass_pane_from_pane.json index 0c7e48a83..6a2bff83d 100644 --- a/behavior_pack/recipes/light_blue_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/light_blue_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 12 + "item": "minecraft:light_blue_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 12 + "item": "minecraft:light_blue_dye" } ], "result": { diff --git a/behavior_pack/recipes/light_blue_stained_hardened_clay.json b/behavior_pack/recipes/light_blue_stained_hardened_clay.json index a38ddce4a..5a4d4fb2b 100644 --- a/behavior_pack/recipes/light_blue_stained_hardened_clay.json +++ b/behavior_pack/recipes/light_blue_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 12 + "item": "minecraft:light_blue_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 3, + "item": "minecraft:light_blue_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/light_gray_banner.json b/behavior_pack/recipes/light_gray_banner.json index e0494d1e0..de5a9a587 100644 --- a/behavior_pack/recipes/light_gray_banner.json +++ b/behavior_pack/recipes/light_gray_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 8 + "item": "minecraft:light_gray_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 8 + "item": "minecraft:light_gray_wool" } ], "result": { diff --git a/behavior_pack/recipes/light_gray_carpet.json b/behavior_pack/recipes/light_gray_carpet.json index 2d5b3b077..d42fc3e56 100644 --- a/behavior_pack/recipes/light_gray_carpet.json +++ b/behavior_pack/recipes/light_gray_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 8 + "item": "minecraft:light_gray_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 8 + "item": "minecraft:light_gray_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 8, + "item": "minecraft:light_gray_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/light_gray_carpet_from_white.json b/behavior_pack/recipes/light_gray_carpet_from_white.json new file mode 100644 index 000000000..10482bd0d --- /dev/null +++ b/behavior_pack/recipes/light_gray_carpet_from_white.json @@ -0,0 +1,37 @@ +{ + "format_version": "1.20.10", + "minecraft:recipe_shaped": { + "description": { + "identifier": "minecraft:light_gray__carpet_from_white" + }, + + + "tags": [ "crafting_table" ], + "group": "carpet", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "X": { + "item": "minecraft:light_gray_dye" + } + }, + "unlock": [ + { + "item": "minecraft:white_carpet" + }, + { + "item": "minecraft:light_gray_dye" + } + ], + "result": { + "item": "minecraft:light_gray_carpet", + "count": 8 + } + } +} diff --git a/behavior_pack/recipes/light_gray_concrete_powder.json b/behavior_pack/recipes/light_gray_concrete_powder.json index 371f55661..1349b2c9b 100644 --- a/behavior_pack/recipes/light_gray_concrete_powder.json +++ b/behavior_pack/recipes/light_gray_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 7 + "item": "minecraft:light_gray_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 8, + "item": "minecraft:light_gray_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/light_gray_stained_glass.json b/behavior_pack/recipes/light_gray_stained_glass.json index 6aa572f4e..9fddcd8b8 100644 --- a/behavior_pack/recipes/light_gray_stained_glass.json +++ b/behavior_pack/recipes/light_gray_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 7 + "item": "minecraft:light_gray_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/light_gray_stained_glass_pane_from_pane.json b/behavior_pack/recipes/light_gray_stained_glass_pane_from_pane.json index b003cde76..430a7591f 100644 --- a/behavior_pack/recipes/light_gray_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/light_gray_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 7 + "item": "minecraft:light_gray_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 7 + "item": "minecraft:light_gray_dye" } ], "result": { diff --git a/behavior_pack/recipes/light_gray_stained_hardened_clay.json b/behavior_pack/recipes/light_gray_stained_hardened_clay.json index 8b0d4a5b2..78384c8f4 100644 --- a/behavior_pack/recipes/light_gray_stained_hardened_clay.json +++ b/behavior_pack/recipes/light_gray_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 7 + "item": "minecraft:light_gray_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 8, + "item": "minecraft:light_gray_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/lime_banner.json b/behavior_pack/recipes/lime_banner.json index aa929d85a..13762f658 100644 --- a/behavior_pack/recipes/lime_banner.json +++ b/behavior_pack/recipes/lime_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 5 + "item": "minecraft:lime_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 5 + "item": "minecraft:lime_wool" } ], "result": { diff --git a/behavior_pack/recipes/lime_carpet.json b/behavior_pack/recipes/lime_carpet.json index a116191b5..636d9a644 100644 --- a/behavior_pack/recipes/lime_carpet.json +++ b/behavior_pack/recipes/lime_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 5 + "item": "minecraft:lime_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 5 + "item": "minecraft:lime_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 5, + "item": "minecraft:lime_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/lime_carpet_from_white.json b/behavior_pack/recipes/lime_carpet_from_white.json new file mode 100644 index 000000000..ca13bfedf --- /dev/null +++ b/behavior_pack/recipes/lime_carpet_from_white.json @@ -0,0 +1,37 @@ +{ + "format_version": "1.20.10", + "minecraft:recipe_shaped": { + "description": { + "identifier": "minecraft:lime__carpet_from_white" + }, + + + "tags": [ "crafting_table" ], + "group": "carpet", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "X": { + "item": "minecraft:lime_dye" + } + }, + "unlock": [ + { + "item": "minecraft:white_carpet" + }, + { + "item": "minecraft:lime_dye" + } + ], + "result": { + "item": "minecraft:lime_carpet", + "count": 8 + } + } +} diff --git a/behavior_pack/recipes/lime_concrete_powder.json b/behavior_pack/recipes/lime_concrete_powder.json index abd85bcdb..deb09e632 100644 --- a/behavior_pack/recipes/lime_concrete_powder.json +++ b/behavior_pack/recipes/lime_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 10 + "item": "minecraft:lime_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 5, + "item": "minecraft:lime_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/lime_stained_glass.json b/behavior_pack/recipes/lime_stained_glass.json index 92c8a5dcd..d800253f6 100644 --- a/behavior_pack/recipes/lime_stained_glass.json +++ b/behavior_pack/recipes/lime_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 10 + "item": "minecraft:lime_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/lime_stained_glass_pane_from_pane.json b/behavior_pack/recipes/lime_stained_glass_pane_from_pane.json index c318cc0c7..f900650ee 100644 --- a/behavior_pack/recipes/lime_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/lime_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 10 + "item": "minecraft:lime_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 10 + "item": "minecraft:lime_dye" } ], "result": { diff --git a/behavior_pack/recipes/lime_stained_hardened_clay.json b/behavior_pack/recipes/lime_stained_hardened_clay.json index b22667125..8811003c5 100644 --- a/behavior_pack/recipes/lime_stained_hardened_clay.json +++ b/behavior_pack/recipes/lime_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 10 + "item": "minecraft:lime_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 5, + "item": "minecraft:lime_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/magenta_banner.json b/behavior_pack/recipes/magenta_banner.json index 9cc44a7a0..1304fcdc9 100644 --- a/behavior_pack/recipes/magenta_banner.json +++ b/behavior_pack/recipes/magenta_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 2 + "item": "minecraft:magenta_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 2 + "item": "minecraft:magenta_wool" } ], "result": { diff --git a/behavior_pack/recipes/magenta_carpet.json b/behavior_pack/recipes/magenta_carpet.json index 0ede6a922..905e5e701 100644 --- a/behavior_pack/recipes/magenta_carpet.json +++ b/behavior_pack/recipes/magenta_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 2 + "item": "minecraft:magenta_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 2 + "item": "minecraft:magenta_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 2, + "item": "minecraft:magenta_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/magenta_carpet_from_white.json b/behavior_pack/recipes/magenta_carpet_from_white.json index c469fcaf5..a59dbf050 100644 --- a/behavior_pack/recipes/magenta_carpet_from_white.json +++ b/behavior_pack/recipes/magenta_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 13 + "item": "minecraft:magenta_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 13 + "item": "minecraft:magenta_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 2, + "item": "minecraft:magenta_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/magenta_concrete_powder.json b/behavior_pack/recipes/magenta_concrete_powder.json index f86b433a1..c2bb666b4 100644 --- a/behavior_pack/recipes/magenta_concrete_powder.json +++ b/behavior_pack/recipes/magenta_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 13 + "item": "minecraft:magenta_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 2, + "item": "minecraft:magenta_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/magenta_dye_from_lilac.json b/behavior_pack/recipes/magenta_dye_from_lilac.json index f127a9d37..087c4c3ec 100644 --- a/behavior_pack/recipes/magenta_dye_from_lilac.json +++ b/behavior_pack/recipes/magenta_dye_from_lilac.json @@ -19,8 +19,7 @@ } ], "result": { - "item": "minecraft:dye", - "data": 13, + "item": "minecraft:magenta_dye", "count": 2 } } diff --git a/behavior_pack/recipes/magenta_stained_glass.json b/behavior_pack/recipes/magenta_stained_glass.json index 032f010fc..a5d53fd2f 100644 --- a/behavior_pack/recipes/magenta_stained_glass.json +++ b/behavior_pack/recipes/magenta_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 13 + "item": "minecraft:magenta_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/magenta_stained_glass_pane_from_pane.json b/behavior_pack/recipes/magenta_stained_glass_pane_from_pane.json index dd4e17a0a..7d408b252 100644 --- a/behavior_pack/recipes/magenta_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/magenta_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 13 + "item": "minecraft:magenta_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 13 + "item": "minecraft:magenta_dye" } ], "result": { diff --git a/behavior_pack/recipes/magenta_stained_hardened_clay.json b/behavior_pack/recipes/magenta_stained_hardened_clay.json index b50cf3ba7..19a7ab541 100644 --- a/behavior_pack/recipes/magenta_stained_hardened_clay.json +++ b/behavior_pack/recipes/magenta_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 13 + "item": "minecraft:magenta_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 2, + "item": "minecraft:magenta_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/oak_fence.json b/behavior_pack/recipes/oak_fence.json index 903799fce..00face586 100644 --- a/behavior_pack/recipes/oak_fence.json +++ b/behavior_pack/recipes/oak_fence.json @@ -16,14 +16,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } ], "result": { diff --git a/behavior_pack/recipes/oak_planks.json b/behavior_pack/recipes/oak_planks.json index ff65f9bcc..1e5f9908b 100644 --- a/behavior_pack/recipes/oak_planks.json +++ b/behavior_pack/recipes/oak_planks.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:log", - "data": 0 + "item": "minecraft:oak_log" } }, "unlock": [ { - "item": "minecraft:log", - "data": 0 + "item": "minecraft:oak_log" } ], "result": { - "item": "minecraft:planks", - "data": 0, + "item": "minecraft:oak_planks", "count": 4 } } diff --git a/behavior_pack/recipes/oak_planks_from_stripped.json b/behavior_pack/recipes/oak_planks_from_stripped.json index e576468b5..aea8af757 100644 --- a/behavior_pack/recipes/oak_planks_from_stripped.json +++ b/behavior_pack/recipes/oak_planks_from_stripped.json @@ -17,13 +17,12 @@ } }, "unlock": [ - { - "item": "minecraft:stripped_oak_log" - } + { + "item": "minecraft:stripped_oak_log" + } ], "result": { - "item": "minecraft:planks", - "data": 0, + "item": "minecraft:oak_planks", "count": 4 } } diff --git a/behavior_pack/recipes/oak_stairs.json b/behavior_pack/recipes/oak_stairs.json index e8cde83d1..ea54695b9 100644 --- a/behavior_pack/recipes/oak_stairs.json +++ b/behavior_pack/recipes/oak_stairs.json @@ -15,15 +15,13 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } }, "unlock": [ - { - "item": "minecraft:wood", - "data": 0 - } + { + "item": "minecraft:oak_planks" + } ], "result": { "item": "minecraft:oak_stairs", diff --git a/behavior_pack/recipes/oak_wooden_slab.json b/behavior_pack/recipes/oak_wooden_slab.json index 389010f99..d2d218599 100644 --- a/behavior_pack/recipes/oak_wooden_slab.json +++ b/behavior_pack/recipes/oak_wooden_slab.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } ], "result": { - "item": "minecraft:wooden_slab", - "data": 0, + "item": "minecraft:oak_slab", "count": 6 } } diff --git a/behavior_pack/recipes/orange_banner.json b/behavior_pack/recipes/orange_banner.json index 842494505..5de18478e 100644 --- a/behavior_pack/recipes/orange_banner.json +++ b/behavior_pack/recipes/orange_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 1 + "item": "minecraft:orange_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 1 + "item": "minecraft:orange_wool" } ], "result": { diff --git a/behavior_pack/recipes/orange_carpet.json b/behavior_pack/recipes/orange_carpet.json index 02bc3d54c..a14bb5c53 100644 --- a/behavior_pack/recipes/orange_carpet.json +++ b/behavior_pack/recipes/orange_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 1 + "item": "minecraft:orange_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 1 + "item": "minecraft:orange_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 1, + "item": "minecraft:orange_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/orange_carpet_from_white.json b/behavior_pack/recipes/orange_carpet_from_white.json index b7f5f1c2c..b114c4735 100644 --- a/behavior_pack/recipes/orange_carpet_from_white.json +++ b/behavior_pack/recipes/orange_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 14 + "item": "minecraft:orange_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 14 + "item": "minecraft:orange_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 1, + "item": "minecraft:orange_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/orange_concrete_powder.json b/behavior_pack/recipes/orange_concrete_powder.json index 4494b7abb..da3cd6237 100644 --- a/behavior_pack/recipes/orange_concrete_powder.json +++ b/behavior_pack/recipes/orange_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 14 + "item": "minecraft:orange_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 1, + "item": "minecraft:orange_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/orange_stained_glass.json b/behavior_pack/recipes/orange_stained_glass.json index cc50dc311..c90bcbec3 100644 --- a/behavior_pack/recipes/orange_stained_glass.json +++ b/behavior_pack/recipes/orange_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 14 + "item": "minecraft:orange_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/orange_stained_glass_pane_from_pane.json b/behavior_pack/recipes/orange_stained_glass_pane_from_pane.json index fd675a11d..1e4d4913c 100644 --- a/behavior_pack/recipes/orange_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/orange_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 14 + "item": "minecraft:orange_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 14 + "item": "minecraft:orange_dye" } ], "result": { diff --git a/behavior_pack/recipes/orange_stained_hardened_clay.json b/behavior_pack/recipes/orange_stained_hardened_clay.json index ec87fa8e3..d6021dd6d 100644 --- a/behavior_pack/recipes/orange_stained_hardened_clay.json +++ b/behavior_pack/recipes/orange_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 14 + "item": "minecraft:orange_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 1, + "item": "minecraft:orange_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/painting.json b/behavior_pack/recipes/painting.json index 036bde4ed..d8f6ca2c0 100644 --- a/behavior_pack/recipes/painting.json +++ b/behavior_pack/recipes/painting.json @@ -17,13 +17,58 @@ "item": "minecraft:stick" }, "B": { - "item": "minecraft:wool" + "tag": "minecraft:wool" } }, "unlock": [ - { - "item": "minecraft:wool" - } + { + "item": "minecraft:white_wool" + }, + { + "item": "minecraft:orange_wool" + }, + { + "item": "minecraft:magenta_wool" + }, + { + "item": "minecraft:light_blue_wool" + }, + { + "item": "minecraft:yellow_wool" + }, + { + "item": "minecraft:lime_wool" + }, + { + "item": "minecraft:pink_wool" + }, + { + "item": "minecraft:gray_wool" + }, + { + "item": "minecraft:light_gray_wool" + }, + { + "item": "minecraft:cyan_wool" + }, + { + "item": "minecraft:purple_wool" + }, + { + "item": "minecraft:blue_wool" + }, + { + "item": "minecraft:brown_wool" + }, + { + "item": "minecraft:green_wool" + }, + { + "item": "minecraft:red_wool" + }, + { + "item": "minecraft:black_wool" + } ], "result": { "item": "painting", diff --git a/behavior_pack/recipes/pink_banner.json b/behavior_pack/recipes/pink_banner.json index b726e8ef0..f38b75888 100644 --- a/behavior_pack/recipes/pink_banner.json +++ b/behavior_pack/recipes/pink_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 6 + "item": "minecraft:pink_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 6 + "item": "minecraft:pink_wool" } ], "result": { diff --git a/behavior_pack/recipes/pink_carpet.json b/behavior_pack/recipes/pink_carpet.json index b4fc6c6f9..a3711a888 100644 --- a/behavior_pack/recipes/pink_carpet.json +++ b/behavior_pack/recipes/pink_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 6 + "item": "minecraft:pink_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 6 + "item": "minecraft:pink_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 6, + "item": "minecraft:pink_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/pink_carpet_from_white.json b/behavior_pack/recipes/pink_carpet_from_white.json index ce84c2d2b..239a8b5d2 100644 --- a/behavior_pack/recipes/pink_carpet_from_white.json +++ b/behavior_pack/recipes/pink_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 9 + "item": "minecraft:pink_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 9 + "item": "minecraft:pink_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 6, + "item": "minecraft:pink_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/pink_concrete_powder.json b/behavior_pack/recipes/pink_concrete_powder.json index 7a933eae3..d1c829742 100644 --- a/behavior_pack/recipes/pink_concrete_powder.json +++ b/behavior_pack/recipes/pink_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 9 + "item": "minecraft:pink_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 6, + "item": "minecraft:pink_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/pink_dye_from_peony.json b/behavior_pack/recipes/pink_dye_from_peony.json index 874c9524e..01f5ca8f7 100644 --- a/behavior_pack/recipes/pink_dye_from_peony.json +++ b/behavior_pack/recipes/pink_dye_from_peony.json @@ -19,8 +19,7 @@ } ], "result": { - "item": "minecraft:dye", - "data": 9, + "item": "minecraft:pink_dye", "count": 2 } } diff --git a/behavior_pack/recipes/pink_stained_glass.json b/behavior_pack/recipes/pink_stained_glass.json index d8b19230a..927e793a2 100644 --- a/behavior_pack/recipes/pink_stained_glass.json +++ b/behavior_pack/recipes/pink_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 9 + "item": "minecraft:pink_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/pink_stained_glass_pane_from_pane.json b/behavior_pack/recipes/pink_stained_glass_pane_from_pane.json index 4b1564843..a61f16293 100644 --- a/behavior_pack/recipes/pink_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/pink_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 9 + "item": "minecraft:pink_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 9 + "item": "minecraft:pink_dye" } ], "result": { diff --git a/behavior_pack/recipes/pink_stained_hardened_clay.json b/behavior_pack/recipes/pink_stained_hardened_clay.json index 83fe08ce1..bbfcc86fe 100644 --- a/behavior_pack/recipes/pink_stained_hardened_clay.json +++ b/behavior_pack/recipes/pink_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 9 + "item": "minecraft:pink_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 6, + "item": "minecraft:pink_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/polished_andesite.json b/behavior_pack/recipes/polished_andesite.json index 13e5aff25..b2c5659b9 100644 --- a/behavior_pack/recipes/polished_andesite.json +++ b/behavior_pack/recipes/polished_andesite.json @@ -13,19 +13,16 @@ ], "key": { "S": { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "result": { - "item": "minecraft:stone", - "data": 6, + "item": "minecraft:polished_andesite", "count": 4 } } diff --git a/behavior_pack/recipes/polished_andesite_stairs.json b/behavior_pack/recipes/polished_andesite_stairs.json index 2215ce40f..50de0f3f6 100644 --- a/behavior_pack/recipes/polished_andesite_stairs.json +++ b/behavior_pack/recipes/polished_andesite_stairs.json @@ -14,14 +14,12 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 6 + "item": "minecraft:polished_andesite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 6 + "item": "minecraft:polished_andesite" } ], "result": { diff --git a/behavior_pack/recipes/polished_diorite.json b/behavior_pack/recipes/polished_diorite.json index b693ee188..9b16239a1 100644 --- a/behavior_pack/recipes/polished_diorite.json +++ b/behavior_pack/recipes/polished_diorite.json @@ -13,19 +13,16 @@ ], "key": { "S": { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { - "item": "minecraft:stone", - "data": 4, + "item": "minecraft:polished_diorite", "count": 4 } } diff --git a/behavior_pack/recipes/polished_diorite_stairs.json b/behavior_pack/recipes/polished_diorite_stairs.json index b25661bae..d51badff1 100644 --- a/behavior_pack/recipes/polished_diorite_stairs.json +++ b/behavior_pack/recipes/polished_diorite_stairs.json @@ -14,14 +14,12 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 4 + "item": "minecraft:polished_diorite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 4 + "item": "minecraft:polished_diorite" } ], "result": { diff --git a/behavior_pack/recipes/polished_granite.json b/behavior_pack/recipes/polished_granite.json index b987dee15..3ccb3f29a 100644 --- a/behavior_pack/recipes/polished_granite.json +++ b/behavior_pack/recipes/polished_granite.json @@ -13,19 +13,16 @@ ], "key": { "S": { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "result": { - "item": "minecraft:stone", - "data": 2, + "item": "minecraft:polished_granite", "count": 4 } } diff --git a/behavior_pack/recipes/polished_granite_stairs.json b/behavior_pack/recipes/polished_granite_stairs.json index eceae63a8..2be94dc74 100644 --- a/behavior_pack/recipes/polished_granite_stairs.json +++ b/behavior_pack/recipes/polished_granite_stairs.json @@ -14,14 +14,12 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 2 + "item": "minecraft:polished_granite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 2 + "item": "minecraft:polished_granite" } ], "result": { diff --git a/behavior_pack/recipes/prismarine_bricks.json b/behavior_pack/recipes/prismarine_bricks.json index 13be8a53e..2bdab241d 100644 --- a/behavior_pack/recipes/prismarine_bricks.json +++ b/behavior_pack/recipes/prismarine_bricks.json @@ -23,8 +23,7 @@ } ], "result": { - "item": "minecraft:prismarine", - "data": 2 + "item": "minecraft:prismarine_bricks" } } } diff --git a/behavior_pack/recipes/prismarine_stairs_bricks.json b/behavior_pack/recipes/prismarine_stairs_bricks.json index 631ebfc7b..e03916934 100644 --- a/behavior_pack/recipes/prismarine_stairs_bricks.json +++ b/behavior_pack/recipes/prismarine_stairs_bricks.json @@ -14,14 +14,12 @@ ], "key": { "#": { - "item": "minecraft:prismarine", - "data": 2 + "item": "minecraft:prismarine_bricks" } }, "unlock": [ { - "item": "minecraft:prismarine", - "data": 2 + "item": "minecraft:prismarine_bricks" } ], "result": { diff --git a/behavior_pack/recipes/prismarine_stairs_dark.json b/behavior_pack/recipes/prismarine_stairs_dark.json index bbe6d1a49..7920ce6f7 100644 --- a/behavior_pack/recipes/prismarine_stairs_dark.json +++ b/behavior_pack/recipes/prismarine_stairs_dark.json @@ -14,14 +14,12 @@ ], "key": { "#": { - "item": "minecraft:prismarine", - "data": 1 + "item": "minecraft:dark_prismarine" } }, "unlock": [ { - "item": "minecraft:prismarine", - "data": 1 + "item": "minecraft:dark_prismarine" } ], "result": { diff --git a/behavior_pack/recipes/purple_banner.json b/behavior_pack/recipes/purple_banner.json index 509f739fe..6add35824 100644 --- a/behavior_pack/recipes/purple_banner.json +++ b/behavior_pack/recipes/purple_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 10 + "item": "minecraft:purple_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 10 + "item": "minecraft:purple_wool" } ], "result": { diff --git a/behavior_pack/recipes/purple_carpet.json b/behavior_pack/recipes/purple_carpet.json index 1bb1a4bfa..7c1dad6b6 100644 --- a/behavior_pack/recipes/purple_carpet.json +++ b/behavior_pack/recipes/purple_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 10 + "item": "minecraft:purple_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 10 + "item": "minecraft:purple_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 10, + "item": "minecraft:purple_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/purple_carpet_from_white.json b/behavior_pack/recipes/purple_carpet_from_white.json index 6ebc184d7..29336821c 100644 --- a/behavior_pack/recipes/purple_carpet_from_white.json +++ b/behavior_pack/recipes/purple_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 5 + "item": "minecraft:purple_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 5 + "item": "minecraft:purple_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 10, + "item": "minecraft:purple_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/purple_concrete_powder.json b/behavior_pack/recipes/purple_concrete_powder.json index 52085d985..e623e62b8 100644 --- a/behavior_pack/recipes/purple_concrete_powder.json +++ b/behavior_pack/recipes/purple_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 5 + "item": "minecraft:purple_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 10, + "item": "minecraft:purple_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/purple_stained_glass.json b/behavior_pack/recipes/purple_stained_glass.json index eadd40db9..5ab2a0691 100644 --- a/behavior_pack/recipes/purple_stained_glass.json +++ b/behavior_pack/recipes/purple_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 5 + "item": "minecraft:purple_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/purple_stained_glass_pane_from_pane.json b/behavior_pack/recipes/purple_stained_glass_pane_from_pane.json index 1b1264d5d..b2411f20d 100644 --- a/behavior_pack/recipes/purple_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/purple_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 5 + "item": "minecraft:purple_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 5 + "item": "minecraft:purple_dye" } ], "result": { diff --git a/behavior_pack/recipes/purple_stained_hardened_clay.json b/behavior_pack/recipes/purple_stained_hardened_clay.json index b8c5a2f95..0911dabc4 100644 --- a/behavior_pack/recipes/purple_stained_hardened_clay.json +++ b/behavior_pack/recipes/purple_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 5 + "item": "minecraft:purple_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 10, + "item": "minecraft:purple_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/red_banner.json b/behavior_pack/recipes/red_banner.json index cb8262ae8..1aaeb6e4f 100644 --- a/behavior_pack/recipes/red_banner.json +++ b/behavior_pack/recipes/red_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 14 + "item": "minecraft:red_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 14 + "item": "minecraft:red_wool" } ], "result": { diff --git a/behavior_pack/recipes/red_carpet.json b/behavior_pack/recipes/red_carpet.json index 6baa15a89..aa5cd13f2 100644 --- a/behavior_pack/recipes/red_carpet.json +++ b/behavior_pack/recipes/red_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 14 + "item": "minecraft:red_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 14 + "item": "minecraft:red_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 14, + "item": "minecraft:red_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/red_carpet_from_white.json b/behavior_pack/recipes/red_carpet_from_white.json index 08f2f39ba..a5983b7ee 100644 --- a/behavior_pack/recipes/red_carpet_from_white.json +++ b/behavior_pack/recipes/red_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 1 + "item": "minecraft:red_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 1 + "item": "minecraft:red_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 14, + "item": "minecraft:red_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/red_concrete_powder.json b/behavior_pack/recipes/red_concrete_powder.json index c89bd876d..248193666 100644 --- a/behavior_pack/recipes/red_concrete_powder.json +++ b/behavior_pack/recipes/red_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 1 + "item": "minecraft:red_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 14, + "item": "minecraft:red_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/red_dye_from_rose_bush.json b/behavior_pack/recipes/red_dye_from_rose_bush.json index 64f030d89..73a4428be 100644 --- a/behavior_pack/recipes/red_dye_from_rose_bush.json +++ b/behavior_pack/recipes/red_dye_from_rose_bush.json @@ -17,8 +17,7 @@ } ], "result": { - "item": "minecraft:dye", - "data": 1, + "item": "minecraft:red_dye", "count": 2 } } diff --git a/behavior_pack/recipes/red_stained_glass.json b/behavior_pack/recipes/red_stained_glass.json index 8cd9c887c..4d692bb57 100644 --- a/behavior_pack/recipes/red_stained_glass.json +++ b/behavior_pack/recipes/red_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 1 + "item": "minecraft:red_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/red_stained_glass_pane_from_pane.json b/behavior_pack/recipes/red_stained_glass_pane_from_pane.json index 2b2371aa1..7b62fe65a 100644 --- a/behavior_pack/recipes/red_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/red_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 1 + "item": "minecraft:red_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 1 + "item": "minecraft:red_dye" } ], "result": { diff --git a/behavior_pack/recipes/red_stained_hardened_clay.json b/behavior_pack/recipes/red_stained_hardened_clay.json index 56594daa0..6d3f0c52b 100644 --- a/behavior_pack/recipes/red_stained_hardened_clay.json +++ b/behavior_pack/recipes/red_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 1 + "item": "minecraft:red_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 14, + "item": "minecraft:red_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/sign_acacia.json b/behavior_pack/recipes/sign_acacia.json index d703985c4..6ab728931 100644 --- a/behavior_pack/recipes/sign_acacia.json +++ b/behavior_pack/recipes/sign_acacia.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:planks", - "data": 4 + "item": "minecraft:acacia_planks" } ], "result": { diff --git a/behavior_pack/recipes/sign_birch.json b/behavior_pack/recipes/sign_birch.json index dd86c7cac..b0a8ff6d2 100644 --- a/behavior_pack/recipes/sign_birch.json +++ b/behavior_pack/recipes/sign_birch.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:planks", - "data": 2 + "item": "minecraft:birch_planks" } ], "result": { diff --git a/behavior_pack/recipes/sign_darkoak.json b/behavior_pack/recipes/sign_darkoak.json index af43c8899..8a6ec69ea 100644 --- a/behavior_pack/recipes/sign_darkoak.json +++ b/behavior_pack/recipes/sign_darkoak.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:planks", - "data": 5 + "item": "minecraft:dark_oak_planks" } ], "result": { diff --git a/behavior_pack/recipes/sign_jungle.json b/behavior_pack/recipes/sign_jungle.json index 4124ede62..7113c8596 100644 --- a/behavior_pack/recipes/sign_jungle.json +++ b/behavior_pack/recipes/sign_jungle.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:planks", - "data": 3 + "item": "minecraft:jungle_planks" } ], "result": { diff --git a/behavior_pack/recipes/sign_oak.json b/behavior_pack/recipes/sign_oak.json index 377526572..fe8947392 100644 --- a/behavior_pack/recipes/sign_oak.json +++ b/behavior_pack/recipes/sign_oak.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } ], "result": { diff --git a/behavior_pack/recipes/sign_spruce.json b/behavior_pack/recipes/sign_spruce.json index e940a39ab..4ee288b49 100644 --- a/behavior_pack/recipes/sign_spruce.json +++ b/behavior_pack/recipes/sign_spruce.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } ], "result": { diff --git a/behavior_pack/recipes/spruce_boat.json b/behavior_pack/recipes/spruce_boat.json index 67f039ed2..82c58bfd3 100644 --- a/behavior_pack/recipes/spruce_boat.json +++ b/behavior_pack/recipes/spruce_boat.json @@ -13,16 +13,14 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } }, "unlock": { "context": "PlayerInWater" }, "result": { - "item": "minecraft:boat", - "data": 1 + "item": "minecraft:spruce_boat" } } } diff --git a/behavior_pack/recipes/spruce_door.json b/behavior_pack/recipes/spruce_door.json index 03894e7a4..32b5f8afe 100644 --- a/behavior_pack/recipes/spruce_door.json +++ b/behavior_pack/recipes/spruce_door.json @@ -15,14 +15,12 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } ], "result": { diff --git a/behavior_pack/recipes/spruce_fence.json b/behavior_pack/recipes/spruce_fence.json index 5aba89b09..b1d3e22db 100644 --- a/behavior_pack/recipes/spruce_fence.json +++ b/behavior_pack/recipes/spruce_fence.json @@ -16,14 +16,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } ], "result": { diff --git a/behavior_pack/recipes/spruce_fence_gate.json b/behavior_pack/recipes/spruce_fence_gate.json index c14f17083..d27f28f7c 100644 --- a/behavior_pack/recipes/spruce_fence_gate.json +++ b/behavior_pack/recipes/spruce_fence_gate.json @@ -17,14 +17,12 @@ "item": "minecraft:stick" }, "W": { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } ], "result": { diff --git a/behavior_pack/recipes/spruce_planks.json b/behavior_pack/recipes/spruce_planks.json index ab2d6ed76..935ff19da 100644 --- a/behavior_pack/recipes/spruce_planks.json +++ b/behavior_pack/recipes/spruce_planks.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:log", - "data": 1 + "item": "minecraft:spruce_log" } }, "unlock": [ { - "item": "minecraft:log", - "data": 1 + "item": "minecraft:spruce_log" } ], "result": { - "item": "minecraft:planks", - "data": 1, + "item": "minecraft:spruce_planks", "count": 4 } } diff --git a/behavior_pack/recipes/spruce_planks_from_stripped.json b/behavior_pack/recipes/spruce_planks_from_stripped.json index 62ef83d7c..ac565400d 100644 --- a/behavior_pack/recipes/spruce_planks_from_stripped.json +++ b/behavior_pack/recipes/spruce_planks_from_stripped.json @@ -22,8 +22,7 @@ } ], "result": { - "item": "minecraft:planks", - "data": 1, + "item": "minecraft:spruce_planks", "count": 4 } } diff --git a/behavior_pack/recipes/spruce_stairs.json b/behavior_pack/recipes/spruce_stairs.json index 066d9651d..f4c0c05c5 100644 --- a/behavior_pack/recipes/spruce_stairs.json +++ b/behavior_pack/recipes/spruce_stairs.json @@ -15,15 +15,13 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } }, "unlock": [ - { - "item": "minecraft:planks", - "data": 1 - } + { + "item": "minecraft:spruce_planks" + } ], "result": { "item": "minecraft:spruce_stairs", diff --git a/behavior_pack/recipes/spruce_wooden_slab.json b/behavior_pack/recipes/spruce_wooden_slab.json index 38137af35..cae2f8f85 100644 --- a/behavior_pack/recipes/spruce_wooden_slab.json +++ b/behavior_pack/recipes/spruce_wooden_slab.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 1 + "item": "minecraft:spruce_planks" } }, "unlock": [ - { - "item": "minecraft:planks", - "data": 1 - } + { + "item": "minecraft:spruce_planks" + } ], "result": { - "item": "minecraft:wooden_slab", - "data": 1, + "item": "minecraft:spruce_slab", "count": 6 } } diff --git a/behavior_pack/recipes/stonecutter_andesite_stairs.json b/behavior_pack/recipes/stonecutter_andesite_stairs.json index 757b205b5..26205b60e 100644 --- a/behavior_pack/recipes/stonecutter_andesite_stairs.json +++ b/behavior_pack/recipes/stonecutter_andesite_stairs.json @@ -10,14 +10,12 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_dark_prismarine_slab.json b/behavior_pack/recipes/stonecutter_dark_prismarine_slab.json index a06f110b4..80cfe1fb5 100644 --- a/behavior_pack/recipes/stonecutter_dark_prismarine_slab.json +++ b/behavior_pack/recipes/stonecutter_dark_prismarine_slab.json @@ -10,19 +10,16 @@ "priority": 0, "ingredients": [ { - "item": "minecraft:prismarine", - "data": 1 + "item": "minecraft:dark_prismarine" } ], "unlock": [ { - "item": "minecraft:prismarine", - "data": 1 + "item": "minecraft:dark_prismarine" } ], "result": { - "item": "minecraft:double_stone_slab2", - "data": 3, + "item": "minecraft:dark_prismarine_slab", "count": 2 } } diff --git a/behavior_pack/recipes/stonecutter_dark_prismarine_stairs.json b/behavior_pack/recipes/stonecutter_dark_prismarine_stairs.json index fa258354b..26cc52304 100644 --- a/behavior_pack/recipes/stonecutter_dark_prismarine_stairs.json +++ b/behavior_pack/recipes/stonecutter_dark_prismarine_stairs.json @@ -10,14 +10,12 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:prismarine", - "data": 1 + "item": "minecraft:dark_prismarine" } ], "unlock": [ { - "item": "minecraft:prismarine", - "data": 1 + "item": "minecraft:dark_prismarine" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_diorite_stairs.json b/behavior_pack/recipes/stonecutter_diorite_stairs.json index ab7427f3c..783a0d61a 100644 --- a/behavior_pack/recipes/stonecutter_diorite_stairs.json +++ b/behavior_pack/recipes/stonecutter_diorite_stairs.json @@ -10,14 +10,12 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_granite_stairs.json b/behavior_pack/recipes/stonecutter_granite_stairs.json index 01a587654..26dd2efd6 100644 --- a/behavior_pack/recipes/stonecutter_granite_stairs.json +++ b/behavior_pack/recipes/stonecutter_granite_stairs.json @@ -10,14 +10,12 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_mossy_cobblestone_slab.json b/behavior_pack/recipes/stonecutter_mossy_cobblestone_slab.json index 81b677404..1946e211b 100644 --- a/behavior_pack/recipes/stonecutter_mossy_cobblestone_slab.json +++ b/behavior_pack/recipes/stonecutter_mossy_cobblestone_slab.json @@ -10,19 +10,16 @@ "priority": 0, "ingredients": [ { - "item": "minecraft:mossy_cobblestone", - "data": 0 + "item": "minecraft:mossy_cobblestone" } ], "unlock": [ { - "item": "minecraft:mossy_cobblestone", - "data": 0 + "item": "minecraft:mossy_cobblestone" } ], "result": { - "item": "minecraft:double_stone_slab2", - "data": 5, + "item": "minecraft:mossy_cobblestone_slab", "count": 2 } } diff --git a/behavior_pack/recipes/stonecutter_polished_andesite.json b/behavior_pack/recipes/stonecutter_polished_andesite.json index 8a4fdf4b7..f3ae20dcc 100644 --- a/behavior_pack/recipes/stonecutter_polished_andesite.json +++ b/behavior_pack/recipes/stonecutter_polished_andesite.json @@ -10,19 +10,16 @@ "priority": 3, "ingredients": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "result": { - "item": "minecraft:stone", - "data": 6, + "item": "minecraft:polished_andesite", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_polished_andesite_stairs.json b/behavior_pack/recipes/stonecutter_polished_andesite_stairs.json index a7754edf8..ed115317e 100644 --- a/behavior_pack/recipes/stonecutter_polished_andesite_stairs.json +++ b/behavior_pack/recipes/stonecutter_polished_andesite_stairs.json @@ -10,14 +10,12 @@ "priority": 5, "ingredients": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_polished_andesite_stairs2.json b/behavior_pack/recipes/stonecutter_polished_andesite_stairs2.json index c5e30ccf2..a5db43912 100644 --- a/behavior_pack/recipes/stonecutter_polished_andesite_stairs2.json +++ b/behavior_pack/recipes/stonecutter_polished_andesite_stairs2.json @@ -10,14 +10,12 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:stone", - "data": 6 + "item": "minecraft:polished_andesite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 6 + "item": "minecraft:polished_andesite" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_polished_diorite.json b/behavior_pack/recipes/stonecutter_polished_diorite.json index 4051d20d4..44e5bd802 100644 --- a/behavior_pack/recipes/stonecutter_polished_diorite.json +++ b/behavior_pack/recipes/stonecutter_polished_diorite.json @@ -10,19 +10,16 @@ "priority": 3, "ingredients": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { - "item": "minecraft:stone", - "data": 4, + "item": "minecraft:polished_diorite", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_polished_diorite_stairs.json b/behavior_pack/recipes/stonecutter_polished_diorite_stairs.json index 447588a44..43aa14c28 100644 --- a/behavior_pack/recipes/stonecutter_polished_diorite_stairs.json +++ b/behavior_pack/recipes/stonecutter_polished_diorite_stairs.json @@ -10,14 +10,12 @@ "priority": 5, "ingredients": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_polished_diorite_stairs2.json b/behavior_pack/recipes/stonecutter_polished_diorite_stairs2.json index 7ee0fbe17..4f3d975e4 100644 --- a/behavior_pack/recipes/stonecutter_polished_diorite_stairs2.json +++ b/behavior_pack/recipes/stonecutter_polished_diorite_stairs2.json @@ -10,14 +10,12 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:stone", - "data": 4 + "item": "minecraft:polished_diorite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 4 + "item": "minecraft:polished_diorite" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_polished_granite.json b/behavior_pack/recipes/stonecutter_polished_granite.json index d6b43e0b4..8655bbdf0 100644 --- a/behavior_pack/recipes/stonecutter_polished_granite.json +++ b/behavior_pack/recipes/stonecutter_polished_granite.json @@ -10,19 +10,16 @@ "priority": 3, "ingredients": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "result": { - "item": "minecraft:stone", - "data": 2, + "item": "minecraft:polished_granite", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_polished_granite_stairs.json b/behavior_pack/recipes/stonecutter_polished_granite_stairs.json index 49debe607..5f44bfa49 100644 --- a/behavior_pack/recipes/stonecutter_polished_granite_stairs.json +++ b/behavior_pack/recipes/stonecutter_polished_granite_stairs.json @@ -10,14 +10,12 @@ "priority": 5, "ingredients": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_polished_granite_stairs2.json b/behavior_pack/recipes/stonecutter_polished_granite_stairs2.json index 2b158e2da..1993a696e 100644 --- a/behavior_pack/recipes/stonecutter_polished_granite_stairs2.json +++ b/behavior_pack/recipes/stonecutter_polished_granite_stairs2.json @@ -10,14 +10,12 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:stone", - "data": 2 + "item": "minecraft:polished_granite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 2 + "item": "minecraft:polished_granite" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_prismarine_brick_slab.json b/behavior_pack/recipes/stonecutter_prismarine_brick_slab.json index 964c7ae06..129569756 100644 --- a/behavior_pack/recipes/stonecutter_prismarine_brick_slab.json +++ b/behavior_pack/recipes/stonecutter_prismarine_brick_slab.json @@ -10,19 +10,16 @@ "priority": 0, "ingredients": [ { - "item": "minecraft:prismarine", - "data": 2 + "item": "minecraft:prismarine_bricks" } ], "unlock": [ { - "item": "minecraft:prismarine", - "data": 2 + "item": "minecraft:prismarine_bricks" } ], "result": { - "item": "minecraft:double_stone_slab2", - "data": 4, + "item": "minecraft:prismarine_brick_slab", "count": 2 } } diff --git a/behavior_pack/recipes/stonecutter_prismarine_brick_stairs.json b/behavior_pack/recipes/stonecutter_prismarine_brick_stairs.json index f292328e0..9f578b742 100644 --- a/behavior_pack/recipes/stonecutter_prismarine_brick_stairs.json +++ b/behavior_pack/recipes/stonecutter_prismarine_brick_stairs.json @@ -10,14 +10,12 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:prismarine", - "data": 2 + "item": "minecraft:prismarine_bricks" } ], "unlock": [ { - "item": "minecraft:prismarine", - "data": 2 + "item": "minecraft:prismarine_bricks" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_prismarine_slab.json b/behavior_pack/recipes/stonecutter_prismarine_slab.json index 74c62e85f..bdffa855b 100644 --- a/behavior_pack/recipes/stonecutter_prismarine_slab.json +++ b/behavior_pack/recipes/stonecutter_prismarine_slab.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:double_stone_slab2", - "data": 2, + "item": "minecraft:prismarine_slab", "count": 2 } } diff --git a/behavior_pack/recipes/stonecutter_purpur_pillar.json b/behavior_pack/recipes/stonecutter_purpur_pillar.json new file mode 100644 index 000000000..6069e4dee --- /dev/null +++ b/behavior_pack/recipes/stonecutter_purpur_pillar.json @@ -0,0 +1,29 @@ +{ + "format_version": "1.20.10", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "minecraft:stonecutter_purpur_lines" + }, + + + "tags": [ "stonecutter" ], + "priority": 0, + "ingredients": [ + { + "item": "minecraft:purpur_block", + "data": 0 + } + ], + "unlock": [ + { + "item": "minecraft:purpur_block", + "data": 0 + } + ], + "result": { + "item": "minecraft:purpur_pillar", + "count": 1 + } + } + +} diff --git a/behavior_pack/recipes/stonecutter_purpur_slab.json b/behavior_pack/recipes/stonecutter_purpur_slab.json index 60d66dc8f..ea364165c 100644 --- a/behavior_pack/recipes/stonecutter_purpur_slab.json +++ b/behavior_pack/recipes/stonecutter_purpur_slab.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:double_stone_slab2", - "data": 1, + "item": "minecraft:purpur_slab", "count": 2 } } diff --git a/behavior_pack/recipes/stonecutter_red_nether_brick_slab.json b/behavior_pack/recipes/stonecutter_red_nether_brick_slab.json index f921485f5..b743c9366 100644 --- a/behavior_pack/recipes/stonecutter_red_nether_brick_slab.json +++ b/behavior_pack/recipes/stonecutter_red_nether_brick_slab.json @@ -10,19 +10,16 @@ "priority": 0, "ingredients": [ { - "item": "minecraft:red_nether_brick", - "data": 0 + "item": "minecraft:red_nether_brick" } ], "unlock": [ { - "item": "minecraft:red_nether_brick", - "data": 0 + "item": "minecraft:red_nether_brick" } ], "result": { - "item": "minecraft:double_stone_slab2", - "data": 7, + "item": "minecraft:red_nether_brick_slab", "count": 2 } } diff --git a/behavior_pack/recipes/stonecutter_smooth_sandstone_slab.json b/behavior_pack/recipes/stonecutter_smooth_sandstone_slab.json index b0a4d7643..e1d39c8c3 100644 --- a/behavior_pack/recipes/stonecutter_smooth_sandstone_slab.json +++ b/behavior_pack/recipes/stonecutter_smooth_sandstone_slab.json @@ -10,19 +10,16 @@ "priority": 0, "ingredients": [ { - "item": "minecraft:sandstone", - "data": 3 + "item": "minecraft:smooth_sandstone" } ], "unlock": [ { - "item": "minecraft:sandstone", - "data": 3 + "item": "minecraft:smooth_sandstone" } ], "result": { - "item": "minecraft:double_stone_slab2", - "data": 6, + "item": "minecraft:smooth_sandstone_slab", "count": 2 } } diff --git a/behavior_pack/recipes/string_to_wool.json b/behavior_pack/recipes/string_to_wool.json index 45093e920..4d2521b19 100644 --- a/behavior_pack/recipes/string_to_wool.json +++ b/behavior_pack/recipes/string_to_wool.json @@ -22,8 +22,7 @@ } ], "result": { - "item": "minecraft:wool", - "data": 0 + "item": "minecraft:white_wool" } } } diff --git a/behavior_pack/recipes/white_banner.json b/behavior_pack/recipes/white_banner.json index a7a496855..0b58bf845 100644 --- a/behavior_pack/recipes/white_banner.json +++ b/behavior_pack/recipes/white_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 0 + "item": "minecraft:white_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 0 + "item": "minecraft:white_wool" } ], "result": { diff --git a/behavior_pack/recipes/white_carpet.json b/behavior_pack/recipes/white_carpet.json index 2ae2ebe0e..eae6df85c 100644 --- a/behavior_pack/recipes/white_carpet.json +++ b/behavior_pack/recipes/white_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 0 + "item": "minecraft:white_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 0 + "item": "minecraft:white_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 0, + "item": "minecraft:white_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/white_concrete_powder.json b/behavior_pack/recipes/white_concrete_powder.json index e57d504bb..d9418a946 100644 --- a/behavior_pack/recipes/white_concrete_powder.json +++ b/behavior_pack/recipes/white_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 19 + "item": "minecraft:white_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 0, + "item": "minecraft:white_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/white_concrete_powder_from_bonemeal.json b/behavior_pack/recipes/white_concrete_powder_from_bonemeal.json index edf68de49..b0261db14 100644 --- a/behavior_pack/recipes/white_concrete_powder_from_bonemeal.json +++ b/behavior_pack/recipes/white_concrete_powder_from_bonemeal.json @@ -11,8 +11,7 @@ "priority": 1, "ingredients": [ { - "item": "minecraft:dye", - "data": 15 + "item": "minecraft:bone_meal" }, { "item": "minecraft:sand", @@ -53,8 +52,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 0, + "item": "minecraft:white_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/white_stained_glass.json b/behavior_pack/recipes/white_stained_glass.json index c0a52eb62..3a1e23a1a 100644 --- a/behavior_pack/recipes/white_stained_glass.json +++ b/behavior_pack/recipes/white_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 19 + "item": "minecraft:white_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/white_stained_glass_from_bonemeal.json b/behavior_pack/recipes/white_stained_glass_from_bonemeal.json index 4d8b1d2be..58914889a 100644 --- a/behavior_pack/recipes/white_stained_glass_from_bonemeal.json +++ b/behavior_pack/recipes/white_stained_glass_from_bonemeal.json @@ -19,8 +19,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 15 + "item": "minecraft:bone_meal" } }, "unlock": [ diff --git a/behavior_pack/recipes/white_stained_glass_pane_from_pane.json b/behavior_pack/recipes/white_stained_glass_pane_from_pane.json index 16eece8ab..e8a4de510 100644 --- a/behavior_pack/recipes/white_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/white_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 19 + "item": "minecraft:white_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 19 + "item": "minecraft:white_dye" } ], "result": { diff --git a/behavior_pack/recipes/white_stained_hardened_clay.json b/behavior_pack/recipes/white_stained_hardened_clay.json index ca6d51ab6..2f8caf113 100644 --- a/behavior_pack/recipes/white_stained_hardened_clay.json +++ b/behavior_pack/recipes/white_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 19 + "item": "minecraft:white_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 0, + "item": "minecraft:white_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/white_stained_hardened_clay_from_bonemeal.json b/behavior_pack/recipes/white_stained_hardened_clay_from_bonemeal.json index 4068d72a6..0db06def4 100644 --- a/behavior_pack/recipes/white_stained_hardened_clay_from_bonemeal.json +++ b/behavior_pack/recipes/white_stained_hardened_clay_from_bonemeal.json @@ -19,8 +19,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 15 + "item": "minecraft:bone_meal" } }, "unlock": [ @@ -29,8 +28,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 0, + "item": "minecraft:white_terracotta", "count": 8 } } diff --git a/behavior_pack/recipes/wooden_door.json b/behavior_pack/recipes/wooden_door.json index afcb91962..b4d52302a 100644 --- a/behavior_pack/recipes/wooden_door.json +++ b/behavior_pack/recipes/wooden_door.json @@ -15,14 +15,12 @@ ], "key": { "#": { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } }, "unlock": [ { - "item": "minecraft:planks", - "data": 0 + "item": "minecraft:oak_planks" } ], "result": { diff --git a/behavior_pack/recipes/yellow_banner.json b/behavior_pack/recipes/yellow_banner.json index 89b95a9fc..6cbe7fbef 100644 --- a/behavior_pack/recipes/yellow_banner.json +++ b/behavior_pack/recipes/yellow_banner.json @@ -15,8 +15,7 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 4 + "item": "minecraft:yellow_wool" }, "|": { "item": "minecraft:stick" @@ -24,8 +23,7 @@ }, "unlock": [ { - "item": "minecraft:wool", - "data": 4 + "item": "minecraft:yellow_wool" } ], "result": { diff --git a/behavior_pack/recipes/yellow_carpet.json b/behavior_pack/recipes/yellow_carpet.json index 076b3c24f..5fb3f0bd3 100644 --- a/behavior_pack/recipes/yellow_carpet.json +++ b/behavior_pack/recipes/yellow_carpet.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:wool", - "data": 4 + "item": "minecraft:yellow_wool" } }, "unlock": [ { - "item": "minecraft:wool", - "data": 4 + "item": "minecraft:yellow_wool" } ], "result": { - "item": "minecraft:carpet", - "data": 4, + "item": "minecraft:yellow_carpet", "count": 3 } } diff --git a/behavior_pack/recipes/yellow_carpet_from_white.json b/behavior_pack/recipes/yellow_carpet_from_white.json index ecfb3c84c..871a03528 100644 --- a/behavior_pack/recipes/yellow_carpet_from_white.json +++ b/behavior_pack/recipes/yellow_carpet_from_white.json @@ -15,27 +15,22 @@ ], "key": { "#": { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, "X": { - "item": "minecraft:dye", - "data": 11 + "item": "minecraft:yellow_dye" } }, "unlock": [ { - "item": "minecraft:carpet", - "data": 0 + "item": "minecraft:white_carpet" }, { - "item": "minecraft:dye", - "data": 11 + "item": "minecraft:yellow_dye" } ], "result": { - "item": "minecraft:carpet", - "data": 4, + "item": "minecraft:yellow_carpet", "count": 8 } } diff --git a/behavior_pack/recipes/yellow_concrete_powder.json b/behavior_pack/recipes/yellow_concrete_powder.json index b512a2ce5..eaf6dbeed 100644 --- a/behavior_pack/recipes/yellow_concrete_powder.json +++ b/behavior_pack/recipes/yellow_concrete_powder.json @@ -10,8 +10,7 @@ "group": "concrete_powder", "ingredients": [ { - "item": "minecraft:dye", - "data": 11 + "item": "minecraft:yellow_dye" }, { "item": "minecraft:sand", @@ -52,8 +51,7 @@ } ], "result": { - "item": "minecraft:concrete_powder", - "data": 4, + "item": "minecraft:yellow_concrete_powder", "count": 8 } } diff --git a/behavior_pack/recipes/yellow_dye_from_sunflower.json b/behavior_pack/recipes/yellow_dye_from_sunflower.json index 55fe0540a..faeb71973 100644 --- a/behavior_pack/recipes/yellow_dye_from_sunflower.json +++ b/behavior_pack/recipes/yellow_dye_from_sunflower.json @@ -17,8 +17,7 @@ } ], "result": { - "item": "minecraft:dye", - "data": 11, + "item": "minecraft:yellow_dye", "count": 2 } } diff --git a/behavior_pack/recipes/yellow_stained_glass.json b/behavior_pack/recipes/yellow_stained_glass.json index 70cb1f16c..3da2b8cc0 100644 --- a/behavior_pack/recipes/yellow_stained_glass.json +++ b/behavior_pack/recipes/yellow_stained_glass.json @@ -18,8 +18,7 @@ "item": "minecraft:glass" }, "X": { - "item": "minecraft:dye", - "data": 11 + "item": "minecraft:yellow_dye" } }, "unlock": [ diff --git a/behavior_pack/recipes/yellow_stained_glass_pane_from_pane.json b/behavior_pack/recipes/yellow_stained_glass_pane_from_pane.json index 9fd6483c3..6ef4da2b9 100644 --- a/behavior_pack/recipes/yellow_stained_glass_pane_from_pane.json +++ b/behavior_pack/recipes/yellow_stained_glass_pane_from_pane.json @@ -18,8 +18,7 @@ "item": "minecraft:glass_pane" }, "X": { - "item": "minecraft:dye", - "data": 11 + "item": "minecraft:yellow_dye" } }, "unlock": [ @@ -27,8 +26,7 @@ "item": "minecraft:glass_pane" }, { - "item": "minecraft:dye", - "data": 11 + "item": "minecraft:yellow_dye" } ], "result": { diff --git a/behavior_pack/recipes/yellow_stained_hardened_clay.json b/behavior_pack/recipes/yellow_stained_hardened_clay.json index 0ec593a6f..ea7c612e7 100644 --- a/behavior_pack/recipes/yellow_stained_hardened_clay.json +++ b/behavior_pack/recipes/yellow_stained_hardened_clay.json @@ -18,8 +18,7 @@ "item": "minecraft:hardened_clay" }, "X": { - "item": "minecraft:dye", - "data": 11 + "item": "minecraft:yellow_dye" } }, "unlock": [ @@ -28,8 +27,7 @@ } ], "result": { - "item": "minecraft:stained_hardened_clay", - "data": 4, + "item": "minecraft:yellow_terracotta", "count": 8 } } diff --git a/behavior_pack/spawn_rules/bat.json b/behavior_pack/spawn_rules/bat.json index a7f4cb7a9..e4af876c1 100644 --- a/behavior_pack/spawn_rules/bat.json +++ b/behavior_pack/spawn_rules/bat.json @@ -8,30 +8,44 @@ "conditions": [ { "minecraft:spawns_underground": {}, + "minecraft:spawns_on_block_filter": [ + "minecraft:stone", + "minecraft:granite", + "minecraft:diorite", + "minecraft:andesite", + "minecraft:tuff", + "minecraft:deepslate" + ], "minecraft:brightness_filter": { "min": 0, "max": 4, "adjust_for_weather": true }, - "minecraft:height_filter": { - "min": -63, - "max": 63 - }, "minecraft:weight": { "default": 10 }, "minecraft:herd": { - "min_size": 2, - "max_size": 2 + "min_size": 8, + "max_size": 8 }, "minecraft:density_limit": { "surface": 5 }, - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "animal" + "any_of": [ + { + "test": "has_biome_tag", + "operator": "==", + "value": "caves" + }, + { + "test": "has_biome_tag", + "operator": "==", + "value": "animal" + } + ] } } ] } -} \ No newline at end of file +} diff --git a/behavior_pack/spawn_rules/chicken.json b/behavior_pack/spawn_rules/chicken.json index 41fb1ff90..9df8fd54b 100644 --- a/behavior_pack/spawn_rules/chicken.json +++ b/behavior_pack/spawn_rules/chicken.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/spawn_rules/cow.json b/behavior_pack/spawn_rules/cow.json index 0ecca9b6d..389f52a2c 100644 --- a/behavior_pack/spawn_rules/cow.json +++ b/behavior_pack/spawn_rules/cow.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/spawn_rules/donkey.json b/behavior_pack/spawn_rules/donkey.json index baab6ce1e..b284e3329 100644 --- a/behavior_pack/spawn_rules/donkey.json +++ b/behavior_pack/spawn_rules/donkey.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, @@ -29,7 +29,7 @@ }, { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/spawn_rules/goat.json b/behavior_pack/spawn_rules/goat.json index 2a01c5c26..08c2db2d6 100644 --- a/behavior_pack/spawn_rules/goat.json +++ b/behavior_pack/spawn_rules/goat.json @@ -10,6 +10,12 @@ "minecraft:spawns_on_surface": {}, "minecraft:spawns_on_block_filter": [ "minecraft:stone", + "minecraft:granite", + "minecraft:polished_granite", + "minecraft:diorite", + "minecraft:polished_diorite", + "minecraft:andesite", + "minecraft:polished_andesite", "minecraft:snow", "minecraft:powder_snow", "minecraft:snow_layer", diff --git a/behavior_pack/spawn_rules/horse.json b/behavior_pack/spawn_rules/horse.json index b873df8b7..3ba7df595 100644 --- a/behavior_pack/spawn_rules/horse.json +++ b/behavior_pack/spawn_rules/horse.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, @@ -33,7 +33,7 @@ }, { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/spawn_rules/llama.json b/behavior_pack/spawn_rules/llama.json index f2e7770e6..5f4dbf881 100644 --- a/behavior_pack/spawn_rules/llama.json +++ b/behavior_pack/spawn_rules/llama.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, @@ -28,7 +28,7 @@ }, { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/spawn_rules/ocelot.json b/behavior_pack/spawn_rules/ocelot.json index 4397c48f9..a12d27189 100644 --- a/behavior_pack/spawn_rules/ocelot.json +++ b/behavior_pack/spawn_rules/ocelot.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/spawn_rules/panda.json b/behavior_pack/spawn_rules/panda.json index 587601641..1df373e4c 100644 --- a/behavior_pack/spawn_rules/panda.json +++ b/behavior_pack/spawn_rules/panda.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, @@ -29,7 +29,7 @@ }, { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/spawn_rules/parrot.json b/behavior_pack/spawn_rules/parrot.json index a20df41d7..b803ca3d0 100644 --- a/behavior_pack/spawn_rules/parrot.json +++ b/behavior_pack/spawn_rules/parrot.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/spawn_rules/pig.json b/behavior_pack/spawn_rules/pig.json index 696c3f838..75f3d6e5b 100644 --- a/behavior_pack/spawn_rules/pig.json +++ b/behavior_pack/spawn_rules/pig.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/spawn_rules/rabbit.json b/behavior_pack/spawn_rules/rabbit.json index 9772a1149..6116f2558 100644 --- a/behavior_pack/spawn_rules/rabbit.json +++ b/behavior_pack/spawn_rules/rabbit.json @@ -9,7 +9,7 @@ { "minecraft:spawns_on_surface": {}, "minecraft:spawns_on_block_filter": [ - "minecraft:grass", + "minecraft:grass_block", "minecraft:snow", "minecraft:sand", "minecraft:snow_layer" @@ -42,7 +42,7 @@ { "minecraft:spawns_on_surface": {}, "minecraft:spawns_on_block_filter": [ - "minecraft:grass", + "minecraft:grass_block", "minecraft:snow", "minecraft:sand", "minecraft:snow_layer" @@ -69,7 +69,7 @@ { "minecraft:spawns_on_surface": {}, "minecraft:spawns_on_block_filter": [ - "minecraft:grass", + "minecraft:grass_block", "minecraft:snow", "minecraft:sand", "minecraft:snow_layer" @@ -93,7 +93,7 @@ { "minecraft:spawns_on_surface": {}, "minecraft:spawns_on_block_filter": [ - "minecraft:grass", + "minecraft:grass_block", "minecraft:snow", "minecraft:sand", "minecraft:snow_layer" diff --git a/behavior_pack/spawn_rules/sheep.json b/behavior_pack/spawn_rules/sheep.json index 98f1e356e..f441b7ef4 100644 --- a/behavior_pack/spawn_rules/sheep.json +++ b/behavior_pack/spawn_rules/sheep.json @@ -8,7 +8,7 @@ "conditions": [ { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, @@ -29,7 +29,7 @@ }, { "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", + "minecraft:spawns_on_block_filter": "minecraft:grass_block", "minecraft:brightness_filter": { "min": 7, "max": 15, diff --git a/behavior_pack/trading/economy_trades/shepherd_trades.json b/behavior_pack/trading/economy_trades/shepherd_trades.json index 52b5a6bb6..fc01fde06 100644 --- a/behavior_pack/trading/economy_trades/shepherd_trades.json +++ b/behavior_pack/trading/economy_trades/shepherd_trades.json @@ -11,22 +11,22 @@ { "choice": [ { - "item": "minecraft:wool:0", + "item": "minecraft:white_wool", "quantity": 18, "price_multiplier": 0.05 }, { - "item": "minecraft:wool:7", + "item": "minecraft:gray_wool", "quantity": 18, "price_multiplier": 0.05 }, { - "item": "minecraft:wool:12", + "item": "minecraft:brown_wool", "quantity": 18, "price_multiplier": 0.05 }, { - "item": "minecraft:wool:15", + "item": "minecraft:black_wool", "quantity": 18, "price_multiplier": 0.05 } @@ -81,27 +81,27 @@ { "choice": [ { - "item": "minecraft:dye:16", + "item": "minecraft:black_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:8", + "item": "minecraft:gray_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:10", + "item": "minecraft:lime_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:12", + "item": "minecraft:light_blue_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:19", + "item": "minecraft:white_dye", "quantity": 12, "price_multiplier": 0.05 } @@ -135,17 +135,52 @@ { "choice": [ { - "item": "minecraft:wool", - "functions": [ - { - "function": "random_block_state", - "block_state": "color", - "values": { - "min": 0, - "max": 15 - } - } - ] + "item": "minecraft:white_wool" + }, + { + "item": "minecraft:orange_wool" + }, + { + "item": "minecraft:magenta_wool" + }, + { + "item": "minecraft:light_blue_wool" + }, + { + "item": "minecraft:yellow_wool" + }, + { + "item": "minecraft:lime_wool" + }, + { + "item": "minecraft:pink_wool" + }, + { + "item": "minecraft:gray_wool" + }, + { + "item": "minecraft:light_gray_wool" + }, + { + "item": "minecraft:cyan_wool" + }, + { + "item": "minecraft:purple_wool" + }, + { + "item": "minecraft:blue_wool" + }, + { + "item": "minecraft:brown_wool" + }, + { + "item": "minecraft:green_wool" + }, + { + "item": "minecraft:red_wool" + }, + { + "item": "minecraft:black_wool" } ] } @@ -166,18 +201,68 @@ { "choice": [ { - "item": "minecraft:carpet", - "quantity": 4, - "functions": [ - { - "function": "random_block_state", - "block_state": "color", - "values": { - "min": 0, - "max": 15 - } - } - ] + "item": "minecraft:white_carpet", + "quantity": 4 + }, + { + "item": "minecraft:orange_carpet", + "quantity": 4 + }, + { + "item": "minecraft:magenta_carpet", + "quantity": 4 + }, + { + "item": "minecraft:light_blue_carpet", + "quantity": 4 + }, + { + "item": "minecraft:yellow_carpet", + "quantity": 4 + }, + { + "item": "minecraft:lime_carpet", + "quantity": 4 + }, + { + "item": "minecraft:pink_carpet", + "quantity": 4 + }, + { + "item": "minecraft:gray_carpet", + "quantity": 4 + }, + { + "item": "minecraft:light_gray_carpet", + "quantity": 4 + }, + { + "item": "minecraft:cyan_carpet", + "quantity": 4 + }, + { + "item": "minecraft:purple_carpet", + "quantity": 4 + }, + { + "item": "minecraft:blue_carpet", + "quantity": 4 + }, + { + "item": "minecraft:brown_carpet", + "quantity": 4 + }, + { + "item": "minecraft:green_carpet", + "quantity": 4 + }, + { + "item": "minecraft:red_carpet", + "quantity": 4 + }, + { + "item": "minecraft:black_carpet", + "quantity": 4 } ] } @@ -201,27 +286,27 @@ { "choice": [ { - "item": "minecraft:dye:1", + "item": "minecraft:red_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:7", + "item": "minecraft:light_gray_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:9", + "item": "minecraft:pink_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:11", + "item": "minecraft:yellow_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:14", + "item": "minecraft:orange_dye", "quantity": 12, "price_multiplier": 0.05 } @@ -288,32 +373,32 @@ { "choice": [ { - "item": "minecraft:dye:2", + "item": "minecraft:green_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:17", + "item": "minecraft:brown_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:18", + "item": "minecraft:blue_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:5", + "item": "minecraft:purple_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:6", + "item": "minecraft:cyan_dye", "quantity": 12, "price_multiplier": 0.05 }, { - "item": "minecraft:dye:13", + "item": "minecraft:magenta_dye", "quantity": 12, "price_multiplier": 0.05 } diff --git a/behavior_pack/trading/economy_trades/stone_mason_trades.json b/behavior_pack/trading/economy_trades/stone_mason_trades.json index 023e42a09..6e03ded42 100644 --- a/behavior_pack/trading/economy_trades/stone_mason_trades.json +++ b/behavior_pack/trading/economy_trades/stone_mason_trades.json @@ -47,7 +47,7 @@ { "wants": [ { - "item": "minecraft:stone:0", + "item": "minecraft:stone", "quantity": 20, "price_multiplier": 0.05 } @@ -90,17 +90,17 @@ { "choice": [ { - "item": "minecraft:stone:1", + "item": "minecraft:granite", "quantity": 16, "price_multiplier": 0.05 }, { - "item": "minecraft:stone:3", + "item": "minecraft:diorite", "quantity": 16, "price_multiplier": 0.05 }, { - "item": "minecraft:stone:5", + "item": "minecraft:andesite", "quantity": 16, "price_multiplier": 0.05 } @@ -129,15 +129,15 @@ { "choice": [ { - "item": "minecraft:stone:2", + "item": "minecraft:polished_granite", "quantity": 4 }, { - "item": "minecraft:stone:4", + "item": "minecraft:polished_diorite", "quantity": 4 }, { - "item": "minecraft:stone:6", + "item": "minecraft:polished_andesite", "quantity": 4 }, { @@ -186,52 +186,52 @@ { "choice": [ { - "item": "minecraft:stained_hardened_clay:0" + "item": "minecraft:white_terracotta" }, { - "item": "minecraft:stained_hardened_clay:1" + "item": "minecraft:orange_terracotta" }, { - "item": "minecraft:stained_hardened_clay:2" + "item": "minecraft:magenta_terracotta" }, { - "item": "minecraft:stained_hardened_clay:3" + "item": "minecraft:light_blue_terracotta" }, { - "item": "minecraft:stained_hardened_clay:4" + "item": "minecraft:yellow_terracotta" }, { - "item": "minecraft:stained_hardened_clay:5" + "item": "minecraft:lime_terracotta" }, { - "item": "minecraft:stained_hardened_clay:6" + "item": "minecraft:pink_terracotta" }, { - "item": "minecraft:stained_hardened_clay:7" + "item": "minecraft:gray_terracotta" }, { - "item": "minecraft:stained_hardened_clay:8" + "item": "minecraft:light_gray_terracotta" }, { - "item": "minecraft:stained_hardened_clay:9" + "item": "minecraft:cyan_terracotta" }, { - "item": "minecraft:stained_hardened_clay:10" + "item": "minecraft:purple_terracotta" }, { - "item": "minecraft:stained_hardened_clay:11" + "item": "minecraft:blue_terracotta" }, { - "item": "minecraft:stained_hardened_clay:12" + "item": "minecraft:brown_terracotta" }, { - "item": "minecraft:stained_hardened_clay:13" + "item": "minecraft:green_terracotta" }, { - "item": "minecraft:stained_hardened_clay:14" + "item": "minecraft:red_terracotta" }, { - "item": "minecraft:stained_hardened_clay:15" + "item": "minecraft:black_terracotta" }, { "item": "minecraft:black_glazed_terracotta" diff --git a/behavior_pack/trading/economy_trades/wandering_trader_trades.json b/behavior_pack/trading/economy_trades/wandering_trader_trades.json index 4d69cd2c7..d1e4488ea 100644 --- a/behavior_pack/trading/economy_trades/wandering_trader_trades.json +++ b/behavior_pack/trading/economy_trades/wandering_trader_trades.json @@ -71,7 +71,7 @@ ], "gives": [ { - "item": "minecraft:tallgrass:2" + "item": "minecraft:fern" } ] }, @@ -368,17 +368,22 @@ { "choice": [ { - "item": "minecraft:sapling", - "functions": [ - { - "function": "random_block_state", - "block_state": "sapling_type", - "values": { - "min": 0, - "max": 5 - } - } - ] + "item": "minecraft:oak_sapling" + }, + { + "item": "minecraft:spruce_sapling" + }, + { + "item": "minecraft:birch_sapling" + }, + { + "item": "minecraft:jungle_sapling" + }, + { + "item": "minecraft:acacia_sapling" + }, + { + "item": "minecraft:dark_oak_sapling" }, { "item": "minecraft:cherry_sapling" @@ -433,16 +438,21 @@ ], "gives": [ { - "item": "minecraft:coral_block", - "quantity": 1, - "functions": [ + "choice": [ + { + "item": "minecraft:tube_coral_block" + }, + { + "item": "minecraft:brain_coral_block" + }, + { + "item": "minecraft:bubble_coral_block" + }, + { + "item": "minecraft:fire_coral_block" + }, { - "function": "random_block_state", - "block_state": "coral_color", - "values": { - "min": 0, - "max": 4 - } + "item": "minecraft:horn_coral_block" } ] } diff --git a/documentation/Addons.html b/documentation/Addons.html index e5586bbc2..b4445addb 100644 --- a/documentation/Addons.html +++ b/documentation/Addons.html @@ -1,4 +1,4 @@ -

ADDONS DOCUMENTATION
Version: 1.21.30.3

+

ADDONS DOCUMENTATION
Version: 1.21.40.3

Index

@@ -3138,7 +3138,7 @@

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

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

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

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

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

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

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

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

BlockStates

- + @@ -23793,13 +23793,13 @@

BlockStates

- + - + @@ -23817,7 +23817,7 @@

BlockStates

- + @@ -23901,7 +23901,7 @@

BlockStates

- + @@ -23943,7 +23943,7 @@

BlockStates

- + @@ -24057,7 +24057,7 @@

BlockStates

- + @@ -24081,7 +24081,7 @@

BlockStates

- + @@ -24177,7 +24177,7 @@

BlockStates

- + @@ -24195,7 +24195,7 @@

BlockStates

- + @@ -24219,25 +24219,25 @@

BlockStates

- + - + - + - + @@ -24249,7 +24249,7 @@

BlockStates

- + @@ -24261,7 +24261,7 @@

BlockStates

- + @@ -24273,7 +24273,7 @@

BlockStates

- + @@ -24339,7 +24339,7 @@

BlockStates

- + @@ -25185,6 +25185,9 @@

List of fully-qualified block names

+ + + @@ -25551,6 +25554,9 @@

List of fully-qualified block names

+ + + @@ -26790,6 +26796,9 @@

List of fully-qualified block names

+ + + @@ -26970,6 +26979,9 @@

List of fully-qualified block names

+ + + @@ -27021,6 +27033,9 @@

List of fully-qualified block names

+ + + @@ -27426,7 +27441,7 @@

List of fully-qualified block names

- + @@ -28086,6 +28101,9 @@

List of fully-qualified block names

+ + + @@ -28127,6 +28145,9 @@

List of fully-qualified block names

+ + +
Blocks
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 allow_underwater_bit Boolean True, FalseDetermines if a TNT block works underwater
DEPRECATED - Determines if a TNT block works underwater
attached_bit chemistry_table_type String compound_creator, material_reducer, element_constructor, lab_tableDetermines the type of the work benches that are behind the edu features toggle
DEPRECATED - Determines the type of the work benches that are behind the edu features toggle
chisel_type String default, chiseled, lines, smoothDetermines the pattern of quartz and purpur blocks
DEPRECATED - Determines the pattern of quartz and purpur blocks
cluster_count color_bit Boolean True, FalseSets if a torch is a colored torch block
DEPRECATED - Sets if a torch is a colored torch block
conditional_bit 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 sponge_type String dry, wetDetermines the type of a sponge block
DEPRECATED - Determines the type of a sponge block
stability 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 structure_void_type String void, airDetermines which void mode to draw for structure blocks
DEPRECATED - Determines which void mode to draw for structure blocks
suspended_bit 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 wall_block_type String cobblestone, mossy_cobblestone, granite, diorite, andesite, sandstone, brick, stone_brick, mossy_stone_brick, nether_brick, end_brick, prismarine, red_sandstone, red_nether_brickDetermines the type of a stone used in a wall block
DEPRECATED - Determines the type of a stone used in a wall block
wall_connection_type_east 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

@@ -28970,12 +28991,12 @@

Items

acacia_chest_boat -658 +657 acacia_door -568 +567 @@ -29025,7 +29046,7 @@

Items

acacia_sign -591 +590 @@ -29075,7 +29096,7 @@

Items

allay_spawn_egg -647 +646 @@ -29100,7 +29121,7 @@

Items

amethyst_shard -640 +639 @@ -29135,7 +29156,7 @@

Items

angler_pottery_sherd -672 +671 @@ -29150,7 +29171,7 @@

Items

archer_pottery_sherd -673 +672 @@ -29165,12 +29186,12 @@

Items

armor_stand -564 +563 arms_up_pottery_sherd -674 +673 @@ -29215,7 +29236,7 @@

Items

balloon -614 +613 @@ -29235,7 +29256,7 @@

Items

bamboo_chest_raft -670 +669 @@ -29295,7 +29316,7 @@

Items

bamboo_raft -669 +668 @@ -29305,7 +29326,7 @@

Items

bamboo_sign -668 +667 @@ -29335,7 +29356,7 @@

Items

banner -579 +578 @@ -29435,12 +29456,12 @@

Items

birch_chest_boat -655 +654 birch_door -566 +565 @@ -29490,7 +29511,7 @@

Items

birch_sign -589 +588 @@ -29610,7 +29631,7 @@

Items

blade_pottery_sherd -675 +674 @@ -29635,7 +29656,7 @@

Items

bleach -612 +611 @@ -29720,7 +29741,7 @@

Items

bolt_armor_trim_smithing_template -714 +713 @@ -29755,7 +29776,7 @@

Items

bordure_indented_banner_pattern -598 +597 @@ -29805,7 +29826,7 @@

Items

brewer_pottery_sherd -676 +675 @@ -29915,7 +29936,7 @@

Items

brush -695 +694 @@ -29955,7 +29976,7 @@

Items

burn_pottery_sherd -677 +676 @@ -29980,17 +30001,17 @@

Items

camel_spawn_egg -671 +670 camera -609 +608 campfire -603 +602 @@ -30015,7 +30036,7 @@

Items

carrot_on_a_stick -529 +528 @@ -30065,7 +30086,7 @@

Items

chain -635 +634 @@ -30110,7 +30131,7 @@

Items

cherry_boat -665 +664 @@ -30120,7 +30141,7 @@

Items

cherry_chest_boat -666 +665 @@ -30175,7 +30196,7 @@

Items

cherry_sign -667 +666 @@ -30215,7 +30236,7 @@

Items

chest_boat -661 +660 @@ -30300,7 +30321,7 @@

Items

chorus_fruit -570 +569 @@ -30350,7 +30371,7 @@

Items

coast_armor_trim_smithing_template -699 +698 @@ -30460,12 +30481,12 @@

Items

command_block_minecart -575 +574 comparator -534 +533 @@ -30480,7 +30501,7 @@

Items

compound -610 +609 @@ -30520,7 +30541,7 @@

Items

cooked_mutton -563 +562 @@ -30645,7 +30666,12 @@

Items

creeper_banner_pattern -594 +593 + + + +creeper_head +-968 @@ -30660,7 +30686,7 @@

Items

crimson_door -632 +631 @@ -30715,7 +30741,7 @@

Items

crimson_sign -630 +629 @@ -30750,7 +30776,7 @@

Items

crossbow -587 +586 @@ -30875,7 +30901,7 @@

Items

danger_pottery_sherd -678 +677 @@ -30890,12 +30916,12 @@

Items

dark_oak_chest_boat -659 +658 dark_oak_door -569 +568 @@ -30945,7 +30971,7 @@

Items

dark_oak_sign -592 +591 @@ -31115,7 +31141,7 @@

Items

debug_stick -605 +604 @@ -31280,7 +31306,7 @@

Items

diamond_horse_armor -545 +544 @@ -31345,7 +31371,7 @@

Items

disc_fragment_5 -653 +652 @@ -31395,7 +31421,7 @@

Items

dragon_breath -572 +571 @@ -31404,6 +31430,11 @@

Items

+dragon_head +-969 + + + dried_kelp 270 @@ -31430,7 +31461,7 @@

Items

dune_armor_trim_smithing_template -698 +697 @@ -31440,7 +31471,7 @@

Items

echo_shard -663 +662 @@ -32055,7 +32086,7 @@

Items

elytra -576 +575 @@ -32080,7 +32111,7 @@

Items

enchanted_book -533 +532 @@ -32190,7 +32221,7 @@

Items

explorer_pottery_sherd -679 +678 @@ -32245,7 +32276,7 @@

Items

eye_armor_trim_smithing_template -702 +701 @@ -32280,7 +32311,7 @@

Items

field_masoned_banner_pattern -597 +596 @@ -32320,12 +32351,12 @@

Items

firework_rocket -531 +530 firework_star -532 +531 @@ -32350,22 +32381,22 @@

Items

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

Items

friend_pottery_sherd -681 +680 @@ -32410,7 +32441,7 @@

Items

frog_spawn_egg -644 +643 @@ -32460,12 +32491,12 @@

Items

globe_banner_pattern -600 +599 glow_frame -639 +638 @@ -32485,7 +32516,7 @@

Items

glow_stick -617 +616 @@ -32505,7 +32536,7 @@

Items

goat_horn -643 +642 @@ -32570,7 +32601,7 @@

Items

golden_horse_armor -544 +543 @@ -32775,12 +32806,12 @@

Items

guster_banner_pattern -602 +601 guster_pottery_sherd -682 +681 @@ -32980,17 +33011,17 @@

Items

heart_of_the_sea -583 +582 heart_pottery_sherd -683 +682 heartbreak_pottery_sherd -684 +683 @@ -33015,12 +33046,12 @@

Items

honey_bottle -607 +606 honeycomb -606 +605 @@ -33030,12 +33061,12 @@

Items

hopper -539 +538 hopper_minecart -538 +537 @@ -33065,12 +33096,12 @@

Items

host_armor_trim_smithing_template -712 +711 howl_pottery_sherd -685 +684 @@ -33085,7 +33116,7 @@

Items

ice_bomb -611 +610 @@ -33190,7 +33221,7 @@

Items

iron_horse_armor -543 +542 @@ -33205,7 +33236,7 @@

Items

iron_nugget -581 +580 @@ -33349,11 +33380,6 @@

Items

-item.skull -144 - - - item.soul_campfire -290 @@ -33400,12 +33426,12 @@

Items

jungle_chest_boat -656 +655 jungle_door -567 +566 @@ -33455,7 +33481,7 @@

Items

jungle_sign -590 +589 @@ -33545,7 +33571,7 @@

Items

lead -559 +558 @@ -33570,7 +33596,7 @@

Items

leather_horse_armor -542 +541 @@ -33880,7 +33906,7 @@

Items

lingering_potion -574 +573 @@ -33930,7 +33956,7 @@

Items

lodestone_compass -618 +617 @@ -34030,7 +34056,7 @@

Items

mangrove_boat -651 +650 @@ -34040,12 +34066,12 @@

Items

mangrove_chest_boat -660 +659 mangrove_door -649 +648 @@ -34100,7 +34126,7 @@

Items

mangrove_sign -650 +649 @@ -34140,7 +34166,7 @@

Items

medicine -615 +614 @@ -34180,7 +34206,7 @@

Items

miner_pottery_sherd -686 +685 @@ -34190,7 +34216,7 @@

Items

mojang_banner_pattern -596 +595 @@ -34265,7 +34291,7 @@

Items

mourner_pottery_sherd -687 +686 @@ -34314,38 +34340,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 @@ -34360,27 +34391,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 @@ -34390,32 +34421,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 @@ -34425,12 +34456,12 @@

Items

name_tag -560 +559 nautilus_shell -582 +581 @@ -34470,12 +34501,12 @@

Items

nether_sprouts -637 +636 nether_star -530 +529 @@ -34490,12 +34521,12 @@

Items

netherbrick -535 +534 netherite_axe -622 +621 @@ -34505,57 +34536,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 @@ -34600,7 +34631,7 @@

Items

oak_chest_boat -654 +653 @@ -34680,7 +34711,7 @@

Items

ominous_bottle -608 +607 @@ -34860,7 +34891,7 @@

Items

phantom_membrane -586 +585 @@ -34875,7 +34906,7 @@

Items

piglin_banner_pattern -599 +598 @@ -34884,6 +34915,11 @@

Items

+piglin_head +-970 + + + piglin_spawn_egg 503 @@ -34994,8 +35030,13 @@

Items

+player_head +-967 + + + plenty_pottery_sherd -688 +687 @@ -35195,7 +35236,7 @@

Items

popped_chorus_fruit -571 +570 @@ -35275,7 +35316,7 @@

Items

prismarine_crystals -561 +560 @@ -35285,7 +35326,7 @@

Items

prismarine_shard -577 +576 @@ -35305,7 +35346,7 @@

Items

prize_pottery_sherd -689 +688 @@ -35430,7 +35471,7 @@

Items

quartz -536 +535 @@ -35475,12 +35516,12 @@

Items

rabbit_foot -540 +539 rabbit_hide -541 +540 @@ -35500,12 +35541,12 @@

Items

raiser_armor_trim_smithing_template -710 +709 rapid_fertilizer -613 +612 @@ -35545,7 +35586,7 @@

Items

recovery_compass -662 +661 @@ -35740,7 +35781,7 @@

Items

rib_armor_trim_smithing_template -706 +705 @@ -35815,7 +35856,7 @@

Items

scrape_pottery_sherd -690 +689 @@ -35860,17 +35901,17 @@

Items

sentry_armor_trim_smithing_template -697 +696 shaper_armor_trim_smithing_template -711 +710 sheaf_pottery_sherd -691 +690 @@ -35885,7 +35926,7 @@

Items

shelter_pottery_sherd -692 +691 @@ -35910,7 +35951,7 @@

Items

shulker_shell -578 +577 @@ -35920,7 +35961,7 @@

Items

silence_armor_trim_smithing_template -708 +707 @@ -35939,23 +35980,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 @@ -36085,12 +36131,12 @@

Items

snort_pottery_sherd -694 +693 snout_armor_trim_smithing_template -705 +704 @@ -36115,7 +36161,7 @@

Items

soul_campfire -638 +637 @@ -36145,7 +36191,7 @@

Items

sparkler -616 +615 @@ -36165,12 +36211,12 @@

Items

spire_armor_trim_smithing_template -707 +706 splash_potion -573 +572 @@ -36195,12 +36241,12 @@

Items

spruce_chest_boat -657 +656 spruce_door -565 +564 @@ -36250,7 +36296,7 @@

Items

spruce_sign -588 +587 @@ -36285,7 +36331,7 @@

Items

spyglass -641 +640 @@ -36595,7 +36641,7 @@

Items

suspicious_stew -604 +603 @@ -36610,12 +36656,12 @@

Items

tadpole_bucket -646 +645 tadpole_spawn_egg -645 +644 @@ -36635,7 +36681,7 @@

Items

tide_armor_trim_smithing_template -704 +703 @@ -36650,7 +36696,7 @@

Items

tnt_minecart -537 +536 @@ -36675,12 +36721,12 @@

Items

totem_of_undying -580 +579 trader_llama_spawn_egg -664 +663 @@ -36705,7 +36751,7 @@

Items

trident -558 +557 @@ -36810,12 +36856,12 @@

Items

turtle_helmet -585 +584 turtle_scute -584 +583 @@ -36875,7 +36921,7 @@

Items

vex_armor_trim_smithing_template -703 +702 @@ -36915,12 +36961,12 @@

Items

ward_armor_trim_smithing_template -701 +700 warden_spawn_egg -648 +647 @@ -36930,7 +36976,7 @@

Items

warped_door -633 +632 @@ -36955,7 +37001,7 @@

Items

warped_fungus_on_a_stick -634 +633 @@ -36990,7 +37036,7 @@

Items

warped_sign -631 +630 @@ -37245,7 +37291,7 @@

Items

wayfinder_armor_trim_smithing_template -709 +708 @@ -37390,7 +37436,7 @@

Items

wild_armor_trim_smithing_template -700 +699 @@ -37409,6 +37455,11 @@

Items

+wither_skeleton_skull +-965 + + + wither_skeleton_spawn_egg 470 @@ -37559,6 +37610,11 @@

Items

+zombie_head +-966 + + + zombie_horse_spawn_egg 474 diff --git a/documentation/Animations.html b/documentation/Animations.html index bf077b4c5..06ce19f7b 100644 --- a/documentation/Animations.html +++ b/documentation/Animations.html @@ -1,4 +1,4 @@ -

ANIMATIONS DOCUMENTATION
Version: 1.21.30.3

+

ANIMATIONS DOCUMENTATION
Version: 1.21.40.3

Index

diff --git a/documentation/Biomes.html b/documentation/Biomes.html index 68cd02cff..e0b946cef 100644 --- a/documentation/Biomes.html +++ b/documentation/Biomes.html @@ -1,4 +1,4 @@ -

BIOMES DOCUMENTATION
Version: 1.21.30.3

+

BIOMES DOCUMENTATION
Version: 1.21.40.3

Index

Animation Controllers
diff --git a/documentation/Blocks.html b/documentation/Blocks.html index 3f18caa22..a2978c38a 100644 --- a/documentation/Blocks.html +++ b/documentation/Blocks.html @@ -1,4 +1,4 @@ -

BLOCKS DOCUMENTATION
Version: 1.21.30.3

+

BLOCKS DOCUMENTATION
Version: 1.21.40.3

Index

Overview
@@ -352,7 +352,7 @@

item

- + + + + + + @@ -23594,6 +23678,10 @@

minecraft:transformation

Blocks
minecraft:redstone_conductivity Identifier String The basic redstone properties of a block; if the component is not provided the default values are used. Requires the Upcoming Creator Features experiment. If you use this component, make sure to use 1.21.30 format version for your block JSON.
Experimental toggles required: Upcoming Creator Features
+
The basic redstone properties of a block; if the component is not provided the default values are used. Requires 1.21.30 format version and above.
Experimental toggles required: Upcoming Creator Features (in format versions before 1.21.30)
@@ -441,7 +441,7 @@

Block Definition Properties

Code Example

Example

+Back to top

+ +

Schema

+ +

Client Biome Components

+ +Any components that this Client Biome uses

+ +
Name Type Default Value Description
allows_wire_to_step_down
+ + + + + + + + + + + + + + + + + + + +
Name Type Required? Description
minecraft:fog_appearanceObjectOptionalSet the fog settings used during rendering. Biomes without this component will have default fog settings.
minecraft:sky_colorObjectOptionalSet the sky color used during rendering. Biomes without this component will have default sky color behavior.
minecraft:water_appearanceObjectOptionalSet the water surface color used during rendering. Biomes without this component will have default water surface color behavior.
+Back to top

+ +

Client Biome Definition

+ +Contains a description and components to define a Client Biome.

+ + + + + + + + + + + + + + + +
Name Type Required? Description
componentsObject of type Client Biome ComponentsRequiredComponents for this Client Biome.
descriptionObject of type Client Biome DescriptionRequiredNon-component settings, including the Client Biome name.
+Back to top

+ +

Client Biome Description

+ +Contains non-component settings for a Client Biome.

+ + + + + + + + + +
Name Type Required? Description
identifierStringRequiredThe name of the Client Biome, used by other features like the '/locate biome' command. Must match the name of a Biome defined by the game or a behavior pack.
+Back to top

+ +

Client Biome JSON File

+ +Contains a format version and a Client Biome definition

+ + + + + + + + + + + + + + + +
Name Type Required? Description
format_versionStringRequiredVersion of the JSON schema used by this file
minecraft:client_biomeObject of type Client Biome DefinitionRequiredA single Client Biome definition, containing rendering or sound settings related to a Biome defined by the game or a behavior pack
+Back to top

+ +

minecraft:fog_appearance

+ +Set the fog settings used during rendering. Biomes without this component will have default fog settings.

+ + + + + + + + + +
Name Type Required? Description
fog_identifierStringRequiredIdentifier of fog definition to use
+Back to top

+ +

minecraft:sky_color

+ +Set the sky color used during rendering. Biomes without this component will have default sky color behavior.

+ + + + + + + + + +
Name Type Required? Description
sky_colorObject of type Color255RGBRequiredRGB color of the sky
+Back to top

+ +

minecraft:water_appearance

+ +Set the water surface color used during rendering. Biomes without this component will have default water surface color behavior.

+ + + + + + + + + +
Name Type Required? Description
surface_colorObject of type Color255RGBRequiredRGB color of the water surface
+Back to top

+ +

+ diff --git a/documentation/Entities.html b/documentation/Entities.html index 418123411..c20651706 100644 --- a/documentation/Entities.html +++ b/documentation/Entities.html @@ -1,4 +1,4 @@ -

ENTITIES DOCUMENTATION
Version: 1.21.30.3

+

ENTITIES DOCUMENTATION
Version: 1.21.40.3

Index

@@ -13088,7 +13088,7 @@

minecraft:behavior.fire_at_target<

- + @@ -15187,7 +15187,7 @@

minecraft:behavior.move_to_water

minecraft:behavior.move_towards_dwelling_restriction

-Allows mobs with the dweller component to move toward their Village area that the mob should be restricted to.

+Allows entities with the "minecraft:dweller" component to move toward their Village area that the entity should be restricted to.

Client Entity Documentation
projectile_def String Actor definition to use as projectile for the ranged attack. The actor must be a projectile.
Actor definition to use as projectile for the ranged attack. The actor must be a projectile. This field is required for the goal to be usable.
ranged_fov
@@ -15195,14 +15195,14 @@

minecraft:behav

- +
Name Type Default Value Description
speed_multiplier Decimal 1.0This multiplier modifies the entity's speed when moving towards it's restriction.
This multiplier modifies the entity's speed when moving towards its restriction.
Back to top

minecraft:behavior.move_towards_home_restriction

-Allows mobs with the home component to move toward their pre-defined area that the mob should be restricted to.

+
Allows entities with a "minecraft:home" component to move towards their home position.
If "restriction_radius" is set, entities will be able to run this behavior only if outside of it.

@@ -15210,7 +15210,7 @@

minecraft:behavior.

- +
Name Type Default Value Description
speed_multiplier Decimal 1.0This multiplier modifies the entity's speed when moving towards it's restriction.
This multiplier modifies the entity's speed when moving towards its restriction.
Back to top

@@ -15848,10 +15848,6 @@

minecraft:behavior.panic

Back to top

-

minecraft:behavior.peek

- -Allows the mob to peek out. This is what the shulker uses to look out of its shell.
Back to top

-

minecraft:behavior.pet_sleep_with_owner

Allows the pet mob to move onto a bed with its owner while sleeping.

@@ -19790,7 +19786,7 @@

minecraft:damage_over_time

minecraft:damage_sensor

-Defines what events to call when this entity is damaged by specific entities or items.

+"Defines what events to call when this entity is damaged by specific entities or items.

@@ -19798,7 +19794,7 @@

minecraft:damage_sensor

-
Name Type Default Value Description
triggers List List of triggers with the events to call when taking specific kinds of damage.
+ @@ -19941,6 +19937,10 @@

minecraft:despawn

List of triggers with the events to call when taking specific kinds of damage."
@@ -19809,32 +19805,32 @@

minecraft:damage_sensor

- - + + - - + + - - + + - + - +
Name Type Default Value Description
cause
damage_modifier Decimal0.0A modifier that adds to/removes from the base damage from the damage cause. It does not reduce damage to less than 0.
0.00A modifier that adds/removes to the base damage received from the specified damage cause. It does not reduce damage to less than 0.
damage_multiplier Decimal1.0A multiplier that modifies the base damage from the damage cause. If deals_damage is true the multiplier can only reduce the damage the entity will take to a minimum of 1.
1.00A multiplier that modifies the base damage received from the specified damage cause. If "deals_damage" is true the multiplier can only reduce the damage the entity will take to a minimum of 1.
deals_damage BooleantrueIf true, the damage dealt to the entity will take away health from it, set to false to make the entity ignore that damage.
yesDefines how received damage affects the entity:
\n- "yes", received damage is applied to the entity.
\n- "no", received damage is not applied to the entity.
\n- "no_but_side_effects_apply", received damage is not applied to the entity, but the side effects of the attack are. This means that the attacker's weapon loses durability, enchantment side effects are applied, and so on.
on_damage JSON Object Specifies filters for entity definitions and events.
Defines which entities the trigger applies to, and which, if any, event to emit when damaged.
on_damage_sound_event String Defines what sound to play, if any, when the on_damage filters are met.
Defines what sound to play, if any, when the "on_damage" filters are met.
Back to top

+

minecraft:dimension_bound

+ +Prevents the entity from changing dimension through portals.
Back to top

+

minecraft:drying_out_timer

Adds a timer for drying out that will count down and fire 'dried_out_event' or will stop as soon as the entity will get under rain or water and fire 'stopped_drying_out_event'

@@ -20317,6 +20317,12 @@

minecraft:explode

+ + + + + + @@ -20329,6 +20335,12 @@

minecraft:explode

+ + + + + + @@ -20353,17 +20365,47 @@

minecraft:explode

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name Type Default Value Description
allow_underwaterBooleanfalseIf true, the explosion will affect blocks and entities under water.
breaks_blocks Boolean true If true, blocks in the explosion radius will be set on fire.
damage_scalingDecimal1.000000A scale factor applied to the explosion's damage to entities. A value of 0 prevents the explosion from dealing any damage. Negative values cause the explosion to heal entities instead.
destroy_affected_by_griefing Boolean false If true, the fuse is already lit when this component is added to the entity.
knockback_scalingDecimal1.000000A scale factor applied to the knockback force caused by the explosion.
max_resistance Decimal 3.40282e+38 A blocks explosion resistance will be capped at this value when an explosion occurs.
negates_fall_damageBooleanfalseDefines whether the explosion should apply fall damage negation to Players above the point of collision.
particle_effectStringexplosionThe name of the particle effect to use. The accepted strings are 'explosion', 'wind_burst', or 'breeze_wind_burst'.
power Decimal 3 The radius of the explosion in blocks and the amount of damage the explosion deals.
sound_effectStringexplodeThe name of the sound effect played when the explosion triggers.
toggles_blocksBooleanfalseIf true, the explosion will toggle blocks in the explosion radius.
Back to top

@@ -20741,7 +20783,7 @@

minecraft:heartbeat

minecraft:home

-Saves a home pos for when the the entity is spawned.

+Saves a home position for when the the entity is spawned.

@@ -20749,13 +20791,19 @@

minecraft:home

- + - - + + + + + + + +
Name Type Default Value Description
home_block_list List Optional block list that the home position will be associated with. If any of the blocks no longer exist at that position, the home restriction is removed. Example syntax: minecraft:sand. Not supported: minecraft:sand:1
Optional list of blocks that can be considered a valid home. If no such block longer exists at that position,
the home restriction is removed. Example syntax: minecraft:sand. Not supported: minecraft:sand:1.
restriction_radius Integer-1The radius that the entity will be restricted to in relation to its home
0Optional radius that the entity will be restricted to in relation to its home.
restriction_typeStringnoneDefines how the the entity will be restricted to its home position. The possible values are:
\n- "none", which poses no restriction.
\n- "random_movement", which restricts randomized movement to be around the home position.
\n- [Beta] "all_movement", which restricts any kind of movement to be around the home position.
However, entities that somehow got too far away from their home will always be able to move closer to it, if prompted to do so.
Back to top

@@ -21139,47 +21187,77 @@

minecraft:leashable

Back to top

-

minecraft:lookat

+

minecraft:looked_at

-Defines the behavior when another entity looks at this entity.

+Defines the behavior when another entity looks at the owner entity.

- - - - + + + + - + - + + + + + + + + + + + + + + + + + + + - + - + - + + + + + + + + + + + + + - + - - + +
Name Type Default Value Description
allow_invulnerableBooleanfalseIf true, invulnerable entities (e.g. Players in creative mode) are considered valid targets.
field_of_viewDecimal26[Beta] Defines, in degrees, the width of the field of view for entities looking at the owner entity. If "scale_fov_by_distance" is set to true, this value corresponds to the field of view at a distance of one block between the entities.
filters Minecraft Filter Defines the entities that can trigger this component.
Defines which entities are considered when searching for entities looking at the owner entity.
look_cooldownfind_players_onlyBooleanfalse[Beta] Limits the search to only the nearest Player that meets the specified "filters" rather than all nearby entities.
line_of_sight_obstruction_typeStringcollision[Beta] Defines the type of block shape used to check for line of sight obstructions. Valid values: "outline", "collision", "collision_for_camera".
look_at_locationsList[Beta] A list of locations on the owner entity towards which line of sight checks are performed. At least one location must be unobstructed for the entity to be considered as looked at. Valid values: "head", "body", "feet".
looked_at_cooldown Range [a, b] [0, 0]The range for the random amount of time during which the entity is 'cooling down' and won't get angered or look for a target.
Specifies the range for the random number of seconds that must pass before the owner entity can check again for entities looking at it, after detecting an entity looking at it.
look_eventlooked_at_event String The event identifier to run when the entities specified in filters look at this entity.
Defines the event to trigger when an entity is detected looking at the owner entity.
not_looked_at_eventString[Beta] Defines the event to trigger when no entity is found looking at the owner entity.
scale_fov_by_distanceBooleantrue[Beta] When true, the field of view narrows as the distance between the owner entity and the entity looking at it increases. This ensures that the width of the view cone remains somewhat constant towards the owner entity position, regardless of distance.
search_radius Decimal 10Maximum distance this entity will look for another entity looking at it.
Maximum distance the owner entity will search for entities looking at it.
set_target BooleantrueIf true, this entity will set the attack target as the entity that looked at it.
once_and_stop_scanningDefines if and how the owner entity will set entities that are looking at it as its combat targets. Valid values:
\n- "never", looking entities are never set as targets, but events are emitted.
\n- "once_and_stop_scanning", the first detected looking entity is set as target. Scanning and event emission is suspended if and until the owner entity has a target.
\n- [Beta] "once_and_keep_scanning", the first detected looking entity is set as target. Scanning and event emission continues.s
Back to top

@@ -22523,6 +22601,12 @@

minecraft:projectile

Determines the velocity of the projectile
reflect_immunityDecimal0During the specified time, in seconds, the projectile cannot be reflected by hitting it
reflect_on_hurt Boolean false
Back to top

+

minecraft:transient

+ +An entity with this component will NEVER persist, and forever disappear when unloaded.
Back to top

+

minecraft:trusting

Defines the rules for a mob to trust players.

@@ -24216,10 +24304,6 @@

-169886247
-minecraft:behavior.peek -211304085
- - minecraft:behavior.pet_sleep_with_owner 1379392240
@@ -24658,6 +24742,10 @@

1674909940
+minecraft:dimension_bound +-1843592159
+ + minecraft:drying_out_timer 2113510784
@@ -24774,8 +24862,8 @@

893445039
-minecraft:lookat --1329707008
+minecraft:looked_at +-1189178052
minecraft:managed_wandering_trader @@ -24974,6 +25062,10 @@

-457894577
+minecraft:transient +-413020544
+ + minecraft:trusting 936499892
diff --git a/documentation/Entity Events.html b/documentation/Entity Events.html index 92eb73d8b..0869b77a9 100644 --- a/documentation/Entity Events.html +++ b/documentation/Entity Events.html @@ -1,4 +1,4 @@ -

ENTITY EVENTS DOCUMENTATION
Version: 1.21.30.3

+

ENTITY EVENTS DOCUMENTATION
Version: 1.21.40.3

Index

diff --git a/documentation/Entity Timeline Events.html b/documentation/Entity Timeline Events.html index 1f2b694d1..112d3f319 100644 --- a/documentation/Entity Timeline Events.html +++ b/documentation/Entity Timeline Events.html @@ -1,4 +1,4 @@ -

ENTITY TIMELINE EVENTS DOCUMENTATION
Version: 1.21.30.3

+

ENTITY TIMELINE EVENTS DOCUMENTATION
Version: 1.21.40.3

Index

This describes the structure of the Events section.
diff --git a/documentation/Features.html b/documentation/Features.html index f872d1806..bc2615d1e 100644 --- a/documentation/Features.html +++ b/documentation/Features.html @@ -1,4 +1,4 @@ -

FEATURES DOCUMENTATION
Version: 1.21.30.3

+

FEATURES DOCUMENTATION
Version: 1.21.40.3

Index

Animation Controller Events
@@ -463,23 +463,43 @@

minecraft:search_feature

minecraft:single_block_feature

-'minecraft:single_block_feature' places a single block in the world. The 'may_place_on' and 'may_replace' fields are allowlists which specify where the block can be placed. If these fields are omitted, the block can be placed anywhere. The block's internal survivability and placement rules can optionally be enforced with the 'enforce_survivability_rules' and 'enforce_placement_rules' fields. These rules are specified per-block and are typically designed to produce high quality gameplay or natural behavior. However, enabling this enforcement may make it harder to debug placement failures.
Succeeds if: The block is successfully placed in the world.
Fails if: The block fails to be placed.

-Example use: Placing a single pumpkin block.

@@ -1043,13 +1063,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 { @@ -1090,6 +1167,11 @@

Feature schema

{ "" } + "diagonal" : opt + array "diagonal" : opt + { + "" + } } array "may_replace" : opt { diff --git a/documentation/Fogs.html b/documentation/Fogs.html index 2d726a929..0f7546fc2 100644 --- a/documentation/Fogs.html +++ b/documentation/Fogs.html @@ -1,4 +1,4 @@ -

FOGS DOCUMENTATION
Version: 1.21.30.3

+

FOGS DOCUMENTATION
Version: 1.21.40.3

Index

Overview
diff --git a/documentation/Item.html b/documentation/Item.html index 9e8517bb1..c81344c60 100644 --- a/documentation/Item.html +++ b/documentation/Item.html @@ -1,4 +1,4 @@ -

ITEM DOCUMENTATION
Version: 1.21.30.3

+

ITEM DOCUMENTATION
Version: 1.21.40.3

Index

Fog Definitions
diff --git a/documentation/Molang.html b/documentation/Molang.html index de5f32ee9..384077c8e 100644 --- a/documentation/Molang.html +++ b/documentation/Molang.html @@ -1,4 +1,4 @@ -

MOLANG DOCUMENTATION
Version: 1.21.30.3

+

MOLANG DOCUMENTATION
Version: 1.21.40.3

Index

Items
@@ -1942,6 +1942,23 @@

List of Experimental Entity Queries

+

+ +
Why Does Molang Exist?
+ + + + + + + + + + + + + +
Name Description
query.client_max_render_distance(EXPERIMENTAL. Enable 'Upcoming Creator Features' to use.) Returns the max render distance in chunks of the current client. Available on the Client (Resource Packs) only.
query.client_memory_tier(EXPERIMENTAL. Enable 'Upcoming Creator Features' to use.) Returns a number representing the client RAM memory tier, 0 = 'Undetermined', 1 = 'SuperLow', 2 = 'Low', 3 = 'Mid', 4 = 'High', or 5 = 'SuperHigh'. Available on the Client (Resource Packs) only.
query.server_memory_tier(EXPERIMENTAL. Enable 'Upcoming Creator Features' to use.) Returns a number representing the server RAM memory tier, 0 = 'Undetermined', 1 = 'SuperLow', 2 = 'Low', 3 = 'Mid', 4 = 'High', or 5 = 'SuperHigh'. Available on the server side (Behavior Packs) only.
Back to top



diff --git a/documentation/Particles.html b/documentation/Particles.html index 0bc2b7051..b3118a58b 100644 --- a/documentation/Particles.html +++ b/documentation/Particles.html @@ -1,4 +1,4 @@ -

PARTICLES DOCUMENTATION
Version: 1.21.30.3

+

PARTICLES DOCUMENTATION
Version: 1.21.40.3

Index

diff --git a/documentation/Recipes.html b/documentation/Recipes.html index 360dfc38b..6b6ba24d9 100644 --- a/documentation/Recipes.html +++ b/documentation/Recipes.html @@ -1,4 +1,4 @@ -

RECIPES DOCUMENTATION
Version: 1.21.30.3

+

RECIPES DOCUMENTATION
Version: 1.21.40.3

Index

Basic Structure Overview
diff --git a/documentation/Schemas.html b/documentation/Schemas.html index d69f100a8..728642efb 100644 --- a/documentation/Schemas.html +++ b/documentation/Schemas.html @@ -1,4 +1,4 @@ -

SCHEMAS DOCUMENTATION
Version: 1.21.30.3

+

SCHEMAS DOCUMENTATION
Version: 1.21.40.3

Index

Recipes
diff --git a/documentation/Texture Sets.html b/documentation/Texture Sets.html index 64b9c2a11..5f173a2e1 100644 --- a/documentation/Texture Sets.html +++ b/documentation/Texture Sets.html @@ -1,4 +1,4 @@ -

TEXTURE SETS DOCUMENTATION
Version: 1.21.30.3

+

TEXTURE SETS DOCUMENTATION
Version: 1.21.40.3

Index

Overview
diff --git a/documentation/index.html b/documentation/index.html index 2a90d463a..164fc8414 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -1,9 +1,10 @@ -DOCUMENTATION

DOCUMENTATION
Version: 1.21.30.3 +DOCUMENTATION

DOCUMENTATION
Version: 1.21.40.3
  1. Addons
  2. Animations
  3. Biomes
  4. Blocks +
  5. Client Biomes
  6. Entities
  7. Entity Events
  8. Entity Timeline Events diff --git a/metadata/command_modules/mojang-commands.json b/metadata/command_modules/mojang-commands.json index 30e3234fa..58ac5465c 100644 --- a/metadata/command_modules/mojang-commands.json +++ b/metadata/command_modules/mojang-commands.json @@ -37,6 +37,9 @@ { "value" : "minecraft:first_person" }, + { + "value" : "minecraft:follow_orbit" + }, { "value" : "minecraft:free" }, @@ -45,9 +48,6 @@ }, { "value" : "minecraft:third_person_front" - }, - { - "value" : "minecraft:follow_orbit" } ] }, @@ -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" }, @@ -5688,93 +5738,195 @@ { "value" : "wool" }, + { + "value" : "minecraft:wool" + }, { "value" : "log" }, + { + "value" : "minecraft:log" + }, { "value" : "log2" }, + { + "value" : "minecraft:log2" + }, { "value" : "coral" }, + { + "value" : "minecraft:coral" + }, { "value" : "fence" }, + { + "value" : "minecraft:fence" + }, { "value" : "carpet" }, + { + "value" : "minecraft:carpet" + }, { "value" : "shulker_box" }, + { + "value" : "minecraft:shulker_box" + }, { "value" : "concrete" }, + { + "value" : "minecraft:concrete" + }, { "value" : "stained_hardened_clay" }, + { + "value" : "minecraft:stained_hardened_clay" + }, { "value" : "concrete_powder" }, + { + "value" : "minecraft:concrete_powder" + }, { "value" : "stained_glass" }, + { + "value" : "minecraft:stained_glass" + }, { "value" : "stained_glass_pane" }, + { + "value" : "minecraft:stained_glass_pane" + }, { "value" : "planks" }, + { + "value" : "minecraft:planks" + }, { "value" : "wooden_slab" }, + { + "value" : "minecraft:wooden_slab" + }, { "value" : "leaves" }, + { + "value" : "minecraft:leaves" + }, { "value" : "leaves2" }, + { + "value" : "minecraft:leaves2" + }, { "value" : "wood" }, + { + "value" : "minecraft:wood" + }, { "value" : "sapling" }, + { + "value" : "minecraft:sapling" + }, { "value" : "coral_fan" }, + { + "value" : "minecraft:coral_fan" + }, { "value" : "coral_fan_dead" }, + { + "value" : "minecraft:coral_fan_dead" + }, { "value" : "red_flower" }, + { + "value" : "minecraft:red_flower" + }, { "value" : "tallgrass" }, + { + "value" : "minecraft:tallgrass" + }, { "value" : "coral_block" }, + { + "value" : "minecraft:coral_block" + }, { "value" : "double_plant" }, + { + "value" : "minecraft:double_plant" + }, { "value" : "stone_block_slab" }, + { + "value" : "minecraft:stone_block_slab" + }, { "value" : "stone_block_slab2" }, + { + "value" : "minecraft:stone_block_slab2" + }, { "value" : "stone_block_slab3" }, + { + "value" : "minecraft:stone_block_slab3" + }, { "value" : "stone_block_slab4" }, + { + "value" : "minecraft:stone_block_slab4" + }, { "value" : "monster_egg" }, + { + "value" : "minecraft:monster_egg" + }, { "value" : "stonebrick" }, + { + "value" : "minecraft:stonebrick" + }, + { + "value" : "light_block" + }, + { + "value" : "minecraft:light_block" + }, + { + "value" : "skull" + }, + { + "value" : "minecraft:skull" + }, { "value" : "minecraft:chicken" }, @@ -5874,9 +6026,15 @@ { "value" : "ender_pearl" }, + { + "value" : "minecraft:boat" + }, { "value" : "boat" }, + { + "value" : "minecraft:chest_boat" + }, { "value" : "chest_boat" }, @@ -7005,12 +7163,6 @@ { "value" : "mace" }, - { - "value" : "minecraft:ominous_bottle" - }, - { - "value" : "ominous_bottle" - }, { "value" : "minecraft:shield" }, @@ -7191,6 +7343,102 @@ { "value" : "bundle" }, + { + "value" : "minecraft:white_bundle" + }, + { + "value" : "white_bundle" + }, + { + "value" : "minecraft:light_gray_bundle" + }, + { + "value" : "light_gray_bundle" + }, + { + "value" : "minecraft:gray_bundle" + }, + { + "value" : "gray_bundle" + }, + { + "value" : "minecraft:black_bundle" + }, + { + "value" : "black_bundle" + }, + { + "value" : "minecraft:brown_bundle" + }, + { + "value" : "brown_bundle" + }, + { + "value" : "minecraft:red_bundle" + }, + { + "value" : "red_bundle" + }, + { + "value" : "minecraft:orange_bundle" + }, + { + "value" : "orange_bundle" + }, + { + "value" : "minecraft:yellow_bundle" + }, + { + "value" : "yellow_bundle" + }, + { + "value" : "minecraft:lime_bundle" + }, + { + "value" : "lime_bundle" + }, + { + "value" : "minecraft:green_bundle" + }, + { + "value" : "green_bundle" + }, + { + "value" : "minecraft:cyan_bundle" + }, + { + "value" : "cyan_bundle" + }, + { + "value" : "minecraft:light_blue_bundle" + }, + { + "value" : "light_blue_bundle" + }, + { + "value" : "minecraft:blue_bundle" + }, + { + "value" : "blue_bundle" + }, + { + "value" : "minecraft:purple_bundle" + }, + { + "value" : "purple_bundle" + }, + { + "value" : "minecraft:magenta_bundle" + }, + { + "value" : "magenta_bundle" + }, + { + "value" : "minecraft:pink_bundle" + }, + { + "value" : "pink_bundle" + }, { "value" : "minecraft:leather_horse_armor" }, @@ -7263,6 +7511,12 @@ { "value" : "potion" }, + { + "value" : "minecraft:ominous_bottle" + }, + { + "value" : "ominous_bottle" + }, { "value" : "minecraft:spyglass" }, @@ -7851,12 +8105,6 @@ { "value" : "writable_book" }, - { - "value" : "minecraft:trial_key" - }, - { - "value" : "trial_key" - }, { "value" : "minecraft:enchanted_book" }, @@ -8325,6 +8573,18 @@ { "value" : "firework_star" }, + { + "value" : "minecraft:trial_key" + }, + { + "value" : "trial_key" + }, + { + "value" : "minecraft:ominous_trial_key" + }, + { + "value" : "ominous_trial_key" + }, { "value" : "minecraft:lodestone_compass" }, @@ -8343,12 +8603,6 @@ { "value" : "ender_dragon_spawn_egg" }, - { - "value" : "minecraft:ominous_trial_key" - }, - { - "value" : "ominous_trial_key" - }, { "value" : "speckled_melon" }, @@ -8544,6 +8798,12 @@ { "value" : "spawn_egg" }, + { + "value" : "minecraft:chemistry_table" + }, + { + "value" : "chemistry_table" + }, { "value" : "minecraft:suspicious_stew" }, @@ -8555,6 +8815,27 @@ }, { "value" : "filled_map" + }, + { + "value" : "minecraft:colored_torch_rg" + }, + { + "value" : "colored_torch_rg" + }, + { + "value" : "minecraft:colored_torch_bp" + }, + { + "value" : "colored_torch_bp" + }, + { + "value" : "minecraft:dye" + }, + { + "value" : "minecraft:banner_pattern" + }, + { + "value" : "minecraft:spawn_egg" } ] }, @@ -8630,6 +8911,12 @@ { "value" : "nether_gold_ore" }, + { + "value" : "minecraft:zombie_head" + }, + { + "value" : "zombie_head" + }, { "value" : "minecraft:warped_door" }, @@ -10358,6 +10645,12 @@ { "value" : "smithing_table" }, + { + "value" : "minecraft:player_head" + }, + { + "value" : "player_head" + }, { "value" : "minecraft:weathered_copper_grate" }, @@ -11762,12 +12055,6 @@ { "value" : "beetroot" }, - { - "value" : "minecraft:skull" - }, - { - "value" : "skull" - }, { "value" : "minecraft:light_gray_candle_cake" }, @@ -11906,6 +12193,12 @@ { "value" : "cut_sandstone_slab" }, + { + "value" : "minecraft:skeleton_skull" + }, + { + "value" : "skeleton_skull" + }, { "value" : "minecraft:composter" }, @@ -12212,6 +12505,12 @@ { "value" : "cherry_leaves" }, + { + "value" : "minecraft:creeper_head" + }, + { + "value" : "creeper_head" + }, { "value" : "minecraft:black_glazed_terracotta" }, @@ -12230,6 +12529,12 @@ { "value" : "waxed_weathered_copper_bulb" }, + { + "value" : "minecraft:dragon_head" + }, + { + "value" : "dragon_head" + }, { "value" : "minecraft:calibrated_sculk_sensor" }, @@ -12626,6 +12931,12 @@ { "value" : "exposed_copper_trapdoor" }, + { + "value" : "minecraft:mushroom_stem" + }, + { + "value" : "mushroom_stem" + }, { "value" : "minecraft:black_terracotta" }, @@ -13556,6 +13867,12 @@ { "value" : "dead_horn_coral_wall_fan" }, + { + "value" : "minecraft:piglin_head" + }, + { + "value" : "piglin_head" + }, { "value" : "minecraft:sculk" }, @@ -13748,6 +14065,12 @@ { "value" : "flowing_lava" }, + { + "value" : "minecraft:wither_skeleton_skull" + }, + { + "value" : "wither_skeleton_skull" + }, { "value" : "minecraft:polished_tuff" }, @@ -15128,6 +15451,12 @@ { "value" : "minecraft:light_block" }, + { + "value" : "skull" + }, + { + "value" : "minecraft:skull" + }, { "value" : "lava_cauldron" }, @@ -15394,6 +15723,14 @@ } ] }, + { + "name" : "AddInfiniteEffect", + "values" : [ + { + "value" : "infinite" + } + ] + }, { "name" : "Enchant", "values" : [ @@ -17066,6 +17403,12 @@ { "value" : "camera" }, + { + "value" : "script" + }, + { + "value" : "stop" + }, { "value" : "transfer" }, @@ -17075,9 +17418,6 @@ { "value" : "time" }, - { - "value" : "stop" - }, { "value" : "camerashake" }, @@ -17329,9 +17669,6 @@ }, { "value" : "reloadconfig" - }, - { - "value" : "script" } ] }, @@ -17789,13 +18126,22 @@ "value" : "offhand" }, { - "value" : "minecraft:waxed_exposed_copper_bulb" + "value" : "minecraft:raw_copper_block" }, { - "value" : "minecraft:purpur_block" + "value" : "minecraft:green_bundle" }, { - "value" : "minecraft:cooked_cod" + "value" : "minecraft:barrel" + }, + { + "value" : "minecraft:iron_chestplate" + }, + { + "value" : "minecraft:white_stained_glass_pane" + }, + { + "value" : "minecraft:black_bundle" }, { "value" : "minecraft:bow" @@ -17803,6 +18149,15 @@ { "value" : "minecraft:brain_coral_fan" }, + { + "value" : "minecraft:waxed_exposed_copper_bulb" + }, + { + "value" : "minecraft:purpur_block" + }, + { + "value" : "minecraft:cooked_cod" + }, { "value" : "minecraft:music_disc_ward" }, @@ -17813,37 +18168,76 @@ "value" : "minecraft:air" }, { - "value" : "minecraft:bamboo_sign" + "value" : "minecraft:dead_bubble_coral_block" }, { - "value" : "minecraft:apple" + "value" : "minecraft:green_candle" }, { - "value" : "minecraft:trial_key" + "value" : "minecraft:brown_bundle" }, { - "value" : "minecraft:iron_sword" + "value" : "minecraft:item.mangrove_door" }, { - "value" : "minecraft:red_sandstone_slab" + "value" : "minecraft:endermite_spawn_egg" }, { - "value" : "minecraft:lantern" + "value" : "minecraft:pink_bundle" }, { - "value" : "minecraft:torchflower_seeds" + "value" : "minecraft:orange_tulip" }, { - "value" : "minecraft:smooth_stone" + "value" : "minecraft:weathered_cut_copper_stairs" }, { - "value" : "minecraft:element_43" + "value" : "minecraft:rapid_fertilizer" }, { - "value" : "minecraft:beetroot" + "value" : "minecraft:blue_bundle" }, { - "value" : "minecraft:music_disc_strad" + "value" : "minecraft:clay" + }, + { + "value" : "minecraft:tropical_fish_spawn_egg" + }, + { + "value" : "minecraft:skull_pottery_sherd" + }, + { + "value" : "minecraft:rabbit" + }, + { + "value" : "minecraft:sea_lantern" + }, + { + "value" : "minecraft:creeper_banner_pattern" + }, + { + "value" : "minecraft:ravager_spawn_egg" + }, + { + "value" : "minecraft:cooked_porkchop" + }, + { + "value" : "minecraft:mangrove_leaves" + }, + { + "value" : "minecraft:polished_blackstone_brick_slab" + }, + { + "value" : "minecraft:mushroom_stew" + }, + { + "value" : "minecraft:weathered_copper_door" + }, + { + "value" : "minecraft:iron_horse_armor" + }, + { + "value" : "minecraft:gray_bundle" }, { "value" : "minecraft:sparkler" @@ -17872,6 +18266,141 @@ { "value" : "minecraft:bundle" }, + { + "value" : "minecraft:cyan_bundle" + }, + { + "value" : "minecraft:waxed_oxidized_cut_copper_stairs" + }, + { + "value" : "minecraft:torch" + }, + { + "value" : "minecraft:light_blue_bundle" + }, + { + "value" : "minecraft:bookshelf" + }, + { + "value" : "minecraft:golden_horse_armor" + }, + { + "value" : "minecraft:smooth_quartz_stairs" + }, + { + "value" : "minecraft:potato" + }, + { + "value" : "minecraft:element_15" + }, + { + "value" : "minecraft:nether_star" + }, + { + "value" : "minecraft:enchanted_golden_apple" + }, + { + "value" : "minecraft:magenta_terracotta" + }, + { + "value" : "minecraft:polished_tuff_double_slab" + }, + { + "value" : "minecraft:tuff" + }, + { + "value" : "minecraft:light_gray_bundle" + }, + { + "value" : "minecraft:honeycomb" + }, + { + "value" : "minecraft:lime_bundle" + }, + { + "value" : "minecraft:coast_armor_trim_smithing_template" + }, + { + "value" : "minecraft:compass" + }, + { + "value" : "minecraft:magenta_bundle" + }, + { + "value" : "minecraft:netherite_sword" + }, + { + "value" : "minecraft:music_disc_stal" + }, + { + "value" : "minecraft:music_disc_wait" + }, + { + "value" : "minecraft:orange_bundle" + }, + { + "value" : "minecraft:wooden_door" + }, + { + "value" : "minecraft:balloon" + }, + { + "value" : "minecraft:smooth_sandstone_double_slab" + }, + { + "value" : "minecraft:purple_bundle" + }, + { + "value" : "minecraft:jungle_sign" + }, + { + "value" : "minecraft:oak_fence" + }, + { + "value" : "minecraft:element_104" + }, + { + "value" : "minecraft:iron_shovel" + }, + { + "value" : "minecraft:white_candle_cake" + }, + { + "value" : "minecraft:respawn_anchor" + }, + { + "value" : "minecraft:red_bundle" + }, + { + "value" : "minecraft:dead_tube_coral_wall_fan" + }, + { + "value" : "minecraft:deepslate_lapis_ore" + }, + { + "value" : "minecraft:white_bundle" + }, + { + "value" : "minecraft:jungle_door" + }, + { + "value" : "minecraft:music_disc_cat" + }, + { + "value" : "minecraft:zoglin_spawn_egg" + }, + { + "value" : "minecraft:flint_and_steel" + }, + { + "value" : "minecraft:granite_stairs" + }, + { + "value" : "minecraft:mourner_pottery_sherd" + }, + { + "value" : "minecraft:yellow_bundle" + }, { "value" : "minecraft:deepslate_tile_wall" }, @@ -17924,82 +18453,64 @@ "value" : "minecraft:dead_fire_coral_fan" }, { - "value" : "minecraft:sweet_berries" - }, - { - "value" : "minecraft:white_candle" - }, - { - "value" : "minecraft:clay_ball" - }, - { - "value" : "minecraft:element_68" - }, - { - "value" : "minecraft:wind_charge" - }, - { - "value" : "minecraft:diorite_wall" - }, - { - "value" : "minecraft:hard_blue_stained_glass" + "value" : "minecraft:iron_sword" }, { - "value" : "minecraft:angler_pottery_sherd" + "value" : "minecraft:trial_key" }, { - "value" : "minecraft:golden_apple" + "value" : "minecraft:red_sandstone_slab" }, { - "value" : "minecraft:bookshelf" + "value" : "minecraft:lantern" }, { - "value" : "minecraft:golden_horse_armor" + "value" : "minecraft:torchflower_seeds" }, { - "value" : "minecraft:smooth_quartz_stairs" + "value" : "minecraft:smooth_stone" }, { - "value" : "minecraft:potato" + "value" : "minecraft:element_43" }, { - "value" : "minecraft:element_15" + "value" : "minecraft:beetroot" }, { - "value" : "minecraft:nether_star" + "value" : "minecraft:music_disc_strad" }, { - "value" : "minecraft:enchanted_golden_apple" + "value" : "minecraft:white_candle" }, { - "value" : "minecraft:magenta_terracotta" + "value" : "minecraft:sweet_berries" }, { - "value" : "minecraft:skull_pottery_sherd" + "value" : "minecraft:clay_ball" }, { - "value" : "minecraft:rabbit" + "value" : "minecraft:element_68" }, { - "value" : "minecraft:sea_lantern" + "value" : "minecraft:wind_charge" }, { - "value" : "minecraft:creeper_banner_pattern" + "value" : "minecraft:diorite_wall" }, { - "value" : "minecraft:ravager_spawn_egg" + "value" : "minecraft:bamboo_sign" }, { - "value" : "minecraft:cooked_porkchop" + "value" : "minecraft:apple" }, { - "value" : "minecraft:mangrove_leaves" + "value" : "minecraft:hard_blue_stained_glass" }, { - "value" : "minecraft:polished_blackstone_brick_slab" + "value" : "minecraft:angler_pottery_sherd" }, { - "value" : "minecraft:mushroom_stew" + "value" : "minecraft:golden_apple" }, { "value" : "minecraft:cherry_chest_boat" @@ -18007,30 +18518,6 @@ { "value" : "minecraft:bread" }, - { - "value" : "minecraft:stone_brick_stairs" - }, - { - "value" : "minecraft:yellow_glazed_terracotta" - }, - { - "value" : "minecraft:blue_carpet" - }, - { - "value" : "minecraft:portal" - }, - { - "value" : "minecraft:gold_ingot" - }, - { - "value" : "minecraft:oak_chest_boat" - }, - { - "value" : "minecraft:brown_concrete_powder" - }, - { - "value" : "minecraft:iron_ingot" - }, { "value" : "minecraft:slime_spawn_egg" }, @@ -18064,15 +18551,6 @@ { "value" : "minecraft:cod" }, - { - "value" : "minecraft:hard_brown_stained_glass" - }, - { - "value" : "minecraft:pillager_spawn_egg" - }, - { - "value" : "minecraft:iron_pickaxe" - }, { "value" : "minecraft:spruce_planks" }, @@ -18124,6 +18602,9 @@ { "value" : "minecraft:dried_kelp" }, + { + "value" : "minecraft:wooden_pickaxe" + }, { "value" : "minecraft:beetroot_soup" }, @@ -18131,7 +18612,7 @@ "value" : "minecraft:waxed_weathered_copper_door" }, { - "value" : "minecraft:wooden_pickaxe" + "value" : "minecraft:piglin_head" }, { "value" : "minecraft:magenta_candle_cake" @@ -18142,21 +18623,6 @@ { "value" : "minecraft:melon_slice" }, - { - "value" : "minecraft:element_1" - }, - { - "value" : "minecraft:hay_block" - }, - { - "value" : "minecraft:nautilus_shell" - }, - { - "value" : "minecraft:wooden_shovel" - }, - { - "value" : "minecraft:music_disc_creator_music_box" - }, { "value" : "minecraft:stonecutter_block" }, @@ -18199,12 +18665,6 @@ { "value" : "minecraft:cooked_chicken" }, - { - "value" : "minecraft:light_blue_glazed_terracotta" - }, - { - "value" : "minecraft:stone_sword" - }, { "value" : "minecraft:spider_eye" }, @@ -18217,9 +18677,6 @@ { "value" : "minecraft:pink_tulip" }, - { - "value" : "minecraft:polished_granite" - }, { "value" : "minecraft:chiseled_copper" }, @@ -18256,20 +18713,14 @@ { "value" : "minecraft:chest" }, - { - "value" : "minecraft:pumpkin_seeds" - }, { "value" : "minecraft:element_2" }, { - "value" : "minecraft:melon_seeds" - }, - { - "value" : "minecraft:raw_iron" + "value" : "minecraft:pumpkin_seeds" }, { - "value" : "minecraft:iron_axe" + "value" : "minecraft:melon_seeds" }, { "value" : "minecraft:nether_wart" @@ -18296,22 +18747,19 @@ "value" : "minecraft:pitcher_pod" }, { - "value" : "minecraft:element_104" - }, - { - "value" : "minecraft:iron_shovel" + "value" : "minecraft:hard_brown_stained_glass" }, { - "value" : "minecraft:zoglin_spawn_egg" + "value" : "minecraft:pillager_spawn_egg" }, { - "value" : "minecraft:flint_and_steel" + "value" : "minecraft:iron_pickaxe" }, { - "value" : "minecraft:granite_stairs" + "value" : "minecraft:raw_iron" }, { - "value" : "minecraft:mourner_pottery_sherd" + "value" : "minecraft:iron_axe" }, { "value" : "minecraft:melon_block" @@ -18340,6 +18788,30 @@ { "value" : "minecraft:diamond" }, + { + "value" : "minecraft:oak_chest_boat" + }, + { + "value" : "minecraft:brown_concrete_powder" + }, + { + "value" : "minecraft:iron_ingot" + }, + { + "value" : "minecraft:stone_brick_stairs" + }, + { + "value" : "minecraft:yellow_glazed_terracotta" + }, + { + "value" : "minecraft:blue_carpet" + }, + { + "value" : "minecraft:portal" + }, + { + "value" : "minecraft:gold_ingot" + }, { "value" : "minecraft:oxidized_cut_copper_stairs" }, @@ -18352,6 +18824,18 @@ { "value" : "minecraft:music_disc_mall" }, + { + "value" : "minecraft:hay_block" + }, + { + "value" : "minecraft:nautilus_shell" + }, + { + "value" : "minecraft:wooden_shovel" + }, + { + "value" : "minecraft:music_disc_creator_music_box" + }, { "value" : "minecraft:zombie_pigman_spawn_egg" }, @@ -18367,6 +18851,12 @@ { "value" : "minecraft:farmland" }, + { + "value" : "minecraft:light_blue_glazed_terracotta" + }, + { + "value" : "minecraft:stone_sword" + }, { "value" : "minecraft:stone_shovel" }, @@ -18427,6 +18917,9 @@ { "value" : "minecraft:diamond_axe" }, + { + "value" : "minecraft:mangrove_boat" + }, { "value" : "minecraft:hard_glass" }, @@ -18445,12 +18938,6 @@ { "value" : "minecraft:flow_armor_trim_smithing_template" }, - { - "value" : "minecraft:mangrove_boat" - }, - { - "value" : "minecraft:raiser_armor_trim_smithing_template" - }, { "value" : "minecraft:stick" }, @@ -18572,10 +19059,10 @@ "value" : "minecraft:wheat" }, { - "value" : "minecraft:silence_armor_trim_smithing_template" + "value" : "minecraft:glow_frame" }, { - "value" : "minecraft:glow_frame" + "value" : "minecraft:silence_armor_trim_smithing_template" }, { "value" : "minecraft:leather_helmet" @@ -18622,15 +19109,6 @@ { "value" : "minecraft:iron_helmet" }, - { - "value" : "minecraft:raw_copper_block" - }, - { - "value" : "minecraft:barrel" - }, - { - "value" : "minecraft:iron_chestplate" - }, { "value" : "minecraft:iron_leggings" }, @@ -18733,12 +19211,6 @@ { "value" : "minecraft:oak_sign" }, - { - "value" : "minecraft:music_disc_wait" - }, - { - "value" : "minecraft:wooden_door" - }, { "value" : "minecraft:flow_banner_pattern" }, @@ -18934,9 +19406,6 @@ { "value" : "minecraft:written_book" }, - { - "value" : "minecraft:gray_candle" - }, { "value" : "minecraft:leather" }, @@ -18961,6 +19430,9 @@ { "value" : "minecraft:netherite_upgrade_smithing_template" }, + { + "value" : "minecraft:lit_pumpkin" + }, { "value" : "minecraft:sugar_cane" }, @@ -18968,14 +19440,11 @@ "value" : "minecraft:hard_lime_stained_glass_pane" }, { - "value" : "minecraft:lit_pumpkin" + "value" : "minecraft:paper" }, { "value" : "minecraft:granite" }, - { - "value" : "minecraft:paper" - }, { "value" : "minecraft:magenta_shulker_box" }, @@ -19021,18 +19490,6 @@ { "value" : "minecraft:egg" }, - { - "value" : "minecraft:coast_armor_trim_smithing_template" - }, - { - "value" : "minecraft:compass" - }, - { - "value" : "minecraft:netherite_sword" - }, - { - "value" : "minecraft:music_disc_stal" - }, { "value" : "minecraft:fishing_rod" }, @@ -19208,13 +19665,13 @@ "value" : "minecraft:cyan_stained_glass" }, { - "value" : "minecraft:camel_spawn_egg" + "value" : "minecraft:yellow_candle" }, { - "value" : "minecraft:white_dye" + "value" : "minecraft:camel_spawn_egg" }, { - "value" : "minecraft:yellow_candle" + "value" : "minecraft:white_dye" }, { "value" : "minecraft:dune_armor_trim_smithing_template" @@ -19283,10 +19740,10 @@ "value" : "minecraft:netherite_chestplate" }, { - "value" : "minecraft:orange_concrete_powder" + "value" : "minecraft:blue_candle" }, { - "value" : "minecraft:blue_candle" + "value" : "minecraft:orange_concrete_powder" }, { "value" : "minecraft:repeater" @@ -19411,9 +19868,6 @@ { "value" : "minecraft:bat_spawn_egg" }, - { - "value" : "minecraft:element_0" - }, { "value" : "minecraft:ghast_spawn_egg" }, @@ -19441,12 +19895,6 @@ { "value" : "minecraft:cave_spider_spawn_egg" }, - { - "value" : "minecraft:item.mangrove_door" - }, - { - "value" : "minecraft:endermite_spawn_egg" - }, { "value" : "minecraft:guardian_spawn_egg" }, @@ -19570,21 +20018,6 @@ { "value" : "minecraft:diorite_double_slab" }, - { - "value" : "minecraft:orange_tulip" - }, - { - "value" : "minecraft:weathered_cut_copper_stairs" - }, - { - "value" : "minecraft:rapid_fertilizer" - }, - { - "value" : "minecraft:clay" - }, - { - "value" : "minecraft:tropical_fish_spawn_egg" - }, { "value" : "minecraft:cod_spawn_egg" }, @@ -19601,13 +20034,13 @@ "value" : "minecraft:host_armor_trim_smithing_template" }, { - "value" : "minecraft:salmon_spawn_egg" + "value" : "minecraft:warped_slab" }, { - "value" : "minecraft:normal_stone_double_slab" + "value" : "minecraft:salmon_spawn_egg" }, { - "value" : "minecraft:warped_slab" + "value" : "minecraft:normal_stone_double_slab" }, { "value" : "minecraft:dolphin_spawn_egg" @@ -19699,12 +20132,6 @@ { "value" : "minecraft:prismarine_slab" }, - { - "value" : "minecraft:element_4" - }, - { - "value" : "minecraft:bolt_armor_trim_smithing_template" - }, { "value" : "minecraft:iron_golem_spawn_egg" }, @@ -19784,10 +20211,10 @@ "value" : "minecraft:waxed_oxidized_cut_copper_slab" }, { - "value" : "minecraft:raw_copper" + "value" : "minecraft:polished_andesite" }, { - "value" : "minecraft:polished_andesite" + "value" : "minecraft:raw_copper" }, { "value" : "minecraft:experience_bottle" @@ -19816,9 +20243,6 @@ { "value" : "minecraft:empty_map" }, - { - "value" : "minecraft:skull" - }, { "value" : "minecraft:exposed_chiseled_copper" }, @@ -19879,21 +20303,9 @@ { "value" : "minecraft:leather_horse_armor" }, - { - "value" : "minecraft:weathered_copper_door" - }, - { - "value" : "minecraft:iron_horse_armor" - }, { "value" : "minecraft:diamond_horse_armor" }, - { - "value" : "minecraft:jungle_door" - }, - { - "value" : "minecraft:music_disc_cat" - }, { "value" : "minecraft:music_disc_blocks" }, @@ -19987,15 +20399,6 @@ { "value" : "minecraft:banner" }, - { - "value" : "minecraft:bamboo_button" - }, - { - "value" : "minecraft:element_118" - }, - { - "value" : "minecraft:shaper_armor_trim_smithing_template" - }, { "value" : "minecraft:mangrove_planks" }, @@ -20008,18 +20411,6 @@ { "value" : "minecraft:coral_fan_dead" }, - { - "value" : "minecraft:balloon" - }, - { - "value" : "minecraft:smooth_sandstone_double_slab" - }, - { - "value" : "minecraft:jungle_sign" - }, - { - "value" : "minecraft:oak_fence" - }, { "value" : "minecraft:dark_oak_sign" }, @@ -20074,9 +20465,6 @@ { "value" : "minecraft:guster_banner_pattern" }, - { - "value" : "minecraft:honeycomb" - }, { "value" : "minecraft:red_nether_brick" }, @@ -20158,12 +20546,6 @@ { "value" : "minecraft:netherite_hoe" }, - { - "value" : "minecraft:black_candle_cake" - }, - { - "value" : "minecraft:light_gray_candle" - }, { "value" : "minecraft:mud" }, @@ -20237,10 +20619,10 @@ "value" : "minecraft:smooth_red_sandstone_stairs" }, { - "value" : "minecraft:goat_horn" + "value" : "minecraft:magenta_candle" }, { - "value" : "minecraft:magenta_candle" + "value" : "minecraft:goat_horn" }, { "value" : "minecraft:frog_spawn" @@ -20396,10 +20778,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 +20861,27 @@ { "value" : "minecraft:red_carpet" }, + { + "value" : "minecraft:raiser_armor_trim_smithing_template" + }, + { + "value" : "minecraft:bamboo_button" + }, + { + "value" : "minecraft:element_118" + }, + { + "value" : "minecraft:shaper_armor_trim_smithing_template" + }, + { + "value" : "minecraft:element_4" + }, + { + "value" : "minecraft:bolt_armor_trim_smithing_template" + }, + { + "value" : "minecraft:wither_skeleton_skull" + }, { "value" : "minecraft:music_disc_relic" }, @@ -20491,6 +20894,9 @@ { "value" : "minecraft:stone" }, + { + "value" : "minecraft:polished_granite" + }, { "value" : "minecraft:diorite" }, @@ -20509,6 +20915,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 +21032,6 @@ { "value" : "minecraft:tuff_brick_slab" }, - { - "value" : "minecraft:element_3" - }, { "value" : "minecraft:copper_door" }, @@ -20800,12 +21230,6 @@ { "value" : "minecraft:dead_tube_coral_block" }, - { - "value" : "minecraft:green_candle" - }, - { - "value" : "minecraft:dead_bubble_coral_block" - }, { "value" : "minecraft:dead_fire_coral_block" }, @@ -21073,9 +21497,6 @@ { "value" : "minecraft:chiseled_sandstone" }, - { - "value" : "minecraft:cut_sandstone" - }, { "value" : "minecraft:smooth_sandstone" }, @@ -21223,6 +21644,9 @@ { "value" : "minecraft:brown_mushroom_block" }, + { + "value" : "minecraft:mushroom_stem" + }, { "value" : "minecraft:dark_oak_log" }, @@ -21275,10 +21699,10 @@ "value" : "minecraft:brown_concrete" }, { - "value" : "minecraft:green_concrete" + "value" : "minecraft:lime_candle" }, { - "value" : "minecraft:lime_candle" + "value" : "minecraft:green_concrete" }, { "value" : "minecraft:red_concrete" @@ -21325,9 +21749,6 @@ { "value" : "minecraft:white_stained_glass" }, - { - "value" : "minecraft:orange_stained_glass" - }, { "value" : "minecraft:element_64" }, @@ -21379,9 +21800,6 @@ { "value" : "minecraft:black_stained_glass" }, - { - "value" : "minecraft:white_stained_glass_pane" - }, { "value" : "minecraft:orange_stained_glass_pane" }, @@ -21418,9 +21836,6 @@ { "value" : "minecraft:hard_green_stained_glass_pane" }, - { - "value" : "minecraft:yellow_shulker_box" - }, { "value" : "minecraft:lime_shulker_box" }, @@ -21529,9 +21944,6 @@ { "value" : "minecraft:hard_light_gray_stained_glass" }, - { - "value" : "minecraft:red_candle" - }, { "value" : "minecraft:hard_green_stained_glass" }, @@ -21619,18 +22031,39 @@ { "value" : "minecraft:pink_candle" }, + { + "value" : "minecraft:gray_candle" + }, + { + "value" : "minecraft:black_candle_cake" + }, + { + "value" : "minecraft:light_gray_candle" + }, { "value" : "minecraft:cyan_candle" }, { "value" : "minecraft:purple_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" }, @@ -21910,12 +22343,6 @@ { "value" : "minecraft:netherite_block" }, - { - "value" : "minecraft:white_candle_cake" - }, - { - "value" : "minecraft:respawn_anchor" - }, { "value" : "minecraft:crying_obsidian" }, @@ -22048,12 +22475,6 @@ { "value" : "minecraft:noteblock" }, - { - "value" : "minecraft:polished_tuff_double_slab" - }, - { - "value" : "minecraft:tuff" - }, { "value" : "minecraft:mangrove_log" }, @@ -22120,12 +22541,6 @@ { "value" : "minecraft:polished_tuff_wall" }, - { - "value" : "minecraft:waxed_oxidized_cut_copper_stairs" - }, - { - "value" : "minecraft:torch" - }, { "value" : "minecraft:mud_brick_wall" }, @@ -22519,9 +22934,6 @@ { "value" : "minecraft:mangrove_wall_sign" }, - { - "value" : "minecraft:item.skull" - }, { "value" : "minecraft:light_gray_candle_cake" }, @@ -22825,12 +23237,6 @@ { "value" : "minecraft:bamboo_standing_sign" }, - { - "value" : "minecraft:dead_tube_coral_wall_fan" - }, - { - "value" : "minecraft:deepslate_lapis_ore" - }, { "value" : "minecraft:cherry_log" }, @@ -23179,5191 +23585,6367 @@ "value" : "*" }, { - "value" : "minecraft:bundle" + "value" : "minecraft:acacia_boat" }, { - "value" : "minecraft:andesite_wall" + "value" : "minecraft:acacia_door" }, { - "value" : "minecraft:brick_wall" + "value" : "minecraft:acacia_fence" }, { - "value" : "minecraft:cobblestone_wall" + "value" : "minecraft:acacia_fence_gate" }, { - "value" : "minecraft:cyan_dye_from_pitcher_plant" + "value" : "minecraft:acacia_planks" }, { - "value" : "minecraft:diorite_wall" + "value" : "minecraft:acacia_planks_from_stripped" }, { - "value" : "minecraft:end_brick_wall" + "value" : "minecraft:acacia_stairs" }, { - "value" : "minecraft:granite_wall" + "value" : "minecraft:acacia_wooden_slab" }, { - "value" : "minecraft:mossy_cobblestone_wall" + "value" : "minecraft:andesite" }, { - "value" : "minecraft:mossy_stone_brick_wall" + "value" : "minecraft:andesite_stairs" }, { - "value" : "minecraft:nether_brick_wall" + "value" : "minecraft:birch_boat" }, { - "value" : "minecraft:prismarine_wall" + "value" : "minecraft:birch_door" }, { - "value" : "minecraft:red_nether_brick_wall" + "value" : "minecraft:birch_fence" }, { - "value" : "minecraft:red_sandstone_wall" + "value" : "minecraft:birch_fence_gate" }, { - "value" : "minecraft:sandstone_wall" + "value" : "minecraft:birch_planks" }, { - "value" : "minecraft:stonecutter_andesite_wall" + "value" : "minecraft:birch_planks_from_stripped" }, { - "value" : "minecraft:stonecutter_brick_wall" + "value" : "minecraft:birch_stairs" }, { - "value" : "minecraft:stonecutter_cobblestone_wall" + "value" : "minecraft:birch_wooden_slab" }, { - "value" : "minecraft:stonecutter_diorite_wall" + "value" : "minecraft:black_banner" }, { - "value" : "minecraft:stonecutter_endbrick_wall" + "value" : "minecraft:black_carpet" }, { - "value" : "minecraft:stonecutter_endbrick_wall2" + "value" : "minecraft:black_carpet_from_white" }, { - "value" : "minecraft:stonecutter_granite_wall" + "value" : "minecraft:black_concrete_powder" }, { - "value" : "minecraft:stonecutter_mossy_cobblestone_wall" + "value" : "minecraft:black_concrete_powder_from_ink_sac" }, { - "value" : "minecraft:stonecutter_mossy_stonebrick_wall" + "value" : "minecraft:black_stained_glass" }, { - "value" : "minecraft:stonecutter_nether_brick_wall" + "value" : "minecraft:black_stained_glass_from_ink_sac" }, { - "value" : "minecraft:stonecutter_prismarine_wall" + "value" : "minecraft:black_stained_glass_pane_from_pane" }, { - "value" : "minecraft:stonecutter_red_nether_brick_wall" + "value" : "minecraft:black_stained_hardened_clay" }, { - "value" : "minecraft:stonecutter_red_sandstone_wall" + "value" : "minecraft:black_stained_hardened_clay_from_ink_sac" }, { - "value" : "minecraft:stonecutter_sandstone_wall" + "value" : "minecraft:blue_banner" }, { - "value" : "minecraft:stonecutter_stonebrick_wall" + "value" : "minecraft:blue_carpet" }, { - "value" : "minecraft:stonecutter_stonebrick_wall2" + "value" : "minecraft:blue_carpet_from_white" }, { - "value" : "minecraft:stone_brick_wall" + "value" : "minecraft:blue_concrete_powder" }, { - "value" : "minecraft:coarse_dirt" + "value" : "minecraft:blue_concrete_powder_from_lapis_lazuli" }, { - "value" : "minecraft:quartz_block" + "value" : "minecraft:blue_stained_glass" }, { - "value" : "minecraft:quartz_bricks" + "value" : "minecraft:blue_stained_glass_from_lapis_lazuli" }, { - "value" : "minecraft:pillar_quartz_block" + "value" : "minecraft:blue_stained_glass_pane_from_pane" }, { - "value" : "minecraft:red_sandstone" + "value" : "minecraft:blue_stained_hardened_clay" }, { - "value" : "minecraft:sandstone" + "value" : "minecraft:blue_stained_hardened_clay_from_lapis_lazuli" }, { - "value" : "minecraft:smooth_quartz_stairs" + "value" : "minecraft:boat" }, { - "value" : "minecraft:smooth_red_sandstone" + "value" : "minecraft:brown_banner" }, { - "value" : "minecraft:smooth_red_sandstone_stairs" + "value" : "minecraft:brown_carpet" }, { - "value" : "minecraft:smooth_sandstone" + "value" : "minecraft:brown_carpet_from_white" }, { - "value" : "minecraft:smooth_sandstone_stairs" + "value" : "minecraft:brown_concrete_powder" }, { - "value" : "minecraft:stonecutter_quartz_chiseled" + "value" : "minecraft:brown_concrete_powder_from_cocoa_beans" }, { - "value" : "minecraft:stonecutter_quartz_lines" + "value" : "minecraft:brown_stained_glass" }, { - "value" : "minecraft:stonecutter_red_sandstone_cut" + "value" : "minecraft:brown_stained_glass_from_cocoa_beans" }, { - "value" : "minecraft:stonecutter_red_sandstone_heiroglyphs" + "value" : "minecraft:brown_stained_glass_pane_from_pane" }, { - "value" : "minecraft:stonecutter_red_sanddouble_stone_slab" + "value" : "minecraft:brown_stained_hardened_clay" }, { - "value" : "minecraft:stonecutter_sandstone_cut" + "value" : "minecraft:brown_stained_hardened_clay_from_cocoa_beans" }, { - "value" : "minecraft:stonecutter_sandstone_heiroglyphs" + "value" : "minecraft:bundle" }, { - "value" : "minecraft:stonecutter_smooth_quartz_slab" + "value" : "minecraft:cyan_banner" }, { - "value" : "minecraft:stonecutter_smooth_quartz_stairs" + "value" : "minecraft:cyan_carpet" }, { - "value" : "minecraft:stonecutter_smooth_red_sanddouble_stone_slab" + "value" : "minecraft:cyan_carpet_from_white" }, { - "value" : "minecraft:stonecutter_smooth_red_sandstone_stairs" + "value" : "minecraft:cyan_concrete_powder" }, { - "value" : "minecraft:stonecutter_waxed_oxidized_cut_copper_to_cut_copper_slab" + "value" : "minecraft:cyan_stained_glass" }, { - "value" : "minecraft:yellow_dye_from_dandelion" + "value" : "minecraft:cyan_stained_glass_pane_from_pane" }, { - "value" : "minecraft:grindstone" + "value" : "minecraft:cyan_stained_hardened_clay" }, { - "value" : "minecraft:lodestone" + "value" : "minecraft:dark_oak_boat" }, { - "value" : "minecraft:mossy_stonebrick" + "value" : "minecraft:dark_oak_door" }, { - "value" : "minecraft:mossy_stonebrick_from_moss" + "value" : "minecraft:dark_oak_fence" }, { - "value" : "minecraft:mossy_stone_brick_stairs" + "value" : "minecraft:dark_oak_fence_gate" }, { - "value" : "minecraft:stonebrick" + "value" : "minecraft:dark_oak_planks" }, { - "value" : "minecraft:stonecutter_andesite_slab" + "value" : "minecraft:dark_oak_planks_from_stripped" }, { - "value" : "minecraft:stonecutter_diorite_slab" + "value" : "minecraft:dark_oak_stairs" }, { - "value" : "minecraft:stonecutter_endbrick_slab" + "value" : "minecraft:dark_oak_wooden_slab" }, { - "value" : "minecraft:stonecutter_endbrick_slab2" + "value" : "minecraft:dark_prismarine" }, { - "value" : "minecraft:stonecutter_granite_slab" + "value" : "minecraft:dark_prismarine_from_ink_sac" }, { - "value" : "minecraft:stonecutter_mossy_stonebrick_slab" + "value" : "minecraft:diorite" }, { - "value" : "minecraft:stonecutter_mossy_stonebrick_stairs" + "value" : "minecraft:diorite_stairs" }, { - "value" : "minecraft:stonecutter_polished_andesite_slab" + "value" : "minecraft:fence" }, { - "value" : "minecraft:stonecutter_polished_andesite_slab2" + "value" : "minecraft:fence_gate" }, { - "value" : "minecraft:stonecutter_polished_diorite_slab" + "value" : "minecraft:granite" }, { - "value" : "minecraft:stonecutter_polished_diorite_slab2" + "value" : "minecraft:granite_stairs" }, { - "value" : "minecraft:stonecutter_polished_granite_slab" + "value" : "minecraft:gray_banner" }, { - "value" : "minecraft:stonecutter_polished_granite_slab2" + "value" : "minecraft:gray_carpet" }, { - "value" : "minecraft:stonecutter_stonebrick" + "value" : "minecraft:gray_carpet_from_white" }, { - "value" : "minecraft:stonecutter_stonebrick_chiseled" + "value" : "minecraft:gray_concrete_powder" }, { - "value" : "minecraft:stonecutter_stonebrick_slab2" + "value" : "minecraft:gray_stained_glass" }, { - "value" : "minecraft:stonecutter_stonebrick_stairs2" + "value" : "minecraft:gray_stained_glass_pane_from_pane" }, { - "value" : "minecraft:stonecutter_double_stone_slab" + "value" : "minecraft:gray_stained_hardened_clay" }, { - "value" : "minecraft:stone_brick_stairs" + "value" : "minecraft:green_banner" }, { - "value" : "minecraft:armor_stand" + "value" : "minecraft:green_carpet" }, { - "value" : "minecraft:bolt_armor_trim_smithing_template_duplicate" + "value" : "minecraft:green_carpet_from_white" }, { - "value" : "minecraft:bolt_armor_trim_smithing_template_duplicate_waxed" + "value" : "minecraft:green_concrete_powder" }, { - "value" : "minecraft:chiseled_nether_bricks" + "value" : "minecraft:green_stained_glass" }, { - "value" : "minecraft:chiseled_tuff" + "value" : "minecraft:green_stained_glass_pane_from_pane" }, { - "value" : "minecraft:chiseled_tuff_bricks" + "value" : "minecraft:green_stained_hardened_clay" }, { - "value" : "minecraft:crafter" + "value" : "minecraft:jungle_boat" }, { - "value" : "minecraft:crafting_table_chiseled_copper" + "value" : "minecraft:jungle_door" }, { - "value" : "minecraft:copper_bulb" + "value" : "minecraft:jungle_fence" }, { - "value" : "minecraft:copper_door" + "value" : "minecraft:jungle_fence_gate" }, { - "value" : "minecraft:copper_grate" + "value" : "minecraft:jungle_planks" }, { - "value" : "minecraft:copper_trapdoor" + "value" : "minecraft:jungle_planks_from_stripped" }, { - "value" : "minecraft:exposed_chiseled_copper" + "value" : "minecraft:jungle_stairs" }, { - "value" : "minecraft:exposed_copper_bulb" + "value" : "minecraft:jungle_wooden_slab" }, { - "value" : "minecraft:exposed_copper_grate" + "value" : "minecraft:light_blue_banner" }, { - "value" : "minecraft:oxidized_chiseled_copper" + "value" : "minecraft:light_blue_carpet" }, { - "value" : "minecraft:oxidized_copper_bulb" + "value" : "minecraft:light_blue_carpet_from_white" }, { - "value" : "minecraft:oxidized_copper_grate" + "value" : "minecraft:light_blue_concrete_powder" }, { - "value" : "minecraft:waxed_chiseled_copper" + "value" : "minecraft:light_blue_stained_glass" }, { - "value" : "minecraft:waxed_copper_bulb" + "value" : "minecraft:light_blue_stained_glass_pane_from_pane" }, { - "value" : "minecraft:crafting_table_waxed_copper_door" + "value" : "minecraft:light_blue_stained_hardened_clay" }, { - "value" : "minecraft:waxed_copper_grate" + "value" : "minecraft:light_gray_banner" }, { - "value" : "minecraft:waxed_exposed_chiseled_copper" + "value" : "minecraft:light_gray_carpet" }, { - "value" : "minecraft:waxed_exposed_copper_bulb" + "value" : "minecraft:light_gray__carpet_from_white" }, { - "value" : "minecraft:waxed_exposed_copper_grate" + "value" : "minecraft:light_gray_concrete_powder" }, { - "value" : "minecraft:waxed_oxidized_chiseled_copper" + "value" : "minecraft:light_gray_stained_glass" }, { - "value" : "minecraft:waxed_oxidized_copper_bulb" + "value" : "minecraft:light_gray_stained_glass_pane_from_pane" }, { - "value" : "minecraft:waxed_oxidized_copper_grate" + "value" : "minecraft:light_gray_stained_hardened_clay" }, { - "value" : "minecraft:waxed_weathered_chiseled_copper" + "value" : "minecraft:lime_banner" }, { - "value" : "minecraft:waxed_weathered_copper_bulb" + "value" : "minecraft:lime_carpet" }, { - "value" : "minecraft:waxed_weathered_copper_grate" + "value" : "minecraft:lime__carpet_from_white" }, { - "value" : "minecraft:weathered_chiseled_copper" + "value" : "minecraft:lime_concrete_powder" }, { - "value" : "minecraft:weathered_copper_bulb" + "value" : "minecraft:lime_stained_glass" }, { - "value" : "minecraft:weathered_copper_grate" + "value" : "minecraft:lime_stained_glass_pane_from_pane" }, { - "value" : "minecraft:flow_armor_trim_smithing_template_duplicate" + "value" : "minecraft:lime_stained_hardened_clay" }, { - "value" : "minecraft:mace" + "value" : "minecraft:magenta_banner" }, { - "value" : "minecraft:magenta_dye_from_lilac" + "value" : "minecraft:magenta_carpet" }, { - "value" : "minecraft:pink_dye_from_peony" + "value" : "minecraft:magenta_carpet_from_white" }, { - "value" : "minecraft:polished_tuff" + "value" : "minecraft:magenta_concrete_powder" }, { - "value" : "minecraft:polished_tuff_slab" + "value" : "minecraft:magenta_dye_from_lilac" }, { - "value" : "minecraft:polished_tuff_stairs" + "value" : "minecraft:magenta_stained_glass" }, { - "value" : "minecraft:polished_tuff_wall" + "value" : "minecraft:magenta_stained_glass_pane_from_pane" }, { - "value" : "minecraft:red_dye_from_rose_bush" + "value" : "minecraft:magenta_stained_hardened_clay" }, { - "value" : "minecraft:stonecutter_brick_slab" + "value" : "minecraft:oak_fence" }, { - "value" : "minecraft:stonecutter_cobbledouble_stone_slab" + "value" : "minecraft:oak_planks" }, { - "value" : "minecraft:stonecutter_copper_block_to_chiseled_copper" + "value" : "minecraft:oak_planks_from_stripped" }, { - "value" : "minecraft:stonecutter_copper_block_to_copper_grate" + "value" : "minecraft:oak_stairs" }, { - "value" : "minecraft:stonecutter_cut_copper_to_chiseled_copper" + "value" : "minecraft:oak_wooden_slab" }, { - "value" : "minecraft:stonecutter_exposed_copper_to_exposed_chiseled_copper" + "value" : "minecraft:orange_banner" }, { - "value" : "minecraft:stonecutter_exposed_copper_to_exposed_copper_grate" + "value" : "minecraft:orange_carpet" }, { - "value" : "minecraft:stonecutter_exposed_cut_copper_to_exposed_chiseled_copper" + "value" : "minecraft:orange_carpet_from_white" }, { - "value" : "minecraft:stonecutter_nether_brick_slab" + "value" : "minecraft:orange_concrete_powder" }, { - "value" : "minecraft:stonecutter_oxidized_copper_to_oxidized_chiseled_copper" + "value" : "minecraft:orange_stained_glass" }, { - "value" : "minecraft:stonecutter_oxidized_copper_to_oxidized_copper_grate" + "value" : "minecraft:orange_stained_glass_pane_from_pane" }, { - "value" : "minecraft:stonecutter_oxidized_cut_copper_to_oxidized_chiseled_copper" + "value" : "minecraft:orange_stained_hardened_clay" }, { - "value" : "minecraft:stonecutter_polished_tuff_to_chiseled_tuff_bricks" + "value" : "minecraft:painting" }, { - "value" : "minecraft:stonecutter_polished_tuff_to_polished_tuff_slab" + "value" : "minecraft:pink_banner" }, { - "value" : "minecraft:stonecutter_polished_tuff_to_polished_tuff_stairs" + "value" : "minecraft:pink_carpet" }, { - "value" : "minecraft:stonecutter_polished_tuff_to_polished_tuff_wall" + "value" : "minecraft:pink_carpet_from_white" }, { - "value" : "minecraft:stonecutter_polished_tuff_to_tuff_bricks" + "value" : "minecraft:pink_concrete_powder" }, { - "value" : "minecraft:stonecutter_polished_tuff_to_tuff_brick_slab" + "value" : "minecraft:pink_dye_from_peony" }, { - "value" : "minecraft:stonecutter_polished_tuff_to_tuff_brick_stairs" + "value" : "minecraft:pink_stained_glass" }, { - "value" : "minecraft:stonecutter_polished_tuff_to_tuff_brick_wall" + "value" : "minecraft:pink_stained_glass_pane_from_pane" }, { - "value" : "minecraft:stonecutter_quartz_slab" + "value" : "minecraft:pink_stained_hardened_clay" }, { - "value" : "minecraft:stonecutter_sanddouble_stone_slab" + "value" : "minecraft:polished_andesite" }, { - "value" : "minecraft:stonecutter_smooth_double_stone_slab" + "value" : "minecraft:polished_andesite_stairs" }, { - "value" : "minecraft:stonecutter_stonebrick_slab" + "value" : "minecraft:polished_diorite" }, { - "value" : "minecraft:stonecutter_tuff_bricks_to_chiseled_tuff_bricks" + "value" : "minecraft:polished_diorite_stairs" }, { - "value" : "minecraft:stonecutter_tuff_bricks_to_tuff_brick_slab" + "value" : "minecraft:polished_granite" }, { - "value" : "minecraft:stonecutter_tuff_bricks_to_tuff_brick_stairs" + "value" : "minecraft:polished_granite_stairs" }, { - "value" : "minecraft:stonecutter_tuff_bricks_to_tuff_brick_wall" + "value" : "minecraft:prismarine_bricks" }, { - "value" : "minecraft:stonecutter_tuff_to_chiseled_tuff" + "value" : "minecraft:prismarine_stairs_bricks" }, { - "value" : "minecraft:stonecutter_tuff_to_chiseled_tuff_bricks" + "value" : "minecraft:prismarine_stairs_dark" }, { - "value" : "minecraft:stonecutter_tuff_to_polished_tuff" + "value" : "minecraft:purple_banner" }, { - "value" : "minecraft:stonecutter_tuff_to_polished_tuff_slab" + "value" : "minecraft:purple_carpet" }, { - "value" : "minecraft:stonecutter_tuff_to_polished_tuff_stairs" + "value" : "minecraft:purple_carpet_from_white" }, { - "value" : "minecraft:stonecutter_tuff_to_polished_tuff_wall" + "value" : "minecraft:purple_concrete_powder" }, { - "value" : "minecraft:stonecutter_tuff_to_tuff_bricks" + "value" : "minecraft:purple_stained_glass" }, { - "value" : "minecraft:stonecutter_tuff_to_tuff_brick_slab" + "value" : "minecraft:purple_stained_glass_pane_from_pane" }, { - "value" : "minecraft:stonecutter_tuff_to_tuff_brick_stairs" + "value" : "minecraft:purple_stained_hardened_clay" }, { - "value" : "minecraft:stonecutter_tuff_to_tuff_brick_wall" + "value" : "minecraft:red_banner" }, { - "value" : "minecraft:stonecutter_tuff_to_tuff_slab" + "value" : "minecraft:red_carpet" }, { - "value" : "minecraft:stonecutter_tuff_to_tuff_stairs" + "value" : "minecraft:red_carpet_from_white" }, { - "value" : "minecraft:stonecutter_tuff_to_tuff_wall" + "value" : "minecraft:red_concrete_powder" }, { - "value" : "minecraft:stonecutter_waxed_cut_copper_to_waxed_chiseled_copper" + "value" : "minecraft:red_dye_from_rose_bush" }, { - "value" : "minecraft:stonecutter_waxed_exposed_cut_copper_to_waxed_exposed_chiseled_copper" + "value" : "minecraft:red_stained_glass" }, { - "value" : "minecraft:stonecutter_waxed_oxidized_cut_copper_to_waxed_oxidized_chiseled_copper" + "value" : "minecraft:red_stained_glass_pane_from_pane" }, { - "value" : "minecraft:stonecutter_waxed_weathered_cut_copper_to_waxed_weathered_chiseled_copper" + "value" : "minecraft:red_stained_hardened_clay" }, { - "value" : "minecraft:stonecutter_weathered_copper_to_weathered_chiseled_copper" + "value" : "minecraft:sign_acacia" }, { - "value" : "minecraft:stonecutter_weathered_copper_to_weathered_copper_grate" + "value" : "minecraft:sign_birch" }, { - "value" : "minecraft:stonecutter_weathered_cut_copper_to_weathered_chiseled_copper" + "value" : "minecraft:sign_darkoak" }, { - "value" : "minecraft:stonecutter_waxed_copper_to_waxed_chiseled_copper" + "value" : "minecraft:sign_jungle" }, { - "value" : "minecraft:stonecutter_waxed_copper_to_waxed_copper_grate" + "value" : "minecraft:sign_oak" }, { - "value" : "minecraft:stonecutter_waxed_exposed_copper_to_waxed_exposed_chiseled_copper" + "value" : "minecraft:sign_spruce" }, { - "value" : "minecraft:stonecutter_waxed_exposed_copper_to_waxed_exposed_copper_grate" + "value" : "minecraft:spruce_boat" }, { - "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_waxed_oxidized_chiseled_copper" + "value" : "minecraft:spruce_door" }, { - "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_waxed_oxidized_copper_grate" + "value" : "minecraft:spruce_fence" }, { - "value" : "minecraft:stonecutter_waxed_weathered_copper_to_waxed_weathered_chiseled_copper" + "value" : "minecraft:spruce_fence_gate" }, { - "value" : "minecraft:stonecutter_waxed_weathered_copper_to_waxed_weathered_copper_grate" + "value" : "minecraft:spruce_planks" }, { - "value" : "minecraft:tuff_bricks" + "value" : "minecraft:spruce_planks_from_stripped" }, { - "value" : "minecraft:tuff_brick_slab" + "value" : "minecraft:spruce_stairs" }, { - "value" : "minecraft:tuff_brick_stairs" + "value" : "minecraft:spruce_wooden_slab" }, { - "value" : "minecraft:tuff_brick_wall" + "value" : "minecraft:stonecutter_andesite_stairs" }, { - "value" : "minecraft:tuff_slab" + "value" : "minecraft:stonecutter_dark_prismarine_slab" }, { - "value" : "minecraft:tuff_stairs" + "value" : "minecraft:stonecutter_dark_prismarine_stairs" }, { - "value" : "minecraft:tuff_wall" + "value" : "minecraft:stonecutter_diorite_stairs" }, { - "value" : "minecraft:waxing_chiseled_copper" + "value" : "minecraft:stonecutter_granite_stairs" }, { - "value" : "minecraft:waxing_copper_bulb" + "value" : "minecraft:stonecutter_mossy_cobbledouble_stone_slab" }, { - "value" : "minecraft:waxing_copper_door" + "value" : "minecraft:stonecutter_polished_andesite" }, { - "value" : "minecraft:waxing_copper_grate" + "value" : "minecraft:stonecutter_polished_andesite_stairs" }, { - "value" : "minecraft:waxing_copper_trapdoor" + "value" : "minecraft:stonecutter_polished_andesite_stairs2" }, { - "value" : "minecraft:waxed_exposed_chiseled_copper_from_honeycomb" + "value" : "minecraft:stonecutter_polished_diorite" }, { - "value" : "minecraft:waxing_exposed_copper_bulb" + "value" : "minecraft:stonecutter_polished_diorite_stairs" }, { - "value" : "minecraft:waxing_exposed_copper_door" + "value" : "minecraft:stonecutter_polished_diorite_stairs2" }, { - "value" : "minecraft:waxing_exposed_copper_grate" + "value" : "minecraft:stonecutter_polished_granite" }, { - "value" : "minecraft:waxing_exposed_copper_trapdoor" + "value" : "minecraft:stonecutter_polished_granite_stairs" }, { - "value" : "minecraft:waxed_oxidized_chiseled_copper_from_honeycomb" + "value" : "minecraft:stonecutter_polished_granite_stairs2" }, { - "value" : "minecraft:waxing_oxidized_copper_bulb" + "value" : "minecraft:stonecutter_prismarine_brick_slab" }, { - "value" : "minecraft:waxing_oxidized_copper_door" + "value" : "minecraft:stonecutter_prismarine_brick_stairs" }, { - "value" : "minecraft:waxing_oxidized_copper_grate" + "value" : "minecraft:stonecutter_prismarine_slab" }, { - "value" : "minecraft:waxing_oxidized_copper_trapdoor" + "value" : "minecraft:stonecutter_purpur_lines" }, { - "value" : "minecraft:waxed_weathered_chiseled_copper_from_honeycomb" + "value" : "minecraft:stonecutter_purpur_slab" }, { - "value" : "minecraft:waxing_weathered_copper_bulb" + "value" : "minecraft:stonecutter_red_nether_brick_slab" }, { - "value" : "minecraft:waxing_weathered_copper_door" + "value" : "minecraft:stonecutter_smooth_sanddouble_stone_slab" }, { - "value" : "minecraft:waxing_weathered_copper_grate" + "value" : "minecraft:string_to_wool" }, { - "value" : "minecraft:waxing_weathered_copper_trapdoor" + "value" : "minecraft:white_banner" }, { - "value" : "minecraft:wind_charge" + "value" : "minecraft:white_carpet" + }, + { + "value" : "minecraft:white_concrete_powder" + }, + { + "value" : "minecraft:white_concrete_powder_from_bonemeal" + }, + { + "value" : "minecraft:white_stained_glass" + }, + { + "value" : "minecraft:white_stained_glass_from_bonemeal" + }, + { + "value" : "minecraft:white_stained_glass_pane_from_pane" + }, + { + "value" : "minecraft:white_stained_hardened_clay" + }, + { + "value" : "minecraft:white_stained_hardened_clay_from_bonemeal" + }, + { + "value" : "minecraft:wooden_door" + }, + { + "value" : "minecraft:yellow_banner" + }, + { + "value" : "minecraft:yellow_carpet" + }, + { + "value" : "minecraft:yellow_carpet_from_white" + }, + { + "value" : "minecraft:yellow_concrete_powder" }, { "value" : "minecraft:yellow_dye_from_sunflower" }, { - "value" : "minecraft:banner_pattern_flower" + "value" : "minecraft:yellow_stained_glass" }, { - "value" : "minecraft:blue_dye_from_cornflower" + "value" : "minecraft:yellow_stained_glass_pane_from_pane" }, { - "value" : "minecraft:WorkBench_recipeId_from_oak" + "value" : "minecraft:yellow_stained_hardened_clay" }, { - "value" : "minecraft:light_blue_dye_from_blue_orchid" + "value" : "minecraft:andesite_wall" }, { - "value" : "minecraft:light_gray_dye_from_azure_bluet" + "value" : "minecraft:brick_wall" }, { - "value" : "minecraft:light_gray_dye_from_oxeye_daisy" + "value" : "minecraft:cobblestone_wall" }, { - "value" : "minecraft:light_gray_dye_from_white_tulip" + "value" : "minecraft:cyan_dye_from_pitcher_plant" }, { - "value" : "minecraft:magenta_dye_from_allium" + "value" : "minecraft:diorite_wall" }, { - "value" : "minecraft:orange_dye_from_orange_tulip" + "value" : "minecraft:end_brick_wall" }, { - "value" : "minecraft:pink_dye_from_pink_tulip" + "value" : "minecraft:granite_wall" }, { - "value" : "minecraft:red_dye_from_poppy" + "value" : "minecraft:mossy_cobblestone_wall" }, { - "value" : "minecraft:red_dye_from_tulip" + "value" : "minecraft:mossy_stone_brick_wall" }, { - "value" : "minecraft:white_dye_from_lily_of_the_valley" + "value" : "minecraft:nether_brick_wall" }, { - "value" : "minecraft:wolf_armor" + "value" : "minecraft:prismarine_wall" }, { - "value" : "minecraft:acacia_planks_from_stripped_wood" + "value" : "minecraft:red_nether_brick_wall" }, { - "value" : "minecraft:acacia_planks_from_wood" + "value" : "minecraft:red_sandstone_wall" }, { - "value" : "minecraft:acacia_wood" + "value" : "minecraft:sandstone_wall" }, { - "value" : "minecraft:acacia_wood_stripped" + "value" : "minecraft:stonecutter_andesite_wall" }, { - "value" : "minecraft:birch_planks_from_stripped_wood" + "value" : "minecraft:stonecutter_brick_wall" }, { - "value" : "minecraft:birch_planks_from_wood" + "value" : "minecraft:stonecutter_cobblestone_wall" }, { - "value" : "minecraft:birch_wood" + "value" : "minecraft:stonecutter_diorite_wall" }, { - "value" : "minecraft:birch_wood_stripped" + "value" : "minecraft:stonecutter_endbrick_wall" }, { - "value" : "minecraft:dark_oak_planks_from_stripped_wood" + "value" : "minecraft:stonecutter_endbrick_wall2" }, { - "value" : "minecraft:dark_oak_planks_from_wood" + "value" : "minecraft:stonecutter_granite_wall" }, { - "value" : "minecraft:dark_oak_wood" + "value" : "minecraft:stonecutter_mossy_cobblestone_wall" }, { - "value" : "minecraft:dark_oak_wood_stripped" + "value" : "minecraft:stonecutter_mossy_stonebrick_wall" }, { - "value" : "minecraft:jungle_planks_from_stripped_wood" + "value" : "minecraft:stonecutter_nether_brick_wall" }, { - "value" : "minecraft:jungle_planks_from_wood" + "value" : "minecraft:stonecutter_prismarine_wall" }, { - "value" : "minecraft:jungle_wood" + "value" : "minecraft:stonecutter_red_nether_brick_wall" }, { - "value" : "minecraft:jungle_wood_stripped" + "value" : "minecraft:stonecutter_red_sandstone_wall" }, { - "value" : "minecraft:oak_planks_from_stripped_wood" + "value" : "minecraft:stonecutter_sandstone_wall" }, { - "value" : "minecraft:oak_planks_from_wood" + "value" : "minecraft:stonecutter_stonebrick_wall" }, { - "value" : "minecraft:oak_wood" + "value" : "minecraft:stonecutter_stonebrick_wall2" }, { - "value" : "minecraft:oak_wood_stripped" + "value" : "minecraft:stone_brick_wall" }, { - "value" : "minecraft:spruce_planks_from_stripped_wood" + "value" : "minecraft:coarse_dirt" }, { - "value" : "minecraft:spruce_planks_from_wood" + "value" : "minecraft:quartz_block" }, { - "value" : "minecraft:spruce_wood" + "value" : "minecraft:quartz_bricks" }, { - "value" : "minecraft:spruce_wood_stripped" + "value" : "minecraft:pillar_quartz_block" }, { - "value" : "minecraft:black_stained_glass" + "value" : "minecraft:red_sandstone" }, { - "value" : "minecraft:black_stained_glass_from_ink_sac" + "value" : "minecraft:sandstone" }, { - "value" : "minecraft:black_stained_glass_pane" + "value" : "minecraft:smooth_quartz_stairs" }, { - "value" : "minecraft:black_stained_glass_pane_from_pane" + "value" : "minecraft:smooth_red_sandstone" }, { - "value" : "minecraft:blue_stained_glass" + "value" : "minecraft:smooth_red_sandstone_stairs" }, { - "value" : "minecraft:blue_stained_glass_from_lapis_lazuli" + "value" : "minecraft:smooth_sandstone" }, { - "value" : "minecraft:blue_stained_glass_pane" + "value" : "minecraft:smooth_sandstone_stairs" }, { - "value" : "minecraft:blue_stained_glass_pane_from_pane" + "value" : "minecraft:stonecutter_quartz_chiseled" }, { - "value" : "minecraft:brown_stained_glass" + "value" : "minecraft:stonecutter_quartz_lines" }, { - "value" : "minecraft:brown_stained_glass_from_cocoa_beans" + "value" : "minecraft:stonecutter_red_sandstone_cut" }, { - "value" : "minecraft:brown_stained_glass_pane" + "value" : "minecraft:stonecutter_red_sandstone_heiroglyphs" }, { - "value" : "minecraft:brown_stained_glass_pane_from_pane" + "value" : "minecraft:stonecutter_red_sanddouble_stone_slab" }, { - "value" : "minecraft:cyan_stained_glass" + "value" : "minecraft:stonecutter_sandstone_cut" }, { - "value" : "minecraft:cyan_stained_glass_pane" + "value" : "minecraft:stonecutter_sandstone_heiroglyphs" }, { - "value" : "minecraft:cyan_stained_glass_pane_from_pane" + "value" : "minecraft:stonecutter_smooth_quartz_slab" }, { - "value" : "minecraft:gray_stained_glass" + "value" : "minecraft:stonecutter_smooth_quartz_stairs" }, { - "value" : "minecraft:gray_stained_glass_pane" + "value" : "minecraft:stonecutter_smooth_red_sanddouble_stone_slab" }, { - "value" : "minecraft:gray_stained_glass_pane_from_pane" + "value" : "minecraft:stonecutter_smooth_red_sandstone_stairs" }, { - "value" : "minecraft:green_stained_glass" + "value" : "minecraft:stonecutter_waxed_oxidized_cut_copper_to_cut_copper_slab" }, { - "value" : "minecraft:green_stained_glass_pane" + "value" : "minecraft:yellow_dye_from_dandelion" + }, + { + "value" : "minecraft:grindstone" + }, + { + "value" : "minecraft:lodestone" + }, + { + "value" : "minecraft:mossy_stonebrick" + }, + { + "value" : "minecraft:mossy_stonebrick_from_moss" + }, + { + "value" : "minecraft:mossy_stone_brick_stairs" + }, + { + "value" : "minecraft:stonebrick" + }, + { + "value" : "minecraft:stonecutter_andesite_slab" + }, + { + "value" : "minecraft:stonecutter_diorite_slab" + }, + { + "value" : "minecraft:stonecutter_endbrick_slab" + }, + { + "value" : "minecraft:stonecutter_endbrick_slab2" + }, + { + "value" : "minecraft:stonecutter_granite_slab" + }, + { + "value" : "minecraft:stonecutter_mossy_stonebrick_slab" + }, + { + "value" : "minecraft:stonecutter_mossy_stonebrick_stairs" + }, + { + "value" : "minecraft:stonecutter_polished_andesite_slab" + }, + { + "value" : "minecraft:stonecutter_polished_andesite_slab2" + }, + { + "value" : "minecraft:stonecutter_polished_diorite_slab" + }, + { + "value" : "minecraft:stonecutter_polished_diorite_slab2" + }, + { + "value" : "minecraft:stonecutter_polished_granite_slab" + }, + { + "value" : "minecraft:stonecutter_polished_granite_slab2" + }, + { + "value" : "minecraft:stonecutter_stonebrick" + }, + { + "value" : "minecraft:stonecutter_stonebrick_chiseled" + }, + { + "value" : "minecraft:stonecutter_stonebrick_slab2" + }, + { + "value" : "minecraft:stonecutter_stonebrick_stairs2" + }, + { + "value" : "minecraft:stonecutter_double_stone_slab" + }, + { + "value" : "minecraft:stone_brick_stairs" + }, + { + "value" : "minecraft:armor_stand" + }, + { + "value" : "minecraft:bolt_armor_trim_smithing_template_duplicate" + }, + { + "value" : "minecraft:bolt_armor_trim_smithing_template_duplicate_waxed" + }, + { + "value" : "minecraft:chiseled_nether_bricks" + }, + { + "value" : "minecraft:chiseled_tuff" + }, + { + "value" : "minecraft:chiseled_tuff_bricks" + }, + { + "value" : "minecraft:crafter" + }, + { + "value" : "minecraft:crafting_table_chiseled_copper" + }, + { + "value" : "minecraft:copper_bulb" + }, + { + "value" : "minecraft:copper_door" + }, + { + "value" : "minecraft:copper_grate" + }, + { + "value" : "minecraft:copper_trapdoor" + }, + { + "value" : "minecraft:exposed_chiseled_copper" + }, + { + "value" : "minecraft:exposed_copper_bulb" + }, + { + "value" : "minecraft:exposed_copper_grate" + }, + { + "value" : "minecraft:oxidized_chiseled_copper" + }, + { + "value" : "minecraft:oxidized_copper_bulb" + }, + { + "value" : "minecraft:oxidized_copper_grate" + }, + { + "value" : "minecraft:waxed_chiseled_copper" + }, + { + "value" : "minecraft:waxed_copper_bulb" + }, + { + "value" : "minecraft:crafting_table_waxed_copper_door" + }, + { + "value" : "minecraft:waxed_copper_grate" + }, + { + "value" : "minecraft:waxed_exposed_chiseled_copper" + }, + { + "value" : "minecraft:waxed_exposed_copper_bulb" + }, + { + "value" : "minecraft:waxed_exposed_copper_grate" + }, + { + "value" : "minecraft:waxed_oxidized_chiseled_copper" + }, + { + "value" : "minecraft:waxed_oxidized_copper_bulb" + }, + { + "value" : "minecraft:waxed_oxidized_copper_grate" + }, + { + "value" : "minecraft:waxed_weathered_chiseled_copper" + }, + { + "value" : "minecraft:waxed_weathered_copper_bulb" + }, + { + "value" : "minecraft:waxed_weathered_copper_grate" + }, + { + "value" : "minecraft:weathered_chiseled_copper" + }, + { + "value" : "minecraft:weathered_copper_bulb" + }, + { + "value" : "minecraft:weathered_copper_grate" + }, + { + "value" : "minecraft:flow_armor_trim_smithing_template_duplicate" + }, + { + "value" : "minecraft:mace" + }, + { + "value" : "minecraft:polished_tuff" + }, + { + "value" : "minecraft:polished_tuff_slab" + }, + { + "value" : "minecraft:polished_tuff_stairs" + }, + { + "value" : "minecraft:polished_tuff_wall" + }, + { + "value" : "minecraft:stonecutter_brick_slab" + }, + { + "value" : "minecraft:stonecutter_cobbledouble_stone_slab" + }, + { + "value" : "minecraft:stonecutter_copper_block_to_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_copper_block_to_copper_grate" + }, + { + "value" : "minecraft:stonecutter_cut_copper_to_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_exposed_copper_to_exposed_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_exposed_copper_to_exposed_copper_grate" + }, + { + "value" : "minecraft:stonecutter_exposed_cut_copper_to_exposed_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_nether_brick_slab" + }, + { + "value" : "minecraft:stonecutter_oxidized_copper_to_oxidized_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_oxidized_copper_to_oxidized_copper_grate" + }, + { + "value" : "minecraft:stonecutter_oxidized_cut_copper_to_oxidized_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_polished_tuff_to_chiseled_tuff_bricks" + }, + { + "value" : "minecraft:stonecutter_polished_tuff_to_polished_tuff_slab" + }, + { + "value" : "minecraft:stonecutter_polished_tuff_to_polished_tuff_stairs" + }, + { + "value" : "minecraft:stonecutter_polished_tuff_to_polished_tuff_wall" + }, + { + "value" : "minecraft:stonecutter_polished_tuff_to_tuff_bricks" + }, + { + "value" : "minecraft:stonecutter_polished_tuff_to_tuff_brick_slab" + }, + { + "value" : "minecraft:stonecutter_polished_tuff_to_tuff_brick_stairs" + }, + { + "value" : "minecraft:stonecutter_polished_tuff_to_tuff_brick_wall" + }, + { + "value" : "minecraft:stonecutter_quartz_slab" + }, + { + "value" : "minecraft:stonecutter_sanddouble_stone_slab" + }, + { + "value" : "minecraft:stonecutter_smooth_double_stone_slab" + }, + { + "value" : "minecraft:stonecutter_stonebrick_slab" + }, + { + "value" : "minecraft:stonecutter_tuff_bricks_to_chiseled_tuff_bricks" + }, + { + "value" : "minecraft:stonecutter_tuff_bricks_to_tuff_brick_slab" + }, + { + "value" : "minecraft:stonecutter_tuff_bricks_to_tuff_brick_stairs" + }, + { + "value" : "minecraft:stonecutter_tuff_bricks_to_tuff_brick_wall" + }, + { + "value" : "minecraft:stonecutter_tuff_to_chiseled_tuff" + }, + { + "value" : "minecraft:stonecutter_tuff_to_chiseled_tuff_bricks" + }, + { + "value" : "minecraft:stonecutter_tuff_to_polished_tuff" + }, + { + "value" : "minecraft:stonecutter_tuff_to_polished_tuff_slab" + }, + { + "value" : "minecraft:stonecutter_tuff_to_polished_tuff_stairs" + }, + { + "value" : "minecraft:stonecutter_tuff_to_polished_tuff_wall" + }, + { + "value" : "minecraft:stonecutter_tuff_to_tuff_bricks" + }, + { + "value" : "minecraft:stonecutter_tuff_to_tuff_brick_slab" + }, + { + "value" : "minecraft:stonecutter_tuff_to_tuff_brick_stairs" + }, + { + "value" : "minecraft:stonecutter_tuff_to_tuff_brick_wall" + }, + { + "value" : "minecraft:stonecutter_tuff_to_tuff_slab" + }, + { + "value" : "minecraft:stonecutter_tuff_to_tuff_stairs" + }, + { + "value" : "minecraft:stonecutter_tuff_to_tuff_wall" + }, + { + "value" : "minecraft:stonecutter_waxed_cut_copper_to_waxed_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_waxed_exposed_cut_copper_to_waxed_exposed_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_waxed_oxidized_cut_copper_to_waxed_oxidized_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_waxed_weathered_cut_copper_to_waxed_weathered_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_weathered_copper_to_weathered_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_weathered_copper_to_weathered_copper_grate" + }, + { + "value" : "minecraft:stonecutter_weathered_cut_copper_to_weathered_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_waxed_copper_to_waxed_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_waxed_copper_to_waxed_copper_grate" + }, + { + "value" : "minecraft:stonecutter_waxed_exposed_copper_to_waxed_exposed_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_waxed_exposed_copper_to_waxed_exposed_copper_grate" + }, + { + "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_waxed_oxidized_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_waxed_oxidized_copper_grate" + }, + { + "value" : "minecraft:stonecutter_waxed_weathered_copper_to_waxed_weathered_chiseled_copper" + }, + { + "value" : "minecraft:stonecutter_waxed_weathered_copper_to_waxed_weathered_copper_grate" + }, + { + "value" : "minecraft:tuff_bricks" + }, + { + "value" : "minecraft:tuff_brick_slab" + }, + { + "value" : "minecraft:tuff_brick_stairs" + }, + { + "value" : "minecraft:tuff_brick_wall" + }, + { + "value" : "minecraft:tuff_slab" + }, + { + "value" : "minecraft:tuff_stairs" + }, + { + "value" : "minecraft:tuff_wall" + }, + { + "value" : "minecraft:waxing_chiseled_copper" + }, + { + "value" : "minecraft:waxing_copper_bulb" + }, + { + "value" : "minecraft:waxing_copper_door" + }, + { + "value" : "minecraft:waxing_copper_grate" + }, + { + "value" : "minecraft:waxing_copper_trapdoor" + }, + { + "value" : "minecraft:waxed_exposed_chiseled_copper_from_honeycomb" + }, + { + "value" : "minecraft:waxing_exposed_copper_bulb" + }, + { + "value" : "minecraft:waxing_exposed_copper_door" + }, + { + "value" : "minecraft:waxing_exposed_copper_grate" + }, + { + "value" : "minecraft:waxing_exposed_copper_trapdoor" + }, + { + "value" : "minecraft:waxed_oxidized_chiseled_copper_from_honeycomb" + }, + { + "value" : "minecraft:waxing_oxidized_copper_bulb" + }, + { + "value" : "minecraft:waxing_oxidized_copper_door" + }, + { + "value" : "minecraft:waxing_oxidized_copper_grate" + }, + { + "value" : "minecraft:waxing_oxidized_copper_trapdoor" + }, + { + "value" : "minecraft:waxed_weathered_chiseled_copper_from_honeycomb" + }, + { + "value" : "minecraft:waxing_weathered_copper_bulb" + }, + { + "value" : "minecraft:waxing_weathered_copper_door" + }, + { + "value" : "minecraft:waxing_weathered_copper_grate" + }, + { + "value" : "minecraft:waxing_weathered_copper_trapdoor" + }, + { + "value" : "minecraft:wind_charge" + }, + { + "value" : "minecraft:banner_pattern_flower" + }, + { + "value" : "minecraft:blue_dye_from_cornflower" + }, + { + "value" : "minecraft:WorkBench_recipeId_from_oak" + }, + { + "value" : "minecraft:light_blue_dye_from_blue_orchid" + }, + { + "value" : "minecraft:light_gray_dye_from_azure_bluet" + }, + { + "value" : "minecraft:light_gray_dye_from_oxeye_daisy" + }, + { + "value" : "minecraft:light_gray_dye_from_white_tulip" + }, + { + "value" : "minecraft:magenta_dye_from_allium" + }, + { + "value" : "minecraft:orange_dye_from_orange_tulip" + }, + { + "value" : "minecraft:pink_dye_from_pink_tulip" + }, + { + "value" : "minecraft:red_dye_from_poppy" + }, + { + "value" : "minecraft:red_dye_from_tulip" + }, + { + "value" : "minecraft:white_dye_from_lily_of_the_valley" + }, + { + "value" : "minecraft:wolf_armor" + }, + { + "value" : "minecraft:acacia_planks_from_stripped_wood" + }, + { + "value" : "minecraft:acacia_planks_from_wood" + }, + { + "value" : "minecraft:acacia_wood" + }, + { + "value" : "minecraft:acacia_wood_stripped" + }, + { + "value" : "minecraft:birch_planks_from_stripped_wood" + }, + { + "value" : "minecraft:birch_planks_from_wood" + }, + { + "value" : "minecraft:birch_wood" + }, + { + "value" : "minecraft:birch_wood_stripped" + }, + { + "value" : "minecraft:dark_oak_planks_from_stripped_wood" + }, + { + "value" : "minecraft:dark_oak_planks_from_wood" + }, + { + "value" : "minecraft:dark_oak_wood" + }, + { + "value" : "minecraft:dark_oak_wood_stripped" + }, + { + "value" : "minecraft:jungle_planks_from_stripped_wood" + }, + { + "value" : "minecraft:jungle_planks_from_wood" + }, + { + "value" : "minecraft:jungle_wood" + }, + { + "value" : "minecraft:jungle_wood_stripped" + }, + { + "value" : "minecraft:oak_planks_from_stripped_wood" + }, + { + "value" : "minecraft:oak_planks_from_wood" + }, + { + "value" : "minecraft:oak_wood" + }, + { + "value" : "minecraft:oak_wood_stripped" + }, + { + "value" : "minecraft:spruce_planks_from_stripped_wood" + }, + { + "value" : "minecraft:spruce_planks_from_wood" + }, + { + "value" : "minecraft:spruce_wood" + }, + { + "value" : "minecraft:spruce_wood_stripped" + }, + { + "value" : "minecraft:black_stained_glass_pane" + }, + { + "value" : "minecraft:blue_stained_glass_pane" + }, + { + "value" : "minecraft:brown_stained_glass_pane" + }, + { + "value" : "minecraft:cyan_stained_glass_pane" + }, + { + "value" : "minecraft:gray_stained_glass_pane" + }, + { + "value" : "minecraft:green_stained_glass_pane" + }, + { + "value" : "minecraft:light_blue_stained_glass_pane" + }, + { + "value" : "minecraft:light_gray_stained_glass_pane" + }, + { + "value" : "minecraft:lime_stained_glass_pane" + }, + { + "value" : "minecraft:magenta_stained_glass_pane" + }, + { + "value" : "minecraft:orange_stained_glass_pane" + }, + { + "value" : "minecraft:pink_stained_glass_pane" + }, + { + "value" : "minecraft:purple_stained_glass_pane" + }, + { + "value" : "minecraft:red_stained_glass_pane" + }, + { + "value" : "minecraft:white_stained_glass_pane" + }, + { + "value" : "minecraft:yellow_stained_glass_pane" + }, + { + "value" : "minecraft:acacia_chest_boat" + }, + { + "value" : "minecraft:acacia_hanging_sign" + }, + { + "value" : "minecraft:activator_rail" + }, + { + "value" : "minecraft:amethyst_block" + }, + { + "value" : "minecraft:anvil" + }, + { + "value" : "minecraft:arrow" + }, + { + "value" : "minecraft:bamboo_block" + }, + { + "value" : "minecraft:bamboo_button" + }, + { + "value" : "minecraft:bamboo_chest_raft" + }, + { + "value" : "minecraft:bamboo_door" + }, + { + "value" : "minecraft:bamboo_fence" + }, + { + "value" : "minecraft:bamboo_fence_gate" + }, + { + "value" : "minecraft:bamboo_hanging_sign" + }, + { + "value" : "minecraft:bamboo_mosaic" + }, + { + "value" : "minecraft:bamboo_mosaic_slab" + }, + { + "value" : "minecraft:bamboo_mosaic_stairs" + }, + { + "value" : "minecraft:bamboo_planks" + }, + { + "value" : "minecraft:bamboo_planks_from_stripped" + }, + { + "value" : "minecraft:bamboo_pressure_plate" + }, + { + "value" : "minecraft:bamboo_raft" + }, + { + "value" : "minecraft:bamboo_sign" + }, + { + "value" : "minecraft:bamboo_slab" + }, + { + "value" : "minecraft:bamboo_stairs" + }, + { + "value" : "minecraft:bamboo_trapdoor" + }, + { + "value" : "minecraft:banner_pattern_bricks" + }, + { + "value" : "minecraft:banner_pattern_creeper" + }, + { + "value" : "minecraft:banner_pattern_skull" + }, + { + "value" : "minecraft:banner_pattern_thing" + }, + { + "value" : "minecraft:banner_pattern_vines" + }, + { + "value" : "minecraft:barrel_with_planks" + }, + { + "value" : "minecraft:basic_map_to_enhanced" + }, + { + "value" : "minecraft:beacon" + }, + { + "value" : "minecraft:beehive" + }, + { + "value" : "minecraft:beetroot_soup" + }, + { + "value" : "minecraft:birch_chest_boat" + }, + { + "value" : "minecraft:birch_hanging_sign" + }, + { + "value" : "minecraft:blackstone_slab" + }, + { + "value" : "minecraft:blackstone_stairs" + }, + { + "value" : "minecraft:blackstone_wall" + }, + { + "value" : "minecraft:black_candle" + }, + { + "value" : "minecraft:black_candle_from_ink_sac" + }, + { + "value" : "minecraft:black_dye_from_ink_sac" + }, + { + "value" : "minecraft:black_dye_from_wither_rose" + }, + { + "value" : "minecraft:blast_furnace" + }, + { + "value" : "minecraft:blaze_powder" + }, + { + "value" : "minecraft:blue_candle" + }, + { + "value" : "minecraft:blue_candle_from_lapis_lazuli" + }, + { + "value" : "minecraft:blue_dye_from_lapis_lazuli" + }, + { + "value" : "minecraft:blue_ice" + }, + { + "value" : "minecraft:bone_block" + }, + { + "value" : "minecraft:bone_meal_from_block" + }, + { + "value" : "minecraft:bone_meal_from_bone" + }, + { + "value" : "minecraft:book" + }, + { + "value" : "minecraft:Bookshelf_woodplanks_recipeId" + }, + { + "value" : "minecraft:bow" + }, + { + "value" : "minecraft:Bowl_recipeId" + }, + { + "value" : "minecraft:bread" + }, + { + "value" : "minecraft:brewing_stand" + }, + { + "value" : "minecraft:brick_block" + }, + { + "value" : "minecraft:brick_stairs" + }, + { + "value" : "minecraft:brown_candle" + }, + { + "value" : "minecraft:brown_candle_from_cocoa_beans" + }, + { + "value" : "minecraft:brown_dye_from_cocoa_beans" + }, + { + "value" : "minecraft:brush" + }, + { + "value" : "minecraft:bucket" + }, + { + "value" : "minecraft:cake" + }, + { + "value" : "minecraft:calibrated_sculk_sensor" + }, + { + "value" : "minecraft:campfire" + }, + { + "value" : "minecraft:candle" + }, + { + "value" : "minecraft:carrot_on_a_stick" + }, + { + "value" : "minecraft:cartography_table" + }, + { + "value" : "minecraft:cartography_table_locator_map" + }, + { + "value" : "minecraft:cartography_table_map" + }, + { + "value" : "minecraft:cauldron" + }, + { + "value" : "minecraft:chain" + }, + { + "value" : "minecraft:cherry_boat" + }, + { + "value" : "minecraft:cherry_button" + }, + { + "value" : "minecraft:cherry_chest_boat" + }, + { + "value" : "minecraft:cherry_door" + }, + { + "value" : "minecraft:cherry_fence" + }, + { + "value" : "minecraft:cherry_fence_gate" + }, + { + "value" : "minecraft:cherry_hanging_sign" + }, + { + "value" : "minecraft:cherry_planks_from_log" + }, + { + "value" : "minecraft:cherry_planks_from_stripped_log" + }, + { + "value" : "minecraft:cherry_planks_from_stripped_wood" + }, + { + "value" : "minecraft:cherry_planks_from_wood" + }, + { + "value" : "minecraft:cherry_pressure_plate" + }, + { + "value" : "minecraft:cherry_sign" + }, + { + "value" : "minecraft:cherry_slab" + }, + { + "value" : "minecraft:cherry_stairs" + }, + { + "value" : "minecraft:cherry_wood_from_stripped_log" + }, + { + "value" : "minecraft:cherry_trapdoor" + }, + { + "value" : "minecraft:cherry_wood_from_log" + }, + { + "value" : "minecraft:Chest_recipeId" + }, + { + "value" : "minecraft:chest_boat" + }, + { + "value" : "minecraft:chest_minecart" + }, + { + "value" : "minecraft:chiseled_bookshelf" + }, + { + "value" : "minecraft:chiseled_deepslate" + }, + { + "value" : "minecraft:chiseled_deepslate_from_cobbled_deepslate_stonecutting" + }, + { + "value" : "minecraft:chiseled_polished_blackstone" + }, + { + "value" : "minecraft:clay" + }, + { + "value" : "minecraft:clock" + }, + { + "value" : "minecraft:coal" + }, + { + "value" : "minecraft:coal_block" + }, + { + "value" : "minecraft:coast_armor_trim_smithing_template_duplicate" + }, + { + "value" : "minecraft:cobbled_deepslate_slab" + }, + { + "value" : "minecraft:cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting" + }, + { + "value" : "minecraft:cobbled_deepslate_stairs" + }, + { + "value" : "minecraft:cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting" + }, + { + "value" : "minecraft:cobbled_deepslate_wall" + }, + { + "value" : "minecraft:cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting" + }, + { + "value" : "minecraft:cobblestone_stairs" + }, + { + "value" : "minecraft:comparator" + }, + { + "value" : "minecraft:compass" + }, + { + "value" : "minecraft:composter" + }, + { + "value" : "minecraft:conduit" + }, + { + "value" : "minecraft:cookie" + }, + { + "value" : "minecraft:copper_block_from_ingots" + }, + { + "value" : "minecraft:WorkBench_recipeId" + }, + { + "value" : "minecraft:crafting_table_cut_copper" + }, + { + "value" : "minecraft:crafting_table_cut_copper_slab" + }, + { + "value" : "minecraft:crafting_table_cut_copper_stairs" + }, + { + "value" : "minecraft:crafting_table_exposed_cut_copper" + }, + { + "value" : "minecraft:crafting_table_exposed_cut_copper_slab" + }, + { + "value" : "minecraft:crafting_table_exposed_cut_copper_stairs" + }, + { + "value" : "minecraft:crafting_table_oxidized_cut_copper" + }, + { + "value" : "minecraft:crafting_table_oxidized_cut_copper_slab" + }, + { + "value" : "minecraft:crafting_table_oxidized_cut_copper_stairs" + }, + { + "value" : "minecraft:crafting_table_waxed_cut_copper" + }, + { + "value" : "minecraft:crafting_table_waxed_cut_copper_slab" + }, + { + "value" : "minecraft:crafting_table_waxed_cut_copper_stairs" + }, + { + "value" : "minecraft:crafting_table_waxed_exposed_cut_copper" + }, + { + "value" : "minecraft:crafting_table_waxed_exposed_cut_copper_slab" + }, + { + "value" : "minecraft:crafting_table_waxed_exposed_cut_copper_stairs" + }, + { + "value" : "minecraft:crafting_table_waxed_oxidized_cut_copper" + }, + { + "value" : "minecraft:crafting_table_waxed_oxidized_cut_copper_slab" + }, + { + "value" : "minecraft:crafting_table_waxed_oxidized_cut_copper_stairs" + }, + { + "value" : "minecraft:crafting_table_waxed_weathered_cut_copper" + }, + { + "value" : "minecraft:crafting_table_waxed_weathered_cut_copper_slab" + }, + { + "value" : "minecraft:crafting_table_waxed_weathered_cut_copper_stairs" + }, + { + "value" : "minecraft:crafting_table_weathered_cut_copper" + }, + { + "value" : "minecraft:crafting_table_weathered_cut_copper_slab" + }, + { + "value" : "minecraft:crafting_table_weathered_cut_copper_stairs" + }, + { + "value" : "minecraft:crimson_button" + }, + { + "value" : "minecraft:crimson_door" + }, + { + "value" : "minecraft:crimson_fence" + }, + { + "value" : "minecraft:crimson_fence_gate" + }, + { + "value" : "minecraft:crimson_hanging_sign" + }, + { + "value" : "minecraft:crimson_hyphae" + }, + { + "value" : "minecraft:stripped_crimson_hyphae" + }, + { + "value" : "minecraft:crimson_planks" + }, + { + "value" : "minecraft:crimson_planks_from_crimson_hyphae" + }, + { + "value" : "minecraft:crimson_planks_from_stripped_crimson_hyphae" + }, + { + "value" : "minecraft:crimson_planks_from_stripped_log" + }, + { + "value" : "minecraft:crimson_pressure_plate" + }, + { + "value" : "minecraft:crimson_sign" + }, + { + "value" : "minecraft:crimson_slab" + }, + { + "value" : "minecraft:crimson_stairs" + }, + { + "value" : "minecraft:crimson_trapdoor" + }, + { + "value" : "minecraft:crossbow" + }, + { + "value" : "minecraft:cyan_candle" + }, + { + "value" : "minecraft:cyan_dye" + }, + { + "value" : "minecraft:cyan_dye_from_lapis_lazuli" + }, + { + "value" : "minecraft:dark_oak_chest_boat" + }, + { + "value" : "minecraft:dark_oak_hanging_sign" + }, + { + "value" : "minecraft:DaylightDetector_recipeId" + }, + { + "value" : "minecraft:deepslate_bricks" + }, + { + "value" : "minecraft:deepslate_bricks_from_cobbled_deepslate_stonecutting" + }, + { + "value" : "minecraft:deepslate_bricks_from_polished_deepslate_stonecutting" + }, + { + "value" : "minecraft:deepslate_brick_slab" + }, + { + "value" : "minecraft:deepslate_brick_slab_from_cobbled_deepslate_stonecutting" + }, + { + "value" : "minecraft:deepslate_brick_slab_from_deepslate_bricks_stonecutting" + }, + { + "value" : "minecraft:deepslate_brick_slab_from_polished_deepslate_stonecutting" + }, + { + "value" : "minecraft:deepslate_brick_stairs" + }, + { + "value" : "minecraft:deepslate_brick_stairs_from_cobbled_deepslate_stonecutting" + }, + { + "value" : "minecraft:deepslate_brick_stairs_from_deepslate_bricks_stonecutting" + }, + { + "value" : "minecraft:deepslate_brick_stairs_from_polished_deepslate_stonecut" }, { - "value" : "minecraft:green_stained_glass_pane_from_pane" + "value" : "minecraft:deepslate_brick_wall" }, { - "value" : "minecraft:light_blue_stained_glass" + "value" : "minecraft:deepslate_brick_wall_from_cobbled_deepslate_stonecutting" }, { - "value" : "minecraft:light_blue_stained_glass_pane" + "value" : "minecraft:deepslate_brick_wall_from_deepslate_bricks_stonecutting" }, { - "value" : "minecraft:light_blue_stained_glass_pane_from_pane" + "value" : "minecraft:deepslate_brick_wall_from_polished_deepslate_stonecutting" }, { - "value" : "minecraft:light_gray_stained_glass" + "value" : "minecraft:deepslate_tiles" }, { - "value" : "minecraft:light_gray_stained_glass_pane" + "value" : "minecraft:deepslate_tiles_from_cobbled_deepslate_stonecutting" }, { - "value" : "minecraft:light_gray_stained_glass_pane_from_pane" + "value" : "minecraft:deepslate_tiles_from_deepslate_bricks_stonecutting" }, { - "value" : "minecraft:lime_stained_glass" + "value" : "minecraft:deepslate_tiles_from_polished_deepslate_stonecutting" }, { - "value" : "minecraft:lime_stained_glass_pane" + "value" : "minecraft:deepslate_tile_slab" }, { - "value" : "minecraft:lime_stained_glass_pane_from_pane" + "value" : "minecraft:deepslate_tile_slab_from_cobbled_deepslate_stonecutting" }, { - "value" : "minecraft:magenta_stained_glass" + "value" : "minecraft:deepslate_tile_slab_from_deepslate_bricks_stonecutting" }, { - "value" : "minecraft:magenta_stained_glass_pane" + "value" : "minecraft:deepslate_tile_slab_from_deepslate_tiles_stonecutting" }, { - "value" : "minecraft:magenta_stained_glass_pane_from_pane" + "value" : "minecraft:deepslate_tile_slab_from_polished_deepslate_stonecutting" }, { - "value" : "minecraft:orange_stained_glass" + "value" : "minecraft:deepslate_tile_stairs" }, { - "value" : "minecraft:orange_stained_glass_pane" + "value" : "minecraft:deepslate_tile_stairs_from_cobbled_deepslate_stonecutting" }, { - "value" : "minecraft:orange_stained_glass_pane_from_pane" + "value" : "minecraft:deepslate_tile_stairs_from_deepslate_bricks_stonecutting" }, { - "value" : "minecraft:pink_stained_glass" + "value" : "minecraft:deepslate_tile_stairs_from_deepslate_tiles_stonecutting" }, { - "value" : "minecraft:pink_stained_glass_pane" + "value" : "minecraft:deepslate_tile_stairs_from_polished_deepslate_stonecutting" }, { - "value" : "minecraft:pink_stained_glass_pane_from_pane" + "value" : "minecraft:deepslate_tile_wall" }, { - "value" : "minecraft:purple_stained_glass" + "value" : "minecraft:deepslate_tile_wall_from_cobbled_deepslate_stonecutting" }, { - "value" : "minecraft:purple_stained_glass_pane" + "value" : "minecraft:deepslate_tile_wall_from_deepslate_bricks_stonecutting" }, { - "value" : "minecraft:purple_stained_glass_pane_from_pane" + "value" : "minecraft:deepslate_tile_wall_from_deepslate_tiles_stonecutting" }, { - "value" : "minecraft:red_stained_glass" + "value" : "minecraft:deepslate_tile_wall_from_polished_deepslate_stonecutting" }, { - "value" : "minecraft:red_stained_glass_pane" + "value" : "minecraft:detector_rail" }, { - "value" : "minecraft:red_stained_glass_pane_from_pane" + "value" : "minecraft:diamond" }, { - "value" : "minecraft:white_stained_glass" + "value" : "minecraft:diamond_axe" }, { - "value" : "minecraft:white_stained_glass_from_bonemeal" + "value" : "minecraft:diamond_block" }, { - "value" : "minecraft:white_stained_glass_pane" + "value" : "minecraft:diamond_boots" }, { - "value" : "minecraft:white_stained_glass_pane_from_pane" + "value" : "minecraft:diamond_chestplate" }, { - "value" : "minecraft:yellow_stained_glass" + "value" : "minecraft:diamond_helmet" }, { - "value" : "minecraft:yellow_stained_glass_pane" + "value" : "minecraft:diamond_hoe" }, { - "value" : "minecraft:yellow_stained_glass_pane_from_pane" + "value" : "minecraft:diamond_leggings" }, { - "value" : "minecraft:acacia_boat" + "value" : "minecraft:diamond_pickaxe" }, { - "value" : "minecraft:acacia_chest_boat" + "value" : "minecraft:diamond_shovel" }, { - "value" : "minecraft:acacia_door" + "value" : "minecraft:diamond_sword" }, { - "value" : "minecraft:acacia_fence" + "value" : "minecraft:dispenser" }, { - "value" : "minecraft:acacia_fence_gate" + "value" : "minecraft:dried_kelp" }, { - "value" : "minecraft:acacia_hanging_sign" + "value" : "minecraft:dried_kelp_block" }, { - "value" : "minecraft:acacia_planks" + "value" : "minecraft:dripstone_block" }, { - "value" : "minecraft:acacia_planks_from_stripped" + "value" : "minecraft:dropper" }, { - "value" : "minecraft:acacia_stairs" + "value" : "minecraft:dune_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:acacia_wooden_slab" + "value" : "minecraft:emerald" }, { - "value" : "minecraft:activator_rail" + "value" : "minecraft:emerald_block" }, { - "value" : "minecraft:amethyst_block" + "value" : "minecraft:empty_map_to_enhanced" }, { - "value" : "minecraft:andesite" + "value" : "minecraft:enchanting_table" }, { - "value" : "minecraft:andesite_stairs" + "value" : "minecraft:ender_chest" }, { - "value" : "minecraft:anvil" + "value" : "minecraft:ender_eye" }, { - "value" : "minecraft:arrow" + "value" : "minecraft:end_bricks" }, { - "value" : "minecraft:bamboo_block" + "value" : "minecraft:end_brick_stairs" }, { - "value" : "minecraft:bamboo_button" + "value" : "minecraft:end_crystal" }, { - "value" : "minecraft:bamboo_chest_raft" + "value" : "minecraft:end_rod" }, { - "value" : "minecraft:bamboo_door" + "value" : "minecraft:eye_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:bamboo_fence" + "value" : "minecraft:fermented_spider_eye" }, { - "value" : "minecraft:bamboo_fence_gate" + "value" : "minecraft:FireCharge_coal_sulphur_recipeId" }, { - "value" : "minecraft:bamboo_hanging_sign" + "value" : "minecraft:fishing_rod" }, { - "value" : "minecraft:bamboo_mosaic" + "value" : "minecraft:fletching_table" }, { - "value" : "minecraft:bamboo_mosaic_slab" + "value" : "minecraft:flint_and_steel" }, { - "value" : "minecraft:bamboo_mosaic_stairs" + "value" : "minecraft:flower_pot" }, { - "value" : "minecraft:bamboo_planks" + "value" : "minecraft:furnace" }, { - "value" : "minecraft:bamboo_planks_from_stripped" + "value" : "minecraft:furnace_from_blackstone" }, { - "value" : "minecraft:bamboo_pressure_plate" + "value" : "minecraft:furnace_from_cobbled_deepslate" }, { - "value" : "minecraft:bamboo_raft" + "value" : "minecraft:glass_bottle" }, { - "value" : "minecraft:bamboo_sign" + "value" : "minecraft:glass_pane" }, { - "value" : "minecraft:bamboo_slab" + "value" : "minecraft:glowstone" }, { - "value" : "minecraft:bamboo_stairs" + "value" : "minecraft:glow_frame" }, { - "value" : "minecraft:bamboo_trapdoor" + "value" : "minecraft:golden_apple" }, { - "value" : "minecraft:banner_pattern_bricks" + "value" : "minecraft:golden_axe" }, { - "value" : "minecraft:banner_pattern_creeper" + "value" : "minecraft:golden_boots" }, { - "value" : "minecraft:banner_pattern_skull" + "value" : "minecraft:golden_carrot" }, { - "value" : "minecraft:banner_pattern_thing" + "value" : "minecraft:golden_chestplate" }, { - "value" : "minecraft:banner_pattern_vines" + "value" : "minecraft:golden_helmet" }, { - "value" : "minecraft:barrel_with_planks" + "value" : "minecraft:golden_hoe" }, { - "value" : "minecraft:basic_map_to_enhanced" + "value" : "minecraft:golden_leggings" }, { - "value" : "minecraft:beacon" + "value" : "minecraft:golden_pickaxe" }, { - "value" : "minecraft:beehive" + "value" : "minecraft:golden_rail" }, { - "value" : "minecraft:beetroot_soup" + "value" : "minecraft:golden_shovel" }, { - "value" : "minecraft:birch_boat" + "value" : "minecraft:golden_sword" }, { - "value" : "minecraft:birch_chest_boat" + "value" : "minecraft:gold_block" }, { - "value" : "minecraft:birch_door" + "value" : "minecraft:gold_ingot_from_block" }, { - "value" : "minecraft:birch_fence" + "value" : "minecraft:gold_ingot_from_nuggets" }, { - "value" : "minecraft:birch_fence_gate" + "value" : "minecraft:gold_nugget" }, { - "value" : "minecraft:birch_hanging_sign" + "value" : "minecraft:gray_candle" }, { - "value" : "minecraft:birch_planks" + "value" : "minecraft:gray_dye" }, { - "value" : "minecraft:birch_planks_from_stripped" + "value" : "minecraft:gray_dye_from_black_bonemeal" }, { - "value" : "minecraft:birch_stairs" + "value" : "minecraft:gray_dye_from_ink_bonemeal" }, { - "value" : "minecraft:birch_wooden_slab" + "value" : "minecraft:gray_dye_from_ink_white" }, { - "value" : "minecraft:blackstone_slab" + "value" : "minecraft:green_candle" }, { - "value" : "minecraft:blackstone_stairs" + "value" : "minecraft:hay_block" }, { - "value" : "minecraft:blackstone_wall" + "value" : "minecraft:heavy_weighted_pressure_plate" }, { - "value" : "minecraft:black_banner" + "value" : "minecraft:honeycomb_block" }, { - "value" : "minecraft:black_candle" + "value" : "minecraft:honey_block" }, { - "value" : "minecraft:black_candle_from_ink_sac" + "value" : "minecraft:honey_bottle" }, { - "value" : "minecraft:black_carpet" + "value" : "minecraft:honey_bottle_to_sugar" }, { - "value" : "minecraft:black_carpet_from_white" + "value" : "minecraft:hopper" }, { - "value" : "minecraft:black_concrete_powder" + "value" : "minecraft:hopper_minecart" }, { - "value" : "minecraft:black_concrete_powder_from_ink_sac" + "value" : "minecraft:host_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:black_dye_from_ink_sac" + "value" : "minecraft:ingots_from_copper" }, { - "value" : "minecraft:black_dye_from_wither_rose" + "value" : "minecraft:ingots_from_waxed_copper" }, { - "value" : "minecraft:black_stained_hardened_clay" + "value" : "minecraft:iron_axe" }, { - "value" : "minecraft:black_stained_hardened_clay_from_ink_sac" + "value" : "minecraft:iron_bars" }, { - "value" : "minecraft:blast_furnace" + "value" : "minecraft:iron_block" }, { - "value" : "minecraft:blaze_powder" + "value" : "minecraft:iron_boots" }, { - "value" : "minecraft:blue_banner" + "value" : "minecraft:iron_chestplate" }, { - "value" : "minecraft:blue_candle" + "value" : "minecraft:iron_door" }, { - "value" : "minecraft:blue_candle_from_lapis_lazuli" + "value" : "minecraft:iron_helmet" }, { - "value" : "minecraft:blue_carpet" + "value" : "minecraft:iron_hoe" }, { - "value" : "minecraft:blue_carpet_from_white" + "value" : "minecraft:iron_ingot_from_block" }, { - "value" : "minecraft:blue_concrete_powder" + "value" : "minecraft:iron_ingot_from_nuggets" }, { - "value" : "minecraft:blue_concrete_powder_from_lapis_lazuli" + "value" : "minecraft:iron_leggings" }, { - "value" : "minecraft:blue_dye_from_lapis_lazuli" + "value" : "minecraft:iron_nugget" }, { - "value" : "minecraft:blue_ice" + "value" : "minecraft:iron_pickaxe" }, { - "value" : "minecraft:blue_stained_hardened_clay" + "value" : "minecraft:iron_shovel" }, { - "value" : "minecraft:blue_stained_hardened_clay_from_lapis_lazuli" + "value" : "minecraft:iron_sword" }, { - "value" : "minecraft:boat" + "value" : "minecraft:iron_trapdoor" }, { - "value" : "minecraft:bone_block" + "value" : "minecraft:item_frame" }, { - "value" : "minecraft:bone_meal_from_block" + "value" : "minecraft:Jukebox_recipeId" }, { - "value" : "minecraft:bone_meal_from_bone" + "value" : "minecraft:jungle_chest_boat" }, { - "value" : "minecraft:book" + "value" : "minecraft:jungle_hanging_sign" }, { - "value" : "minecraft:Bookshelf_woodplanks_recipeId" + "value" : "minecraft:ladder" }, { - "value" : "minecraft:bow" + "value" : "minecraft:lantern" }, { - "value" : "minecraft:Bowl_recipeId" + "value" : "minecraft:lapis_block" }, { - "value" : "minecraft:bread" + "value" : "minecraft:lapis_lazuli" }, { - "value" : "minecraft:brewing_stand" + "value" : "minecraft:lead" }, { - "value" : "minecraft:brick_block" + "value" : "minecraft:leather" }, { - "value" : "minecraft:brick_stairs" + "value" : "minecraft:leather_boots" }, { - "value" : "minecraft:brown_banner" + "value" : "minecraft:leather_chestplate" }, { - "value" : "minecraft:brown_candle" + "value" : "minecraft:leather_helmet" }, { - "value" : "minecraft:brown_candle_from_cocoa_beans" + "value" : "minecraft:leather_horse_armor" }, { - "value" : "minecraft:brown_carpet" + "value" : "minecraft:leather_leggings" }, { - "value" : "minecraft:brown_carpet_from_white" + "value" : "minecraft:lectern" }, { - "value" : "minecraft:brown_concrete_powder" + "value" : "minecraft:lever" }, { - "value" : "minecraft:brown_concrete_powder_from_cocoa_beans" + "value" : "minecraft:lightning_rod" }, { - "value" : "minecraft:brown_dye_from_cocoa_beans" + "value" : "minecraft:light_blue_candle" }, { - "value" : "minecraft:brown_stained_hardened_clay" + "value" : "minecraft:light_blue_dye" }, { - "value" : "minecraft:brown_stained_hardened_clay_from_cocoa_beans" + "value" : "minecraft:light_blue_dye_from_blue_bonemeal" }, { - "value" : "minecraft:brush" + "value" : "minecraft:light_blue_dye_from_lapis_bonemeal" }, { - "value" : "minecraft:bucket" + "value" : "minecraft:light_blue_dye_from_lapis_white" }, { - "value" : "minecraft:cake" + "value" : "minecraft:light_gray_candle" }, { - "value" : "minecraft:calibrated_sculk_sensor" + "value" : "minecraft:light_gray_dye" }, { - "value" : "minecraft:campfire" + "value" : "minecraft:light_gray_dye_from_black_bonemeal" }, { - "value" : "minecraft:candle" + "value" : "minecraft:light_gray_dye_from_gray_bonemeal" }, { - "value" : "minecraft:carrot_on_a_stick" + "value" : "minecraft:light_gray_dye_from_gray_white" }, { - "value" : "minecraft:cartography_table" + "value" : "minecraft:light_gray_dye_from_ink_bonemeal" }, { - "value" : "minecraft:cartography_table_locator_map" + "value" : "minecraft:light_gray_dye_from_ink_white" }, { - "value" : "minecraft:cartography_table_map" + "value" : "minecraft:light_weighted_pressure_plate" }, { - "value" : "minecraft:cauldron" + "value" : "minecraft:lime_candle" }, { - "value" : "minecraft:chain" + "value" : "minecraft:lime_dye" }, { - "value" : "minecraft:cherry_boat" + "value" : "minecraft:lime_dye_from_bonemeal" }, { - "value" : "minecraft:cherry_button" + "value" : "minecraft:lit_pumpkin" }, { - "value" : "minecraft:cherry_chest_boat" + "value" : "minecraft:locator_map" }, { - "value" : "minecraft:cherry_door" + "value" : "minecraft:loom" }, { - "value" : "minecraft:cherry_fence" + "value" : "minecraft:magenta_candle" }, { - "value" : "minecraft:cherry_fence_gate" + "value" : "minecraft:magenta_dye" }, { - "value" : "minecraft:cherry_hanging_sign" + "value" : "minecraft:magenta_dye_from_blue_ink_bonemeal" }, { - "value" : "minecraft:cherry_planks_from_log" + "value" : "minecraft:magenta_dye_from_blue_ink_white" }, { - "value" : "minecraft:cherry_planks_from_stripped_log" + "value" : "minecraft:magenta_dye_from_lapis_ink_bonemeal" }, { - "value" : "minecraft:cherry_planks_from_stripped_wood" + "value" : "minecraft:magenta_dye_from_lapis_ink_white" }, { - "value" : "minecraft:cherry_planks_from_wood" + "value" : "minecraft:magenta_dye_from_lapis_red_pink" }, { - "value" : "minecraft:cherry_pressure_plate" + "value" : "minecraft:magenta_dye_from_purple_and_pink" }, { - "value" : "minecraft:cherry_sign" + "value" : "minecraft:magma" }, { - "value" : "minecraft:cherry_slab" + "value" : "minecraft:magma_cream" }, { - "value" : "minecraft:cherry_stairs" + "value" : "minecraft:mangrove_boat" }, { - "value" : "minecraft:cherry_wood_from_stripped_log" + "value" : "minecraft:mangrove_button" }, { - "value" : "minecraft:cherry_trapdoor" + "value" : "minecraft:mangrove_chest_boat" }, { - "value" : "minecraft:cherry_wood_from_log" + "value" : "minecraft:mangrove_door" }, { - "value" : "minecraft:Chest_recipeId" + "value" : "minecraft:mangrove_fence" }, { - "value" : "minecraft:chest_boat" + "value" : "minecraft:mangrove_fence_gate" }, { - "value" : "minecraft:chest_minecart" + "value" : "minecraft:mangrove_hanging_sign" }, { - "value" : "minecraft:chiseled_bookshelf" + "value" : "minecraft:mangrove_planks" }, { - "value" : "minecraft:chiseled_deepslate" + "value" : "minecraft:mangrove_planks_from_stripped_log" }, { - "value" : "minecraft:chiseled_deepslate_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:mangrove_planks_from_stripped_wood" }, { - "value" : "minecraft:chiseled_polished_blackstone" + "value" : "minecraft:mangrove_planks_from_wood" }, { - "value" : "minecraft:clay" + "value" : "minecraft:mangrove_pressure_plate" }, { - "value" : "minecraft:clock" + "value" : "minecraft:mangrove_sign" }, { - "value" : "minecraft:coal" + "value" : "minecraft:mangrove_slab" }, { - "value" : "minecraft:coal_block" + "value" : "minecraft:mangrove_stairs" }, { - "value" : "minecraft:coast_armor_trim_smithing_template_duplicate" + "value" : "minecraft:mangrove_trapdoor" }, { - "value" : "minecraft:cobbled_deepslate_slab" + "value" : "minecraft:mangrove_wood" }, { - "value" : "minecraft:cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:mangrove_wood_stripped" }, { - "value" : "minecraft:cobbled_deepslate_stairs" + "value" : "minecraft:map" }, { - "value" : "minecraft:cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:melon_block" }, { - "value" : "minecraft:cobbled_deepslate_wall" + "value" : "minecraft:melon_seeds" }, { - "value" : "minecraft:cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:minecart" }, { - "value" : "minecraft:cobblestone_stairs" + "value" : "minecraft:mossy_cobblestone" }, { - "value" : "minecraft:comparator" + "value" : "minecraft:mossy_cobblestone_from_moss" }, { - "value" : "minecraft:compass" + "value" : "minecraft:mossy_cobblestone_stairs" }, { - "value" : "minecraft:composter" + "value" : "minecraft:moss_carpet" }, { - "value" : "minecraft:conduit" + "value" : "minecraft:muddy_mangrove_roots" }, { - "value" : "minecraft:cookie" + "value" : "minecraft:mud_bricks" }, { - "value" : "minecraft:copper_block_from_ingots" + "value" : "minecraft:mud_brick_slab" }, { - "value" : "minecraft:WorkBench_recipeId" + "value" : "minecraft:mud_brick_stairs" }, { - "value" : "minecraft:crafting_table_cut_copper" + "value" : "minecraft:mud_brick_wall" }, { - "value" : "minecraft:crafting_table_cut_copper_slab" + "value" : "minecraft:mushroom_stew" }, { - "value" : "minecraft:crafting_table_cut_copper_stairs" + "value" : "minecraft:netherite_block" }, { - "value" : "minecraft:crafting_table_exposed_cut_copper" + "value" : "minecraft:netherite_ingot" }, { - "value" : "minecraft:crafting_table_exposed_cut_copper_slab" + "value" : "minecraft:netherite_ingot_from_block" }, { - "value" : "minecraft:crafting_table_exposed_cut_copper_stairs" + "value" : "minecraft:netherite_upgrade_smithing_template_duplicate" }, { - "value" : "minecraft:crafting_table_oxidized_cut_copper" + "value" : "minecraft:nether_brick" }, { - "value" : "minecraft:crafting_table_oxidized_cut_copper_slab" + "value" : "minecraft:nether_brick_fence" }, { - "value" : "minecraft:crafting_table_oxidized_cut_copper_stairs" + "value" : "minecraft:nether_brick_stairs" }, { - "value" : "minecraft:crafting_table_waxed_cut_copper" + "value" : "minecraft:nether_wart_block" }, { - "value" : "minecraft:crafting_table_waxed_cut_copper_slab" + "value" : "minecraft:noteblock" }, { - "value" : "minecraft:crafting_table_waxed_cut_copper_stairs" + "value" : "minecraft:oak_hanging_sign" }, { - "value" : "minecraft:crafting_table_waxed_exposed_cut_copper" + "value" : "minecraft:observer" }, { - "value" : "minecraft:crafting_table_waxed_exposed_cut_copper_slab" + "value" : "minecraft:orange_candle" }, { - "value" : "minecraft:crafting_table_waxed_exposed_cut_copper_stairs" + "value" : "minecraft:orange_dye_from_red_yellow" }, { - "value" : "minecraft:crafting_table_waxed_oxidized_cut_copper" + "value" : "minecraft:orange_dye_from_torchflower" }, { - "value" : "minecraft:crafting_table_waxed_oxidized_cut_copper_slab" + "value" : "minecraft:packed_ice" }, { - "value" : "minecraft:crafting_table_waxed_oxidized_cut_copper_stairs" + "value" : "minecraft:packed_mud" }, { - "value" : "minecraft:crafting_table_waxed_weathered_cut_copper" + "value" : "minecraft:paper" }, { - "value" : "minecraft:crafting_table_waxed_weathered_cut_copper_slab" + "value" : "minecraft:pink_candle" }, { - "value" : "minecraft:crafting_table_waxed_weathered_cut_copper_stairs" + "value" : "minecraft:pink_dye" }, { - "value" : "minecraft:crafting_table_weathered_cut_copper" + "value" : "minecraft:pink_dye_from_pink_petals" }, { - "value" : "minecraft:crafting_table_weathered_cut_copper_slab" + "value" : "minecraft:pink_dye_from_red_bonemeal" }, { - "value" : "minecraft:crafting_table_weathered_cut_copper_stairs" + "value" : "minecraft:piston" }, { - "value" : "minecraft:crimson_button" + "value" : "minecraft:polished_basalt" }, { - "value" : "minecraft:crimson_door" + "value" : "minecraft:polished_blackstone" }, { - "value" : "minecraft:crimson_fence" + "value" : "minecraft:polished_blackstone_bricks" }, { - "value" : "minecraft:crimson_fence_gate" + "value" : "minecraft:polished_blackstone_brick_slab" }, { - "value" : "minecraft:crimson_hanging_sign" + "value" : "minecraft:polished_blackstone_brick_stairs" }, { - "value" : "minecraft:crimson_hyphae" + "value" : "minecraft:polished_blackstone_brick_wall" }, { - "value" : "minecraft:stripped_crimson_hyphae" + "value" : "minecraft:polished_blackstone_button" }, { - "value" : "minecraft:crimson_planks" + "value" : "minecraft:polished_blackstone_pressure_plate" }, { - "value" : "minecraft:crimson_planks_from_crimson_hyphae" + "value" : "minecraft:polished_blackstone_slab" }, { - "value" : "minecraft:crimson_planks_from_stripped_crimson_hyphae" + "value" : "minecraft:polished_blackstone_stairs" }, { - "value" : "minecraft:crimson_planks_from_stripped_log" + "value" : "minecraft:polished_blackstone_wall" }, { - "value" : "minecraft:crimson_pressure_plate" + "value" : "minecraft:polished_deepslate" }, { - "value" : "minecraft:crimson_sign" + "value" : "minecraft:polished_deepslate_from_cobbled_deepslate_stonecutting" }, { - "value" : "minecraft:crimson_slab" + "value" : "minecraft:polished_deepslate_slab" }, { - "value" : "minecraft:crimson_stairs" + "value" : "minecraft:polished_deepslate_slab_from_cobbled_deepslate_stonecut" }, { - "value" : "minecraft:crimson_trapdoor" + "value" : "minecraft:polished_deepslate_slab_from_polished_deepslate_stonecutting" }, { - "value" : "minecraft:crossbow" + "value" : "minecraft:polished_deepslate_stairs" }, { - "value" : "minecraft:cyan_banner" + "value" : "minecraft:polished_deepslate_stairs_from_cobbled_deepslate_stonecutting" }, { - "value" : "minecraft:cyan_candle" + "value" : "minecraft:polished_deepslate_stairs_from_polished_deepslate_stonecutting" }, { - "value" : "minecraft:cyan_carpet" + "value" : "minecraft:polished_deepslate_wall" }, { - "value" : "minecraft:cyan_carpet_from_white" + "value" : "minecraft:polished_deepslate_wall_from_cobbled_deepslate_stonecut" }, { - "value" : "minecraft:cyan_concrete_powder" + "value" : "minecraft:polished_deepslate_wall_from_polished_deepslate_stonecut" }, { - "value" : "minecraft:cyan_dye" + "value" : "minecraft:prismarine" }, { - "value" : "minecraft:cyan_dye_from_lapis_lazuli" + "value" : "minecraft:prismarine_stairs" }, { - "value" : "minecraft:cyan_stained_hardened_clay" + "value" : "minecraft:pumpkin_pie" }, { - "value" : "minecraft:dark_oak_boat" + "value" : "minecraft:pumpkin_seeds" }, { - "value" : "minecraft:dark_oak_chest_boat" + "value" : "minecraft:purple_candle" }, { - "value" : "minecraft:dark_oak_door" + "value" : "minecraft:purple_dye" }, { - "value" : "minecraft:dark_oak_fence" + "value" : "minecraft:purple_dye_from_lapis_lazuli" }, { - "value" : "minecraft:dark_oak_fence_gate" + "value" : "minecraft:purpur_block" }, { - "value" : "minecraft:dark_oak_hanging_sign" + "value" : "minecraft:purpur_stairs" }, { - "value" : "minecraft:dark_oak_planks" + "value" : "minecraft:quartz_stairs" }, { - "value" : "minecraft:dark_oak_planks_from_stripped" + "value" : "minecraft:rabbit_stew_from_brown_mushroom" }, { - "value" : "minecraft:dark_oak_stairs" + "value" : "minecraft:rabbit_stew_from_red_mushroom" }, { - "value" : "minecraft:dark_oak_wooden_slab" + "value" : "minecraft:rail" }, { - "value" : "minecraft:dark_prismarine" + "value" : "minecraft:raiser_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:dark_prismarine_from_ink_sac" + "value" : "minecraft:raw_copper" }, { - "value" : "minecraft:DaylightDetector_recipeId" + "value" : "minecraft:raw_copper_block" }, { - "value" : "minecraft:deepslate_bricks" + "value" : "minecraft:raw_gold" }, { - "value" : "minecraft:deepslate_bricks_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:raw_gold_block" }, { - "value" : "minecraft:deepslate_bricks_from_polished_deepslate_stonecutting" + "value" : "minecraft:raw_iron" }, { - "value" : "minecraft:deepslate_brick_slab" + "value" : "minecraft:raw_iron_block" }, { - "value" : "minecraft:deepslate_brick_slab_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:record_5" }, { - "value" : "minecraft:deepslate_brick_slab_from_deepslate_bricks_stonecutting" + "value" : "minecraft:recovery_compass" }, { - "value" : "minecraft:deepslate_brick_slab_from_polished_deepslate_stonecutting" + "value" : "minecraft:recovery_compass_from_lodestone_compass" }, { - "value" : "minecraft:deepslate_brick_stairs" + "value" : "minecraft:redstone" }, { - "value" : "minecraft:deepslate_brick_stairs_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:redstone_block" }, { - "value" : "minecraft:deepslate_brick_stairs_from_deepslate_bricks_stonecutting" + "value" : "minecraft:redstone_lamp" }, { - "value" : "minecraft:deepslate_brick_stairs_from_polished_deepslate_stonecut" + "value" : "minecraft:redstone_torch" }, { - "value" : "minecraft:deepslate_brick_wall" + "value" : "minecraft:red_candle" }, { - "value" : "minecraft:deepslate_brick_wall_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:red_dye_from_beetroot" }, { - "value" : "minecraft:deepslate_brick_wall_from_deepslate_bricks_stonecutting" + "value" : "minecraft:red_nether_brick" }, { - "value" : "minecraft:deepslate_brick_wall_from_polished_deepslate_stonecutting" + "value" : "minecraft:red_nether_brick_stairs" }, { - "value" : "minecraft:deepslate_tiles" + "value" : "minecraft:red_sandstone_stairs" }, { - "value" : "minecraft:deepslate_tiles_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:repeater" }, { - "value" : "minecraft:deepslate_tiles_from_deepslate_bricks_stonecutting" + "value" : "minecraft:respawn_anchor" }, { - "value" : "minecraft:deepslate_tiles_from_polished_deepslate_stonecutting" + "value" : "minecraft:rib_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:deepslate_tile_slab" + "value" : "minecraft:sandstone_stairs" }, { - "value" : "minecraft:deepslate_tile_slab_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:scaffolding" }, { - "value" : "minecraft:deepslate_tile_slab_from_deepslate_bricks_stonecutting" + "value" : "minecraft:sealantern" }, { - "value" : "minecraft:deepslate_tile_slab_from_deepslate_tiles_stonecutting" + "value" : "minecraft:sentry_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:deepslate_tile_slab_from_polished_deepslate_stonecutting" + "value" : "minecraft:shaper_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:deepslate_tile_stairs" + "value" : "minecraft:shears" }, { - "value" : "minecraft:deepslate_tile_stairs_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:shield" }, { - "value" : "minecraft:deepslate_tile_stairs_from_deepslate_bricks_stonecutting" + "value" : "minecraft:shulker_box" }, { - "value" : "minecraft:deepslate_tile_stairs_from_deepslate_tiles_stonecutting" + "value" : "minecraft:silence_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:deepslate_tile_stairs_from_polished_deepslate_stonecutting" + "value" : "minecraft:slime" }, { - "value" : "minecraft:deepslate_tile_wall" + "value" : "minecraft:slime_ball" }, { - "value" : "minecraft:deepslate_tile_wall_from_cobbled_deepslate_stonecutting" + "value" : "minecraft:smithing_table" }, { - "value" : "minecraft:deepslate_tile_wall_from_deepslate_bricks_stonecutting" + "value" : "minecraft:smoker" }, { - "value" : "minecraft:deepslate_tile_wall_from_deepslate_tiles_stonecutting" + "value" : "minecraft:snout_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:deepslate_tile_wall_from_polished_deepslate_stonecutting" + "value" : "minecraft:snow" }, { - "value" : "minecraft:detector_rail" + "value" : "minecraft:snow_layer" }, { - "value" : "minecraft:diamond" + "value" : "minecraft:soul_campfire" }, { - "value" : "minecraft:diamond_axe" + "value" : "minecraft:soul_lantern" }, { - "value" : "minecraft:diamond_block" + "value" : "minecraft:soul_torch" }, { - "value" : "minecraft:diamond_boots" + "value" : "minecraft:speckled_melon" }, { - "value" : "minecraft:diamond_chestplate" + "value" : "minecraft:spire_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:diamond_helmet" + "value" : "minecraft:spruce_chest_boat" }, { - "value" : "minecraft:diamond_hoe" + "value" : "minecraft:spruce_hanging_sign" }, { - "value" : "minecraft:diamond_leggings" + "value" : "minecraft:spyglass" }, { - "value" : "minecraft:diamond_pickaxe" + "value" : "minecraft:stick" }, { - "value" : "minecraft:diamond_shovel" + "value" : "minecraft:sticky_piston" }, { - "value" : "minecraft:diamond_sword" + "value" : "minecraft:stonecutter" }, { - "value" : "minecraft:diorite" + "value" : "minecraft:stonecutter_blackstone_slab_from_blackstone" }, { - "value" : "minecraft:diorite_stairs" + "value" : "minecraft:stonecutter_blackstone_stairs_from_blackstone" }, { - "value" : "minecraft:dispenser" + "value" : "minecraft:stonecutter_blackstone_wall_from_blackstone" }, { - "value" : "minecraft:dried_kelp" + "value" : "minecraft:stonecutter_bricks_from_polished_blackstone" }, { - "value" : "minecraft:dried_kelp_block" + "value" : "minecraft:stonecutter_brick_slab_from_polished_blackstone" }, { - "value" : "minecraft:dripstone_block" + "value" : "minecraft:stonecutter_brick_stairs" }, { - "value" : "minecraft:dropper" + "value" : "minecraft:stonecutter_brick_stairs_from_polished_blackstone" }, { - "value" : "minecraft:dune_armor_trim_smithing_template_duplicate" + "value" : "minecraft:stonecutter_brick_wall_from_polished_blackstone" }, { - "value" : "minecraft:emerald" + "value" : "minecraft:stonecutter_chiseled_from_polished_blackstone" }, { - "value" : "minecraft:emerald_block" + "value" : "minecraft:stonecutter_chiseled_nether_bricks_from_nether_brick" }, { - "value" : "minecraft:empty_map_to_enhanced" + "value" : "minecraft:stonecutter_chiseled_polished_from_blackstone" }, { - "value" : "minecraft:enchanting_table" + "value" : "minecraft:stonecutter_cobblestone_stairs" }, { - "value" : "minecraft:ender_chest" + "value" : "minecraft:stonecutter_copper_block_to_cut_copper" }, { - "value" : "minecraft:ender_eye" + "value" : "minecraft:stonecutter_copper_block_to_cut_copper_slab" }, { - "value" : "minecraft:end_bricks" + "value" : "minecraft:stonecutter_copper_block_to_cut_copper_stairs" }, { - "value" : "minecraft:end_brick_stairs" + "value" : "minecraft:stonecutter_cut_copper_to_cut_copper_slab" }, { - "value" : "minecraft:end_crystal" + "value" : "minecraft:stonecutter_cut_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:end_rod" + "value" : "minecraft:stonecutter_endbricks" }, { - "value" : "minecraft:eye_armor_trim_smithing_template_duplicate" + "value" : "minecraft:stonecutter_endbrick_stairs" }, { - "value" : "minecraft:fence" + "value" : "minecraft:stonecutter_endbrick_stairs2" }, { - "value" : "minecraft:fence_gate" + "value" : "minecraft:stonecutter_exposed_copper_to_cut_copper" }, { - "value" : "minecraft:fermented_spider_eye" + "value" : "minecraft:stonecutter_exposed_copper_to_exposed_cut_copper_slab" }, { - "value" : "minecraft:FireCharge_coal_sulphur_recipeId" + "value" : "minecraft:stonecutter_exposed_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:fishing_rod" + "value" : "minecraft:stonecutter_exposed_cut_copper_to_cut_copper_slab" }, { - "value" : "minecraft:fletching_table" + "value" : "minecraft:stonecutter_exposed_cut_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:flint_and_steel" + "value" : "minecraft:stonecutter_mossy_cobblestone_stairs" }, { - "value" : "minecraft:flower_pot" + "value" : "minecraft:stonecutter_mud_brick_slab" }, { - "value" : "minecraft:furnace" + "value" : "minecraft:stonecutter_mud_brick_stairs" }, { - "value" : "minecraft:furnace_from_blackstone" + "value" : "minecraft:stonecutter_mud_brick_wall" }, { - "value" : "minecraft:furnace_from_cobbled_deepslate" + "value" : "minecraft:stonecutter_nether_brick_stairs" }, { - "value" : "minecraft:glass_bottle" + "value" : "minecraft:stonecutter_oxidized_copper_to_cut_copper" }, { - "value" : "minecraft:glass_pane" + "value" : "minecraft:stonecutter_oxidized_copper_to_cut_copper_slab" }, { - "value" : "minecraft:glowstone" + "value" : "minecraft:stonecutter_oxidized_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:glow_frame" + "value" : "minecraft:stonecutter_oxidized_cut_copper_to_cut_copper_slab" }, { - "value" : "minecraft:golden_apple" + "value" : "minecraft:stonecutter_oxidized_cut_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:golden_axe" + "value" : "minecraft:stonecutter_polished_basalt_from_basalt" }, { - "value" : "minecraft:golden_boots" + "value" : "minecraft:stonecutter_polished_bricks_from_blackstone" }, { - "value" : "minecraft:golden_carrot" + "value" : "minecraft:stonecutter_polished_brick_slab_from_blackstone" }, { - "value" : "minecraft:golden_chestplate" + "value" : "minecraft:stonecutter_polished_brick_stairs_from_blackstone" }, { - "value" : "minecraft:golden_helmet" + "value" : "minecraft:stonecutter_polished_brick_wall_from_blackstone" }, { - "value" : "minecraft:golden_hoe" + "value" : "minecraft:stonecutter_polished_from_blackstone" }, { - "value" : "minecraft:golden_leggings" + "value" : "minecraft:stonecutter_polished_slab_from_blackstone" }, { - "value" : "minecraft:golden_pickaxe" + "value" : "minecraft:stonecutter_polished_stairs_from_blackstone" }, { - "value" : "minecraft:golden_rail" + "value" : "minecraft:stonecutter_polished_wall_from_blackstone" }, { - "value" : "minecraft:golden_shovel" + "value" : "minecraft:stonecutter_prismarine_stairs" }, { - "value" : "minecraft:golden_sword" + "value" : "minecraft:stonecutter_purpur_stairs" }, { - "value" : "minecraft:gold_block" + "value" : "minecraft:stonecutter_quartz_bricks_from_quartz_block" }, { - "value" : "minecraft:gold_ingot_from_block" + "value" : "minecraft:stonecutter_quartz_stairs" }, { - "value" : "minecraft:gold_ingot_from_nuggets" + "value" : "minecraft:stonecutter_red_nether_brick_stairs" }, { - "value" : "minecraft:gold_nugget" + "value" : "minecraft:stonecutter_red_sandstone_stairs" }, { - "value" : "minecraft:granite" + "value" : "minecraft:stonecutter_sandstone_stairs" }, { - "value" : "minecraft:granite_stairs" + "value" : "minecraft:stonecutter_slab_from_polished_blackstone" }, { - "value" : "minecraft:gray_banner" + "value" : "minecraft:stonecutter_slab_from_polished_blackstone_bricks" }, { - "value" : "minecraft:gray_candle" + "value" : "minecraft:stonecutter_smooth_sandstone_stairs" }, { - "value" : "minecraft:gray_carpet" + "value" : "minecraft:stonecutter_stairs_from_polished_blackstone" }, { - "value" : "minecraft:gray_carpet_from_white" + "value" : "stonecutter_stairs_from_polished_blackstone_bricks" }, { - "value" : "minecraft:gray_concrete_powder" + "value" : "minecraft:stonecutter_stonebrick_stairs" }, { - "value" : "minecraft:gray_dye" + "value" : "minecraft:stonecutter_stone_stairs" }, { - "value" : "minecraft:gray_dye_from_black_bonemeal" + "value" : "minecraft:stonecutter_wall_from_polished_blackstone" }, { - "value" : "minecraft:gray_dye_from_ink_bonemeal" + "value" : "minecraft:stonecutter_wall_from_polished_blackstone_bricks" }, { - "value" : "minecraft:gray_dye_from_ink_white" + "value" : "minecraft:stonecutter_weathered_copper_to_cut_copper" }, { - "value" : "minecraft:gray_stained_hardened_clay" + "value" : "minecraft:stonecutter_weathered_copper_to_cut_copper_slab" }, { - "value" : "minecraft:green_banner" + "value" : "minecraft:stonecutter_weathered_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:green_candle" + "value" : "minecraft:stonecutter_weathered_cut_copper_to_cut_copper_slab" }, { - "value" : "minecraft:green_carpet" + "value" : "minecraft:stonecutter_weathered_cut_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:green_carpet_from_white" + "value" : "minecraft:stonecutter_waxed_copper_to_cut_copper" }, { - "value" : "minecraft:green_concrete_powder" + "value" : "minecraft:stonecutter_waxed_copper_to_cut_copper_slab" }, { - "value" : "minecraft:green_stained_hardened_clay" + "value" : "minecraft:stonecutter_waxed_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:hay_block" + "value" : "minecraft:stonecutter_waxed_cut_copper_to_cut_copper_slab" }, { - "value" : "minecraft:heavy_weighted_pressure_plate" + "value" : "minecraft:stonecutter_waxed_cut_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:honeycomb_block" + "value" : "minecraft:stonecutter_waxed_exposed_copper_to_cut_copper" }, { - "value" : "minecraft:honey_block" + "value" : "minecraft:stonecutter_waxed_copper_to_exposed_cut_copper_slab" }, { - "value" : "minecraft:honey_bottle" + "value" : "minecraft:stonecutter_waxed_exposed_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:honey_bottle_to_sugar" + "value" : "minecraft:stonecutter_waxed_exposed_cut_copper_to_cut_copper_slab" }, { - "value" : "minecraft:hopper" + "value" : "minecraft:stonecutter_waxed_exposed_cut_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:hopper_minecart" + "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_cut_copper" }, { - "value" : "minecraft:host_armor_trim_smithing_template_duplicate" + "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_cut_copper_slab" }, { - "value" : "minecraft:ingots_from_copper" + "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:ingots_from_waxed_copper" + "value" : "minecraft:stonecutter_waxed_oxidized_cut_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:iron_axe" + "value" : "minecraft:stonecutter_waxed_weathered_copper_to_cut_copper" }, { - "value" : "minecraft:iron_bars" + "value" : "minecraft:stonecutter_waxed_weathered_copper_to_cut_copper_slab" }, { - "value" : "minecraft:iron_block" + "value" : "minecraft:stonecutter_waxed_weathered_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:iron_boots" + "value" : "minecraft:stonecutter_waxed_weathered_cut_copper_to_cut_copper_slab" }, { - "value" : "minecraft:iron_chestplate" + "value" : "minecraft:stonecutter_waxed_weathered_cut_copper_to_cut_copper_stairs" }, { - "value" : "minecraft:iron_door" + "value" : "minecraft:stone_axe" }, { - "value" : "minecraft:iron_helmet" + "value" : "minecraft:stone_button" }, { - "value" : "minecraft:iron_hoe" + "value" : "minecraft:stone_hoe" }, { - "value" : "minecraft:iron_ingot_from_block" + "value" : "minecraft:stone_pickaxe" }, { - "value" : "minecraft:iron_ingot_from_nuggets" + "value" : "minecraft:stone_pressure_plate" }, { - "value" : "minecraft:iron_leggings" + "value" : "minecraft:stone_shovel" }, { - "value" : "minecraft:iron_nugget" + "value" : "minecraft:stone_stairs" }, { - "value" : "minecraft:iron_pickaxe" + "value" : "minecraft:stone_sword" }, { - "value" : "minecraft:iron_shovel" + "value" : "minecraft:stripped_mangrove_wood" }, { - "value" : "minecraft:iron_sword" + "value" : "minecraft:sugar" }, { - "value" : "minecraft:iron_trapdoor" + "value" : "minecraft:target" }, { - "value" : "minecraft:item_frame" + "value" : "minecraft:tide_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:Jukebox_recipeId" + "value" : "minecraft:tinted_glass" }, { - "value" : "minecraft:jungle_boat" + "value" : "minecraft:tnt" }, { - "value" : "minecraft:jungle_chest_boat" + "value" : "minecraft:tnt_minecart" }, { - "value" : "minecraft:jungle_door" + "value" : "minecraft:torch" }, { - "value" : "minecraft:jungle_fence" + "value" : "minecraft:trapped_chest" }, { - "value" : "minecraft:jungle_fence_gate" + "value" : "minecraft:tripwire_hook" }, { - "value" : "minecraft:jungle_hanging_sign" + "value" : "minecraft:turtle_helmet" }, { - "value" : "minecraft:jungle_planks" + "value" : "minecraft:vex_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:jungle_planks_from_stripped" + "value" : "minecraft:ward_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:jungle_stairs" + "value" : "minecraft:warped_button" }, { - "value" : "minecraft:jungle_wooden_slab" + "value" : "minecraft:warped_door" }, { - "value" : "minecraft:ladder" + "value" : "minecraft:warped_fence" }, { - "value" : "minecraft:lantern" + "value" : "minecraft:warped_fence_gate" }, { - "value" : "minecraft:lapis_block" + "value" : "minecraft:warped_fungus_on_a_stick" }, { - "value" : "minecraft:lapis_lazuli" + "value" : "minecraft:warped_hanging_sign" }, { - "value" : "minecraft:lead" + "value" : "minecraft:warped_hyphae" }, { - "value" : "minecraft:leather" + "value" : "minecraft:stripped_warped_hyphae" }, { - "value" : "minecraft:leather_boots" + "value" : "minecraft:warped_planks" }, { - "value" : "minecraft:leather_chestplate" + "value" : "minecraft:warped_planks_from_stripped_log" }, { - "value" : "minecraft:leather_helmet" + "value" : "minecraft:warped_planks_from_stripped_warped_hyphae" }, { - "value" : "minecraft:leather_horse_armor" + "value" : "minecraft:warped_planks_from_warped_hyphae" }, { - "value" : "minecraft:leather_leggings" + "value" : "minecraft:warped_pressure_plate" }, { - "value" : "minecraft:lectern" + "value" : "minecraft:warped_sign" }, { - "value" : "minecraft:lever" + "value" : "minecraft:warped_slab" }, { - "value" : "minecraft:lightning_rod" + "value" : "minecraft:warped_stairs" }, { - "value" : "minecraft:light_blue_banner" + "value" : "minecraft:warped_trapdoor" }, { - "value" : "minecraft:light_blue_candle" + "value" : "minecraft:waxing_copper_block" }, { - "value" : "minecraft:light_blue_carpet" + "value" : "minecraft:waxing_cut_copper" }, { - "value" : "minecraft:light_blue_carpet_from_white" + "value" : "minecraft:waxing_cut_copper_slab" }, { - "value" : "minecraft:light_blue_concrete_powder" + "value" : "minecraft:waxing_cut_copper_stairs" }, { - "value" : "minecraft:light_blue_dye" + "value" : "minecraft:waxing_exposed_copper" }, { - "value" : "minecraft:light_blue_dye_from_blue_bonemeal" + "value" : "minecraft:waxing_exposed_cut_copper" }, { - "value" : "minecraft:light_blue_dye_from_lapis_bonemeal" + "value" : "minecraft:waxing_exposed_cut_copper_slab" }, { - "value" : "minecraft:light_blue_dye_from_lapis_white" + "value" : "minecraft:waxing_exposed_cut_copper_stairs" }, { - "value" : "minecraft:light_blue_stained_hardened_clay" + "value" : "minecraft:waxing_oxidized_copper" }, { - "value" : "minecraft:light_gray_banner" + "value" : "minecraft:waxing_oxidized_cut_copper" }, { - "value" : "minecraft:light_gray_candle" + "value" : "minecraft:waxing_oxidized_cut_copper_slab" }, { - "value" : "minecraft:light_gray_carpet" + "value" : "minecraft:waxing_oxidized_cut_copper_stairs" }, { - "value" : "minecraft:light_gray_concrete_powder" + "value" : "minecraft:waxing_weathered_copper" }, { - "value" : "minecraft:light_gray_dye" + "value" : "minecraft:waxing_weathered_cut_copper" }, { - "value" : "minecraft:light_gray_dye_from_black_bonemeal" + "value" : "minecraft:waxing_weathered_cut_copper_slab" }, { - "value" : "minecraft:light_gray_dye_from_gray_bonemeal" + "value" : "minecraft:waxing_weathered_cut_copper_stairs" }, { - "value" : "minecraft:light_gray_dye_from_gray_white" + "value" : "minecraft:wayfinder_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:light_gray_dye_from_ink_bonemeal" + "value" : "minecraft:wheat" }, { - "value" : "minecraft:light_gray_dye_from_ink_white" + "value" : "minecraft:white_candle" }, { - "value" : "minecraft:light_gray_stained_hardened_clay" + "value" : "minecraft:white_candle_from_bonemeal" }, { - "value" : "minecraft:light_gray__carpet_from_white" + "value" : "minecraft:white_dye_from_bone_meal" }, { - "value" : "minecraft:light_weighted_pressure_plate" + "value" : "minecraft:wild_armor_trim_smithing_template_duplicate" }, { - "value" : "minecraft:lime_banner" + "value" : "minecraft:wooden_axe" }, { - "value" : "minecraft:lime_candle" + "value" : "minecraft:wooden_hoe" }, { - "value" : "minecraft:lime_carpet" + "value" : "minecraft:wooden_pickaxe" }, { - "value" : "minecraft:lime_concrete_powder" + "value" : "minecraft:wooden_shovel" }, { - "value" : "minecraft:lime_dye" + "value" : "minecraft:wooden_sword" }, { - "value" : "minecraft:lime_dye_from_bonemeal" + "value" : "minecraft:writable_book" }, { - "value" : "minecraft:lime_stained_hardened_clay" + "value" : "minecraft:yellow_candle" }, { - "value" : "minecraft:lime__carpet_from_white" + "value" : "wool_dye_wool_19_14" }, { - "value" : "minecraft:lit_pumpkin" + "value" : "wool_dye_wool_19_13" }, { - "value" : "minecraft:locator_map" + "value" : "wool_dye_wool_19_12" }, { - "value" : "minecraft:loom" + "value" : "wool_dye_wool_19_11" }, { - "value" : "minecraft:magenta_banner" + "value" : "wool_dye_wool_19_10" }, { - "value" : "minecraft:magenta_candle" + "value" : "wool_dye_wool_19_9" }, { - "value" : "minecraft:magenta_carpet" + "value" : "wool_dye_wool_19_8" }, { - "value" : "minecraft:magenta_carpet_from_white" + "value" : "wool_dye_wool_19_7" }, { - "value" : "minecraft:magenta_concrete_powder" + "value" : "wool_dye_wool_19_6" }, { - "value" : "minecraft:magenta_dye" + "value" : "wool_dye_wool_19_5" }, { - "value" : "minecraft:magenta_dye_from_blue_ink_bonemeal" + "value" : "wool_dye_wool_19_4" }, { - "value" : "minecraft:magenta_dye_from_blue_ink_white" + "value" : "wool_dye_wool_19_3" }, { - "value" : "minecraft:magenta_dye_from_lapis_ink_bonemeal" + "value" : "wool_dye_wool_19_2" }, { - "value" : "minecraft:magenta_dye_from_lapis_ink_white" + "value" : "wool_dye_wool_19_1" }, { - "value" : "minecraft:magenta_dye_from_lapis_red_pink" + "value" : "wool_dye_wool_19_0" }, { - "value" : "minecraft:magenta_dye_from_purple_and_pink" + "value" : "wool_dye_wool_18_15" }, { - "value" : "minecraft:magenta_stained_hardened_clay" + "value" : "wool_dye_wool_18_14" }, { - "value" : "minecraft:magma" + "value" : "wool_dye_wool_18_13" }, { - "value" : "minecraft:magma_cream" + "value" : "wool_dye_wool_18_12" }, { - "value" : "minecraft:mangrove_boat" + "value" : "wool_dye_wool_18_11" }, { - "value" : "minecraft:mangrove_button" + "value" : "wool_dye_wool_18_10" }, { - "value" : "minecraft:mangrove_chest_boat" + "value" : "wool_dye_wool_18_9" }, { - "value" : "minecraft:mangrove_door" + "value" : "wool_dye_wool_18_8" }, { - "value" : "minecraft:mangrove_fence" + "value" : "wool_dye_wool_18_7" }, { - "value" : "minecraft:mangrove_fence_gate" + "value" : "wool_dye_wool_18_6" }, { - "value" : "minecraft:mangrove_hanging_sign" + "value" : "wool_dye_wool_18_5" }, { - "value" : "minecraft:mangrove_planks" + "value" : "wool_dye_wool_18_3" }, { - "value" : "minecraft:mangrove_planks_from_stripped_log" + "value" : "wool_dye_wool_18_2" }, { - "value" : "minecraft:mangrove_planks_from_stripped_wood" + "value" : "wool_dye_wool_18_1" }, { - "value" : "minecraft:mangrove_planks_from_wood" + "value" : "wool_dye_wool_18_0" }, { - "value" : "minecraft:mangrove_pressure_plate" + "value" : "wool_dye_wool_17_15" }, { - "value" : "minecraft:mangrove_sign" + "value" : "wool_dye_wool_17_14" }, { - "value" : "minecraft:mangrove_slab" + "value" : "wool_dye_wool_17_13" }, { - "value" : "minecraft:mangrove_stairs" + "value" : "wool_dye_wool_17_12" }, { - "value" : "minecraft:mangrove_trapdoor" + "value" : "wool_dye_wool_17_11" }, { - "value" : "minecraft:mangrove_wood" + "value" : "wool_dye_wool_17_10" }, { - "value" : "minecraft:mangrove_wood_stripped" + "value" : "wool_dye_wool_17_9" }, { - "value" : "minecraft:map" + "value" : "wool_dye_wool_17_8" }, { - "value" : "minecraft:melon_block" + "value" : "wool_dye_wool_17_7" }, { - "value" : "minecraft:melon_seeds" + "value" : "wool_dye_wool_17_6" }, { - "value" : "minecraft:minecart" + "value" : "wool_dye_wool_17_5" }, { - "value" : "minecraft:mossy_cobblestone" + "value" : "wool_dye_wool_17_4" }, { - "value" : "minecraft:mossy_cobblestone_from_moss" + "value" : "wool_dye_wool_17_2" }, { - "value" : "minecraft:mossy_cobblestone_stairs" + "value" : "wool_dye_wool_17_1" }, { - "value" : "minecraft:moss_carpet" + "value" : "wool_dye_wool_17_0" }, { - "value" : "minecraft:muddy_mangrove_roots" + "value" : "wool_dye_wool_16_15" }, { - "value" : "minecraft:mud_bricks" + "value" : "wool_dye_wool_16_14" }, { - "value" : "minecraft:mud_brick_slab" + "value" : "wool_dye_wool_16_13" }, { - "value" : "minecraft:mud_brick_stairs" + "value" : "wool_dye_wool_16_12" }, { - "value" : "minecraft:mud_brick_wall" + "value" : "wool_dye_wool_16_11" }, { - "value" : "minecraft:mushroom_stew" + "value" : "wool_dye_wool_16_10" }, { - "value" : "minecraft:netherite_block" + "value" : "wool_dye_wool_16_9" }, { - "value" : "minecraft:netherite_ingot" + "value" : "wool_dye_wool_16_8" }, { - "value" : "minecraft:netherite_ingot_from_block" + "value" : "wool_dye_wool_16_7" }, { - "value" : "minecraft:netherite_upgrade_smithing_template_duplicate" + "value" : "wool_dye_wool_16_6" }, { - "value" : "minecraft:nether_brick" + "value" : "wool_dye_wool_16_5" }, { - "value" : "minecraft:nether_brick_fence" + "value" : "wool_dye_wool_16_4" }, { - "value" : "minecraft:nether_brick_stairs" + "value" : "wool_dye_wool_16_3" }, { - "value" : "minecraft:nether_wart_block" + "value" : "wool_dye_wool_16_2" }, { - "value" : "minecraft:noteblock" + "value" : "wool_dye_wool_16_1" }, { - "value" : "minecraft:oak_fence" + "value" : "wool_dye_wool_15_14" }, { - "value" : "minecraft:oak_hanging_sign" + "value" : "wool_dye_wool_15_13" }, { - "value" : "minecraft:oak_planks" + "value" : "wool_dye_wool_15_12" }, { - "value" : "minecraft:oak_planks_from_stripped" + "value" : "wool_dye_wool_15_11" }, { - "value" : "minecraft:oak_stairs" + "value" : "wool_dye_wool_15_10" }, { - "value" : "minecraft:oak_wooden_slab" + "value" : "wool_dye_wool_15_9" }, { - "value" : "minecraft:observer" + "value" : "wool_dye_wool_15_8" }, { - "value" : "minecraft:orange_banner" + "value" : "wool_dye_wool_15_7" }, { - "value" : "minecraft:orange_candle" + "value" : "wool_dye_wool_15_6" }, { - "value" : "minecraft:orange_carpet" + "value" : "wool_dye_wool_15_5" }, { - "value" : "minecraft:orange_carpet_from_white" + "value" : "wool_dye_wool_15_4" }, { - "value" : "minecraft:orange_concrete_powder" + "value" : "wool_dye_wool_15_3" }, { - "value" : "minecraft:orange_dye_from_red_yellow" + "value" : "wool_dye_wool_15_2" }, { - "value" : "minecraft:orange_dye_from_torchflower" + "value" : "wool_dye_wool_15_1" }, { - "value" : "minecraft:orange_stained_hardened_clay" + "value" : "wool_dye_wool_15_0" }, { - "value" : "minecraft:packed_ice" + "value" : "wool_dye_wool_14_15" }, { - "value" : "minecraft:packed_mud" + "value" : "wool_dye_wool_14_13" }, { - "value" : "minecraft:painting" + "value" : "wool_dye_wool_14_12" }, { - "value" : "minecraft:paper" + "value" : "wool_dye_wool_14_11" }, { - "value" : "minecraft:pink_banner" + "value" : "wool_dye_wool_14_10" }, { - "value" : "minecraft:pink_candle" + "value" : "wool_dye_wool_14_9" }, { - "value" : "minecraft:pink_carpet" + "value" : "wool_dye_wool_14_8" }, { - "value" : "minecraft:pink_carpet_from_white" + "value" : "wool_dye_wool_14_7" }, { - "value" : "minecraft:pink_concrete_powder" + "value" : "wool_dye_wool_14_6" }, { - "value" : "minecraft:pink_dye" + "value" : "wool_dye_wool_14_5" }, { - "value" : "minecraft:pink_dye_from_pink_petals" + "value" : "wool_dye_wool_14_4" }, { - "value" : "minecraft:pink_dye_from_red_bonemeal" + "value" : "wool_dye_wool_14_3" }, { - "value" : "minecraft:pink_stained_hardened_clay" + "value" : "wool_dye_wool_14_2" }, { - "value" : "minecraft:piston" + "value" : "wool_dye_wool_14_1" }, { - "value" : "minecraft:polished_andesite" + "value" : "wool_dye_wool_14_0" }, { - "value" : "minecraft:polished_andesite_stairs" + "value" : "wool_dye_wool_13_15" }, { - "value" : "minecraft:polished_basalt" + "value" : "wool_dye_wool_13_14" }, { - "value" : "minecraft:polished_blackstone" + "value" : "wool_dye_wool_13_12" }, { - "value" : "minecraft:polished_blackstone_bricks" + "value" : "wool_dye_wool_13_11" }, { - "value" : "minecraft:polished_blackstone_brick_slab" + "value" : "wool_dye_wool_13_10" }, { - "value" : "minecraft:polished_blackstone_brick_stairs" + "value" : "wool_dye_wool_13_9" }, { - "value" : "minecraft:polished_blackstone_brick_wall" + "value" : "wool_dye_wool_13_8" }, { - "value" : "minecraft:polished_blackstone_button" + "value" : "wool_dye_wool_13_7" }, { - "value" : "minecraft:polished_blackstone_pressure_plate" + "value" : "wool_dye_wool_13_6" }, { - "value" : "minecraft:polished_blackstone_slab" + "value" : "wool_dye_wool_13_5" }, { - "value" : "minecraft:polished_blackstone_stairs" + "value" : "wool_dye_wool_13_4" }, { - "value" : "minecraft:polished_blackstone_wall" + "value" : "wool_dye_wool_13_3" }, { - "value" : "minecraft:polished_deepslate" + "value" : "wool_dye_wool_13_2" }, { - "value" : "minecraft:polished_deepslate_from_cobbled_deepslate_stonecutting" + "value" : "wool_dye_wool_13_1" }, { - "value" : "minecraft:polished_deepslate_slab" + "value" : "wool_dye_wool_13_0" }, { - "value" : "minecraft:polished_deepslate_slab_from_cobbled_deepslate_stonecut" + "value" : "wool_dye_wool_12_15" }, { - "value" : "minecraft:polished_deepslate_slab_from_polished_deepslate_stonecutting" + "value" : "wool_dye_wool_12_14" }, { - "value" : "minecraft:polished_deepslate_stairs" + "value" : "wool_dye_wool_12_13" }, { - "value" : "minecraft:polished_deepslate_stairs_from_cobbled_deepslate_stonecutting" + "value" : "wool_dye_wool_12_11" }, { - "value" : "minecraft:polished_deepslate_stairs_from_polished_deepslate_stonecutting" + "value" : "wool_dye_wool_12_10" }, { - "value" : "minecraft:polished_deepslate_wall" + "value" : "wool_dye_wool_12_9" }, { - "value" : "minecraft:polished_deepslate_wall_from_cobbled_deepslate_stonecut" + "value" : "wool_dye_wool_12_8" }, { - "value" : "minecraft:polished_deepslate_wall_from_polished_deepslate_stonecut" + "value" : "wool_dye_wool_12_7" }, { - "value" : "minecraft:polished_diorite" + "value" : "wool_dye_wool_12_6" }, { - "value" : "minecraft:polished_diorite_stairs" + "value" : "wool_dye_wool_12_5" }, { - "value" : "minecraft:polished_granite" + "value" : "wool_dye_wool_12_4" }, { - "value" : "minecraft:polished_granite_stairs" + "value" : "wool_dye_wool_12_3" }, { - "value" : "minecraft:prismarine" + "value" : "wool_dye_wool_12_2" }, { - "value" : "minecraft:prismarine_bricks" + "value" : "wool_dye_wool_12_1" }, { - "value" : "minecraft:prismarine_stairs" + "value" : "wool_dye_wool_12_0" }, { - "value" : "minecraft:prismarine_stairs_bricks" + "value" : "wool_dye_wool_11_15" }, { - "value" : "minecraft:prismarine_stairs_dark" + "value" : "wool_dye_wool_11_14" }, { - "value" : "minecraft:pumpkin_pie" + "value" : "wool_dye_wool_11_13" }, { - "value" : "minecraft:pumpkin_seeds" + "value" : "wool_dye_wool_11_12" }, { - "value" : "minecraft:purple_banner" + "value" : "wool_dye_wool_11_10" }, { - "value" : "minecraft:purple_candle" + "value" : "wool_dye_wool_11_9" }, { - "value" : "minecraft:purple_carpet" + "value" : "wool_dye_wool_11_8" }, { - "value" : "minecraft:purple_carpet_from_white" + "value" : "wool_dye_wool_11_7" }, { - "value" : "minecraft:purple_concrete_powder" + "value" : "wool_dye_wool_11_6" }, { - "value" : "minecraft:purple_dye" + "value" : "wool_dye_wool_11_5" }, { - "value" : "minecraft:purple_dye_from_lapis_lazuli" + "value" : "wool_dye_wool_11_4" }, { - "value" : "minecraft:purple_stained_hardened_clay" + "value" : "wool_dye_wool_11_3" }, { - "value" : "minecraft:purpur_block" + "value" : "wool_dye_wool_11_2" }, { - "value" : "minecraft:purpur_stairs" + "value" : "wool_dye_wool_11_1" }, { - "value" : "minecraft:quartz_stairs" + "value" : "wool_dye_wool_11_0" }, { - "value" : "minecraft:rabbit_stew_from_brown_mushroom" + "value" : "wool_dye_wool_10_15" }, { - "value" : "minecraft:rabbit_stew_from_red_mushroom" + "value" : "wool_dye_wool_10_14" }, { - "value" : "minecraft:rail" + "value" : "wool_dye_wool_10_13" }, { - "value" : "minecraft:raiser_armor_trim_smithing_template_duplicate" + "value" : "wool_dye_wool_10_12" }, { - "value" : "minecraft:raw_copper" + "value" : "wool_dye_wool_10_11" }, { - "value" : "minecraft:raw_copper_block" + "value" : "wool_dye_wool_10_9" }, { - "value" : "minecraft:raw_gold" + "value" : "wool_dye_wool_10_8" }, { - "value" : "minecraft:raw_gold_block" + "value" : "wool_dye_wool_10_7" }, { - "value" : "minecraft:raw_iron" + "value" : "wool_dye_wool_10_6" }, { - "value" : "minecraft:raw_iron_block" + "value" : "wool_dye_wool_10_5" }, { - "value" : "minecraft:record_5" + "value" : "wool_dye_wool_10_4" }, { - "value" : "minecraft:recovery_compass" + "value" : "wool_dye_wool_10_3" }, { - "value" : "minecraft:recovery_compass_from_lodestone_compass" + "value" : "wool_dye_wool_10_2" }, { - "value" : "minecraft:redstone" + "value" : "wool_dye_wool_10_1" }, { - "value" : "minecraft:redstone_block" + "value" : "wool_dye_wool_10_0" }, { - "value" : "minecraft:redstone_lamp" + "value" : "wool_dye_wool_9_15" }, { - "value" : "minecraft:redstone_torch" + "value" : "wool_dye_wool_9_14" }, { - "value" : "minecraft:red_banner" + "value" : "wool_dye_wool_9_13" }, { - "value" : "minecraft:red_candle" + "value" : "wool_dye_wool_9_12" }, { - "value" : "minecraft:red_carpet" + "value" : "wool_dye_wool_9_11" }, { - "value" : "minecraft:red_carpet_from_white" + "value" : "wool_dye_wool_9_10" }, { - "value" : "minecraft:red_concrete_powder" + "value" : "wool_dye_wool_9_8" }, { - "value" : "minecraft:red_dye_from_beetroot" + "value" : "wool_dye_wool_9_7" }, { - "value" : "minecraft:red_nether_brick" + "value" : "wool_dye_wool_9_6" }, { - "value" : "minecraft:red_nether_brick_stairs" + "value" : "wool_dye_wool_9_5" }, { - "value" : "minecraft:red_sandstone_stairs" + "value" : "wool_dye_wool_9_4" }, { - "value" : "minecraft:red_stained_hardened_clay" + "value" : "wool_dye_wool_9_3" }, { - "value" : "minecraft:repeater" + "value" : "wool_dye_wool_9_2" }, { - "value" : "minecraft:respawn_anchor" + "value" : "wool_dye_wool_9_1" }, { - "value" : "minecraft:rib_armor_trim_smithing_template_duplicate" + "value" : "wool_dye_wool_9_0" }, { - "value" : "minecraft:sandstone_stairs" + "value" : "wool_dye_wool_8_15" }, { - "value" : "minecraft:scaffolding" + "value" : "wool_dye_wool_8_14" }, { - "value" : "minecraft:sealantern" + "value" : "wool_dye_wool_8_13" }, { - "value" : "minecraft:sentry_armor_trim_smithing_template_duplicate" + "value" : "wool_dye_wool_8_12" }, { - "value" : "minecraft:shaper_armor_trim_smithing_template_duplicate" + "value" : "wool_dye_wool_8_11" }, { - "value" : "minecraft:shears" + "value" : "wool_dye_wool_8_10" }, { - "value" : "minecraft:shield" + "value" : "wool_dye_wool_8_9" }, { - "value" : "minecraft:shulker_box" + "value" : "wool_dye_wool_8_7" }, { - "value" : "minecraft:sign_acacia" + "value" : "wool_dye_wool_8_6" }, { - "value" : "minecraft:sign_birch" + "value" : "wool_dye_wool_8_5" }, { - "value" : "minecraft:sign_darkoak" + "value" : "wool_dye_wool_8_4" }, { - "value" : "minecraft:sign_jungle" + "value" : "wool_dye_wool_8_3" }, { - "value" : "minecraft:sign_oak" + "value" : "wool_dye_wool_8_2" }, { - "value" : "minecraft:sign_spruce" + "value" : "wool_dye_wool_8_1" }, { - "value" : "minecraft:silence_armor_trim_smithing_template_duplicate" + "value" : "wool_dye_wool_8_0" }, { - "value" : "minecraft:slime" + "value" : "wool_dye_wool_7_15" }, { - "value" : "minecraft:slime_ball" + "value" : "wool_dye_wool_7_14" }, { - "value" : "minecraft:smithing_table" + "value" : "wool_dye_wool_7_13" }, { - "value" : "minecraft:smoker" + "value" : "wool_dye_wool_7_12" }, { - "value" : "minecraft:snout_armor_trim_smithing_template_duplicate" + "value" : "wool_dye_wool_7_11" }, { - "value" : "minecraft:snow" + "value" : "wool_dye_wool_7_10" }, { - "value" : "minecraft:snow_layer" + "value" : "wool_dye_wool_7_9" }, { - "value" : "minecraft:soul_campfire" + "value" : "wool_dye_wool_7_8" }, { - "value" : "minecraft:soul_lantern" + "value" : "wool_dye_wool_7_6" }, { - "value" : "minecraft:soul_torch" + "value" : "wool_dye_wool_7_5" }, { - "value" : "minecraft:speckled_melon" + "value" : "wool_dye_wool_7_4" }, { - "value" : "minecraft:spire_armor_trim_smithing_template_duplicate" + "value" : "wool_dye_wool_7_3" }, { - "value" : "minecraft:spruce_boat" + "value" : "wool_dye_wool_7_2" }, { - "value" : "minecraft:spruce_chest_boat" + "value" : "wool_dye_wool_7_1" }, { - "value" : "minecraft:spruce_door" + "value" : "wool_dye_wool_7_0" }, { - "value" : "minecraft:spruce_fence" + "value" : "wool_dye_wool_6_15" }, { - "value" : "minecraft:spruce_fence_gate" + "value" : "wool_dye_wool_6_14" }, { - "value" : "minecraft:spruce_hanging_sign" + "value" : "wool_dye_wool_6_13" }, { - "value" : "minecraft:spruce_planks" + "value" : "wool_dye_wool_6_12" }, { - "value" : "minecraft:spruce_planks_from_stripped" + "value" : "wool_dye_wool_6_11" }, { - "value" : "minecraft:spruce_stairs" + "value" : "wool_dye_wool_6_10" }, { - "value" : "minecraft:spruce_wooden_slab" + "value" : "wool_dye_wool_6_9" }, { - "value" : "minecraft:spyglass" + "value" : "wool_dye_wool_6_8" }, { - "value" : "minecraft:stick" + "value" : "wool_dye_wool_6_7" }, { - "value" : "minecraft:sticky_piston" + "value" : "wool_dye_wool_6_5" }, { - "value" : "minecraft:stonecutter" + "value" : "wool_dye_wool_6_4" }, { - "value" : "minecraft:stonecutter_andesite_stairs" + "value" : "wool_dye_wool_6_3" }, { - "value" : "minecraft:stonecutter_blackstone_slab_from_blackstone" + "value" : "wool_dye_wool_6_2" }, { - "value" : "minecraft:stonecutter_blackstone_stairs_from_blackstone" + "value" : "wool_dye_wool_6_1" }, { - "value" : "minecraft:stonecutter_blackstone_wall_from_blackstone" + "value" : "wool_dye_wool_6_0" }, { - "value" : "minecraft:stonecutter_bricks_from_polished_blackstone" + "value" : "wool_dye_wool_5_15" }, { - "value" : "minecraft:stonecutter_brick_slab_from_polished_blackstone" + "value" : "wool_dye_wool_5_14" }, { - "value" : "minecraft:stonecutter_brick_stairs" + "value" : "wool_dye_wool_5_13" }, { - "value" : "minecraft:stonecutter_brick_stairs_from_polished_blackstone" + "value" : "wool_dye_wool_5_12" }, { - "value" : "minecraft:stonecutter_brick_wall_from_polished_blackstone" + "value" : "wool_dye_wool_5_11" }, { - "value" : "minecraft:stonecutter_chiseled_from_polished_blackstone" + "value" : "wool_dye_wool_5_10" }, { - "value" : "minecraft:stonecutter_chiseled_nether_bricks_from_nether_brick" + "value" : "wool_dye_wool_5_9" }, { - "value" : "minecraft:stonecutter_chiseled_polished_from_blackstone" + "value" : "wool_dye_wool_5_8" }, { - "value" : "minecraft:stonecutter_cobblestone_stairs" + "value" : "wool_dye_wool_5_7" }, { - "value" : "minecraft:stonecutter_copper_block_to_cut_copper" + "value" : "wool_dye_wool_5_6" }, { - "value" : "minecraft:stonecutter_copper_block_to_cut_copper_slab" + "value" : "wool_dye_wool_5_4" }, { - "value" : "minecraft:stonecutter_copper_block_to_cut_copper_stairs" + "value" : "wool_dye_wool_5_3" }, { - "value" : "minecraft:stonecutter_cut_copper_to_cut_copper_slab" + "value" : "wool_dye_wool_5_2" }, { - "value" : "minecraft:stonecutter_cut_copper_to_cut_copper_stairs" + "value" : "wool_dye_wool_5_1" }, { - "value" : "minecraft:stonecutter_dark_prismarine_slab" + "value" : "wool_dye_wool_5_0" }, { - "value" : "minecraft:stonecutter_dark_prismarine_stairs" + "value" : "wool_dye_wool_4_15" }, { - "value" : "minecraft:stonecutter_diorite_stairs" + "value" : "wool_dye_wool_4_14" }, { - "value" : "minecraft:stonecutter_endbricks" + "value" : "wool_dye_wool_4_13" }, { - "value" : "minecraft:stonecutter_endbrick_stairs" + "value" : "wool_dye_wool_4_12" }, { - "value" : "minecraft:stonecutter_endbrick_stairs2" + "value" : "wool_dye_wool_4_11" }, { - "value" : "minecraft:stonecutter_exposed_copper_to_cut_copper" + "value" : "wool_dye_wool_4_10" }, { - "value" : "minecraft:stonecutter_exposed_copper_to_exposed_cut_copper_slab" + "value" : "wool_dye_wool_4_9" }, { - "value" : "minecraft:stonecutter_exposed_copper_to_cut_copper_stairs" + "value" : "wool_dye_wool_4_8" }, { - "value" : "minecraft:stonecutter_exposed_cut_copper_to_cut_copper_slab" + "value" : "wool_dye_wool_4_7" }, { - "value" : "minecraft:stonecutter_exposed_cut_copper_to_cut_copper_stairs" + "value" : "wool_dye_wool_4_6" }, { - "value" : "minecraft:stonecutter_granite_stairs" + "value" : "wool_dye_wool_4_5" }, { - "value" : "minecraft:stonecutter_mossy_cobbledouble_stone_slab" + "value" : "wool_dye_wool_4_3" }, { - "value" : "minecraft:stonecutter_mossy_cobblestone_stairs" + "value" : "wool_dye_wool_4_2" }, { - "value" : "minecraft:stonecutter_mud_brick_slab" + "value" : "wool_dye_wool_4_1" }, { - "value" : "minecraft:stonecutter_mud_brick_stairs" + "value" : "wool_dye_wool_4_0" }, { - "value" : "minecraft:stonecutter_mud_brick_wall" + "value" : "wool_dye_wool_3_15" }, { - "value" : "minecraft:stonecutter_nether_brick_stairs" + "value" : "wool_dye_wool_3_14" }, { - "value" : "minecraft:stonecutter_oxidized_copper_to_cut_copper" + "value" : "wool_dye_wool_3_13" }, { - "value" : "minecraft:stonecutter_oxidized_copper_to_cut_copper_slab" + "value" : "wool_dye_wool_3_12" }, { - "value" : "minecraft:stonecutter_oxidized_copper_to_cut_copper_stairs" + "value" : "wool_dye_wool_3_11" }, { - "value" : "minecraft:stonecutter_oxidized_cut_copper_to_cut_copper_slab" + "value" : "wool_dye_wool_3_10" }, { - "value" : "minecraft:stonecutter_oxidized_cut_copper_to_cut_copper_stairs" + "value" : "wool_dye_wool_3_9" }, { - "value" : "minecraft:stonecutter_polished_andesite" + "value" : "wool_dye_wool_3_8" }, { - "value" : "minecraft:stonecutter_polished_andesite_stairs" + "value" : "wool_dye_wool_3_7" }, { - "value" : "minecraft:stonecutter_polished_andesite_stairs2" + "value" : "wool_dye_wool_3_6" }, { - "value" : "minecraft:stonecutter_polished_basalt_from_basalt" + "value" : "wool_dye_wool_3_5" }, { - "value" : "minecraft:stonecutter_polished_bricks_from_blackstone" + "value" : "wool_dye_wool_3_4" }, { - "value" : "minecraft:stonecutter_polished_brick_slab_from_blackstone" + "value" : "wool_dye_wool_3_2" }, { - "value" : "minecraft:stonecutter_polished_brick_stairs_from_blackstone" + "value" : "wool_dye_wool_3_1" }, { - "value" : "minecraft:stonecutter_polished_brick_wall_from_blackstone" + "value" : "wool_dye_wool_3_0" }, { - "value" : "minecraft:stonecutter_polished_diorite" + "value" : "wool_dye_wool_2_15" }, { - "value" : "minecraft:stonecutter_polished_diorite_stairs" + "value" : "wool_dye_wool_2_14" }, { - "value" : "minecraft:stonecutter_polished_diorite_stairs2" + "value" : "wool_dye_wool_2_13" }, { - "value" : "minecraft:stonecutter_polished_from_blackstone" + "value" : "wool_dye_wool_2_12" }, { - "value" : "minecraft:stonecutter_polished_granite" + "value" : "wool_dye_wool_2_11" }, { - "value" : "minecraft:stonecutter_polished_granite_stairs" + "value" : "wool_dye_wool_2_10" }, { - "value" : "minecraft:stonecutter_polished_granite_stairs2" + "value" : "wool_dye_wool_2_9" }, { - "value" : "minecraft:stonecutter_polished_slab_from_blackstone" + "value" : "wool_dye_wool_2_8" }, { - "value" : "minecraft:stonecutter_polished_stairs_from_blackstone" + "value" : "wool_dye_wool_2_7" }, { - "value" : "minecraft:stonecutter_polished_wall_from_blackstone" + "value" : "wool_dye_wool_2_6" }, { - "value" : "minecraft:stonecutter_prismarine_brick_slab" + "value" : "wool_dye_wool_2_5" }, { - "value" : "minecraft:stonecutter_prismarine_brick_stairs" + "value" : "wool_dye_wool_2_4" }, { - "value" : "minecraft:stonecutter_prismarine_slab" + "value" : "wool_dye_wool_2_3" }, { - "value" : "minecraft:stonecutter_prismarine_stairs" + "value" : "wool_dye_wool_2_1" }, { - "value" : "minecraft:stonecutter_purpur_lines" + "value" : "wool_dye_wool_2_0" }, { - "value" : "minecraft:stonecutter_purpur_slab" + "value" : "wool_dye_wool_1_15" }, { - "value" : "minecraft:stonecutter_purpur_stairs" + "value" : "wool_dye_wool_1_14" }, { - "value" : "minecraft:stonecutter_quartz_bricks_from_quartz_block" + "value" : "wool_dye_wool_1_13" }, { - "value" : "minecraft:stonecutter_quartz_stairs" + "value" : "wool_dye_wool_1_12" }, { - "value" : "minecraft:stonecutter_red_nether_brick_slab" + "value" : "wool_dye_wool_1_11" }, { - "value" : "minecraft:stonecutter_red_nether_brick_stairs" + "value" : "wool_dye_wool_1_10" }, { - "value" : "minecraft:stonecutter_red_sandstone_stairs" + "value" : "wool_dye_wool_1_9" }, { - "value" : "minecraft:stonecutter_sandstone_stairs" + "value" : "wool_dye_wool_1_8" }, { - "value" : "minecraft:stonecutter_slab_from_polished_blackstone" + "value" : "wool_dye_wool_1_7" }, { - "value" : "minecraft:stonecutter_slab_from_polished_blackstone_bricks" + "value" : "wool_dye_wool_1_6" }, { - "value" : "minecraft:stonecutter_smooth_sanddouble_stone_slab" + "value" : "wool_dye_wool_1_5" }, { - "value" : "minecraft:stonecutter_smooth_sandstone_stairs" + "value" : "wool_dye_wool_1_4" }, { - "value" : "minecraft:stonecutter_stairs_from_polished_blackstone" + "value" : "wool_dye_wool_1_3" }, { - "value" : "stonecutter_stairs_from_polished_blackstone_bricks" + "value" : "wool_dye_wool_1_2" }, { - "value" : "minecraft:stonecutter_stonebrick_stairs" + "value" : "wool_dye_wool_1_0" }, { - "value" : "minecraft:stonecutter_stone_stairs" + "value" : "wool_dye_wool_0_15" }, { - "value" : "minecraft:stonecutter_wall_from_polished_blackstone" + "value" : "wool_dye_wool_0_14" }, { - "value" : "minecraft:stonecutter_wall_from_polished_blackstone_bricks" + "value" : "wool_dye_wool_0_13" }, { - "value" : "minecraft:stonecutter_weathered_copper_to_cut_copper" + "value" : "wool_dye_wool_0_12" }, { - "value" : "minecraft:stonecutter_weathered_copper_to_cut_copper_slab" + "value" : "wool_dye_wool_0_11" }, { - "value" : "minecraft:stonecutter_weathered_copper_to_cut_copper_stairs" + "value" : "wool_dye_wool_0_10" }, { - "value" : "minecraft:stonecutter_weathered_cut_copper_to_cut_copper_slab" + "value" : "wool_dye_wool_0_9" }, { - "value" : "minecraft:stonecutter_weathered_cut_copper_to_cut_copper_stairs" + "value" : "wool_dye_wool_0_8" }, { - "value" : "minecraft:stonecutter_waxed_copper_to_cut_copper" + "value" : "wool_dye_wool_0_7" }, { - "value" : "minecraft:stonecutter_waxed_copper_to_cut_copper_slab" + "value" : "wool_dye_wool_0_6" }, { - "value" : "minecraft:stonecutter_waxed_copper_to_cut_copper_stairs" + "value" : "wool_dye_wool_0_5" }, { - "value" : "minecraft:stonecutter_waxed_cut_copper_to_cut_copper_slab" + "value" : "wool_dye_wool_0_4" }, { - "value" : "minecraft:stonecutter_waxed_cut_copper_to_cut_copper_stairs" + "value" : "wool_dye_wool_0_3" }, { - "value" : "minecraft:stonecutter_waxed_exposed_copper_to_cut_copper" + "value" : "wool_dye_wool_0_2" }, { - "value" : "minecraft:stonecutter_waxed_copper_to_exposed_cut_copper_slab" + "value" : "wool_dye_wool_0_1" }, { - "value" : "minecraft:stonecutter_waxed_exposed_copper_to_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_dye_19_0" }, { - "value" : "minecraft:stonecutter_waxed_exposed_cut_copper_to_cut_copper_slab" + "value" : "shulkerBox_shulker_box_color_block_19_14_0" }, { - "value" : "minecraft:stonecutter_waxed_exposed_cut_copper_to_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_block_19_13_0" }, { - "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_cut_copper" + "value" : "shulkerBox_shulker_box_color_block_19_12_0" }, { - "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_cut_copper_slab" + "value" : "shulkerBox_shulker_box_color_block_19_11_0" }, { - "value" : "minecraft:stonecutter_waxed_oxidized_copper_to_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_block_19_10_0" }, { - "value" : "minecraft:stonecutter_waxed_oxidized_cut_copper_to_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_block_19_9_0" }, { - "value" : "minecraft:stonecutter_waxed_weathered_copper_to_cut_copper" + "value" : "shulkerBox_shulker_box_color_block_19_8_0" }, { - "value" : "minecraft:stonecutter_waxed_weathered_copper_to_cut_copper_slab" + "value" : "shulkerBox_shulker_box_color_block_19_7_0" }, { - "value" : "minecraft:stonecutter_waxed_weathered_copper_to_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_block_19_6_0" }, { - "value" : "minecraft:stonecutter_waxed_weathered_cut_copper_to_cut_copper_slab" + "value" : "shulkerBox_shulker_box_color_block_19_5_0" }, { - "value" : "minecraft:stonecutter_waxed_weathered_cut_copper_to_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_block_19_4_0" }, { - "value" : "minecraft:stone_axe" + "value" : "shulkerBox_shulker_box_color_block_19_3_0" }, { - "value" : "minecraft:stone_button" + "value" : "shulkerBox_shulker_box_color_block_19_2_0" }, { - "value" : "minecraft:stone_hoe" + "value" : "shulkerBox_shulker_box_color_block_19_1_0" }, { - "value" : "minecraft:stone_pickaxe" + "value" : "shulkerBox_shulker_box_color_block_19_0_0" }, { - "value" : "minecraft:stone_pressure_plate" + "value" : "shulkerBox_shulker_box_color_dye_18_0" }, { - "value" : "minecraft:stone_shovel" + "value" : "shulkerBox_shulker_box_color_block_18_15_0" }, { - "value" : "minecraft:stone_stairs" + "value" : "shulkerBox_shulker_box_color_block_18_14_0" }, { - "value" : "minecraft:stone_sword" + "value" : "shulkerBox_shulker_box_color_block_18_13_0" }, { - "value" : "minecraft:string_to_wool" + "value" : "shulkerBox_shulker_box_color_block_18_12_0" }, { - "value" : "minecraft:stripped_mangrove_wood" + "value" : "shulkerBox_shulker_box_color_block_18_11_0" }, { - "value" : "minecraft:sugar" + "value" : "shulkerBox_shulker_box_color_block_18_10_0" }, { - "value" : "minecraft:target" + "value" : "shulkerBox_shulker_box_color_block_18_9_0" }, { - "value" : "minecraft:tide_armor_trim_smithing_template_duplicate" + "value" : "shulkerBox_shulker_box_color_block_18_8_0" }, { - "value" : "minecraft:tinted_glass" + "value" : "shulkerBox_shulker_box_color_block_18_7_0" }, { - "value" : "minecraft:tnt" + "value" : "shulkerBox_shulker_box_color_block_18_6_0" }, { - "value" : "minecraft:tnt_minecart" + "value" : "shulkerBox_shulker_box_color_block_18_5_0" }, { - "value" : "minecraft:torch" + "value" : "shulkerBox_shulker_box_color_block_18_3_0" }, { - "value" : "minecraft:trapped_chest" + "value" : "shulkerBox_shulker_box_color_block_18_2_0" }, { - "value" : "minecraft:tripwire_hook" + "value" : "shulkerBox_shulker_box_color_block_18_1_0" }, { - "value" : "minecraft:turtle_helmet" + "value" : "shulkerBox_shulker_box_color_block_18_0_0" }, { - "value" : "minecraft:vex_armor_trim_smithing_template_duplicate" + "value" : "shulkerBox_shulker_box_color_dye_17_0" }, { - "value" : "minecraft:ward_armor_trim_smithing_template_duplicate" + "value" : "shulkerBox_shulker_box_color_block_17_15_0" }, { - "value" : "minecraft:warped_button" + "value" : "shulkerBox_shulker_box_color_block_17_14_0" }, { - "value" : "minecraft:warped_door" + "value" : "shulkerBox_shulker_box_color_block_17_13_0" }, { - "value" : "minecraft:warped_fence" + "value" : "shulkerBox_shulker_box_color_block_17_12_0" }, { - "value" : "minecraft:warped_fence_gate" + "value" : "shulkerBox_shulker_box_color_block_17_11_0" }, { - "value" : "minecraft:warped_fungus_on_a_stick" + "value" : "shulkerBox_shulker_box_color_block_17_10_0" }, { - "value" : "minecraft:warped_hanging_sign" + "value" : "shulkerBox_shulker_box_color_block_17_9_0" }, { - "value" : "minecraft:warped_hyphae" + "value" : "shulkerBox_shulker_box_color_block_17_8_0" }, { - "value" : "minecraft:stripped_warped_hyphae" + "value" : "shulkerBox_shulker_box_color_block_17_7_0" }, { - "value" : "minecraft:warped_planks" + "value" : "shulkerBox_shulker_box_color_block_17_6_0" }, { - "value" : "minecraft:warped_planks_from_stripped_log" + "value" : "shulkerBox_shulker_box_color_block_17_5_0" }, { - "value" : "minecraft:warped_planks_from_stripped_warped_hyphae" + "value" : "shulkerBox_shulker_box_color_block_17_4_0" }, { - "value" : "minecraft:warped_planks_from_warped_hyphae" + "value" : "shulkerBox_shulker_box_color_block_17_2_0" }, { - "value" : "minecraft:warped_pressure_plate" + "value" : "shulkerBox_shulker_box_color_block_17_1_0" }, { - "value" : "minecraft:warped_sign" + "value" : "shulkerBox_shulker_box_color_block_17_0_0" }, { - "value" : "minecraft:warped_slab" + "value" : "shulkerBox_shulker_box_color_dye_16_0" }, { - "value" : "minecraft:warped_stairs" + "value" : "shulkerBox_shulker_box_color_block_16_15_0" }, { - "value" : "minecraft:warped_trapdoor" + "value" : "shulkerBox_shulker_box_color_block_16_14_0" }, { - "value" : "minecraft:waxing_copper_block" + "value" : "shulkerBox_shulker_box_color_block_16_13_0" }, { - "value" : "minecraft:waxing_cut_copper" + "value" : "shulkerBox_shulker_box_color_block_16_12_0" }, { - "value" : "minecraft:waxing_cut_copper_slab" + "value" : "shulkerBox_shulker_box_color_block_16_11_0" }, { - "value" : "minecraft:waxing_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_block_16_10_0" }, { - "value" : "minecraft:waxing_exposed_copper" + "value" : "shulkerBox_shulker_box_color_block_16_9_0" }, { - "value" : "minecraft:waxing_exposed_cut_copper" + "value" : "shulkerBox_shulker_box_color_block_16_8_0" }, { - "value" : "minecraft:waxing_exposed_cut_copper_slab" + "value" : "shulkerBox_shulker_box_color_block_16_7_0" }, { - "value" : "minecraft:waxing_exposed_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_block_16_6_0" }, { - "value" : "minecraft:waxing_oxidized_copper" + "value" : "shulkerBox_shulker_box_color_block_16_5_0" }, { - "value" : "minecraft:waxing_oxidized_cut_copper" + "value" : "shulkerBox_shulker_box_color_block_16_4_0" }, { - "value" : "minecraft:waxing_oxidized_cut_copper_slab" + "value" : "shulkerBox_shulker_box_color_block_16_3_0" }, { - "value" : "minecraft:waxing_oxidized_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_block_16_2_0" }, { - "value" : "minecraft:waxing_weathered_copper" + "value" : "shulkerBox_shulker_box_color_block_16_1_0" }, { - "value" : "minecraft:waxing_weathered_cut_copper" + "value" : "shulkerBox_shulker_box_color_dye_15_0" }, { - "value" : "minecraft:waxing_weathered_cut_copper_slab" + "value" : "shulkerBox_shulker_box_color_block_15_14_0" }, { - "value" : "minecraft:waxing_weathered_cut_copper_stairs" + "value" : "shulkerBox_shulker_box_color_block_15_13_0" }, { - "value" : "minecraft:wayfinder_armor_trim_smithing_template_duplicate" + "value" : "shulkerBox_shulker_box_color_block_15_12_0" }, { - "value" : "minecraft:wheat" + "value" : "shulkerBox_shulker_box_color_block_15_11_0" }, { - "value" : "minecraft:white_banner" + "value" : "shulkerBox_shulker_box_color_block_15_10_0" }, { - "value" : "minecraft:white_candle" + "value" : "shulkerBox_shulker_box_color_block_15_9_0" }, { - "value" : "minecraft:white_candle_from_bonemeal" + "value" : "shulkerBox_shulker_box_color_block_15_8_0" }, { - "value" : "minecraft:white_carpet" + "value" : "shulkerBox_shulker_box_color_block_15_7_0" }, { - "value" : "minecraft:white_concrete_powder" + "value" : "shulkerBox_shulker_box_color_block_15_6_0" }, { - "value" : "minecraft:white_concrete_powder_from_bonemeal" + "value" : "shulkerBox_shulker_box_color_block_15_5_0" }, { - "value" : "minecraft:white_dye_from_bone_meal" + "value" : "shulkerBox_shulker_box_color_block_15_4_0" }, { - "value" : "minecraft:white_stained_hardened_clay" + "value" : "shulkerBox_shulker_box_color_block_15_3_0" }, { - "value" : "minecraft:white_stained_hardened_clay_from_bonemeal" + "value" : "shulkerBox_shulker_box_color_block_15_2_0" }, { - "value" : "minecraft:wild_armor_trim_smithing_template_duplicate" + "value" : "shulkerBox_shulker_box_color_block_15_1_0" }, { - "value" : "minecraft:wooden_axe" + "value" : "shulkerBox_shulker_box_color_block_15_0_0" }, { - "value" : "minecraft:wooden_door" + "value" : "shulkerBox_shulker_box_color_dye_14_0" }, { - "value" : "minecraft:wooden_hoe" + "value" : "shulkerBox_shulker_box_color_block_14_15_0" }, { - "value" : "minecraft:wooden_pickaxe" + "value" : "shulkerBox_shulker_box_color_block_14_13_0" }, { - "value" : "minecraft:wooden_shovel" + "value" : "shulkerBox_shulker_box_color_block_14_12_0" }, { - "value" : "minecraft:wooden_sword" + "value" : "shulkerBox_shulker_box_color_block_14_11_0" }, { - "value" : "minecraft:writable_book" + "value" : "shulkerBox_shulker_box_color_block_14_10_0" }, { - "value" : "minecraft:yellow_banner" + "value" : "shulkerBox_shulker_box_color_block_14_9_0" }, { - "value" : "minecraft:yellow_candle" + "value" : "shulkerBox_shulker_box_color_block_14_8_0" }, { - "value" : "minecraft:yellow_carpet" + "value" : "shulkerBox_shulker_box_color_block_14_7_0" }, { - "value" : "minecraft:yellow_carpet_from_white" + "value" : "shulkerBox_shulker_box_color_block_14_6_0" }, { - "value" : "minecraft:yellow_concrete_powder" + "value" : "shulkerBox_shulker_box_color_block_14_5_0" }, { - "value" : "minecraft:yellow_stained_hardened_clay" + "value" : "shulkerBox_shulker_box_color_block_14_4_0" }, { - "value" : "wool_dye_wool_19_14" + "value" : "shulkerBox_shulker_box_color_block_14_3_0" }, { - "value" : "wool_dye_wool_19_13" + "value" : "shulkerBox_shulker_box_color_block_14_2_0" }, { - "value" : "wool_dye_wool_19_12" + "value" : "shulkerBox_shulker_box_color_block_14_1_0" }, { - "value" : "wool_dye_wool_19_11" + "value" : "shulkerBox_shulker_box_color_block_14_0_0" }, { - "value" : "wool_dye_wool_19_10" + "value" : "shulkerBox_shulker_box_color_dye_13_0" }, { - "value" : "wool_dye_wool_19_9" + "value" : "shulkerBox_shulker_box_color_block_13_15_0" }, { - "value" : "wool_dye_wool_19_8" + "value" : "shulkerBox_shulker_box_color_block_13_14_0" }, { - "value" : "wool_dye_wool_19_7" + "value" : "shulkerBox_shulker_box_color_block_13_12_0" }, { - "value" : "wool_dye_wool_19_6" + "value" : "shulkerBox_shulker_box_color_block_13_11_0" }, { - "value" : "wool_dye_wool_19_5" + "value" : "shulkerBox_shulker_box_color_block_13_10_0" }, { - "value" : "wool_dye_wool_19_4" + "value" : "shulkerBox_shulker_box_color_block_13_9_0" }, { - "value" : "wool_dye_wool_19_3" + "value" : "shulkerBox_shulker_box_color_block_13_8_0" }, { - "value" : "wool_dye_wool_19_2" + "value" : "shulkerBox_shulker_box_color_block_13_7_0" }, { - "value" : "wool_dye_wool_19_1" + "value" : "shulkerBox_shulker_box_color_block_13_6_0" }, { - "value" : "wool_dye_wool_19_0" + "value" : "shulkerBox_shulker_box_color_block_13_5_0" }, { - "value" : "wool_dye_wool_18_15" + "value" : "shulkerBox_shulker_box_color_block_13_4_0" }, { - "value" : "wool_dye_wool_18_14" + "value" : "shulkerBox_shulker_box_color_block_13_3_0" }, { - "value" : "wool_dye_wool_18_13" + "value" : "shulkerBox_shulker_box_color_block_13_2_0" }, { - "value" : "wool_dye_wool_18_12" + "value" : "shulkerBox_shulker_box_color_block_13_1_0" }, { - "value" : "wool_dye_wool_18_11" + "value" : "shulkerBox_shulker_box_color_block_13_0_0" }, { - "value" : "wool_dye_wool_18_10" + "value" : "shulkerBox_shulker_box_color_dye_12_0" }, { - "value" : "wool_dye_wool_18_9" + "value" : "shulkerBox_shulker_box_color_block_12_15_0" }, { - "value" : "wool_dye_wool_18_8" + "value" : "shulkerBox_shulker_box_color_block_12_14_0" }, { - "value" : "wool_dye_wool_18_7" + "value" : "shulkerBox_shulker_box_color_block_12_13_0" }, { - "value" : "wool_dye_wool_18_6" + "value" : "shulkerBox_shulker_box_color_block_12_11_0" }, { - "value" : "wool_dye_wool_18_5" + "value" : "shulkerBox_shulker_box_color_block_12_10_0" }, { - "value" : "wool_dye_wool_18_3" + "value" : "shulkerBox_shulker_box_color_block_12_9_0" }, { - "value" : "wool_dye_wool_18_2" + "value" : "shulkerBox_shulker_box_color_block_12_8_0" }, { - "value" : "wool_dye_wool_18_1" + "value" : "shulkerBox_shulker_box_color_block_12_7_0" }, { - "value" : "wool_dye_wool_18_0" + "value" : "shulkerBox_shulker_box_color_block_12_6_0" }, { - "value" : "wool_dye_wool_17_15" + "value" : "shulkerBox_shulker_box_color_block_12_5_0" }, { - "value" : "wool_dye_wool_17_14" + "value" : "shulkerBox_shulker_box_color_block_12_4_0" }, { - "value" : "wool_dye_wool_17_13" + "value" : "shulkerBox_shulker_box_color_block_12_3_0" }, { - "value" : "wool_dye_wool_17_12" + "value" : "shulkerBox_shulker_box_color_block_12_2_0" }, { - "value" : "wool_dye_wool_17_11" + "value" : "shulkerBox_shulker_box_color_block_12_1_0" }, { - "value" : "wool_dye_wool_17_10" + "value" : "shulkerBox_shulker_box_color_block_12_0_0" }, { - "value" : "wool_dye_wool_17_9" + "value" : "shulkerBox_shulker_box_color_dye_11_0" }, { - "value" : "wool_dye_wool_17_8" + "value" : "shulkerBox_shulker_box_color_block_11_15_0" }, { - "value" : "wool_dye_wool_17_7" + "value" : "shulkerBox_shulker_box_color_block_11_14_0" }, { - "value" : "wool_dye_wool_17_6" + "value" : "shulkerBox_shulker_box_color_block_11_13_0" }, { - "value" : "wool_dye_wool_17_5" + "value" : "shulkerBox_shulker_box_color_block_11_12_0" }, { - "value" : "wool_dye_wool_17_4" + "value" : "shulkerBox_shulker_box_color_block_11_10_0" }, { - "value" : "wool_dye_wool_17_2" + "value" : "shulkerBox_shulker_box_color_block_11_9_0" }, { - "value" : "wool_dye_wool_17_1" + "value" : "shulkerBox_shulker_box_color_block_11_8_0" }, { - "value" : "wool_dye_wool_17_0" + "value" : "shulkerBox_shulker_box_color_block_11_7_0" }, { - "value" : "wool_dye_wool_16_15" + "value" : "shulkerBox_shulker_box_color_block_11_6_0" }, { - "value" : "wool_dye_wool_16_14" + "value" : "shulkerBox_shulker_box_color_block_11_5_0" }, { - "value" : "wool_dye_wool_16_13" + "value" : "shulkerBox_shulker_box_color_block_11_4_0" }, { - "value" : "wool_dye_wool_16_12" + "value" : "shulkerBox_shulker_box_color_block_11_3_0" }, { - "value" : "wool_dye_wool_16_11" + "value" : "shulkerBox_shulker_box_color_block_11_2_0" }, { - "value" : "wool_dye_wool_16_10" + "value" : "shulkerBox_shulker_box_color_block_11_1_0" }, { - "value" : "wool_dye_wool_16_9" + "value" : "shulkerBox_shulker_box_color_block_11_0_0" }, { - "value" : "wool_dye_wool_16_8" + "value" : "shulkerBox_shulker_box_color_dye_10_0" }, { - "value" : "wool_dye_wool_16_7" + "value" : "shulkerBox_shulker_box_color_block_10_15_0" }, { - "value" : "wool_dye_wool_16_6" + "value" : "shulkerBox_shulker_box_color_block_10_14_0" }, { - "value" : "wool_dye_wool_16_5" + "value" : "shulkerBox_shulker_box_color_block_10_13_0" }, { - "value" : "wool_dye_wool_16_4" + "value" : "shulkerBox_shulker_box_color_block_10_12_0" }, { - "value" : "wool_dye_wool_16_3" + "value" : "shulkerBox_shulker_box_color_block_10_11_0" }, { - "value" : "wool_dye_wool_16_2" + "value" : "shulkerBox_shulker_box_color_block_10_9_0" }, { - "value" : "wool_dye_wool_16_1" + "value" : "shulkerBox_shulker_box_color_block_10_8_0" }, { - "value" : "wool_dye_wool_15_14" + "value" : "shulkerBox_shulker_box_color_block_10_7_0" }, { - "value" : "wool_dye_wool_15_13" + "value" : "shulkerBox_shulker_box_color_block_10_6_0" }, { - "value" : "wool_dye_wool_15_12" + "value" : "shulkerBox_shulker_box_color_block_10_5_0" }, { - "value" : "wool_dye_wool_15_11" + "value" : "shulkerBox_shulker_box_color_block_10_4_0" }, { - "value" : "wool_dye_wool_15_10" + "value" : "shulkerBox_shulker_box_color_block_10_3_0" }, { - "value" : "wool_dye_wool_15_9" + "value" : "shulkerBox_shulker_box_color_block_10_2_0" }, { - "value" : "wool_dye_wool_15_8" + "value" : "shulkerBox_shulker_box_color_block_10_1_0" }, { - "value" : "wool_dye_wool_15_7" + "value" : "shulkerBox_shulker_box_color_block_10_0_0" }, { - "value" : "wool_dye_wool_15_6" + "value" : "shulkerBox_shulker_box_color_dye_9_0" }, { - "value" : "wool_dye_wool_15_5" + "value" : "shulkerBox_shulker_box_color_block_9_15_0" }, { - "value" : "wool_dye_wool_15_4" + "value" : "shulkerBox_shulker_box_color_block_9_14_0" }, { - "value" : "wool_dye_wool_15_3" + "value" : "shulkerBox_shulker_box_color_block_9_13_0" }, { - "value" : "wool_dye_wool_15_2" + "value" : "shulkerBox_shulker_box_color_block_9_12_0" }, { - "value" : "wool_dye_wool_15_1" + "value" : "shulkerBox_shulker_box_color_block_9_11_0" }, { - "value" : "wool_dye_wool_15_0" + "value" : "shulkerBox_shulker_box_color_block_9_10_0" }, { - "value" : "wool_dye_wool_14_15" + "value" : "shulkerBox_shulker_box_color_block_9_8_0" }, { - "value" : "wool_dye_wool_14_13" + "value" : "shulkerBox_shulker_box_color_block_9_7_0" }, { - "value" : "wool_dye_wool_14_12" + "value" : "shulkerBox_shulker_box_color_block_9_6_0" }, { - "value" : "wool_dye_wool_14_11" + "value" : "shulkerBox_shulker_box_color_block_9_5_0" }, { - "value" : "wool_dye_wool_14_10" + "value" : "shulkerBox_shulker_box_color_block_9_4_0" }, { - "value" : "wool_dye_wool_14_9" + "value" : "shulkerBox_shulker_box_color_block_9_3_0" }, { - "value" : "wool_dye_wool_14_8" + "value" : "shulkerBox_shulker_box_color_block_9_2_0" }, { - "value" : "wool_dye_wool_14_7" + "value" : "shulkerBox_shulker_box_color_block_9_1_0" }, { - "value" : "wool_dye_wool_14_6" + "value" : "shulkerBox_shulker_box_color_block_9_0_0" }, { - "value" : "wool_dye_wool_14_5" + "value" : "shulkerBox_shulker_box_color_dye_8_0" }, { - "value" : "wool_dye_wool_14_4" + "value" : "shulkerBox_shulker_box_color_block_8_15_0" }, { - "value" : "wool_dye_wool_14_3" + "value" : "shulkerBox_shulker_box_color_block_8_14_0" }, { - "value" : "wool_dye_wool_14_2" + "value" : "shulkerBox_shulker_box_color_block_8_13_0" }, { - "value" : "wool_dye_wool_14_1" + "value" : "shulkerBox_shulker_box_color_block_8_12_0" }, { - "value" : "wool_dye_wool_14_0" + "value" : "shulkerBox_shulker_box_color_block_8_11_0" }, { - "value" : "wool_dye_wool_13_15" + "value" : "shulkerBox_shulker_box_color_block_8_10_0" }, { - "value" : "wool_dye_wool_13_14" + "value" : "shulkerBox_shulker_box_color_block_8_9_0" }, { - "value" : "wool_dye_wool_13_12" + "value" : "shulkerBox_shulker_box_color_block_8_7_0" }, { - "value" : "wool_dye_wool_13_11" + "value" : "shulkerBox_shulker_box_color_block_8_6_0" }, { - "value" : "wool_dye_wool_13_10" + "value" : "shulkerBox_shulker_box_color_block_8_5_0" }, { - "value" : "wool_dye_wool_13_9" + "value" : "shulkerBox_shulker_box_color_block_8_4_0" }, { - "value" : "wool_dye_wool_13_8" + "value" : "shulkerBox_shulker_box_color_block_8_3_0" }, { - "value" : "wool_dye_wool_13_7" + "value" : "shulkerBox_shulker_box_color_block_8_2_0" }, { - "value" : "wool_dye_wool_13_6" + "value" : "shulkerBox_shulker_box_color_block_8_1_0" }, { - "value" : "wool_dye_wool_13_5" + "value" : "shulkerBox_shulker_box_color_block_8_0_0" }, { - "value" : "wool_dye_wool_13_4" + "value" : "shulkerBox_shulker_box_color_dye_7_0" }, { - "value" : "wool_dye_wool_13_3" + "value" : "shulkerBox_shulker_box_color_block_7_15_0" }, { - "value" : "wool_dye_wool_13_2" + "value" : "shulkerBox_shulker_box_color_block_7_14_0" }, { - "value" : "wool_dye_wool_13_1" + "value" : "shulkerBox_shulker_box_color_block_7_13_0" }, { - "value" : "wool_dye_wool_13_0" + "value" : "shulkerBox_shulker_box_color_block_7_12_0" }, { - "value" : "wool_dye_wool_12_15" + "value" : "shulkerBox_shulker_box_color_block_7_11_0" }, { - "value" : "wool_dye_wool_12_14" + "value" : "shulkerBox_shulker_box_color_block_7_10_0" }, { - "value" : "wool_dye_wool_12_13" + "value" : "shulkerBox_shulker_box_color_block_7_9_0" }, { - "value" : "wool_dye_wool_12_11" + "value" : "shulkerBox_shulker_box_color_block_7_8_0" }, { - "value" : "wool_dye_wool_12_10" + "value" : "shulkerBox_shulker_box_color_block_7_6_0" }, { - "value" : "wool_dye_wool_12_9" + "value" : "shulkerBox_shulker_box_color_block_7_5_0" }, { - "value" : "wool_dye_wool_12_8" + "value" : "shulkerBox_shulker_box_color_block_7_4_0" }, { - "value" : "wool_dye_wool_12_7" + "value" : "shulkerBox_shulker_box_color_block_7_3_0" }, { - "value" : "wool_dye_wool_12_6" + "value" : "shulkerBox_shulker_box_color_block_7_2_0" }, { - "value" : "wool_dye_wool_12_5" + "value" : "shulkerBox_shulker_box_color_block_7_1_0" }, { - "value" : "wool_dye_wool_12_4" + "value" : "shulkerBox_shulker_box_color_block_7_0_0" }, { - "value" : "wool_dye_wool_12_3" + "value" : "shulkerBox_shulker_box_color_dye_6_0" }, { - "value" : "wool_dye_wool_12_2" + "value" : "shulkerBox_shulker_box_color_block_6_15_0" }, { - "value" : "wool_dye_wool_12_1" + "value" : "shulkerBox_shulker_box_color_block_6_14_0" }, { - "value" : "wool_dye_wool_12_0" + "value" : "shulkerBox_shulker_box_color_block_6_13_0" }, { - "value" : "wool_dye_wool_11_15" + "value" : "shulkerBox_shulker_box_color_block_6_12_0" }, { - "value" : "wool_dye_wool_11_14" + "value" : "shulkerBox_shulker_box_color_block_6_11_0" }, { - "value" : "wool_dye_wool_11_13" + "value" : "shulkerBox_shulker_box_color_block_6_10_0" }, { - "value" : "wool_dye_wool_11_12" + "value" : "shulkerBox_shulker_box_color_block_6_9_0" }, { - "value" : "wool_dye_wool_11_10" + "value" : "shulkerBox_shulker_box_color_block_6_8_0" }, { - "value" : "wool_dye_wool_11_9" + "value" : "shulkerBox_shulker_box_color_block_6_7_0" }, { - "value" : "wool_dye_wool_11_8" + "value" : "shulkerBox_shulker_box_color_block_6_5_0" }, { - "value" : "wool_dye_wool_11_7" + "value" : "shulkerBox_shulker_box_color_block_6_4_0" }, { - "value" : "wool_dye_wool_11_6" + "value" : "shulkerBox_shulker_box_color_block_6_3_0" }, { - "value" : "wool_dye_wool_11_5" + "value" : "shulkerBox_shulker_box_color_block_6_2_0" }, { - "value" : "wool_dye_wool_11_4" + "value" : "shulkerBox_shulker_box_color_block_6_1_0" }, { - "value" : "wool_dye_wool_11_3" + "value" : "shulkerBox_shulker_box_color_block_6_0_0" }, { - "value" : "wool_dye_wool_11_2" + "value" : "shulkerBox_shulker_box_color_dye_5_0" }, { - "value" : "wool_dye_wool_11_1" + "value" : "shulkerBox_shulker_box_color_block_5_15_0" }, { - "value" : "wool_dye_wool_11_0" + "value" : "shulkerBox_shulker_box_color_block_5_14_0" }, { - "value" : "wool_dye_wool_10_15" + "value" : "shulkerBox_shulker_box_color_block_5_13_0" }, { - "value" : "wool_dye_wool_10_14" + "value" : "shulkerBox_shulker_box_color_block_5_12_0" }, { - "value" : "wool_dye_wool_10_13" + "value" : "shulkerBox_shulker_box_color_block_5_11_0" }, { - "value" : "wool_dye_wool_10_12" + "value" : "shulkerBox_shulker_box_color_block_5_10_0" }, { - "value" : "wool_dye_wool_10_11" + "value" : "shulkerBox_shulker_box_color_block_5_9_0" }, { - "value" : "wool_dye_wool_10_9" + "value" : "shulkerBox_shulker_box_color_block_5_8_0" }, { - "value" : "wool_dye_wool_10_8" + "value" : "shulkerBox_shulker_box_color_block_5_7_0" }, { - "value" : "wool_dye_wool_10_7" + "value" : "shulkerBox_shulker_box_color_block_5_6_0" }, { - "value" : "wool_dye_wool_10_6" + "value" : "shulkerBox_shulker_box_color_block_5_4_0" }, { - "value" : "wool_dye_wool_10_5" + "value" : "shulkerBox_shulker_box_color_block_5_3_0" }, { - "value" : "wool_dye_wool_10_4" + "value" : "shulkerBox_shulker_box_color_block_5_2_0" }, { - "value" : "wool_dye_wool_10_3" + "value" : "shulkerBox_shulker_box_color_block_5_1_0" }, { - "value" : "wool_dye_wool_10_2" + "value" : "shulkerBox_shulker_box_color_block_5_0_0" }, { - "value" : "wool_dye_wool_10_1" + "value" : "shulkerBox_shulker_box_color_dye_4_0" }, { - "value" : "wool_dye_wool_10_0" + "value" : "shulkerBox_shulker_box_color_block_4_15_0" }, { - "value" : "wool_dye_wool_9_15" + "value" : "shulkerBox_shulker_box_color_block_4_14_0" }, { - "value" : "wool_dye_wool_9_14" + "value" : "shulkerBox_shulker_box_color_block_4_13_0" }, { - "value" : "wool_dye_wool_9_13" + "value" : "shulkerBox_shulker_box_color_block_4_12_0" }, { - "value" : "wool_dye_wool_9_12" + "value" : "shulkerBox_shulker_box_color_block_4_11_0" }, { - "value" : "wool_dye_wool_9_11" + "value" : "shulkerBox_shulker_box_color_block_4_10_0" }, { - "value" : "wool_dye_wool_9_10" + "value" : "shulkerBox_shulker_box_color_block_4_9_0" }, { - "value" : "wool_dye_wool_9_8" + "value" : "shulkerBox_shulker_box_color_block_4_8_0" }, { - "value" : "wool_dye_wool_9_7" + "value" : "shulkerBox_shulker_box_color_block_4_7_0" }, { - "value" : "wool_dye_wool_9_6" + "value" : "shulkerBox_shulker_box_color_block_4_6_0" }, { - "value" : "wool_dye_wool_9_5" + "value" : "shulkerBox_shulker_box_color_block_4_5_0" }, { - "value" : "wool_dye_wool_9_4" + "value" : "shulkerBox_shulker_box_color_block_4_3_0" }, { - "value" : "wool_dye_wool_9_3" + "value" : "shulkerBox_shulker_box_color_block_4_2_0" }, { - "value" : "wool_dye_wool_9_2" + "value" : "shulkerBox_shulker_box_color_block_4_1_0" }, { - "value" : "wool_dye_wool_9_1" + "value" : "shulkerBox_shulker_box_color_block_4_0_0" }, { - "value" : "wool_dye_wool_9_0" + "value" : "shulkerBox_shulker_box_color_dye_3_0" }, { - "value" : "wool_dye_wool_8_15" + "value" : "shulkerBox_shulker_box_color_block_3_15_0" }, { - "value" : "wool_dye_wool_8_14" + "value" : "shulkerBox_shulker_box_color_block_3_14_0" }, { - "value" : "wool_dye_wool_8_13" + "value" : "shulkerBox_shulker_box_color_block_3_13_0" }, { - "value" : "wool_dye_wool_8_12" + "value" : "shulkerBox_shulker_box_color_block_3_12_0" }, { - "value" : "wool_dye_wool_8_11" + "value" : "shulkerBox_shulker_box_color_block_3_11_0" }, { - "value" : "wool_dye_wool_8_10" + "value" : "shulkerBox_shulker_box_color_block_3_10_0" }, { - "value" : "wool_dye_wool_8_9" + "value" : "shulkerBox_shulker_box_color_block_3_9_0" }, { - "value" : "wool_dye_wool_8_7" + "value" : "shulkerBox_shulker_box_color_block_3_8_0" }, { - "value" : "wool_dye_wool_8_6" + "value" : "shulkerBox_shulker_box_color_block_3_7_0" }, { - "value" : "wool_dye_wool_8_5" + "value" : "shulkerBox_shulker_box_color_block_3_6_0" }, { - "value" : "wool_dye_wool_8_4" + "value" : "shulkerBox_shulker_box_color_block_3_5_0" }, { - "value" : "wool_dye_wool_8_3" + "value" : "shulkerBox_shulker_box_color_block_3_4_0" }, { - "value" : "wool_dye_wool_8_2" + "value" : "shulkerBox_shulker_box_color_block_3_2_0" }, { - "value" : "wool_dye_wool_8_1" + "value" : "shulkerBox_shulker_box_color_block_3_1_0" }, { - "value" : "wool_dye_wool_8_0" + "value" : "shulkerBox_shulker_box_color_block_3_0_0" }, { - "value" : "wool_dye_wool_7_15" + "value" : "shulkerBox_shulker_box_color_dye_2_0" }, { - "value" : "wool_dye_wool_7_14" + "value" : "shulkerBox_shulker_box_color_block_2_15_0" }, { - "value" : "wool_dye_wool_7_13" + "value" : "shulkerBox_shulker_box_color_block_2_14_0" }, { - "value" : "wool_dye_wool_7_12" + "value" : "shulkerBox_shulker_box_color_block_2_13_0" }, { - "value" : "wool_dye_wool_7_11" + "value" : "shulkerBox_shulker_box_color_block_2_12_0" }, { - "value" : "wool_dye_wool_7_10" + "value" : "shulkerBox_shulker_box_color_block_2_11_0" }, { - "value" : "wool_dye_wool_7_9" + "value" : "shulkerBox_shulker_box_color_block_2_10_0" }, { - "value" : "wool_dye_wool_7_8" + "value" : "shulkerBox_shulker_box_color_block_2_9_0" }, { - "value" : "wool_dye_wool_7_6" + "value" : "shulkerBox_shulker_box_color_block_2_8_0" }, { - "value" : "wool_dye_wool_7_5" + "value" : "shulkerBox_shulker_box_color_block_2_7_0" }, { - "value" : "wool_dye_wool_7_4" + "value" : "shulkerBox_shulker_box_color_block_2_6_0" }, { - "value" : "wool_dye_wool_7_3" + "value" : "shulkerBox_shulker_box_color_block_2_5_0" }, { - "value" : "wool_dye_wool_7_2" + "value" : "shulkerBox_shulker_box_color_block_2_4_0" }, { - "value" : "wool_dye_wool_7_1" + "value" : "shulkerBox_shulker_box_color_block_2_3_0" }, { - "value" : "wool_dye_wool_7_0" + "value" : "shulkerBox_shulker_box_color_block_2_1_0" }, { - "value" : "wool_dye_wool_6_15" + "value" : "shulkerBox_shulker_box_color_block_2_0_0" }, { - "value" : "wool_dye_wool_6_14" + "value" : "shulkerBox_shulker_box_color_dye_1_0" }, { - "value" : "wool_dye_wool_6_13" + "value" : "shulkerBox_shulker_box_color_block_1_15_0" }, { - "value" : "wool_dye_wool_6_12" + "value" : "shulkerBox_shulker_box_color_block_1_14_0" }, { - "value" : "wool_dye_wool_6_11" + "value" : "shulkerBox_shulker_box_color_block_1_13_0" }, { - "value" : "wool_dye_wool_6_10" + "value" : "shulkerBox_shulker_box_color_block_1_12_0" }, { - "value" : "wool_dye_wool_6_9" + "value" : "shulkerBox_shulker_box_color_block_1_11_0" }, { - "value" : "wool_dye_wool_6_8" + "value" : "shulkerBox_shulker_box_color_block_1_10_0" }, { - "value" : "wool_dye_wool_6_7" + "value" : "shulkerBox_shulker_box_color_block_1_9_0" }, { - "value" : "wool_dye_wool_6_5" + "value" : "shulkerBox_shulker_box_color_block_1_8_0" }, { - "value" : "wool_dye_wool_6_4" + "value" : "shulkerBox_shulker_box_color_block_1_7_0" }, { - "value" : "wool_dye_wool_6_3" + "value" : "shulkerBox_shulker_box_color_block_1_6_0" }, { - "value" : "wool_dye_wool_6_2" + "value" : "shulkerBox_shulker_box_color_block_1_5_0" }, { - "value" : "wool_dye_wool_6_1" + "value" : "shulkerBox_shulker_box_color_block_1_4_0" }, { - "value" : "wool_dye_wool_6_0" + "value" : "shulkerBox_shulker_box_color_block_1_3_0" }, { - "value" : "wool_dye_wool_5_15" + "value" : "shulkerBox_shulker_box_color_block_1_2_0" }, { - "value" : "wool_dye_wool_5_14" + "value" : "shulkerBox_shulker_box_color_block_1_0_0" }, { - "value" : "wool_dye_wool_5_13" + "value" : "shulkerBox_shulker_box_color_dye_0_0" }, { - "value" : "wool_dye_wool_5_12" + "value" : "shulkerBox_shulker_box_color_block_0_15_0" }, { - "value" : "wool_dye_wool_5_11" + "value" : "shulkerBox_shulker_box_color_block_0_14_0" }, { - "value" : "wool_dye_wool_5_10" + "value" : "shulkerBox_shulker_box_color_block_0_13_0" }, { - "value" : "wool_dye_wool_5_9" + "value" : "shulkerBox_shulker_box_color_block_0_12_0" }, { - "value" : "wool_dye_wool_5_8" + "value" : "shulkerBox_shulker_box_color_block_0_11_0" }, { - "value" : "wool_dye_wool_5_7" + "value" : "shulkerBox_shulker_box_color_block_0_10_0" }, { - "value" : "wool_dye_wool_5_6" + "value" : "shulkerBox_shulker_box_color_block_0_9_0" }, { - "value" : "wool_dye_wool_5_4" + "value" : "shulkerBox_shulker_box_color_block_0_8_0" }, { - "value" : "wool_dye_wool_5_3" + "value" : "shulkerBox_shulker_box_color_block_0_7_0" }, { - "value" : "wool_dye_wool_5_2" + "value" : "shulkerBox_shulker_box_color_block_0_6_0" }, { - "value" : "wool_dye_wool_5_1" + "value" : "shulkerBox_shulker_box_color_block_0_5_0" }, { - "value" : "wool_dye_wool_5_0" + "value" : "shulkerBox_shulker_box_color_block_0_4_0" }, { - "value" : "wool_dye_wool_4_15" + "value" : "shulkerBox_shulker_box_color_block_0_3_0" }, { - "value" : "wool_dye_wool_4_14" + "value" : "shulkerBox_shulker_box_color_block_0_2_0" }, { - "value" : "wool_dye_wool_4_13" + "value" : "shulkerBox_shulker_box_color_block_0_1_0" }, { - "value" : "wool_dye_wool_4_12" + "value" : "bundle_dye_19" }, { - "value" : "wool_dye_wool_4_11" + "value" : "bundle_dye_19_18" }, { - "value" : "wool_dye_wool_4_10" + "value" : "bundle_dye_19_17" }, { - "value" : "wool_dye_wool_4_9" + "value" : "bundle_dye_19_16" }, { - "value" : "wool_dye_wool_4_8" + "value" : "bundle_dye_19_14" }, { - "value" : "wool_dye_wool_4_7" + "value" : "bundle_dye_19_13" }, { - "value" : "wool_dye_wool_4_6" + "value" : "bundle_dye_19_12" }, { - "value" : "wool_dye_wool_4_5" + "value" : "bundle_dye_19_11" }, { - "value" : "wool_dye_wool_4_3" + "value" : "bundle_dye_19_10" }, { - "value" : "wool_dye_wool_4_2" + "value" : "bundle_dye_19_9" }, { - "value" : "wool_dye_wool_4_1" + "value" : "bundle_dye_19_8" }, { - "value" : "wool_dye_wool_4_0" + "value" : "bundle_dye_19_7" }, { - "value" : "wool_dye_wool_3_15" + "value" : "bundle_dye_19_6" }, { - "value" : "wool_dye_wool_3_14" + "value" : "bundle_dye_19_5" }, { - "value" : "wool_dye_wool_3_13" + "value" : "bundle_dye_19_4" }, { - "value" : "wool_dye_wool_3_12" + "value" : "bundle_dye_19_3" }, { - "value" : "wool_dye_wool_3_11" + "value" : "bundle_dye_19_2" }, { - "value" : "wool_dye_wool_3_10" + "value" : "bundle_dye_19_1" }, { - "value" : "wool_dye_wool_3_9" + "value" : "bundle_dye_19_0" }, { - "value" : "wool_dye_wool_3_8" + "value" : "bundle_dye_18" }, { - "value" : "wool_dye_wool_3_7" + "value" : "bundle_dye_18_19" }, { - "value" : "wool_dye_wool_3_6" + "value" : "bundle_dye_18_17" }, { - "value" : "wool_dye_wool_3_5" + "value" : "bundle_dye_18_16" }, { - "value" : "wool_dye_wool_3_4" + "value" : "bundle_dye_18_15" }, { - "value" : "wool_dye_wool_3_2" + "value" : "bundle_dye_18_14" }, { - "value" : "wool_dye_wool_3_1" + "value" : "bundle_dye_18_13" }, { - "value" : "wool_dye_wool_3_0" + "value" : "bundle_dye_18_12" }, { - "value" : "wool_dye_wool_2_15" + "value" : "bundle_dye_18_11" }, { - "value" : "wool_dye_wool_2_14" + "value" : "bundle_dye_18_10" }, { - "value" : "wool_dye_wool_2_13" + "value" : "bundle_dye_18_9" }, { - "value" : "wool_dye_wool_2_12" + "value" : "bundle_dye_18_8" }, { - "value" : "wool_dye_wool_2_11" + "value" : "bundle_dye_18_7" }, { - "value" : "wool_dye_wool_2_10" + "value" : "bundle_dye_18_6" }, { - "value" : "wool_dye_wool_2_9" + "value" : "bundle_dye_18_5" }, { - "value" : "wool_dye_wool_2_8" + "value" : "bundle_dye_18_3" }, { - "value" : "wool_dye_wool_2_7" + "value" : "bundle_dye_18_2" }, { - "value" : "wool_dye_wool_2_6" + "value" : "bundle_dye_18_1" }, { - "value" : "wool_dye_wool_2_5" + "value" : "bundle_dye_18_0" }, { - "value" : "wool_dye_wool_2_4" + "value" : "bundle_dye_17" }, { - "value" : "wool_dye_wool_2_3" + "value" : "bundle_dye_17_19" }, { - "value" : "wool_dye_wool_2_1" + "value" : "bundle_dye_17_18" }, { - "value" : "wool_dye_wool_2_0" + "value" : "bundle_dye_17_16" }, { - "value" : "wool_dye_wool_1_15" + "value" : "bundle_dye_17_15" }, { - "value" : "wool_dye_wool_1_14" + "value" : "bundle_dye_17_14" }, { - "value" : "wool_dye_wool_1_13" + "value" : "bundle_dye_17_13" }, { - "value" : "wool_dye_wool_1_12" + "value" : "bundle_dye_17_12" }, { - "value" : "wool_dye_wool_1_11" + "value" : "bundle_dye_17_11" }, { - "value" : "wool_dye_wool_1_10" + "value" : "bundle_dye_17_10" }, { - "value" : "wool_dye_wool_1_9" + "value" : "bundle_dye_17_9" }, { - "value" : "wool_dye_wool_1_8" + "value" : "bundle_dye_17_8" }, { - "value" : "wool_dye_wool_1_7" + "value" : "bundle_dye_17_7" }, { - "value" : "wool_dye_wool_1_6" + "value" : "bundle_dye_17_6" }, { - "value" : "wool_dye_wool_1_5" + "value" : "bundle_dye_17_5" }, { - "value" : "wool_dye_wool_1_4" + "value" : "bundle_dye_17_4" }, { - "value" : "wool_dye_wool_1_3" + "value" : "bundle_dye_17_2" }, { - "value" : "wool_dye_wool_1_2" + "value" : "bundle_dye_17_1" }, { - "value" : "wool_dye_wool_1_0" + "value" : "bundle_dye_17_0" }, { - "value" : "wool_dye_wool_0_15" + "value" : "bundle_dye_16" }, { - "value" : "wool_dye_wool_0_14" + "value" : "bundle_dye_16_19" }, { - "value" : "wool_dye_wool_0_13" + "value" : "bundle_dye_16_18" }, { - "value" : "wool_dye_wool_0_12" + "value" : "bundle_dye_16_17" }, { - "value" : "wool_dye_wool_0_11" + "value" : "bundle_dye_16_15" }, { - "value" : "wool_dye_wool_0_10" + "value" : "bundle_dye_16_14" }, { - "value" : "wool_dye_wool_0_9" + "value" : "bundle_dye_16_13" }, { - "value" : "wool_dye_wool_0_8" + "value" : "bundle_dye_16_12" }, { - "value" : "wool_dye_wool_0_7" + "value" : "bundle_dye_16_11" }, { - "value" : "wool_dye_wool_0_6" + "value" : "bundle_dye_16_10" }, { - "value" : "wool_dye_wool_0_5" + "value" : "bundle_dye_16_9" }, { - "value" : "wool_dye_wool_0_4" + "value" : "bundle_dye_16_8" }, { - "value" : "wool_dye_wool_0_3" + "value" : "bundle_dye_16_7" }, { - "value" : "wool_dye_wool_0_2" + "value" : "bundle_dye_16_6" }, { - "value" : "wool_dye_wool_0_1" + "value" : "bundle_dye_16_5" }, { - "value" : "shulkerBox_shulker_box_color_dye_19_0" + "value" : "bundle_dye_16_4" }, { - "value" : "shulkerBox_shulker_box_color_block_19_0_0" + "value" : "bundle_dye_16_3" }, { - "value" : "shulkerBox_shulker_box_color_block_19_1_0" + "value" : "bundle_dye_16_2" }, { - "value" : "shulkerBox_shulker_box_color_block_19_2_0" + "value" : "bundle_dye_16_1" }, { - "value" : "shulkerBox_shulker_box_color_block_19_3_0" + "value" : "bundle_dye_15" }, { - "value" : "shulkerBox_shulker_box_color_block_19_4_0" + "value" : "bundle_dye_15_18" }, { - "value" : "shulkerBox_shulker_box_color_block_19_5_0" + "value" : "bundle_dye_15_17" }, { - "value" : "shulkerBox_shulker_box_color_block_19_6_0" + "value" : "bundle_dye_15_16" }, { - "value" : "shulkerBox_shulker_box_color_block_19_7_0" + "value" : "bundle_dye_15_14" }, { - "value" : "shulkerBox_shulker_box_color_block_19_8_0" + "value" : "bundle_dye_15_13" }, { - "value" : "shulkerBox_shulker_box_color_block_19_9_0" + "value" : "bundle_dye_15_12" }, { - "value" : "shulkerBox_shulker_box_color_block_19_10_0" + "value" : "bundle_dye_15_11" }, { - "value" : "shulkerBox_shulker_box_color_block_19_11_0" + "value" : "bundle_dye_15_10" }, { - "value" : "shulkerBox_shulker_box_color_block_19_12_0" + "value" : "bundle_dye_15_9" }, { - "value" : "shulkerBox_shulker_box_color_block_19_13_0" + "value" : "bundle_dye_15_8" }, { - "value" : "shulkerBox_shulker_box_color_block_19_14_0" + "value" : "bundle_dye_15_7" }, { - "value" : "shulkerBox_shulker_box_color_dye_18_0" + "value" : "bundle_dye_15_6" }, { - "value" : "shulkerBox_shulker_box_color_block_18_0_0" + "value" : "bundle_dye_15_5" }, { - "value" : "shulkerBox_shulker_box_color_block_18_1_0" + "value" : "bundle_dye_15_4" }, { - "value" : "shulkerBox_shulker_box_color_block_18_2_0" + "value" : "bundle_dye_15_3" }, { - "value" : "shulkerBox_shulker_box_color_block_18_3_0" + "value" : "bundle_dye_15_2" }, { - "value" : "shulkerBox_shulker_box_color_block_18_5_0" + "value" : "bundle_dye_15_1" }, { - "value" : "shulkerBox_shulker_box_color_block_18_6_0" + "value" : "bundle_dye_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_7_0" + "value" : "bundle_dye_14" }, { - "value" : "shulkerBox_shulker_box_color_block_18_8_0" + "value" : "bundle_dye_14_19" }, { - "value" : "shulkerBox_shulker_box_color_block_18_9_0" + "value" : "bundle_dye_14_18" }, { - "value" : "shulkerBox_shulker_box_color_block_18_10_0" + "value" : "bundle_dye_14_17" }, { - "value" : "shulkerBox_shulker_box_color_block_18_11_0" + "value" : "bundle_dye_14_16" }, { - "value" : "shulkerBox_shulker_box_color_block_18_12_0" + "value" : "bundle_dye_14_15" }, { - "value" : "shulkerBox_shulker_box_color_block_18_13_0" + "value" : "bundle_dye_14_13" }, { - "value" : "shulkerBox_shulker_box_color_block_18_14_0" + "value" : "bundle_dye_14_12" }, { - "value" : "shulkerBox_shulker_box_color_block_18_15_0" + "value" : "bundle_dye_14_11" }, { - "value" : "shulkerBox_shulker_box_color_dye_17_0" + "value" : "bundle_dye_14_10" }, { - "value" : "shulkerBox_shulker_box_color_block_17_0_0" + "value" : "bundle_dye_14_9" }, { - "value" : "shulkerBox_shulker_box_color_block_17_1_0" + "value" : "bundle_dye_14_8" }, { - "value" : "shulkerBox_shulker_box_color_block_17_2_0" + "value" : "bundle_dye_14_7" }, { - "value" : "shulkerBox_shulker_box_color_block_17_4_0" + "value" : "bundle_dye_14_6" }, { - "value" : "shulkerBox_shulker_box_color_block_17_5_0" + "value" : "bundle_dye_14_5" }, { - "value" : "shulkerBox_shulker_box_color_block_17_6_0" + "value" : "bundle_dye_14_4" }, { - "value" : "shulkerBox_shulker_box_color_block_17_7_0" + "value" : "bundle_dye_14_3" }, { - "value" : "shulkerBox_shulker_box_color_block_17_8_0" + "value" : "bundle_dye_14_2" }, { - "value" : "shulkerBox_shulker_box_color_block_17_9_0" + "value" : "bundle_dye_14_1" }, { - "value" : "shulkerBox_shulker_box_color_block_17_10_0" + "value" : "bundle_dye_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_11_0" + "value" : "bundle_dye_13" }, { - "value" : "shulkerBox_shulker_box_color_block_17_12_0" + "value" : "bundle_dye_13_19" }, { - "value" : "shulkerBox_shulker_box_color_block_17_13_0" + "value" : "bundle_dye_13_18" }, { - "value" : "shulkerBox_shulker_box_color_block_17_14_0" + "value" : "bundle_dye_13_17" }, { - "value" : "shulkerBox_shulker_box_color_block_17_15_0" + "value" : "bundle_dye_13_16" }, { - "value" : "shulkerBox_shulker_box_color_dye_16_0" + "value" : "bundle_dye_13_15" }, { - "value" : "shulkerBox_shulker_box_color_block_16_1_0" + "value" : "bundle_dye_13_14" }, { - "value" : "shulkerBox_shulker_box_color_block_16_2_0" + "value" : "bundle_dye_13_12" }, { - "value" : "shulkerBox_shulker_box_color_block_16_3_0" + "value" : "bundle_dye_13_11" }, { - "value" : "shulkerBox_shulker_box_color_block_16_4_0" + "value" : "bundle_dye_13_10" }, { - "value" : "shulkerBox_shulker_box_color_block_16_5_0" + "value" : "bundle_dye_13_9" }, { - "value" : "shulkerBox_shulker_box_color_block_16_6_0" + "value" : "bundle_dye_13_8" }, { - "value" : "shulkerBox_shulker_box_color_block_16_7_0" + "value" : "bundle_dye_13_7" }, { - "value" : "shulkerBox_shulker_box_color_block_16_8_0" + "value" : "bundle_dye_13_6" }, { - "value" : "shulkerBox_shulker_box_color_block_16_9_0" + "value" : "bundle_dye_13_5" }, { - "value" : "shulkerBox_shulker_box_color_block_16_10_0" + "value" : "bundle_dye_13_4" }, { - "value" : "shulkerBox_shulker_box_color_block_16_11_0" + "value" : "bundle_dye_13_3" }, { - "value" : "shulkerBox_shulker_box_color_block_16_12_0" + "value" : "bundle_dye_13_2" }, { - "value" : "shulkerBox_shulker_box_color_block_16_13_0" + "value" : "bundle_dye_13_1" }, { - "value" : "shulkerBox_shulker_box_color_block_16_14_0" + "value" : "bundle_dye_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_15_0" + "value" : "bundle_dye_12" }, { - "value" : "shulkerBox_shulker_box_color_dye_15_0" + "value" : "bundle_dye_12_19" }, { - "value" : "shulkerBox_shulker_box_color_block_15_0_0" + "value" : "bundle_dye_12_18" }, { - "value" : "shulkerBox_shulker_box_color_block_15_1_0" + "value" : "bundle_dye_12_17" }, { - "value" : "shulkerBox_shulker_box_color_block_15_2_0" + "value" : "bundle_dye_12_16" }, { - "value" : "shulkerBox_shulker_box_color_block_15_3_0" + "value" : "bundle_dye_12_15" }, { - "value" : "shulkerBox_shulker_box_color_block_15_4_0" + "value" : "bundle_dye_12_14" }, { - "value" : "shulkerBox_shulker_box_color_block_15_5_0" + "value" : "bundle_dye_12_13" }, { - "value" : "shulkerBox_shulker_box_color_block_15_6_0" + "value" : "bundle_dye_12_11" }, { - "value" : "shulkerBox_shulker_box_color_block_15_7_0" + "value" : "bundle_dye_12_10" }, { - "value" : "shulkerBox_shulker_box_color_block_15_8_0" + "value" : "bundle_dye_12_9" }, { - "value" : "shulkerBox_shulker_box_color_block_15_9_0" + "value" : "bundle_dye_12_8" }, { - "value" : "shulkerBox_shulker_box_color_block_15_10_0" + "value" : "bundle_dye_12_7" }, { - "value" : "shulkerBox_shulker_box_color_block_15_11_0" + "value" : "bundle_dye_12_6" }, { - "value" : "shulkerBox_shulker_box_color_block_15_12_0" + "value" : "bundle_dye_12_5" }, { - "value" : "shulkerBox_shulker_box_color_block_15_13_0" + "value" : "bundle_dye_12_4" }, { - "value" : "shulkerBox_shulker_box_color_block_15_14_0" + "value" : "bundle_dye_12_3" }, { - "value" : "shulkerBox_shulker_box_color_dye_14_0" + "value" : "bundle_dye_12_2" }, { - "value" : "shulkerBox_shulker_box_color_block_14_0_0" + "value" : "bundle_dye_12_1" }, { - "value" : "shulkerBox_shulker_box_color_block_14_1_0" + "value" : "bundle_dye_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_2_0" + "value" : "bundle_dye_11" }, { - "value" : "shulkerBox_shulker_box_color_block_14_3_0" + "value" : "bundle_dye_11_19" }, { - "value" : "shulkerBox_shulker_box_color_block_14_4_0" + "value" : "bundle_dye_11_18" }, { - "value" : "shulkerBox_shulker_box_color_block_14_5_0" + "value" : "bundle_dye_11_17" }, { - "value" : "shulkerBox_shulker_box_color_block_14_6_0" + "value" : "bundle_dye_11_16" }, { - "value" : "shulkerBox_shulker_box_color_block_14_7_0" + "value" : "bundle_dye_11_15" }, { - "value" : "shulkerBox_shulker_box_color_block_14_8_0" + "value" : "bundle_dye_11_14" }, { - "value" : "shulkerBox_shulker_box_color_block_14_9_0" + "value" : "bundle_dye_11_13" }, { - "value" : "shulkerBox_shulker_box_color_block_14_10_0" + "value" : "bundle_dye_11_12" }, { - "value" : "shulkerBox_shulker_box_color_block_14_11_0" + "value" : "bundle_dye_11_10" }, { - "value" : "shulkerBox_shulker_box_color_block_14_12_0" + "value" : "bundle_dye_11_9" }, { - "value" : "shulkerBox_shulker_box_color_block_14_13_0" + "value" : "bundle_dye_11_8" }, { - "value" : "shulkerBox_shulker_box_color_block_14_15_0" + "value" : "bundle_dye_11_7" }, { - "value" : "shulkerBox_shulker_box_color_dye_13_0" + "value" : "bundle_dye_11_6" }, { - "value" : "shulkerBox_shulker_box_color_block_13_0_0" + "value" : "bundle_dye_11_5" }, { - "value" : "shulkerBox_shulker_box_color_block_13_1_0" + "value" : "bundle_dye_11_4" }, { - "value" : "shulkerBox_shulker_box_color_block_13_2_0" + "value" : "bundle_dye_11_3" }, { - "value" : "shulkerBox_shulker_box_color_block_13_3_0" + "value" : "bundle_dye_11_2" }, { - "value" : "shulkerBox_shulker_box_color_block_13_4_0" + "value" : "bundle_dye_11_1" }, { - "value" : "shulkerBox_shulker_box_color_block_13_5_0" + "value" : "bundle_dye_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_6_0" + "value" : "bundle_dye_10" }, { - "value" : "shulkerBox_shulker_box_color_block_13_7_0" + "value" : "bundle_dye_10_19" }, { - "value" : "shulkerBox_shulker_box_color_block_13_8_0" + "value" : "bundle_dye_10_18" }, { - "value" : "shulkerBox_shulker_box_color_block_13_9_0" + "value" : "bundle_dye_10_17" }, { - "value" : "shulkerBox_shulker_box_color_block_13_10_0" + "value" : "bundle_dye_10_16" }, { - "value" : "shulkerBox_shulker_box_color_block_13_11_0" + "value" : "bundle_dye_10_15" }, { - "value" : "shulkerBox_shulker_box_color_block_13_12_0" + "value" : "bundle_dye_10_14" }, { - "value" : "shulkerBox_shulker_box_color_block_13_14_0" + "value" : "bundle_dye_10_13" }, { - "value" : "shulkerBox_shulker_box_color_block_13_15_0" + "value" : "bundle_dye_10_12" }, { - "value" : "shulkerBox_shulker_box_color_dye_12_0" + "value" : "bundle_dye_10_11" }, { - "value" : "shulkerBox_shulker_box_color_block_12_0_0" + "value" : "bundle_dye_10_9" }, { - "value" : "shulkerBox_shulker_box_color_block_12_1_0" + "value" : "bundle_dye_10_8" }, { - "value" : "shulkerBox_shulker_box_color_block_12_2_0" + "value" : "bundle_dye_10_7" }, { - "value" : "shulkerBox_shulker_box_color_block_12_3_0" + "value" : "bundle_dye_10_6" }, { - "value" : "shulkerBox_shulker_box_color_block_12_4_0" + "value" : "bundle_dye_10_5" }, { - "value" : "shulkerBox_shulker_box_color_block_12_5_0" + "value" : "bundle_dye_10_4" }, { - "value" : "shulkerBox_shulker_box_color_block_12_6_0" + "value" : "bundle_dye_10_3" }, { - "value" : "shulkerBox_shulker_box_color_block_12_7_0" + "value" : "bundle_dye_10_2" }, { - "value" : "shulkerBox_shulker_box_color_block_12_8_0" + "value" : "bundle_dye_10_1" }, { - "value" : "shulkerBox_shulker_box_color_block_12_9_0" + "value" : "bundle_dye_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_10_0" + "value" : "bundle_dye_9" }, { - "value" : "shulkerBox_shulker_box_color_block_12_11_0" + "value" : "bundle_dye_9_19" }, { - "value" : "shulkerBox_shulker_box_color_block_12_13_0" + "value" : "bundle_dye_9_18" }, { - "value" : "shulkerBox_shulker_box_color_block_12_14_0" + "value" : "bundle_dye_9_17" }, { - "value" : "shulkerBox_shulker_box_color_block_12_15_0" + "value" : "bundle_dye_9_16" }, { - "value" : "shulkerBox_shulker_box_color_dye_11_0" + "value" : "bundle_dye_9_15" }, { - "value" : "shulkerBox_shulker_box_color_block_11_0_0" + "value" : "bundle_dye_9_14" }, { - "value" : "shulkerBox_shulker_box_color_block_11_1_0" + "value" : "bundle_dye_9_13" }, { - "value" : "shulkerBox_shulker_box_color_block_11_2_0" + "value" : "bundle_dye_9_12" }, { - "value" : "shulkerBox_shulker_box_color_block_11_3_0" + "value" : "bundle_dye_9_11" }, { - "value" : "shulkerBox_shulker_box_color_block_11_4_0" + "value" : "bundle_dye_9_10" }, { - "value" : "shulkerBox_shulker_box_color_block_11_5_0" + "value" : "bundle_dye_9_8" }, { - "value" : "shulkerBox_shulker_box_color_block_11_6_0" + "value" : "bundle_dye_9_7" }, { - "value" : "shulkerBox_shulker_box_color_block_11_7_0" + "value" : "bundle_dye_9_6" }, { - "value" : "shulkerBox_shulker_box_color_block_11_8_0" + "value" : "bundle_dye_9_5" }, { - "value" : "shulkerBox_shulker_box_color_block_11_9_0" + "value" : "bundle_dye_9_4" }, { - "value" : "shulkerBox_shulker_box_color_block_11_10_0" + "value" : "bundle_dye_9_3" }, { - "value" : "shulkerBox_shulker_box_color_block_11_12_0" + "value" : "bundle_dye_9_2" }, { - "value" : "shulkerBox_shulker_box_color_block_11_13_0" + "value" : "bundle_dye_9_1" }, { - "value" : "shulkerBox_shulker_box_color_block_11_14_0" + "value" : "bundle_dye_9_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_15_0" + "value" : "bundle_dye_8" }, { - "value" : "shulkerBox_shulker_box_color_dye_10_0" + "value" : "bundle_dye_8_19" }, { - "value" : "shulkerBox_shulker_box_color_block_10_0_0" + "value" : "bundle_dye_8_18" }, { - "value" : "shulkerBox_shulker_box_color_block_10_1_0" + "value" : "bundle_dye_8_17" }, { - "value" : "shulkerBox_shulker_box_color_block_10_2_0" + "value" : "bundle_dye_8_16" }, { - "value" : "shulkerBox_shulker_box_color_block_10_3_0" + "value" : "bundle_dye_8_15" }, { - "value" : "shulkerBox_shulker_box_color_block_10_4_0" + "value" : "bundle_dye_8_14" }, { - "value" : "shulkerBox_shulker_box_color_block_10_5_0" + "value" : "bundle_dye_8_13" }, { - "value" : "shulkerBox_shulker_box_color_block_10_6_0" + "value" : "bundle_dye_8_12" }, { - "value" : "shulkerBox_shulker_box_color_block_10_7_0" + "value" : "bundle_dye_8_11" }, { - "value" : "shulkerBox_shulker_box_color_block_10_8_0" + "value" : "bundle_dye_8_10" }, { - "value" : "shulkerBox_shulker_box_color_block_10_9_0" + "value" : "bundle_dye_8_9" }, { - "value" : "shulkerBox_shulker_box_color_block_10_11_0" + "value" : "bundle_dye_8_7" }, { - "value" : "shulkerBox_shulker_box_color_block_10_12_0" + "value" : "bundle_dye_8_6" }, { - "value" : "shulkerBox_shulker_box_color_block_10_13_0" + "value" : "bundle_dye_8_5" }, { - "value" : "shulkerBox_shulker_box_color_block_10_14_0" + "value" : "bundle_dye_8_4" }, { - "value" : "shulkerBox_shulker_box_color_block_10_15_0" + "value" : "bundle_dye_8_3" }, { - "value" : "shulkerBox_shulker_box_color_dye_9_0" + "value" : "bundle_dye_8_2" }, { - "value" : "shulkerBox_shulker_box_color_block_9_0_0" + "value" : "bundle_dye_8_1" }, { - "value" : "shulkerBox_shulker_box_color_block_9_1_0" + "value" : "bundle_dye_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_2_0" + "value" : "bundle_dye_7" }, { - "value" : "shulkerBox_shulker_box_color_block_9_3_0" + "value" : "bundle_dye_7_19" }, { - "value" : "shulkerBox_shulker_box_color_block_9_4_0" + "value" : "bundle_dye_7_18" }, { - "value" : "shulkerBox_shulker_box_color_block_9_5_0" + "value" : "bundle_dye_7_17" }, { - "value" : "shulkerBox_shulker_box_color_block_9_6_0" + "value" : "bundle_dye_7_16" }, { - "value" : "shulkerBox_shulker_box_color_block_9_7_0" + "value" : "bundle_dye_7_15" }, { - "value" : "shulkerBox_shulker_box_color_block_9_8_0" + "value" : "bundle_dye_7_14" }, { - "value" : "shulkerBox_shulker_box_color_block_9_10_0" + "value" : "bundle_dye_7_13" }, { - "value" : "shulkerBox_shulker_box_color_block_9_11_0" + "value" : "bundle_dye_7_12" }, { - "value" : "shulkerBox_shulker_box_color_block_9_12_0" + "value" : "bundle_dye_7_11" }, { - "value" : "shulkerBox_shulker_box_color_block_9_13_0" + "value" : "bundle_dye_7_10" }, { - "value" : "shulkerBox_shulker_box_color_block_9_14_0" + "value" : "bundle_dye_7_9" }, { - "value" : "shulkerBox_shulker_box_color_block_9_15_0" + "value" : "bundle_dye_7_8" }, { - "value" : "shulkerBox_shulker_box_color_dye_8_0" + "value" : "bundle_dye_7_6" }, { - "value" : "shulkerBox_shulker_box_color_block_8_0_0" + "value" : "bundle_dye_7_5" }, { - "value" : "shulkerBox_shulker_box_color_block_8_1_0" + "value" : "bundle_dye_7_4" }, { - "value" : "shulkerBox_shulker_box_color_block_8_2_0" + "value" : "bundle_dye_7_3" }, { - "value" : "shulkerBox_shulker_box_color_block_8_3_0" + "value" : "bundle_dye_7_2" }, { - "value" : "shulkerBox_shulker_box_color_block_8_4_0" + "value" : "bundle_dye_7_1" }, { - "value" : "shulkerBox_shulker_box_color_block_8_5_0" + "value" : "bundle_dye_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_6_0" + "value" : "bundle_dye_6" }, { - "value" : "shulkerBox_shulker_box_color_block_8_7_0" + "value" : "bundle_dye_6_19" }, { - "value" : "shulkerBox_shulker_box_color_block_8_9_0" + "value" : "bundle_dye_6_18" }, { - "value" : "shulkerBox_shulker_box_color_block_8_10_0" + "value" : "bundle_dye_6_17" }, { - "value" : "shulkerBox_shulker_box_color_block_8_11_0" + "value" : "bundle_dye_6_16" }, { - "value" : "shulkerBox_shulker_box_color_block_8_12_0" + "value" : "bundle_dye_6_15" }, { - "value" : "shulkerBox_shulker_box_color_block_8_13_0" + "value" : "bundle_dye_6_14" }, { - "value" : "shulkerBox_shulker_box_color_block_8_14_0" + "value" : "bundle_dye_6_13" }, { - "value" : "shulkerBox_shulker_box_color_block_8_15_0" + "value" : "bundle_dye_6_12" }, { - "value" : "shulkerBox_shulker_box_color_dye_7_0" + "value" : "bundle_dye_6_11" }, { - "value" : "shulkerBox_shulker_box_color_block_7_0_0" + "value" : "bundle_dye_6_10" }, { - "value" : "shulkerBox_shulker_box_color_block_7_1_0" + "value" : "bundle_dye_6_9" }, { - "value" : "shulkerBox_shulker_box_color_block_7_2_0" + "value" : "bundle_dye_6_8" }, { - "value" : "shulkerBox_shulker_box_color_block_7_3_0" + "value" : "bundle_dye_6_7" }, { - "value" : "shulkerBox_shulker_box_color_block_7_4_0" + "value" : "bundle_dye_6_5" }, { - "value" : "shulkerBox_shulker_box_color_block_7_5_0" + "value" : "bundle_dye_6_4" }, { - "value" : "shulkerBox_shulker_box_color_block_7_6_0" + "value" : "bundle_dye_6_3" }, { - "value" : "shulkerBox_shulker_box_color_block_7_8_0" + "value" : "bundle_dye_6_2" }, { - "value" : "shulkerBox_shulker_box_color_block_7_9_0" + "value" : "bundle_dye_6_1" }, { - "value" : "shulkerBox_shulker_box_color_block_7_10_0" + "value" : "bundle_dye_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_11_0" + "value" : "bundle_dye_5" }, { - "value" : "shulkerBox_shulker_box_color_block_7_12_0" + "value" : "bundle_dye_5_19" }, { - "value" : "shulkerBox_shulker_box_color_block_7_13_0" + "value" : "bundle_dye_5_18" }, { - "value" : "shulkerBox_shulker_box_color_block_7_14_0" + "value" : "bundle_dye_5_17" }, { - "value" : "shulkerBox_shulker_box_color_block_7_15_0" + "value" : "bundle_dye_5_16" }, { - "value" : "shulkerBox_shulker_box_color_dye_6_0" + "value" : "bundle_dye_5_15" }, { - "value" : "shulkerBox_shulker_box_color_block_6_0_0" + "value" : "bundle_dye_5_14" }, { - "value" : "shulkerBox_shulker_box_color_block_6_1_0" + "value" : "bundle_dye_5_13" }, { - "value" : "shulkerBox_shulker_box_color_block_6_2_0" + "value" : "bundle_dye_5_12" }, { - "value" : "shulkerBox_shulker_box_color_block_6_3_0" + "value" : "bundle_dye_5_11" }, { - "value" : "shulkerBox_shulker_box_color_block_6_4_0" + "value" : "bundle_dye_5_10" }, { - "value" : "shulkerBox_shulker_box_color_block_6_5_0" + "value" : "bundle_dye_5_9" }, { - "value" : "shulkerBox_shulker_box_color_block_6_7_0" + "value" : "bundle_dye_5_8" }, { - "value" : "shulkerBox_shulker_box_color_block_6_8_0" + "value" : "bundle_dye_5_7" }, { - "value" : "shulkerBox_shulker_box_color_block_6_9_0" + "value" : "bundle_dye_5_6" }, { - "value" : "shulkerBox_shulker_box_color_block_6_10_0" + "value" : "bundle_dye_5_4" }, { - "value" : "shulkerBox_shulker_box_color_block_6_11_0" + "value" : "bundle_dye_5_3" }, { - "value" : "shulkerBox_shulker_box_color_block_6_12_0" + "value" : "bundle_dye_5_2" }, { - "value" : "shulkerBox_shulker_box_color_block_6_13_0" + "value" : "bundle_dye_5_1" }, { - "value" : "shulkerBox_shulker_box_color_block_6_14_0" + "value" : "bundle_dye_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_15_0" + "value" : "bundle_dye_4" }, { - "value" : "shulkerBox_shulker_box_color_dye_5_0" + "value" : "bundle_dye_4_19" }, { - "value" : "shulkerBox_shulker_box_color_block_5_0_0" + "value" : "bundle_dye_4_17" }, { - "value" : "shulkerBox_shulker_box_color_block_5_1_0" + "value" : "bundle_dye_4_16" }, { - "value" : "shulkerBox_shulker_box_color_block_5_2_0" + "value" : "bundle_dye_4_15" }, { - "value" : "shulkerBox_shulker_box_color_block_5_3_0" + "value" : "bundle_dye_4_14" }, { - "value" : "shulkerBox_shulker_box_color_block_5_4_0" + "value" : "bundle_dye_4_13" }, { - "value" : "shulkerBox_shulker_box_color_block_5_6_0" + "value" : "bundle_dye_4_12" }, { - "value" : "shulkerBox_shulker_box_color_block_5_7_0" + "value" : "bundle_dye_4_11" }, { - "value" : "shulkerBox_shulker_box_color_block_5_8_0" + "value" : "bundle_dye_4_10" }, { - "value" : "shulkerBox_shulker_box_color_block_5_9_0" + "value" : "bundle_dye_4_9" }, { - "value" : "shulkerBox_shulker_box_color_block_5_10_0" + "value" : "bundle_dye_4_8" }, { - "value" : "shulkerBox_shulker_box_color_block_5_11_0" + "value" : "bundle_dye_4_7" }, { - "value" : "shulkerBox_shulker_box_color_block_5_12_0" + "value" : "bundle_dye_4_6" }, { - "value" : "shulkerBox_shulker_box_color_block_5_13_0" + "value" : "bundle_dye_4_5" }, { - "value" : "shulkerBox_shulker_box_color_block_5_14_0" + "value" : "bundle_dye_4_3" }, { - "value" : "shulkerBox_shulker_box_color_block_5_15_0" + "value" : "bundle_dye_4_2" }, { - "value" : "shulkerBox_shulker_box_color_dye_4_0" + "value" : "bundle_dye_4_1" }, { - "value" : "shulkerBox_shulker_box_color_block_4_0_0" + "value" : "bundle_dye_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_1_0" + "value" : "bundle_dye_3" }, { - "value" : "shulkerBox_shulker_box_color_block_4_2_0" + "value" : "bundle_dye_3_19" }, { - "value" : "shulkerBox_shulker_box_color_block_4_3_0" + "value" : "bundle_dye_3_18" }, { - "value" : "shulkerBox_shulker_box_color_block_4_5_0" + "value" : "bundle_dye_3_16" }, { - "value" : "shulkerBox_shulker_box_color_block_4_6_0" + "value" : "bundle_dye_3_15" }, { - "value" : "shulkerBox_shulker_box_color_block_4_7_0" + "value" : "bundle_dye_3_14" }, { - "value" : "shulkerBox_shulker_box_color_block_4_8_0" + "value" : "bundle_dye_3_13" }, { - "value" : "shulkerBox_shulker_box_color_block_4_9_0" + "value" : "bundle_dye_3_12" }, { - "value" : "shulkerBox_shulker_box_color_block_4_10_0" + "value" : "bundle_dye_3_11" }, { - "value" : "shulkerBox_shulker_box_color_block_4_11_0" + "value" : "bundle_dye_3_10" }, { - "value" : "shulkerBox_shulker_box_color_block_4_12_0" + "value" : "bundle_dye_3_9" }, { - "value" : "shulkerBox_shulker_box_color_block_4_13_0" + "value" : "bundle_dye_3_8" }, { - "value" : "shulkerBox_shulker_box_color_block_4_14_0" + "value" : "bundle_dye_3_7" }, { - "value" : "shulkerBox_shulker_box_color_block_4_15_0" + "value" : "bundle_dye_3_6" }, { - "value" : "shulkerBox_shulker_box_color_dye_3_0" + "value" : "bundle_dye_3_5" }, { - "value" : "shulkerBox_shulker_box_color_block_3_0_0" + "value" : "bundle_dye_3_4" }, { - "value" : "shulkerBox_shulker_box_color_block_3_1_0" + "value" : "bundle_dye_3_2" }, { - "value" : "shulkerBox_shulker_box_color_block_3_2_0" + "value" : "bundle_dye_3_1" }, { - "value" : "shulkerBox_shulker_box_color_block_3_4_0" + "value" : "bundle_dye_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_5_0" + "value" : "bundle_dye_2" }, { - "value" : "shulkerBox_shulker_box_color_block_3_6_0" + "value" : "bundle_dye_2_19" }, { - "value" : "shulkerBox_shulker_box_color_block_3_7_0" + "value" : "bundle_dye_2_18" }, { - "value" : "shulkerBox_shulker_box_color_block_3_8_0" + "value" : "bundle_dye_2_17" }, { - "value" : "shulkerBox_shulker_box_color_block_3_9_0" + "value" : "bundle_dye_2_16" }, { - "value" : "shulkerBox_shulker_box_color_block_3_10_0" + "value" : "bundle_dye_2_15" }, { - "value" : "shulkerBox_shulker_box_color_block_3_11_0" + "value" : "bundle_dye_2_14" }, { - "value" : "shulkerBox_shulker_box_color_block_3_12_0" + "value" : "bundle_dye_2_13" }, { - "value" : "shulkerBox_shulker_box_color_block_3_13_0" + "value" : "bundle_dye_2_12" }, { - "value" : "shulkerBox_shulker_box_color_block_3_14_0" + "value" : "bundle_dye_2_11" }, { - "value" : "shulkerBox_shulker_box_color_block_3_15_0" + "value" : "bundle_dye_2_10" }, { - "value" : "shulkerBox_shulker_box_color_dye_2_0" + "value" : "bundle_dye_2_9" }, { - "value" : "shulkerBox_shulker_box_color_block_2_0_0" + "value" : "bundle_dye_2_8" }, { - "value" : "shulkerBox_shulker_box_color_block_2_1_0" + "value" : "bundle_dye_2_7" }, { - "value" : "shulkerBox_shulker_box_color_block_2_3_0" + "value" : "bundle_dye_2_6" }, { - "value" : "shulkerBox_shulker_box_color_block_2_4_0" + "value" : "bundle_dye_2_5" }, { - "value" : "shulkerBox_shulker_box_color_block_2_5_0" + "value" : "bundle_dye_2_4" }, { - "value" : "shulkerBox_shulker_box_color_block_2_6_0" + "value" : "bundle_dye_2_3" }, { - "value" : "shulkerBox_shulker_box_color_block_2_7_0" + "value" : "bundle_dye_2_1" }, { - "value" : "shulkerBox_shulker_box_color_block_2_8_0" + "value" : "bundle_dye_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_9_0" + "value" : "bundle_dye_1" }, { - "value" : "shulkerBox_shulker_box_color_block_2_10_0" + "value" : "bundle_dye_1_19" }, { - "value" : "shulkerBox_shulker_box_color_block_2_11_0" + "value" : "bundle_dye_1_18" }, { - "value" : "shulkerBox_shulker_box_color_block_2_12_0" + "value" : "bundle_dye_1_17" }, { - "value" : "shulkerBox_shulker_box_color_block_2_13_0" + "value" : "bundle_dye_1_16" }, { - "value" : "shulkerBox_shulker_box_color_block_2_14_0" + "value" : "bundle_dye_1_15" }, { - "value" : "shulkerBox_shulker_box_color_block_2_15_0" + "value" : "bundle_dye_1_14" }, { - "value" : "shulkerBox_shulker_box_color_dye_1_0" + "value" : "bundle_dye_1_13" }, { - "value" : "shulkerBox_shulker_box_color_block_1_0_0" + "value" : "bundle_dye_1_12" }, { - "value" : "shulkerBox_shulker_box_color_block_1_2_0" + "value" : "bundle_dye_1_11" }, { - "value" : "shulkerBox_shulker_box_color_block_1_3_0" + "value" : "bundle_dye_1_10" }, { - "value" : "shulkerBox_shulker_box_color_block_1_4_0" + "value" : "bundle_dye_1_9" }, { - "value" : "shulkerBox_shulker_box_color_block_1_5_0" + "value" : "bundle_dye_1_8" }, { - "value" : "shulkerBox_shulker_box_color_block_1_6_0" + "value" : "bundle_dye_1_7" }, { - "value" : "shulkerBox_shulker_box_color_block_1_7_0" + "value" : "bundle_dye_1_6" }, { - "value" : "shulkerBox_shulker_box_color_block_1_8_0" + "value" : "bundle_dye_1_5" }, { - "value" : "shulkerBox_shulker_box_color_block_1_9_0" + "value" : "bundle_dye_1_4" }, { - "value" : "shulkerBox_shulker_box_color_block_1_10_0" + "value" : "bundle_dye_1_3" }, { - "value" : "shulkerBox_shulker_box_color_block_1_11_0" + "value" : "bundle_dye_1_2" }, { - "value" : "shulkerBox_shulker_box_color_block_1_12_0" + "value" : "bundle_dye_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_13_0" + "value" : "bundle_dye_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_14_0" + "value" : "bundle_dye_0_19" }, { - "value" : "shulkerBox_shulker_box_color_block_1_15_0" + "value" : "bundle_dye_0_18" }, { - "value" : "shulkerBox_shulker_box_color_dye_0_0" + "value" : "bundle_dye_0_17" }, { - "value" : "shulkerBox_shulker_box_color_block_0_1_0" + "value" : "bundle_dye_0_15" }, { - "value" : "shulkerBox_shulker_box_color_block_0_2_0" + "value" : "bundle_dye_0_14" }, { - "value" : "shulkerBox_shulker_box_color_block_0_3_0" + "value" : "bundle_dye_0_13" }, { - "value" : "shulkerBox_shulker_box_color_block_0_4_0" + "value" : "bundle_dye_0_12" }, { - "value" : "shulkerBox_shulker_box_color_block_0_5_0" + "value" : "bundle_dye_0_11" }, { - "value" : "shulkerBox_shulker_box_color_block_0_6_0" + "value" : "bundle_dye_0_10" }, { - "value" : "shulkerBox_shulker_box_color_block_0_7_0" + "value" : "bundle_dye_0_9" }, { - "value" : "shulkerBox_shulker_box_color_block_0_8_0" + "value" : "bundle_dye_0_8" }, { - "value" : "shulkerBox_shulker_box_color_block_0_9_0" + "value" : "bundle_dye_0_7" }, { - "value" : "shulkerBox_shulker_box_color_block_0_10_0" + "value" : "bundle_dye_0_6" }, { - "value" : "shulkerBox_shulker_box_color_block_0_11_0" + "value" : "bundle_dye_0_5" }, { - "value" : "shulkerBox_shulker_box_color_block_0_12_0" + "value" : "bundle_dye_0_4" }, { - "value" : "shulkerBox_shulker_box_color_block_0_13_0" + "value" : "bundle_dye_0_3" }, { - "value" : "shulkerBox_shulker_box_color_block_0_14_0" + "value" : "bundle_dye_0_2" }, { - "value" : "shulkerBox_shulker_box_color_block_0_15_0" + "value" : "bundle_dye_0_1" }, { "value" : "bed_color_19" @@ -29550,6 +31132,14 @@ } ] }, + { + "name" : "ScheduleActionClear", + "values" : [ + { + "value" : "clear" + } + ] + }, { "name" : "ScheduleActionOnAreaLoaded", "values" : [ @@ -29559,7 +31149,7 @@ ] }, { - "name" : "RequestAction", + "name" : "RequestActionAdd", "values" : [ { "value" : "add" @@ -29582,6 +31172,30 @@ } ] }, + { + "name" : "RequestActionClear", + "values" : [ + { + "value" : "clear" + } + ] + }, + { + "name" : "TickingAreaName", + "values" : [ + { + "value" : "tickingarea" + } + ] + }, + { + "name" : "FunctionName", + "values" : [ + { + "value" : "function" + } + ] + }, { "name" : "ScoreboardObjectivesCategory", "values" : [ @@ -30246,7 +31860,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 +32183,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 +32200,7 @@ ] }, { - "name" : "3", + "name" : "7", "params" : [ { "is_optional" : false, @@ -30365,20 +32244,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 +32261,7 @@ ] }, { - "name" : "4", + "name" : "8", "params" : [ { "is_optional" : false, @@ -30441,23 +32306,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 +32340,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 +32376,7 @@ ] }, { - "name" : "6", + "name" : "10", "params" : [ { "is_optional" : false, @@ -30550,23 +32401,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 +32430,7 @@ ] }, { - "name" : "7", + "name" : "11", "params" : [ { "is_optional" : false, @@ -30611,43 +32455,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 +32521,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 +32608,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 +32709,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 +32777,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 +32838,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 +32927,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 +32998,7 @@ ] }, { - "name" : "17", + "name" : "21", "params" : [ { "is_optional" : false, @@ -31124,7 +33038,7 @@ ] }, { - "name" : "18", + "name" : "22", "params" : [ { "is_optional" : false, @@ -31171,7 +33085,7 @@ ] }, { - "name" : "19", + "name" : "23", "params" : [ { "is_optional" : false, @@ -31211,7 +33125,7 @@ ] }, { - "name" : "20", + "name" : "24", "params" : [ { "is_optional" : false, @@ -31251,7 +33165,7 @@ ] }, { - "name" : "21", + "name" : "25", "params" : [ { "is_optional" : false, @@ -31284,7 +33198,7 @@ ] }, { - "name" : "22", + "name" : "26", "params" : [ { "is_optional" : false, @@ -31303,7 +33217,7 @@ ] }, { - "name" : "23", + "name" : "27", "params" : [ { "is_optional" : false, @@ -31378,7 +33292,7 @@ ] }, { - "name" : "24", + "name" : "28", "params" : [ { "is_optional" : false, @@ -31425,7 +33339,7 @@ ] }, { - "name" : "25", + "name" : "29", "params" : [ { "is_optional" : false, @@ -31472,7 +33386,7 @@ ] }, { - "name" : "26", + "name" : "30", "params" : [ { "is_optional" : false, @@ -32040,10 +33954,17 @@ }, { "is_optional" : false, - "name" : "clear", + "name" : "Mode", "type" : { "name" : "CLEAREFFECTS" } + }, + { + "is_optional" : true, + "name" : "effect", + "type" : { + "name" : "EFFECT" + } } ] }, @@ -32086,6 +34007,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 +37427,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 +37458,7 @@ "is_optional" : false, "name" : "condition", "type" : { - "name" : "REQUESTACTION" + "name" : "REQUESTACTIONADD" } }, { @@ -35505,7 +37485,7 @@ ] }, { - "name" : "2", + "name" : "3", "params" : [ { "is_optional" : false, @@ -35518,7 +37498,7 @@ "is_optional" : false, "name" : "condition", "type" : { - "name" : "REQUESTACTION" + "name" : "REQUESTACTIONADD" } }, { @@ -35552,7 +37532,7 @@ ] }, { - "name" : "3", + "name" : "4", "params" : [ { "is_optional" : false, @@ -35565,7 +37545,7 @@ "is_optional" : false, "name" : "condition", "type" : { - "name" : "REQUESTACTION" + "name" : "REQUESTACTIONADD" } }, { @@ -35590,6 +37570,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, @@ -35779,7 +37832,7 @@ "is_optional" : true, "name" : "playername", "type" : { - "name" : "WILDCARDSELECTION" + "name" : "SELECTION" } } ] @@ -35805,7 +37858,7 @@ "is_optional" : false, "name" : "player", "type" : { - "name" : "WILDCARDSELECTION" + "name" : "SELECTION" } }, { @@ -35838,7 +37891,7 @@ "is_optional" : false, "name" : "player", "type" : { - "name" : "WILDCARDSELECTION" + "name" : "SELECTION" } }, { @@ -35885,7 +37938,7 @@ "is_optional" : false, "name" : "player", "type" : { - "name" : "WILDCARDSELECTION" + "name" : "SELECTION" } }, { @@ -35932,7 +37985,7 @@ "is_optional" : false, "name" : "player", "type" : { - "name" : "WILDCARDSELECTION" + "name" : "SELECTION" } }, { @@ -35972,7 +38025,7 @@ "is_optional" : false, "name" : "targetName", "type" : { - "name" : "WILDCARDSELECTION" + "name" : "SELECTION" } }, { @@ -35993,7 +38046,7 @@ "is_optional" : false, "name" : "selector", "type" : { - "name" : "WILDCARDSELECTION" + "name" : "SELECTION" } }, { @@ -36866,7 +38919,7 @@ "is_optional" : false, "name" : "entity", "type" : { - "name" : "WILDCARDSELECTION" + "name" : "SELECTION" } }, { @@ -36892,7 +38945,7 @@ "is_optional" : false, "name" : "entity", "type" : { - "name" : "WILDCARDSELECTION" + "name" : "SELECTION" } }, { @@ -38073,7 +40126,7 @@ "requires_cheats" : true } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 0e7788ad6..adcf57e7a 100644 --- a/metadata/engine_modules/engine-after-events-ordering.json +++ b/metadata/engine_modules/engine-after-events-ordering.json @@ -1499,6 +1499,192 @@ { "name" : "PlayerInputPermissionCategoryChangeAfterEvent" }, + { + "name" : "PlayerInteractWithEntityAfterEvent" + }, + { + "name" : "PlayerInteractWithBlockAfterEvent" + }, + { + "name" : "PistonActivateAfterEvent" + }, + { + "name" : "PressurePlatePushAfterEvent" + }, + { + "name" : "PressurePlatePopAfterEvent" + }, + { + "name" : "TargetBlockHitAfterEvent" + }, + { + "name" : "TripWireTripAfterEvent" + }, + { + "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" : "PlayerInteractWithEntityAfterEvent" + }, + { + "name" : "PlayerInteractWithBlockAfterEvent" + }, { "name" : "PistonActivateAfterEvent" }, @@ -1704,8 +1890,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" : [ @@ -1859,6 +2045,12 @@ { "name" : "PlayerInputPermissionCategoryChangeAfterEvent" }, + { + "name" : "PlayerInteractWithEntityAfterEvent" + }, + { + "name" : "PlayerInteractWithBlockAfterEvent" + }, { "name" : "PistonActivateAfterEvent" }, @@ -1878,8 +2070,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 +2104,7 @@ "version" : "0.1.0-beta" } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "module_type" : "after_events_ordering", "name" : "engine-after_events_ordering" } 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/Components v1.21.40.json b/metadata/json_schemas/Components v1.21.40.json new file mode 100644 index 000000000..4eb26586b --- /dev/null +++ b/metadata/json_schemas/Components v1.21.40.json @@ -0,0 +1,2256 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "3027887553", + "definitions": { + "1095951327": { + "title": "minecraft:enchantable v1.20.50", + "type": "object", + "properties": { + "slot": { + "type": "string", + "$metaProperties": {} + }, + "value": { + "type": "integer", + "$metaProperties": {}, + "minimum": 0.0 + } + }, + "required": [ + "slot", + "value" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Enchantable v1.20.50" + } + }, + "1206516236": { + "title": "minecraft:glint v1.20.50", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "type": "boolean", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Glint v1.20.50" + } + }, + "120997796": { + "title": "minecraft:storage_item v1.21.30", + "type": "object", + "properties": { + "allow_nested_storage_items": { + "type": "boolean", + "$metaProperties": {} + }, + "allowed_items": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/1531870811" + }, + "$metaProperties": {} + }, + "banned_items": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/1531870811" + }, + "$metaProperties": {} + }, + "max_slots": { + "type": "integer", + "$metaProperties": {}, + "maximum": 64.0 + }, + "max_weight_limit": { + "type": "integer", + "$metaProperties": {}, + "maximum": 64.0 + }, + "weight_in_storage_item": { + "type": "integer", + "$metaProperties": {}, + "minimum": 0.0 + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Storage Item v1.21.30" + } + }, + "1398826300": { + "title": "struct SharedTypes::IntRange", + "type": "object", + "properties": { + "max": { + "type": "integer", + "$metaProperties": {} + }, + "min": { + "type": "integer", + "$metaProperties": {} + } + }, + "$metaProperties": {} + }, + "1531870811": { + "title": "struct SharedTypes::Legacy::ItemDescriptor", + "oneOf": [ + { + "type": "string" + }, + { + "title": "associative container", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } + }, + "1618184314": { + "title": "minecraft:icon v1.20.60", + "oneOf": [ + { + "type": "string" + }, + { + "type": "object", + "properties": { + "textures": { + "title": "associative container", + "type": "object", + "additionalProperties": { + "type": "string" + }, + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Icon v1.20.60" + } + }, + "1658474219": { + "title": "minecraft:repairable v1.20.50", + "type": "object", + "properties": { + "repair_items": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/3256164975" + }, + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repairable v1.20.50" + } + }, + "1661309668": { + "title": "minecraft:hover_text_color v1.20.50", + "oneOf": [ + { + "type": "string" + }, + { + "type": "object", + "properties": { + "value": { + "type": "string", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HoverTextColor v1.20.50" + } + }, + "1754804474": { + "title": "minecraft:interact_button v1.20.50", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "string" + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "InteractButton v1.20.50" + } + }, + "1889822164": { + "title": "minecraft:hand_equipped v1.20.50", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "type": "boolean", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HandEquipped v1.20.50" + } + }, + "1899103179": { + "title": "struct SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo", + "type": "object", + "properties": { + "block": { + "$ref": "#/definitions/748032502", + "$metaProperties": {} + }, + "speed": { + "type": "integer", + "$metaProperties": {} + } + }, + "required": [ + "block", + "speed" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "BlockInfo v1.20.50" + } + }, + "1956551060": { + "title": "minecraft:durability_sensor v1.21.10", + "type": "object", + "properties": { + "durability_thresholds": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/764203503" + }, + "$metaProperties": {}, + "minItems": 1 + } + }, + "required": [ + "durability_thresholds" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DurabilitySensor v1.21.10" + } + }, + "2041267453": { + "title": "minecraft:wearable v1.20.50", + "type": "object", + "properties": { + "protection": { + "type": "integer", + "$metaProperties": {}, + "minimum": 0.0 + }, + "slot": { + "title": "enum SharedTypes::Legacy::EquipmentSlot", + "type": "string", + "enum": [ + "slot.armor.chest", + "slot.armor.feet", + "slot.armor.head", + "slot.armor.legs", + "slot.weapon.offhand" + ], + "$metaProperties": {} + } + }, + "required": [ + "slot" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Wearable v1.20.50" + } + }, + "2063418195": { + "title": "minecraft:damage_absorption v1.21.10", + "type": "object", + "properties": { + "absorbable_causes": { + "title": "sequence container", + "type": "array", + "items": { + "type": "string" + }, + "$metaProperties": {}, + "minItems": 1 + } + }, + "required": [ + "absorbable_causes" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DamageAbsorption v1.21.10" + } + }, + "2333685719": { + "title": "minecraft:bundle_interaction v1.21.30", + "type": "object", + "properties": { + "num_viewable_slots": { + "type": "integer", + "$metaProperties": {}, + "minimum": 1.0, + "maximum": 64.0 + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Bundle Interaction v1.21.30" + } + }, + "2359991381": { + "title": "minecraft:liquid_clipped v1.20.50", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "type": "boolean", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "LiquidClipped v1.20.50" + } + }, + "2499855414": { + "title": "minecraft:digger v1.20.50", + "type": "object", + "properties": { + "destroy_speeds": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/1899103179" + }, + "$metaProperties": {} + }, + "use_efficiency": { + "type": "boolean", + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Digger v1.20.50" + } + }, + "268086052": { + "title": "minecraft:food v1.20.50", + "type": "object", + "properties": { + "can_always_eat": { + "type": "boolean", + "$metaProperties": {} + }, + "nutrition": { + "type": "integer", + "$metaProperties": {} + }, + "saturation_modifier": { + "type": "number", + "$metaProperties": {}, + "minimum": 0.0 + }, + "using_converts_to": { + "$ref": "#/definitions/1531870811", + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Food v1.20.50" + } + }, + "2681068491": { + "title": "struct SharedTypes::v1_20_50::ShooterItemComponent::Ammunition", + "type": "object", + "properties": { + "item": { + "$ref": "#/definitions/1531870811", + "$metaProperties": {} + }, + "search_inventory": { + "type": "boolean", + "$metaProperties": {} + }, + "use_in_creative": { + "type": "boolean", + "$metaProperties": {} + }, + "use_offhand": { + "type": "boolean", + "$metaProperties": {} + } + }, + "required": [ + "item" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Ammunition v1.20.50" + } + }, + "2817495317": { + "title": "minecraft:max_stack_size v1.20.50", + "oneOf": [ + { + "type": "integer", + "minimum": 1.0, + "maximum": 64.0 + }, + { + "type": "object", + "properties": { + "value": { + "type": "integer", + "$metaProperties": {}, + "minimum": 1.0, + "maximum": 64.0 + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "MaxStackSize v1.20.50" + } + }, + "2942400907": { + "title": "minecraft:display_name v1.20.50", + "type": "object", + "properties": { + "value": { + "type": "string", + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DisplayName v1.20.50" + } + }, + "3053237679": { + "title": "minecraft:record v1.20.50", + "type": "object", + "properties": { + "comparator_signal": { + "type": "integer", + "$metaProperties": {} + }, + "duration": { + "type": "number", + "$metaProperties": {} + }, + "sound_event": { + "title": "enum SharedTypes::Legacy::LevelSoundEvent", + "type": "string", + "enum": [ + "add.chest", + "admire", + "agitated", + "ambient", + "ambient.aggressive", + "ambient.baby", + "ambient.basalt_deltas.additions", + "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", + "ambient.candle", + "ambient.cave", + "ambient.crimson_forest.additions", + "ambient.crimson_forest.loop", + "ambient.crimson_forest.mood", + "ambient.in.air", + "ambient.in.raid", + "ambient.in.water", + "ambient.nether_wastes.additions", + "ambient.nether_wastes.loop", + "ambient.nether_wastes.mood", + "ambient.pollinate", + "ambient.screamer", + "ambient.soulsand_valley.additions", + "ambient.soulsand_valley.loop", + "ambient.soulsand_valley.mood", + "ambient.tame", + "ambient.underwater.enter", + "ambient.underwater.exit", + "ambient.warped_forest.additions", + "ambient.warped_forest.loop", + "ambient.warped_forest.mood", + "ambient.worried", + "angry", + "apply_effect.bad_omen", + "apply_effect.raid_omen", + "apply_effect.trial_omen", + "armor", + "armor.break_wolf", + "armor.crack_wolf", + "armor.equip_chain", + "armor.equip_diamond", + "armor.equip_elytra", + "armor.equip_generic", + "armor.equip_gold", + "armor.equip_iron", + "armor.equip_leather", + "armor.equip_netherite", + "armor.equip_wolf", + "armor.repair_wolf", + "armor.unequip_wolf", + "attach", + "attack", + "attack.nodamage", + "attack.strong", + "balloonpop", + "beacon.activate", + "beacon.ambient", + "beacon.deactivate", + "beacon.power", + "blast", + "block.bamboo_sapling.place", + "block.barrel.close", + "block.barrel.open", + "block.beehive.drip", + "block.beehive.enter", + "block.beehive.exit", + "block.beehive.shear", + "block.beehive.work", + "block.bell.hit", + "block.blastfurnace.fire_crackle", + "block.campfire.crackle", + "block.cartography_table.use", + "block.click", + "block.click.fail", + "block.composter.empty", + "block.composter.fill", + "block.composter.fill_success", + "block.composter.ready", + "block.copper_bulb.turn_off", + "block.copper_bulb.turn_on", + "block.decorated_pot.insert", + "block.decorated_pot.insert_fail", + "block.enchanting_table.use", + "block.end_portal.spawn", + "block.end_portal_frame.fill", + "block.fletching_table.use", + "block.frog_spawn.break", + "block.frog_spawn.hatch", + "block.furnace.lit", + "block.grindstone.use", + "block.loom.use", + "block.scaffolding.climb", + "block.sculk.spread", + "block.sculk_catalyst.bloom", + "block.sculk_sensor.place", + "block.sculk_shrieker.place", + "block.sculk_shrieker.shriek", + "block.sign.waxed_interact_fail", + "block.smithing_table.use", + "block.smoker.smoke", + "block.sniffer_egg.crack", + "block.sniffer_egg.hatch", + "block.stonecutter.use", + "block.sweet_berry_bush.hurt", + "block.sweet_berry_bush.pick", + "block.turtle_egg.attack", + "block.turtle_egg.break", + "block.turtle_egg.crack", + "block.turtle_egg.hatch", + "boost", + "born", + "bottle.dragonbreath", + "bottle.empty", + "bottle.fill", + "bow", + "bow.hit", + "break", + "break.block", + "break_pot", + "breathe", + "breeze_wind_charge.burst", + "brush", + "brush_completed", + "bubble.down", + "bubble.downinside", + "bubble.pop", + "bubble.up", + "bubble.upinside", + "bucket.empty.fish", + "bucket.empty.lava", + "bucket.empty.powder_snow", + "bucket.empty.water", + "bucket.fill.fish", + "bucket.fill.lava", + "bucket.fill.powder_snow", + "bucket.fill.water", + "bullet.hit", + "bundle.drop_contents", + "bundle.insert", + "bundle.insert_fail", + "bundle.remove_one", + "burp", + "button.click_off", + "button.click_on", + "cake.add_candle", + "camera.take_picture", + "cant_breed", + "cast.spell", + "cauldron_drip.lava.pointed_dripstone", + "cauldron_drip.water.pointed_dripstone", + "celebrate", + "charge", + "charge.sculk", + "chest.closed", + "chest.open", + "chime.amethyst_block", + "chorusdeath", + "chorusgrow", + "conduit.activate", + "conduit.ambient", + "conduit.attack", + "conduit.deactivate", + "conduit.short", + "convert_mooshroom", + "convert_to_drowned", + "convert_to_frog", + "convert_to_stray", + "converted_to_zombified", + "copper.wax.off", + "copper.wax.on", + "crafter.craft", + "crafter.disable_slot", + "crafter.fail", + "crossbow.loading.end", + "crossbow.loading.middle", + "crossbow.loading.start", + "crossbow.quick_charge.end", + "crossbow.quick_charge.middle", + "crossbow.quick_charge.start", + "crossbow.shoot", + "dash_ready", + "death", + "death.baby", + "death.in.water", + "death.mid.volume", + "death.min.volume", + "death.screamer", + "death.to.zombie", + "default", + "deny", + "detach", + "disappeared", + "door.close", + "door.open", + "drink", + "drink.honey", + "drink.milk", + "drip.lava.pointed_dripstone", + "drip.water.pointed_dripstone", + "drop.slot", + "eat", + "elderguardian.curse", + "elemconstruct.open", + "enderchest.closed", + "enderchest.open", + "explode", + "extinguish.candle", + "extinguish.fire", + "fall", + "fall.big", + "fall.small", + "fang", + "fence_gate.close", + "fence_gate.open", + "fire", + "fizz", + "flap", + "flop", + "fly", + "fuse", + "gallop", + "glass", + "glow_squid.ink_squirt", + "glowstick.use", + "growl", + "haggle", + "haggle.idle", + "haggle.no", + "haggle.yes", + "heartbeat", + "heavy.step", + "hit", + "horn_break", + "horn_call0", + "horn_call1", + "horn_call2", + "horn_call3", + "horn_call4", + "horn_call5", + "horn_call6", + "horn_call7", + "hurt", + "hurt.baby", + "hurt.in.water", + "hurt.reduced", + "hurt.screamer", + "icebomb.hit", + "ignite", + "imitate.blaze", + "imitate.bogged", + "imitate.breeze", + "imitate.cave_spider", + "imitate.creeper", + "imitate.drowned", + "imitate.elder_guardian", + "imitate.ender_dragon", + "imitate.enderman", + "imitate.endermite", + "imitate.evocation_illager", + "imitate.ghast", + "imitate.husk", + "imitate.magma_cube", + "imitate.polar_bear", + "imitate.shulker", + "imitate.silverfish", + "imitate.skeleton", + "imitate.slime", + "imitate.spider", + "imitate.stray", + "imitate.vex", + "imitate.vindication_illager", + "imitate.warden", + "imitate.witch", + "imitate.wither", + "imitate.wither_skeleton", + "imitate.wolf", + "imitate.zombie", + "imitate.zombie_pigman", + "imitate.zombie_villager", + "insert", + "insert_enchanted", + "irongolem.crack", + "irongolem.repair", + "item.book.put", + "item.fizz", + "item.shield.block", + "item.spyglass.stop_using", + "item.spyglass.use", + "item.trident.hit", + "item.trident.hit_ground", + "item.trident.return", + "item.trident.riptide_1", + "item.trident.riptide_2", + "item.trident.riptide_3", + "item.trident.throw", + "item.trident.thunder", + "item.use.on", + "item_given", + "item_taken", + "item_thrown", + "jump", + "jump.prevent", + "jump_to_block", + "land", + "large.blast", + "launch", + "lava", + "lava.pop", + "lay_egg", + "lay_spawn", + "leashknot.break", + "leashknot.place", + "levelup", + "listening", + "listening_angry", + "lodestone_compass.link_compass_to_lodestone", + "lt.reaction.bleach", + "lt.reaction.epaste", + "lt.reaction.epaste2", + "lt.reaction.fertilizer", + "lt.reaction.fire", + "lt.reaction.fireball", + "lt.reaction.icebomb", + "lt.reaction.mgsalt", + "lt.reaction.miscexplosion", + "lt.reaction.miscfire", + "lt.reaction.miscmystical", + "lt.reaction.miscmystical2", + "lt.reaction.product", + "mace.heavy_smash_ground", + "mace.smash_air", + "mace.smash_ground", + "mad", + "milk", + "milk.screamer", + "milk_suspiciously", + "mob.armadillo.brush", + "mob.armadillo.scute_drop", + "mob.armor_stand.place", + "mob.hoglin.converted_to_zombified", + "mob.husk.convert_to_zombie", + "mob.pig.death", + "mob.player.hurt_drown", + "mob.player.hurt_freeze", + "mob.player.hurt_on_fire", + "mob.warning", + "mob.warning.baby", + "nearby_close", + "nearby_closer", + "nearby_closest", + "note", + "note.bass", + "ominous_bottle.end_use", + "ominous_item_spawner.about_to_spawn_item", + "ominous_item_spawner.spawn_item", + "ominous_item_spawner.spawn_item_begin", + "panic", + "pant", + "particle.soul_escape.loud", + "particle.soul_escape.quiet", + "pick_berries.cave_vines", + "pickup", + "pickup_enchanted", + "piston.in", + "piston.out", + "place", + "plop", + "pop", + "portal", + "portal.travel", + "potion.brewed", + "power.off", + "power.off.sculk_sensor", + "power.on", + "power.on.sculk_sensor", + "pre_ram", + "pre_ram.screamer", + "prepare.attack", + "prepare.summon", + "prepare.wololo", + "presneeze", + "pressure_plate.click_off", + "pressure_plate.click_on", + "pumpkin.carve", + "purr", + "purreow", + "raid.horn", + "ram_impact", + "ram_impact.screamer", + "random.anvil_use", + "reappeared", + "record.11", + "record.13", + "record.5", + "record.blocks", + "record.cat", + "record.chirp", + "record.creator", + "record.creator_music_box", + "record.far", + "record.mall", + "record.mellohi", + "record.otherside", + "record.pigstep", + "record.precipice", + "record.relic", + "record.stal", + "record.strad", + "record.wait", + "record.ward", + "reflect", + "remedy", + "respawn_anchor.ambient", + "respawn_anchor.charge", + "respawn_anchor.deplete", + "respawn_anchor.set_spawn", + "retreat", + "roar", + "saddle", + "scared", + "scrape", + "screech", + "shake", + "shatter_pot", + "shear", + "shoot", + "shulker.close", + "shulker.open", + "shulkerbox.closed", + "shulkerbox.open", + "sleep", + "smithing_table.use", + "sneeze", + "sonic_boom", + "sonic_charge", + "sparkler.active", + "sparkler.use", + "spawn", + "splash", + "squid.ink_squirt", + "squish.big", + "squish.small", + "stare", + "step", + "step.baby", + "step_lava", + "step_sand", + "stun", + "swim", + "swoop", + "takeoff", + "teleport", + "tempt", + "thorns", + "throw", + "thunder", + "tilt_down.big_dripleaf", + "tilt_up.big_dripleaf", + "tongue", + "trapdoor.close", + "trapdoor.open", + "trial_spawner.ambient", + "trial_spawner.ambient_ominous", + "trial_spawner.charge_activate", + "trial_spawner.close_shutter", + "trial_spawner.detect_player", + "trial_spawner.eject_item", + "trial_spawner.open_shutter", + "trial_spawner.spawn_mob", + "tripod", + "twinkle", + "ui.cartography_table.take_result", + "ui.loom.take_result", + "ui.stonecutter.take_result", + "undefined", + "unfect", + "vault.activate", + "vault.ambient", + "vault.close_shutter", + "vault.deactivate", + "vault.eject_item", + "vault.insert_item", + "vault.insert_item_fail", + "vault.open_shutter", + "vault.reject_rewarded_player", + "warn", + "water", + "whine", + "wind_charge.burst" + ], + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Record v1.20.50" + } + }, + "3126701690": { + "title": "minecraft:can_destroy_in_creative v1.20.50", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "type": "boolean", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CanDestroyInCreative v1.20.50" + } + }, + "3168558347": { + "title": "minecraft:tags v1.20.50", + "type": "object", + "properties": { + "tags": { + "title": "sequence container", + "type": "array", + "items": { + "type": "string" + }, + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Tags v1.20.50" + } + }, + "3173009623": { + "title": "minecraft:damage v1.20.50", + "oneOf": [ + { + "type": "integer", + "minimum": 0.0 + }, + { + "type": "object", + "properties": { + "value": { + "type": "integer", + "$metaProperties": {}, + "minimum": 0.0 + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Damage v1.20.50" + } + }, + "3178615832": { + "title": "minecraft:stacked_by_data v1.20.50", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "type": "boolean", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "StackedByData v1.20.50" + } + }, + "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" + } + }, + "3246981949": { + "title": "minecraft:use_animation v1.20.50", + "oneOf": [ + { + "title": "enum SharedTypes::Legacy::UseAnimation", + "type": "string", + "enum": [ + "block", + "bow", + "brush", + "camera", + "crossbow", + "drink", + "eat", + "none", + "spear", + "spyglass" + ] + }, + { + "type": "object", + "properties": { + "value": { + "title": "enum SharedTypes::Legacy::UseAnimation", + "type": "string", + "enum": [ + "block", + "bow", + "brush", + "camera", + "crossbow", + "drink", + "eat", + "none", + "spear", + "spyglass" + ], + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseAnimation v1.20.50" + } + }, + "3256164975": { + "title": "struct SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry", + "oneOf": [ + { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/1531870811" + } + }, + { + "type": "object", + "properties": { + "items": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/1531870811" + }, + "$metaProperties": {} + }, + "repair_amount": { + "$ref": "#/definitions/3178719147", + "$metaProperties": {} + } + }, + "required": [ + "items" + ] + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repair v1.20.50" + } + }, + "3308324084": { + "title": "minecraft:fuel v1.20.50", + "oneOf": [ + { + "type": "number", + "minimum": 0.05000000074505806 + }, + { + "type": "object", + "properties": { + "duration": { + "type": "number", + "$metaProperties": {}, + "minimum": 0.05000000074505806 + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Fuel v1.20.50" + } + }, + "3375297728": { + "title": "minecraft:rarity v1.21.30", + "oneOf": [ + { + "type": "string" + }, + { + "type": "object", + "properties": { + "value": { + "type": "string", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Rarity v1.21.30" + } + }, + "3389099981": { + "title": "minecraft:allow_off_hand v1.20.50", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "type": "boolean", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "AllowOffHand v1.20.50" + } + }, + "3438816014": { + "title": "minecraft:custom_components v1.20.80", + "type": "array", + "items": { + "type": "string", + "pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$" + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CustomComponents v1.20.80" + } + }, + "3494639353": { + "title": "minecraft:durability v1.20.50", + "type": "object", + "properties": { + "damage_chance": { + "$ref": "#/definitions/1398826300", + "$metaProperties": {} + }, + "max_durability": { + "type": "integer", + "$metaProperties": {}, + "minimum": 0.0 + } + }, + "required": [ + "max_durability" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Durability v1.20.50" + } + }, + "3602397325": { + "title": "minecraft:dyeable v1.21.30", + "type": "object", + "properties": { + "default_color": { + "$ref": "#/definitions/3915697282", + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Dyeable v1.21.30" + } + }, + "3715727616": { + "title": "minecraft:throwable v1.20.50", + "type": "object", + "properties": { + "do_swing_animation": { + "type": "boolean", + "$metaProperties": {} + }, + "launch_power_scale": { + "type": "number", + "$metaProperties": {} + }, + "max_draw_duration": { + "type": "number", + "$metaProperties": {} + }, + "max_launch_power": { + "type": "number", + "$metaProperties": {} + }, + "min_draw_duration": { + "type": "number", + "$metaProperties": {} + }, + "scale_power_by_draw_duration": { + "type": "boolean", + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Throwable v1.20.50" + } + }, + "3781185164": { + "title": "minecraft:shooter v1.20.50", + "type": "object", + "properties": { + "ammunition": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/2681068491" + }, + "$metaProperties": {} + }, + "charge_on_draw": { + "type": "boolean", + "$metaProperties": {} + }, + "max_draw_duration": { + "type": "number", + "$metaProperties": {} + }, + "scale_power_by_draw_duration": { + "type": "boolean", + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Shooter v1.20.50" + } + }, + "3875281249": { + "title": "minecraft:should_despawn v1.20.50", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "type": "boolean", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "ShouldDespawn v1.20.50" + } + }, + "3915697282": { + "title": "Color255RGB", + "oneOf": [ + { + "type": "string", + "pattern": "^#[a-fA-F0-9]{6}$" + }, + { + "title": "sequence container", + "type": "array", + "items": { + "type": "integer" + }, + "minItems": 3, + "maxItems": 3 + } + ], + "$metaProperties": {} + }, + "435751873": { + "title": "minecraft:use_modifiers v1.20.50", + "type": "object", + "properties": { + "movement_modifier": { + "type": "number", + "$metaProperties": {}, + "minimum": 0.0, + "maximum": 1.0 + }, + "use_duration": { + "type": "number", + "$metaProperties": {}, + "minimum": 0.0 + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseModifiers v1.20.50" + } + }, + "49501551": { + "title": "compound_proxy", + "oneOf": [ + { + "type": "integer" + }, + { + "type": "string" + }, + { + "type": "boolean" + } + ], + "$metaProperties": {} + }, + "608914689": { + "title": "minecraft:projectile v1.20.50", + "type": "object", + "properties": { + "minimum_critical_power": { + "type": "number", + "$metaProperties": {} + }, + "projectile_entity": { + "type": "string", + "$metaProperties": {}, + "minLength": 0, + "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" + } + }, + "required": [ + "projectile_entity" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Projectile v1.20.50" + } + }, + "748032502": { + "title": "struct SharedTypes::v1_20_50::BlockDescriptor", + "oneOf": [ + { + "$ref": "#/definitions/970386766" + }, + { + "type": "string", + "minLength": 1 + } + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } + }, + "764203503": { + "title": "minecraft:durability_sensor durability_threshold v1.21.10", + "type": "object", + "properties": { + "durability": { + "type": "integer", + "$metaProperties": {} + }, + "particle_type": { + "type": "string", + "$metaProperties": {} + }, + "sound_event": { + "title": "enum SharedTypes::Legacy::LevelSoundEvent", + "type": "string", + "enum": [ + "add.chest", + "admire", + "agitated", + "ambient", + "ambient.aggressive", + "ambient.baby", + "ambient.basalt_deltas.additions", + "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", + "ambient.candle", + "ambient.cave", + "ambient.crimson_forest.additions", + "ambient.crimson_forest.loop", + "ambient.crimson_forest.mood", + "ambient.in.air", + "ambient.in.raid", + "ambient.in.water", + "ambient.nether_wastes.additions", + "ambient.nether_wastes.loop", + "ambient.nether_wastes.mood", + "ambient.pollinate", + "ambient.screamer", + "ambient.soulsand_valley.additions", + "ambient.soulsand_valley.loop", + "ambient.soulsand_valley.mood", + "ambient.tame", + "ambient.underwater.enter", + "ambient.underwater.exit", + "ambient.warped_forest.additions", + "ambient.warped_forest.loop", + "ambient.warped_forest.mood", + "ambient.worried", + "angry", + "apply_effect.bad_omen", + "apply_effect.raid_omen", + "apply_effect.trial_omen", + "armor", + "armor.break_wolf", + "armor.crack_wolf", + "armor.equip_chain", + "armor.equip_diamond", + "armor.equip_elytra", + "armor.equip_generic", + "armor.equip_gold", + "armor.equip_iron", + "armor.equip_leather", + "armor.equip_netherite", + "armor.equip_wolf", + "armor.repair_wolf", + "armor.unequip_wolf", + "attach", + "attack", + "attack.nodamage", + "attack.strong", + "balloonpop", + "beacon.activate", + "beacon.ambient", + "beacon.deactivate", + "beacon.power", + "blast", + "block.bamboo_sapling.place", + "block.barrel.close", + "block.barrel.open", + "block.beehive.drip", + "block.beehive.enter", + "block.beehive.exit", + "block.beehive.shear", + "block.beehive.work", + "block.bell.hit", + "block.blastfurnace.fire_crackle", + "block.campfire.crackle", + "block.cartography_table.use", + "block.click", + "block.click.fail", + "block.composter.empty", + "block.composter.fill", + "block.composter.fill_success", + "block.composter.ready", + "block.copper_bulb.turn_off", + "block.copper_bulb.turn_on", + "block.decorated_pot.insert", + "block.decorated_pot.insert_fail", + "block.enchanting_table.use", + "block.end_portal.spawn", + "block.end_portal_frame.fill", + "block.fletching_table.use", + "block.frog_spawn.break", + "block.frog_spawn.hatch", + "block.furnace.lit", + "block.grindstone.use", + "block.loom.use", + "block.scaffolding.climb", + "block.sculk.spread", + "block.sculk_catalyst.bloom", + "block.sculk_sensor.place", + "block.sculk_shrieker.place", + "block.sculk_shrieker.shriek", + "block.sign.waxed_interact_fail", + "block.smithing_table.use", + "block.smoker.smoke", + "block.sniffer_egg.crack", + "block.sniffer_egg.hatch", + "block.stonecutter.use", + "block.sweet_berry_bush.hurt", + "block.sweet_berry_bush.pick", + "block.turtle_egg.attack", + "block.turtle_egg.break", + "block.turtle_egg.crack", + "block.turtle_egg.hatch", + "boost", + "born", + "bottle.dragonbreath", + "bottle.empty", + "bottle.fill", + "bow", + "bow.hit", + "break", + "break.block", + "break_pot", + "breathe", + "breeze_wind_charge.burst", + "brush", + "brush_completed", + "bubble.down", + "bubble.downinside", + "bubble.pop", + "bubble.up", + "bubble.upinside", + "bucket.empty.fish", + "bucket.empty.lava", + "bucket.empty.powder_snow", + "bucket.empty.water", + "bucket.fill.fish", + "bucket.fill.lava", + "bucket.fill.powder_snow", + "bucket.fill.water", + "bullet.hit", + "bundle.drop_contents", + "bundle.insert", + "bundle.insert_fail", + "bundle.remove_one", + "burp", + "button.click_off", + "button.click_on", + "cake.add_candle", + "camera.take_picture", + "cant_breed", + "cast.spell", + "cauldron_drip.lava.pointed_dripstone", + "cauldron_drip.water.pointed_dripstone", + "celebrate", + "charge", + "charge.sculk", + "chest.closed", + "chest.open", + "chime.amethyst_block", + "chorusdeath", + "chorusgrow", + "conduit.activate", + "conduit.ambient", + "conduit.attack", + "conduit.deactivate", + "conduit.short", + "convert_mooshroom", + "convert_to_drowned", + "convert_to_frog", + "convert_to_stray", + "converted_to_zombified", + "copper.wax.off", + "copper.wax.on", + "crafter.craft", + "crafter.disable_slot", + "crafter.fail", + "crossbow.loading.end", + "crossbow.loading.middle", + "crossbow.loading.start", + "crossbow.quick_charge.end", + "crossbow.quick_charge.middle", + "crossbow.quick_charge.start", + "crossbow.shoot", + "dash_ready", + "death", + "death.baby", + "death.in.water", + "death.mid.volume", + "death.min.volume", + "death.screamer", + "death.to.zombie", + "default", + "deny", + "detach", + "disappeared", + "door.close", + "door.open", + "drink", + "drink.honey", + "drink.milk", + "drip.lava.pointed_dripstone", + "drip.water.pointed_dripstone", + "drop.slot", + "eat", + "elderguardian.curse", + "elemconstruct.open", + "enderchest.closed", + "enderchest.open", + "explode", + "extinguish.candle", + "extinguish.fire", + "fall", + "fall.big", + "fall.small", + "fang", + "fence_gate.close", + "fence_gate.open", + "fire", + "fizz", + "flap", + "flop", + "fly", + "fuse", + "gallop", + "glass", + "glow_squid.ink_squirt", + "glowstick.use", + "growl", + "haggle", + "haggle.idle", + "haggle.no", + "haggle.yes", + "heartbeat", + "heavy.step", + "hit", + "horn_break", + "horn_call0", + "horn_call1", + "horn_call2", + "horn_call3", + "horn_call4", + "horn_call5", + "horn_call6", + "horn_call7", + "hurt", + "hurt.baby", + "hurt.in.water", + "hurt.reduced", + "hurt.screamer", + "icebomb.hit", + "ignite", + "imitate.blaze", + "imitate.bogged", + "imitate.breeze", + "imitate.cave_spider", + "imitate.creeper", + "imitate.drowned", + "imitate.elder_guardian", + "imitate.ender_dragon", + "imitate.enderman", + "imitate.endermite", + "imitate.evocation_illager", + "imitate.ghast", + "imitate.husk", + "imitate.magma_cube", + "imitate.polar_bear", + "imitate.shulker", + "imitate.silverfish", + "imitate.skeleton", + "imitate.slime", + "imitate.spider", + "imitate.stray", + "imitate.vex", + "imitate.vindication_illager", + "imitate.warden", + "imitate.witch", + "imitate.wither", + "imitate.wither_skeleton", + "imitate.wolf", + "imitate.zombie", + "imitate.zombie_pigman", + "imitate.zombie_villager", + "insert", + "insert_enchanted", + "irongolem.crack", + "irongolem.repair", + "item.book.put", + "item.fizz", + "item.shield.block", + "item.spyglass.stop_using", + "item.spyglass.use", + "item.trident.hit", + "item.trident.hit_ground", + "item.trident.return", + "item.trident.riptide_1", + "item.trident.riptide_2", + "item.trident.riptide_3", + "item.trident.throw", + "item.trident.thunder", + "item.use.on", + "item_given", + "item_taken", + "item_thrown", + "jump", + "jump.prevent", + "jump_to_block", + "land", + "large.blast", + "launch", + "lava", + "lava.pop", + "lay_egg", + "lay_spawn", + "leashknot.break", + "leashknot.place", + "levelup", + "listening", + "listening_angry", + "lodestone_compass.link_compass_to_lodestone", + "lt.reaction.bleach", + "lt.reaction.epaste", + "lt.reaction.epaste2", + "lt.reaction.fertilizer", + "lt.reaction.fire", + "lt.reaction.fireball", + "lt.reaction.icebomb", + "lt.reaction.mgsalt", + "lt.reaction.miscexplosion", + "lt.reaction.miscfire", + "lt.reaction.miscmystical", + "lt.reaction.miscmystical2", + "lt.reaction.product", + "mace.heavy_smash_ground", + "mace.smash_air", + "mace.smash_ground", + "mad", + "milk", + "milk.screamer", + "milk_suspiciously", + "mob.armadillo.brush", + "mob.armadillo.scute_drop", + "mob.armor_stand.place", + "mob.hoglin.converted_to_zombified", + "mob.husk.convert_to_zombie", + "mob.pig.death", + "mob.player.hurt_drown", + "mob.player.hurt_freeze", + "mob.player.hurt_on_fire", + "mob.warning", + "mob.warning.baby", + "nearby_close", + "nearby_closer", + "nearby_closest", + "note", + "note.bass", + "ominous_bottle.end_use", + "ominous_item_spawner.about_to_spawn_item", + "ominous_item_spawner.spawn_item", + "ominous_item_spawner.spawn_item_begin", + "panic", + "pant", + "particle.soul_escape.loud", + "particle.soul_escape.quiet", + "pick_berries.cave_vines", + "pickup", + "pickup_enchanted", + "piston.in", + "piston.out", + "place", + "plop", + "pop", + "portal", + "portal.travel", + "potion.brewed", + "power.off", + "power.off.sculk_sensor", + "power.on", + "power.on.sculk_sensor", + "pre_ram", + "pre_ram.screamer", + "prepare.attack", + "prepare.summon", + "prepare.wololo", + "presneeze", + "pressure_plate.click_off", + "pressure_plate.click_on", + "pumpkin.carve", + "purr", + "purreow", + "raid.horn", + "ram_impact", + "ram_impact.screamer", + "random.anvil_use", + "reappeared", + "record.11", + "record.13", + "record.5", + "record.blocks", + "record.cat", + "record.chirp", + "record.creator", + "record.creator_music_box", + "record.far", + "record.mall", + "record.mellohi", + "record.otherside", + "record.pigstep", + "record.precipice", + "record.relic", + "record.stal", + "record.strad", + "record.wait", + "record.ward", + "reflect", + "remedy", + "respawn_anchor.ambient", + "respawn_anchor.charge", + "respawn_anchor.deplete", + "respawn_anchor.set_spawn", + "retreat", + "roar", + "saddle", + "scared", + "scrape", + "screech", + "shake", + "shatter_pot", + "shear", + "shoot", + "shulker.close", + "shulker.open", + "shulkerbox.closed", + "shulkerbox.open", + "sleep", + "smithing_table.use", + "sneeze", + "sonic_boom", + "sonic_charge", + "sparkler.active", + "sparkler.use", + "spawn", + "splash", + "squid.ink_squirt", + "squish.big", + "squish.small", + "stare", + "step", + "step.baby", + "step_lava", + "step_sand", + "stun", + "swim", + "swoop", + "takeoff", + "teleport", + "tempt", + "thorns", + "throw", + "thunder", + "tilt_down.big_dripleaf", + "tilt_up.big_dripleaf", + "tongue", + "trapdoor.close", + "trapdoor.open", + "trial_spawner.ambient", + "trial_spawner.ambient_ominous", + "trial_spawner.charge_activate", + "trial_spawner.close_shutter", + "trial_spawner.detect_player", + "trial_spawner.eject_item", + "trial_spawner.open_shutter", + "trial_spawner.spawn_mob", + "tripod", + "twinkle", + "ui.cartography_table.take_result", + "ui.loom.take_result", + "ui.stonecutter.take_result", + "undefined", + "unfect", + "vault.activate", + "vault.ambient", + "vault.close_shutter", + "vault.deactivate", + "vault.eject_item", + "vault.insert_item", + "vault.insert_item_fail", + "vault.open_shutter", + "vault.reject_rewarded_player", + "warn", + "water", + "whine", + "wind_charge.burst" + ], + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DurabilityThreshold v1.21.10" + } + }, + "853889472": { + "title": "minecraft:entity_placer v1.20.50", + "type": "object", + "properties": { + "dispense_on": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/748032502" + }, + "$metaProperties": {} + }, + "entity": { + "type": "string", + "$metaProperties": {}, + "minLength": 0, + "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" + }, + "use_on": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/748032502" + }, + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "EntityPlacer v1.20.50" + } + }, + "857819254": { + "title": "minecraft:block_placer v1.21.40", + "type": "object", + "properties": { + "block": { + "type": "string", + "$metaProperties": {} + }, + "replace_block_item": { + "type": "boolean", + "$metaProperties": {} + }, + "use_on": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/748032502" + }, + "$metaProperties": {} + } + }, + "required": [ + "block" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Planter v1.21.40" + } + }, + "886176099": { + "title": "minecraft:cooldown v1.20.50", + "type": "object", + "properties": { + "category": { + "type": "string", + "$metaProperties": {} + }, + "duration": { + "type": "number", + "$metaProperties": {} + } + }, + "required": [ + "category", + "duration" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Cooldown v1.20.50" + } + }, + "970386766": { + "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", + "type": "object", + "properties": { + "name": { + "type": "string", + "$metaProperties": {} + }, + "states": { + "title": "associative container", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/49501551" + }, + "$metaProperties": {} + }, + "tags": { + "type": "string", + "$metaProperties": {} + } + }, + "$metaProperties": {} + } + }, + "title": "components v1.21.40", + "type": "object", + "properties": { + "minecraft:allow_off_hand": { + "$ref": "#/definitions/3389099981", + "$metaProperties": {} + }, + "minecraft:block_placer": { + "$ref": "#/definitions/857819254", + "$metaProperties": {} + }, + "minecraft:bundle_interaction": { + "$ref": "#/definitions/2333685719", + "$metaProperties": {} + }, + "minecraft:can_destroy_in_creative": { + "$ref": "#/definitions/3126701690", + "$metaProperties": {} + }, + "minecraft:cooldown": { + "$ref": "#/definitions/886176099", + "$metaProperties": {} + }, + "minecraft:custom_components": { + "$ref": "#/definitions/3438816014", + "$metaProperties": {} + }, + "minecraft:damage": { + "$ref": "#/definitions/3173009623", + "$metaProperties": {} + }, + "minecraft:damage_absorption": { + "$ref": "#/definitions/2063418195", + "$metaProperties": {} + }, + "minecraft:digger": { + "$ref": "#/definitions/2499855414", + "$metaProperties": {} + }, + "minecraft:display_name": { + "$ref": "#/definitions/2942400907", + "$metaProperties": {} + }, + "minecraft:durability": { + "$ref": "#/definitions/3494639353", + "$metaProperties": {} + }, + "minecraft:durability_sensor": { + "$ref": "#/definitions/1956551060", + "$metaProperties": {} + }, + "minecraft:dyeable": { + "$ref": "#/definitions/3602397325", + "$metaProperties": {} + }, + "minecraft:enchantable": { + "$ref": "#/definitions/1095951327", + "$metaProperties": {} + }, + "minecraft:entity_placer": { + "$ref": "#/definitions/853889472", + "$metaProperties": {} + }, + "minecraft:food": { + "$ref": "#/definitions/268086052", + "$metaProperties": {} + }, + "minecraft:fuel": { + "$ref": "#/definitions/3308324084", + "$metaProperties": {} + }, + "minecraft:glint": { + "$ref": "#/definitions/1206516236", + "$metaProperties": {} + }, + "minecraft:hand_equipped": { + "$ref": "#/definitions/1889822164", + "$metaProperties": {} + }, + "minecraft:hover_text_color": { + "$ref": "#/definitions/1661309668", + "$metaProperties": {} + }, + "minecraft:icon": { + "$ref": "#/definitions/1618184314", + "$metaProperties": {} + }, + "minecraft:interact_button": { + "$ref": "#/definitions/1754804474", + "$metaProperties": {} + }, + "minecraft:liquid_clipped": { + "$ref": "#/definitions/2359991381", + "$metaProperties": {} + }, + "minecraft:max_stack_size": { + "$ref": "#/definitions/2817495317", + "$metaProperties": {} + }, + "minecraft:projectile": { + "$ref": "#/definitions/608914689", + "$metaProperties": {} + }, + "minecraft:rarity": { + "$ref": "#/definitions/3375297728", + "$metaProperties": {} + }, + "minecraft:record": { + "$ref": "#/definitions/3053237679", + "$metaProperties": {} + }, + "minecraft:repairable": { + "$ref": "#/definitions/1658474219", + "$metaProperties": {} + }, + "minecraft:shooter": { + "$ref": "#/definitions/3781185164", + "$metaProperties": {} + }, + "minecraft:should_despawn": { + "$ref": "#/definitions/3875281249", + "$metaProperties": {} + }, + "minecraft:stacked_by_data": { + "$ref": "#/definitions/3178615832", + "$metaProperties": {} + }, + "minecraft:storage_item": { + "$ref": "#/definitions/120997796", + "$metaProperties": {} + }, + "minecraft:tags": { + "$ref": "#/definitions/3168558347", + "$metaProperties": {} + }, + "minecraft:throwable": { + "$ref": "#/definitions/3715727616", + "$metaProperties": {} + }, + "minecraft:use_animation": { + "$ref": "#/definitions/3246981949", + "$metaProperties": {} + }, + "minecraft:use_modifiers": { + "$ref": "#/definitions/435751873", + "$metaProperties": {} + }, + "minecraft:wearable": { + "$ref": "#/definitions/2041267453", + "$metaProperties": {} + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Components v1.21.40" + } +} \ No newline at end of file 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/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..77f0f9130 --- /dev/null +++ b/metadata/json_schemas/Feature Rule v1.21.20.json @@ -0,0 +1,398 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "3883188534", + "definitions": { + "1088251937": { + "title": "Filter Group", + "oneOf": [ + { + "$ref": "#/definitions/4150989894" + }, + { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/1088251937" + } + }, + { + "type": "object", + "properties": { + "AND": { + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "NOT": { + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "OR": { + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "all": { + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "all_of": { + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "any": { + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "any_of": { + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "none_of": { + "$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": { + "$ref": "#/definitions/4231469203", + "$metaProperties": {} + }, + "description": { + "$ref": "#/definitions/3683814853", + "$metaProperties": {} + }, + "distribution": { + "$ref": "#/definitions/2195141389", + "$metaProperties": {} + } + }, + "required": [ + "conditions", + "description" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "2176758423": { + "title": "Scatter Chance", + "oneOf": [ + { + "$ref": "#/definitions/3178719147" + }, + { + "type": "object", + "properties": { + "denominator": { + "type": "integer", + "$metaProperties": {}, + "minimum": 1.0 + }, + "numerator": { + "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", + "type": "object", + "properties": { + "coordinate_eval_order": { + "title": "Coordinate Evaluation Order", + "type": "string", + "enum": [ + "xyz", + "xzy", + "yxz", + "yzx", + "zxy", + "zyx" + ], + "$metaProperties": {} + }, + "iterations": { + "$ref": "#/definitions/3178719147", + "$metaProperties": {} + }, + "scatter_chance": { + "$ref": "#/definitions/2176758423", + "$metaProperties": {} + }, + "x": { + "$ref": "#/definitions/4150871210", + "$metaProperties": {} + }, + "y": { + "$ref": "#/definitions/4150871210", + "$metaProperties": {} + }, + "z": { + "$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": { + "type": "string", + "$metaProperties": {} + }, + "places_feature": { + "type": "string", + "$metaProperties": {} + } + }, + "required": [ + "identifier", + "places_feature" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "4150871210": { + "title": "Coordinate Range", + "oneOf": [ + { + "$ref": "#/definitions/3178719147" + }, + { + "type": "object", + "properties": { + "distribution": { + "title": "Random Distribution Type", + "type": "string", + "enum": [ + "fixed_grid", + "gaussian", + "inverse_gaussian", + "jittered_grid", + "triangle", + "uniform" + ], + "$metaProperties": {} + }, + "extent": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/3178719147" + }, + "$metaProperties": {}, + "minItems": 2, + "maxItems": 2 + }, + "grid_offset": { + "type": "integer", + "$metaProperties": {}, + "minimum": 0.0 + }, + "step_size": { + "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": { + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + }, + "operator": { + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + }, + "subject": { + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + }, + "test": { + "type": "string", + "$metaProperties": {} + }, + "value": { + "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": { + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "placement_pass": { + "type": "string", + "$metaProperties": {} + } + }, + "required": [ + "placement_pass" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + } + }, + "title": "Feature Rule JSON File", + "type": "object", + "properties": { + "format_version": { + "type": "string", + "$metaProperties": {} + }, + "minecraft:feature_rules": { + "$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..f7e7fc720 100644 --- a/metadata/json_schemas/Filter Group v1.21.20.json +++ b/metadata/json_schemas/Filter Group v1.21.20.json @@ -7,7 +7,6 @@ "type": "object", "properties": { "domain": { - "description": "The domain the test should be performed in.", "oneOf": [ { "type": "boolean" @@ -21,10 +20,10 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "operator": { - "description": "The comparison to apply with 'value'.", "oneOf": [ { "type": "boolean" @@ -38,10 +37,10 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "subject": { - "description": "The subject of this filter test.", "oneOf": [ { "type": "boolean" @@ -55,14 +54,14 @@ { "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.", "oneOf": [ { "type": "boolean" @@ -76,7 +75,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} } }, "required": [ @@ -89,7 +89,6 @@ } }, "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" @@ -98,7 +97,6 @@ "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": "1088251937" } }, @@ -106,36 +104,36 @@ "type": "object", "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..7932a7054 100644 --- a/metadata/json_schemas/Filter Test v1.21.20.json +++ b/metadata/json_schemas/Filter Test v1.21.20.json @@ -5,7 +5,6 @@ "type": "object", "properties": { "domain": { - "description": "The domain the test should be performed in.", "oneOf": [ { "type": "boolean" @@ -19,10 +18,10 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "operator": { - "description": "The comparison to apply with 'value'.", "oneOf": [ { "type": "boolean" @@ -36,10 +35,10 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "subject": { - "description": "The subject of this filter test.", "oneOf": [ { "type": "boolean" @@ -53,14 +52,14 @@ { "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.", "oneOf": [ { "type": "boolean" @@ -74,7 +73,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..c11778289 100644 --- a/metadata/json_schemas/Food v1.20.50.json +++ b/metadata/json_schemas/Food v1.20.50.json @@ -22,25 +22,24 @@ } }, "title": "minecraft:food v1.20.50", - "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.", "type": "object", "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..e8d3561d1 100644 --- a/metadata/json_schemas/Fuel v1.20.50.json +++ b/metadata/json_schemas/Fuel v1.20.50.json @@ -2,7 +2,6 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "3308324084", "title": "minecraft:fuel v1.20.50", - "description": "Fuel item component allows this item to be used as fuel in a furnace to 'cook' other items.", "oneOf": [ { "type": "number", @@ -12,8 +11,8 @@ "type": "object", "properties": { "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..c2ed1e45b 100644 --- a/metadata/json_schemas/Glint v1.20.50.json +++ b/metadata/json_schemas/Glint v1.20.50.json @@ -2,7 +2,6 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "1206516236", "title": "minecraft:glint v1.20.50", - "description": "The glint component determines whether the item has the enchanted glint render effect on it.", "oneOf": [ { "type": "boolean" @@ -11,8 +10,8 @@ "type": "object", "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..e28755c5c 100644 --- a/metadata/json_schemas/HandEquipped v1.20.50.json +++ b/metadata/json_schemas/HandEquipped v1.20.50.json @@ -2,7 +2,6 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "1889822164", "title": "minecraft:hand_equipped v1.20.50", - "description": "The hand_equipped component determines if an item is rendered like a tool while it is in a player's hand.", "oneOf": [ { "type": "boolean" @@ -11,8 +10,8 @@ "type": "object", "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..d41356388 100644 --- a/metadata/json_schemas/HoverTextColor v1.20.50.json +++ b/metadata/json_schemas/HoverTextColor v1.20.50.json @@ -2,7 +2,6 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "1661309668", "title": "minecraft:hover_text_color v1.20.50", - "description": "The hover_text_color component specifies the color of the item name when the players hovers the cursor over the item.", "oneOf": [ { "type": "string" @@ -11,8 +10,8 @@ "type": "object", "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..b98774dee 100644 --- a/metadata/json_schemas/Icon v1.20.50.json +++ b/metadata/json_schemas/Icon v1.20.50.json @@ -10,8 +10,8 @@ "type": "object", "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..41fa0dfd0 100644 --- a/metadata/json_schemas/Icon v1.20.60.json +++ b/metadata/json_schemas/Icon v1.20.60.json @@ -2,7 +2,6 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "1618184314", "title": "minecraft:icon v1.20.60", - "description": "Icon item component determines which icon graphic will be used to represent the item in the UI and elsewhere.", "oneOf": [ { "type": "string" @@ -12,11 +11,11 @@ "properties": { "textures": { "title": "associative container", - "description": "This map contains the different textures that can be used for the item's icon. Default will contain the actual icon texture. Armor trim textures and palettes can be specified here too. The icon textures are the keys from the resource_pack/textures/item_texture.json 'texture_data' object associated with the texture file.", "type": "object", "additionalProperties": { "type": "string" - } + }, + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/InteractButton v1.20.50.json b/metadata/json_schemas/InteractButton v1.20.50.json index cd694cc07..77f7e4fc4 100644 --- a/metadata/json_schemas/InteractButton v1.20.50.json +++ b/metadata/json_schemas/InteractButton v1.20.50.json @@ -2,7 +2,6 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "1754804474", "title": "minecraft:interact_button v1.20.50", - "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.", "oneOf": [ { "type": "boolean" diff --git a/metadata/json_schemas/Jigsaw v1.21.20.json b/metadata/json_schemas/Jigsaw v1.21.20.json index 95524f1c3..8b8081327 100644 --- a/metadata/json_schemas/Jigsaw v1.21.20.json +++ b/metadata/json_schemas/Jigsaw v1.21.20.json @@ -7,38 +7,38 @@ "type": "object", "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", - "description": "Heightmap used to calculate the relative start height. For example, a heightmap_projection of ocean_floor and a start_height of 10 means the Jigsaw Structure will begin generating 10 blocks above the ocean floor.", "type": "string", "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", - "description": "Species the world generation phase in which the structure is generated.", "type": "string", "enum": [ "fluid_springs", @@ -52,11 +52,11 @@ "underground_ores", "underground_structures", "vegetal_decoration" - ] + ], + "$metaProperties": {} }, "terrain_adaptation": { "title": "enum SharedTypes::v1_21_20::JigsawStructureDefinition::TerrainAdaptation", - "description": "How the terrain should adapt relative to the generated Jigsaw Structure.", "type": "string", "enum": [ "beard_box", @@ -64,7 +64,8 @@ "bury", "encapsulate", "none" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -74,11 +75,11 @@ "start_height", "start_pool", "step" - ] + ], + "$metaProperties": {} }, "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" @@ -87,7 +88,6 @@ "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" } }, @@ -95,36 +95,36 @@ "type": "object", "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": {} } } } @@ -139,20 +139,20 @@ "type": "object", "properties": { "identifier": { - "description": "Identifier of the Jigsaw Structure.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ "identifier" - ] + ], + "$metaProperties": {} }, "4150989894": { "title": "Filter Test", "type": "object", "properties": { "domain": { - "description": "The domain the test should be performed in.", "oneOf": [ { "type": "boolean" @@ -166,10 +166,10 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "operator": { - "description": "The comparison to apply with 'value'.", "oneOf": [ { "type": "boolean" @@ -183,10 +183,10 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "subject": { - "description": "The subject of this filter test.", "oneOf": [ { "type": "boolean" @@ -200,14 +200,14 @@ { "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.", "oneOf": [ { "type": "boolean" @@ -221,7 +221,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} } }, "required": [ @@ -237,11 +238,12 @@ "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..721d4c371 100644 --- a/metadata/json_schemas/LiquidClipped v1.20.50.json +++ b/metadata/json_schemas/LiquidClipped v1.20.50.json @@ -2,7 +2,6 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "2359991381", "title": "minecraft:liquid_clipped v1.20.50", - "description": "The liquid_clipped component determines whether the item interacts with liquid blocks on use.", "oneOf": [ { "type": "boolean" @@ -11,8 +10,8 @@ "type": "object", "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..0d1fddd9a 100644 --- a/metadata/json_schemas/MaxStackSize v1.20.50.json +++ b/metadata/json_schemas/MaxStackSize v1.20.50.json @@ -2,7 +2,6 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "2817495317", "title": "minecraft:max_stack_size v1.20.50", - "description": "The max_stack_size component specifies how many of the item can be stacked together.", "oneOf": [ { "type": "integer", @@ -13,8 +12,8 @@ "type": "object", "properties": { "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..d667125f9 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,36 +37,39 @@ "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", - "description": "Items with the block_placer component will place a block when used.", "type": "object", "properties": { "block": { - "description": "Defines the block that will be placed.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "use_on": { "title": "sequence container", - "description": "List of block descriptors of the blocks that this item can be used on. If left empty, all blocks will be allowed.", "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Planter v1.21.40.json b/metadata/json_schemas/Planter v1.21.40.json new file mode 100644 index 000000000..4beb3a62d --- /dev/null +++ b/metadata/json_schemas/Planter v1.21.40.json @@ -0,0 +1,86 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "857819254", + "definitions": { + "49501551": { + "title": "compound_proxy", + "oneOf": [ + { + "type": "integer" + }, + { + "type": "string" + }, + { + "type": "boolean" + } + ], + "$metaProperties": {} + }, + "748032502": { + "title": "struct SharedTypes::v1_20_50::BlockDescriptor", + "oneOf": [ + { + "$ref": "#/definitions/970386766" + }, + { + "type": "string", + "minLength": 1 + } + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } + }, + "970386766": { + "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", + "type": "object", + "properties": { + "name": { + "type": "string", + "$metaProperties": {} + }, + "states": { + "title": "associative container", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/49501551" + }, + "$metaProperties": {} + }, + "tags": { + "type": "string", + "$metaProperties": {} + } + }, + "$metaProperties": {} + } + }, + "title": "minecraft:block_placer v1.21.40", + "type": "object", + "properties": { + "block": { + "type": "string", + "$metaProperties": {} + }, + "replace_block_item": { + "type": "boolean", + "$metaProperties": {} + }, + "use_on": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/748032502" + }, + "$metaProperties": {} + } + }, + "required": [ + "block" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Planter v1.21.40" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/beta components.json b/metadata/json_schemas/beta components.json new file mode 100644 index 000000000..bb85474a2 --- /dev/null +++ b/metadata/json_schemas/beta components.json @@ -0,0 +1,9 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "2955584732", + "title": "beta item components", + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "beta components" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/minecraft b/metadata/json_schemas/minecraft new file mode 100644 index 000000000..e69de29bb diff --git a/metadata/script_modules/@minecraft/common_1.0.0.json b/metadata/script_modules/@minecraft/common_1.0.0.json index 940a3d00d..45ba16951 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 2f766baae..4933df603 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 159bb4fd1..b2a212b20 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 a2a9c6723..518860c87 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 @@ -31,7 +31,11 @@ "is_constructor" : false, "is_static" : true, "name" : "disableWatchdogTimingWarnings", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -40,7 +44,7 @@ } ], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 f79120cad..65d901061 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 @@ -18,7 +18,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -53,7 +57,11 @@ "is_constructor" : false, "is_static" : false, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -108,7 +116,11 @@ "is_constructor" : false, "is_static" : false, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -157,7 +169,7 @@ "errors" : [], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 b2a46a9e3..65f969e9f 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 @@ -76,7 +76,11 @@ "is_constructor" : false, "is_static" : false, "name" : "thenExecute", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -122,7 +126,11 @@ "is_constructor" : false, "is_static" : false, "name" : "thenExecuteAfter", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -168,7 +176,11 @@ "is_constructor" : false, "is_static" : false, "name" : "thenExecuteFor", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -190,7 +202,11 @@ "is_constructor" : false, "is_static" : false, "name" : "thenFail", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -219,7 +235,11 @@ "is_constructor" : false, "is_static" : false, "name" : "thenIdle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -231,7 +251,11 @@ "is_constructor" : false, "is_static" : false, "name" : "thenSucceed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -261,7 +285,11 @@ "is_constructor" : false, "is_static" : false, "name" : "thenWait", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -307,7 +335,11 @@ "is_constructor" : false, "is_static" : false, "name" : "thenWaitAfter", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -332,7 +364,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPath", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "from_module" : { @@ -387,7 +423,11 @@ "is_constructor" : false, "is_static" : false, "name" : "batch", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -416,7 +456,11 @@ "is_constructor" : false, "is_static" : false, "name" : "maxAttempts", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -445,7 +489,11 @@ "is_constructor" : false, "is_static" : false, "name" : "maxTicks", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -474,7 +522,11 @@ "is_constructor" : false, "is_static" : false, "name" : "padding", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -496,7 +548,11 @@ "is_constructor" : false, "is_static" : false, "name" : "required", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -525,7 +581,11 @@ "is_constructor" : false, "is_static" : false, "name" : "requiredSuccessfulAttempts", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -547,7 +607,11 @@ "is_constructor" : false, "is_static" : false, "name" : "rotateTest", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -576,7 +640,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setupTicks", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -598,7 +666,11 @@ "is_constructor" : false, "is_static" : false, "name" : "structureName", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -620,7 +692,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -676,7 +752,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addCursorsWithOffset", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -705,7 +785,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCursorPosition", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "from_module" : { "name" : "@minecraft/server", @@ -722,7 +806,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getNumberOfCursors", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -738,7 +826,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalCharge", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -792,7 +884,11 @@ "is_constructor" : false, "is_static" : false, "name" : "attack", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -819,7 +915,11 @@ "is_constructor" : false, "is_static" : false, "name" : "attackEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -862,7 +962,11 @@ "is_constructor" : false, "is_static" : false, "name" : "breakBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -884,7 +988,11 @@ "is_constructor" : false, "is_static" : false, "name" : "chat", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -896,7 +1004,11 @@ "is_constructor" : false, "is_static" : false, "name" : "disconnect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -908,7 +1020,11 @@ "is_constructor" : false, "is_static" : false, "name" : "dropSelectedItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -920,7 +1036,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fly", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -958,7 +1078,11 @@ "is_constructor" : false, "is_static" : false, "name" : "giveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -970,7 +1094,11 @@ "is_constructor" : false, "is_static" : false, "name" : "glide", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -982,7 +1110,11 @@ "is_constructor" : false, "is_static" : false, "name" : "interact", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1025,7 +1157,11 @@ "is_constructor" : false, "is_static" : false, "name" : "interactWithBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1052,7 +1188,11 @@ "is_constructor" : false, "is_static" : false, "name" : "interactWithEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1064,7 +1204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "jump", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1102,7 +1246,11 @@ "is_constructor" : false, "is_static" : false, "name" : "lookAtBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1140,7 +1288,11 @@ "is_constructor" : false, "is_static" : false, "name" : "lookAtEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1178,7 +1330,11 @@ "is_constructor" : false, "is_static" : false, "name" : "lookAtLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1240,7 +1396,11 @@ "is_constructor" : false, "is_static" : false, "name" : "move", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1302,7 +1462,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveRelative", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1345,7 +1509,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveToBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1388,7 +1556,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveToLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1432,7 +1604,11 @@ "is_constructor" : false, "is_static" : false, "name" : "navigateToBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1476,7 +1652,11 @@ "is_constructor" : false, "is_static" : false, "name" : "navigateToEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1520,7 +1700,11 @@ "is_constructor" : false, "is_static" : false, "name" : "navigateToLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1569,7 +1753,11 @@ "is_constructor" : false, "is_static" : false, "name" : "navigateToLocations", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1581,7 +1769,11 @@ "is_constructor" : false, "is_static" : false, "name" : "respawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1610,7 +1802,11 @@ "is_constructor" : false, "is_static" : false, "name" : "rotateBody", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1639,7 +1835,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBodyRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1693,7 +1893,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1723,7 +1927,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startBuild", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1735,7 +1943,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopBreakingBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1747,7 +1959,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopBuild", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1759,7 +1975,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopFlying", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1771,7 +1991,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopGliding", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1783,7 +2007,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopInteracting", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1795,7 +2023,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMoving", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1807,7 +2039,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopSwimming", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1819,7 +2055,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopUsingItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1841,7 +2081,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swim", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1868,7 +2112,11 @@ "is_constructor" : false, "is_static" : false, "name" : "useItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1897,7 +2145,11 @@ "is_constructor" : false, "is_static" : false, "name" : "useItemInSlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1977,7 +2229,11 @@ "is_constructor" : false, "is_static" : false, "name" : "useItemInSlotOnBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2055,7 +2311,11 @@ "is_constructor" : false, "is_static" : false, "name" : "useItemOnBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2082,7 +2342,11 @@ { "is_read_only" : false, "name" : "isSprinting", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2192,7 +2456,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assert", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2263,7 +2531,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertBlockPresent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2325,7 +2597,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertBlockState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2384,7 +2660,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertCanReachLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2432,7 +2712,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertContainerContains", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2466,7 +2750,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertContainerEmpty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2561,7 +2849,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertEntityHasArmor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2624,7 +2916,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertEntityHasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2683,7 +2979,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertEntityInstancePresent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2728,7 +3028,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertEntityInstancePresentInArea", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2799,7 +3103,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertEntityPresent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2839,7 +3147,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertEntityPresentInArea", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2910,7 +3222,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertEntityState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2964,7 +3280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertEntityTouching", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3009,7 +3329,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertIsWaterlogged", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3101,7 +3425,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertItemEntityCountIs", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3189,7 +3517,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertItemEntityPresent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3239,7 +3571,11 @@ "is_constructor" : false, "is_static" : false, "name" : "assertRedstonePower", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3284,7 +3620,11 @@ "is_constructor" : false, "is_static" : false, "name" : "destroyBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3313,7 +3653,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fail", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3343,7 +3687,11 @@ "is_constructor" : false, "is_static" : false, "name" : "failIf", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3370,7 +3718,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3394,7 +3746,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3433,7 +3789,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFenceConnectivity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3467,7 +3827,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSculkSpreader", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3491,7 +3855,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTestDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "from_module" : { "name" : "@minecraft/server", @@ -3525,7 +3893,11 @@ "is_constructor" : false, "is_static" : false, "name" : "idle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3542,7 +3914,11 @@ "is_constructor" : false, "is_static" : false, "name" : "killAllEntities", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3592,7 +3968,11 @@ "is_constructor" : false, "is_static" : false, "name" : "onPlayerJump", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3626,7 +4006,11 @@ "is_constructor" : false, "is_static" : false, "name" : "pressButton", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3655,7 +4039,11 @@ "is_constructor" : false, "is_static" : false, "name" : "print", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3689,7 +4077,11 @@ "is_constructor" : false, "is_static" : false, "name" : "pullLever", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3739,7 +4131,11 @@ "is_constructor" : false, "is_static" : false, "name" : "pulseRedstone", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3773,7 +4169,11 @@ "is_constructor" : false, "is_static" : false, "name" : "relativeBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3812,7 +4212,11 @@ "is_constructor" : false, "is_static" : false, "name" : "relativeLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3846,7 +4250,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeSimulatedPlayer", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3873,7 +4281,11 @@ "is_constructor" : false, "is_static" : false, "name" : "rotateDirection", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3912,7 +4324,11 @@ "is_constructor" : false, "is_static" : false, "name" : "rotateVector", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3970,7 +4386,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runAfterDelay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4016,7 +4436,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runAtTickTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4057,7 +4481,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4117,7 +4545,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockType", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4165,7 +4597,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFluidContainer", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4215,7 +4651,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTntFuse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4258,7 +4698,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4306,7 +4750,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnAtLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4359,7 +4807,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4425,7 +4877,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnSimulatedPlayer", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4468,7 +4924,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnWithoutBehaviors", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4516,7 +4976,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnWithoutBehaviorsAtLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4583,7 +5047,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spreadFromFaceTowardDirection", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4602,7 +5070,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startSequence", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -4614,7 +5086,11 @@ "is_constructor" : false, "is_static" : false, "name" : "succeed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4644,7 +5120,11 @@ "is_constructor" : false, "is_static" : false, "name" : "succeedIf", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4673,7 +5153,11 @@ "is_constructor" : false, "is_static" : false, "name" : "succeedOnTick", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4719,7 +5203,11 @@ "is_constructor" : false, "is_static" : false, "name" : "succeedOnTickWhen", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4749,7 +5237,11 @@ "is_constructor" : false, "is_static" : false, "name" : "succeedWhen", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4813,7 +5305,11 @@ "is_constructor" : false, "is_static" : false, "name" : "succeedWhenBlockPresent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4874,7 +5370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "succeedWhenEntityHasComponent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4921,7 +5421,11 @@ "is_constructor" : false, "is_static" : false, "name" : "succeedWhenEntityPresent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4977,7 +5481,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerInternalBlockEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -5014,7 +5522,11 @@ "is_constructor" : false, "is_static" : false, "name" : "until", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5077,7 +5589,11 @@ "is_constructor" : false, "is_static" : false, "name" : "walkTo", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -5142,7 +5658,11 @@ "is_constructor" : false, "is_static" : false, "name" : "walkToLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -5176,7 +5696,11 @@ "is_constructor" : false, "is_static" : false, "name" : "worldBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -5215,7 +5739,11 @@ "is_constructor" : false, "is_static" : false, "name" : "worldLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -5509,7 +6037,11 @@ "is_constructor" : false, "is_static" : true, "name" : "register", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -5568,7 +6100,11 @@ "is_constructor" : false, "is_static" : true, "name" : "registerAsync", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -5673,7 +6209,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 a61450e98..9ee156ecd 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 @@ -19,7 +19,11 @@ "is_constructor" : false, "is_static" : false, "name" : "cancelAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -41,7 +45,11 @@ "is_constructor" : false, "is_static" : false, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -68,7 +76,11 @@ "is_constructor" : false, "is_static" : false, "name" : "request", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -133,7 +145,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -146,7 +162,11 @@ { "is_read_only" : false, "name" : "key", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -156,7 +176,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -232,7 +256,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addHeader", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -253,7 +281,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -275,7 +307,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBody", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -302,7 +338,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setHeaders", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -324,7 +364,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setMethod", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -353,7 +397,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeout", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -366,7 +414,11 @@ { "is_read_only" : false, "name" : "body", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -376,7 +428,11 @@ { "is_read_only" : false, "name" : "headers", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "element_type" : { "is_bind_type" : true, @@ -391,7 +447,11 @@ { "is_read_only" : false, "name" : "method", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -401,7 +461,11 @@ { "is_read_only" : false, "name" : "timeout", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -415,7 +479,11 @@ { "is_read_only" : false, "name" : "uri", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -566,7 +634,7 @@ "errors" : [], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 ea3fb05d0..b64ff7aed 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.0.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.0.0.json @@ -36,7 +36,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -91,7 +95,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -102,7 +110,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -129,7 +141,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -173,7 +189,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -274,7 +294,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -313,7 +337,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button1", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -352,7 +380,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button2", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -363,7 +395,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -390,7 +426,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -434,7 +474,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -495,7 +539,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -585,7 +633,11 @@ "is_constructor" : false, "is_static" : false, "name" : "dropdown", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -612,7 +664,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -724,7 +780,11 @@ "is_constructor" : false, "is_static" : false, "name" : "slider", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -822,7 +882,11 @@ "is_constructor" : false, "is_static" : false, "name" : "textField", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -861,7 +925,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -916,7 +984,11 @@ "is_constructor" : false, "is_static" : false, "name" : "toggle", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -1068,7 +1140,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 5c3aa700d..b3dbb7bc7 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.1.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.1.0.json @@ -36,7 +36,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -91,7 +95,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -102,7 +110,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -129,7 +141,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -173,7 +189,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -298,7 +318,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -337,7 +361,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button1", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -376,7 +404,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button2", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -387,7 +419,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -414,7 +450,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -458,7 +498,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -519,7 +563,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -609,7 +657,11 @@ "is_constructor" : false, "is_static" : false, "name" : "dropdown", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -636,7 +688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -748,7 +804,11 @@ "is_constructor" : false, "is_static" : false, "name" : "slider", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -846,7 +906,11 @@ "is_constructor" : false, "is_static" : false, "name" : "textField", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -885,7 +949,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -940,7 +1008,11 @@ "is_constructor" : false, "is_static" : false, "name" : "toggle", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -1119,7 +1191,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 a077377ba..f25be9f06 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.2.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.2.0.json @@ -36,7 +36,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -91,7 +95,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -102,7 +110,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -129,7 +141,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -173,7 +189,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -298,7 +318,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -337,7 +361,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button1", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -376,7 +404,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button2", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -387,7 +419,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -414,7 +450,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -458,7 +498,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -519,7 +563,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -609,7 +657,11 @@ "is_constructor" : false, "is_static" : false, "name" : "dropdown", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -636,7 +688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -748,7 +804,11 @@ "is_constructor" : false, "is_static" : false, "name" : "slider", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -787,7 +847,11 @@ "is_constructor" : false, "is_static" : false, "name" : "submitButton", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -885,7 +949,11 @@ "is_constructor" : false, "is_static" : false, "name" : "textField", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -924,7 +992,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -979,7 +1051,11 @@ "is_constructor" : false, "is_static" : false, "name" : "toggle", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -1158,7 +1234,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 03c0af002..61aaea0e5 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.3.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.3.0.json @@ -36,7 +36,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -91,7 +95,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -102,7 +110,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -129,7 +141,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -173,7 +189,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -298,7 +318,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -337,7 +361,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button1", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -376,7 +404,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button2", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -387,7 +419,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -414,7 +450,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -458,7 +498,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -519,7 +563,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -609,7 +657,11 @@ "is_constructor" : false, "is_static" : false, "name" : "dropdown", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -636,7 +688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -748,7 +804,11 @@ "is_constructor" : false, "is_static" : false, "name" : "slider", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -787,7 +847,11 @@ "is_constructor" : false, "is_static" : false, "name" : "submitButton", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -885,7 +949,11 @@ "is_constructor" : false, "is_static" : false, "name" : "textField", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -924,7 +992,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -979,7 +1051,11 @@ "is_constructor" : false, "is_static" : false, "name" : "toggle", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -1078,7 +1154,11 @@ "is_constructor" : false, "is_static" : false, "name" : "closeAllForms", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1198,7 +1278,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 3156a43b4..0e2a5ec36 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 @@ -36,7 +36,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -91,7 +95,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -102,7 +110,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -129,7 +141,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -173,7 +189,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -298,7 +318,11 @@ "is_constructor" : false, "is_static" : false, "name" : "body", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -337,7 +361,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button1", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -376,7 +404,11 @@ "is_constructor" : false, "is_static" : false, "name" : "button2", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -387,7 +419,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -414,7 +450,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -458,7 +498,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -519,7 +563,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -609,7 +657,11 @@ "is_constructor" : false, "is_static" : false, "name" : "dropdown", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -636,7 +688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "show", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -748,7 +804,11 @@ "is_constructor" : false, "is_static" : false, "name" : "slider", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -787,7 +847,11 @@ "is_constructor" : false, "is_static" : false, "name" : "submitButton", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -885,7 +949,11 @@ "is_constructor" : false, "is_static" : false, "name" : "textField", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -924,7 +992,11 @@ "is_constructor" : false, "is_static" : false, "name" : "title", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -979,7 +1051,11 @@ "is_constructor" : false, "is_static" : false, "name" : "toggle", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -1078,7 +1154,11 @@ "is_constructor" : false, "is_static" : false, "name" : "closeAllForms", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1198,7 +1278,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 402db8bdb..45a221643 100644 --- a/metadata/script_modules/@minecraft/server_1.0.0.json +++ b/metadata/script_modules/@minecraft/server_1.0.0.json @@ -45,7 +45,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -95,7 +99,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -236,7 +244,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -265,7 +280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -292,7 +311,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -321,7 +344,7 @@ "errors" : [], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 9796432b8..3166c2cfd 100644 --- a/metadata/script_modules/@minecraft/server_1.1.0.json +++ b/metadata/script_modules/@minecraft/server_1.1.0.json @@ -19,7 +19,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -192,7 +196,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -261,7 +269,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -322,7 +334,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -368,7 +384,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -395,7 +415,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -429,7 +453,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -456,7 +484,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -496,7 +528,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -508,7 +544,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -520,7 +560,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -542,7 +586,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -587,7 +635,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -715,7 +767,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -767,7 +823,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -797,7 +860,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -851,7 +921,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -905,7 +982,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -948,7 +1032,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -975,7 +1063,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1004,7 +1096,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1065,7 +1161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1847,7 +1947,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 677015228..bfd7d4cc7 100644 --- a/metadata/script_modules/@minecraft/server_1.10.0.json +++ b/metadata/script_modules/@minecraft/server_1.10.0.json @@ -27,7 +27,11 @@ "is_constructor" : false, "is_static" : false, "name" : "above", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -74,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "below", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -103,7 +111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "bottomCenter", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -115,7 +127,11 @@ "is_constructor" : false, "is_static" : false, "name" : "center", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -145,7 +161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "east", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -184,7 +204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -242,7 +266,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -271,7 +299,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -310,7 +342,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -334,7 +370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -364,7 +404,11 @@ "is_constructor" : false, "is_static" : false, "name" : "north", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -403,7 +447,11 @@ "is_constructor" : false, "is_static" : false, "name" : "offset", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -442,7 +490,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -484,7 +536,11 @@ "is_constructor" : false, "is_static" : false, "name" : "south", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -531,7 +587,11 @@ "is_constructor" : false, "is_static" : false, "name" : "west", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -798,7 +858,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllStates", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -859,7 +923,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -886,7 +954,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -981,7 +1053,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1050,7 +1126,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1102,7 +1182,11 @@ "is_constructor" : false, "is_static" : false, "name" : "withState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1145,7 +1229,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1162,7 +1250,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocksLocations", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1241,7 +1333,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRawText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1270,7 +1366,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1299,7 +1399,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTextDyeColor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1354,7 +1458,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setText", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1394,7 +1502,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTextDyeColor", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1416,7 +1528,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWaxed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1461,7 +1577,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1478,7 +1598,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1623,7 +1747,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1652,7 +1780,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fade", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1717,7 +1849,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCamera", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1768,7 +1904,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1813,7 +1953,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1830,7 +1974,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1859,7 +2007,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1893,7 +2045,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1905,7 +2061,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1959,7 +2119,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2004,7 +2168,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2058,7 +2226,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2096,7 +2268,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2153,7 +2329,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2172,7 +2352,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2196,7 +2380,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2230,7 +2418,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2289,7 +2481,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2313,7 +2509,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2336,7 +2536,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2360,7 +2564,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2384,7 +2592,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2408,7 +2620,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2437,7 +2653,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2466,7 +2686,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2485,7 +2709,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2519,7 +2747,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2565,7 +2797,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2650,7 +2886,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2691,7 +2931,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2732,7 +2976,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2757,7 +3005,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2787,7 +3039,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2797,7 +3053,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -2827,7 +3087,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2897,7 +3161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getModifiers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2986,7 +3254,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3036,7 +3308,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3103,7 +3379,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createExplosion", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3137,7 +3417,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3201,7 +3485,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3235,7 +3523,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3262,7 +3554,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3314,7 +3610,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3348,7 +3648,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3375,7 +3679,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3404,7 +3712,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3453,7 +3765,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWeather", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3484,7 +3800,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3527,7 +3847,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3586,7 +3910,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3679,7 +4007,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3696,7 +4028,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3726,7 +4062,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3867,7 +4207,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3917,7 +4261,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3942,7 +4290,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3952,7 +4304,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4021,7 +4377,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4071,7 +4431,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4096,7 +4460,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4131,7 +4499,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4148,7 +4520,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4232,7 +4608,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4259,7 +4639,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4316,7 +4700,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4338,7 +4726,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4415,7 +4807,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4427,7 +4823,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4439,7 +4839,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4463,7 +4867,11 @@ "is_constructor" : false, "is_static" : false, "name" : "extinguishFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4492,7 +4900,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4519,7 +4931,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4536,7 +4952,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4563,7 +4983,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4615,7 +5039,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -4632,7 +5060,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4670,7 +5102,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4687,7 +5123,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4721,7 +5161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4738,7 +5182,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4760,7 +5208,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4798,7 +5250,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRotation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4810,7 +5266,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -4827,7 +5287,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4839,7 +5303,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4861,7 +5329,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4883,7 +5355,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4895,7 +5371,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4907,7 +5387,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4929,7 +5413,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4967,7 +5455,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playAnimation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4979,7 +5471,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5013,7 +5509,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5035,7 +5535,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5057,7 +5561,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -5117,7 +5625,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -5151,7 +5663,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5229,7 +5745,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5269,7 +5789,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setOnFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5321,7 +5845,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5343,7 +5871,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5381,7 +5913,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5403,7 +5939,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5441,7 +5981,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5517,7 +6061,11 @@ { "is_read_only" : false, "name" : "isSneaking", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5554,7 +6102,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5606,7 +6158,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5618,7 +6174,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5630,7 +6190,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5656,7 +6220,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5874,7 +6442,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5990,7 +6562,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6040,7 +6616,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6093,7 +6673,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6120,7 +6704,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipmentSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6158,7 +6746,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6261,7 +6853,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6306,7 +6902,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6351,7 +6951,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6396,7 +7000,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -6524,7 +7132,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6574,7 +7186,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6709,7 +7325,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6759,7 +7379,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6855,7 +7479,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6905,7 +7533,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7014,7 +7646,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7064,7 +7700,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7626,7 +8266,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -7673,7 +8317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7723,7 +8371,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7766,7 +8418,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8091,7 +8747,11 @@ "is_constructor" : false, "is_static" : false, "name" : "shoot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8104,7 +8764,11 @@ { "is_read_only" : false, "name" : "airInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8118,7 +8782,11 @@ { "is_read_only" : false, "name" : "catchFireOnHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8128,7 +8796,11 @@ { "is_read_only" : false, "name" : "critParticlesOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8138,7 +8810,11 @@ { "is_read_only" : false, "name" : "destroyOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8148,7 +8824,11 @@ { "is_read_only" : false, "name" : "gravity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8162,7 +8842,11 @@ { "is_read_only" : false, "name" : "hitEntitySound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8177,7 +8861,11 @@ { "is_read_only" : false, "name" : "hitGroundSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8192,7 +8880,11 @@ { "is_read_only" : false, "name" : "hitParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8207,7 +8899,11 @@ { "is_read_only" : false, "name" : "lightningStrikeOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8217,7 +8913,11 @@ { "is_read_only" : false, "name" : "liquidInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8231,7 +8931,11 @@ { "is_read_only" : false, "name" : "onFireTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8245,7 +8949,11 @@ { "is_read_only" : false, "name" : "owner", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8260,7 +8968,11 @@ { "is_read_only" : false, "name" : "shouldBounceOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8270,7 +8982,11 @@ { "is_read_only" : false, "name" : "stopOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8311,7 +9027,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8409,7 +9129,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8459,7 +9183,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8530,7 +9258,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8580,7 +9312,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8623,7 +9359,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8668,7 +9408,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8704,7 +9448,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -8751,7 +9499,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8801,7 +9553,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8866,7 +9622,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTypeFamilies", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -8893,7 +9653,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTypeFamily", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8928,7 +9692,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8945,7 +9713,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -9049,7 +9821,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -9127,7 +9903,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9177,7 +9957,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9223,7 +10007,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9236,7 +10024,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9283,7 +10075,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9333,7 +10129,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9358,7 +10158,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -9496,7 +10300,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9546,7 +10354,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9595,7 +10407,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9645,7 +10461,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9694,7 +10514,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9744,7 +10568,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9793,7 +10621,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9843,7 +10675,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9892,7 +10728,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9942,7 +10782,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10035,7 +10879,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10085,7 +10933,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10156,7 +11008,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCooldownTicksRemaining", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10182,7 +11038,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isCooldownCategory", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10204,7 +11064,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startCooldown", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10288,7 +11152,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChance", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10304,7 +11172,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChanceRange", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "from_module" : { "name" : "@minecraft/common", @@ -10322,7 +11194,11 @@ { "is_read_only" : false, "name" : "damage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10510,7 +11386,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10560,7 +11440,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10585,7 +11469,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10597,7 +11485,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clone", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -10647,7 +11539,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -10659,7 +11555,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10676,7 +11576,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10703,7 +11607,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10720,7 +11628,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10747,7 +11659,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10799,7 +11715,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10816,7 +11736,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10832,7 +11756,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10849,7 +11777,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10876,7 +11808,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10898,7 +11834,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10920,7 +11860,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10954,7 +11898,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10988,7 +11936,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11061,7 +12013,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11095,7 +12051,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11108,7 +12068,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11131,7 +12095,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11141,7 +12109,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11164,7 +12136,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11278,7 +12254,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11328,7 +12308,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11431,7 +12415,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11481,7 +12469,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11579,7 +12571,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11629,7 +12625,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11723,7 +12723,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11773,7 +12777,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11820,7 +12828,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11876,7 +12888,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11926,7 +12942,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11957,7 +12977,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12004,7 +13028,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12054,7 +13082,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12161,7 +13193,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12211,7 +13247,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12242,7 +13282,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12289,7 +13333,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12339,7 +13387,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12464,7 +13516,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -12495,7 +13551,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12526,7 +13586,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12564,7 +13628,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12611,7 +13679,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12642,7 +13714,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12728,7 +13804,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12778,7 +13858,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12826,7 +13910,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addExperience", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12859,7 +13947,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addLevels", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12875,7 +13967,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12892,7 +13988,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalXp", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12934,7 +14034,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12972,7 +14076,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13010,7 +14118,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13022,7 +14134,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetLevel", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13078,7 +14194,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13107,7 +14227,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -13131,7 +14255,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13364,7 +14492,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13414,7 +14546,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13445,7 +14581,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13455,7 +14595,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13532,7 +14676,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13582,7 +14730,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13689,7 +14841,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13739,7 +14895,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13851,7 +15011,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13901,7 +15065,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13944,7 +15112,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14023,7 +15195,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14073,7 +15249,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14167,7 +15347,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14217,7 +15401,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14242,7 +15430,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14321,7 +15513,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14371,7 +15567,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14540,7 +15740,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14590,7 +15794,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14683,7 +15891,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14733,7 +15945,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14758,7 +15974,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14768,7 +15988,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14878,7 +16102,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14928,7 +16156,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15031,7 +16263,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15081,7 +16317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15106,7 +16346,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -15206,7 +16450,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15256,7 +16504,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15281,7 +16533,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -15381,7 +16637,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15431,7 +16691,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15482,7 +16746,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -15504,7 +16772,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15531,7 +16803,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15558,7 +16834,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15575,7 +16855,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -15592,7 +16876,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -15631,7 +16919,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15662,7 +16954,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15692,7 +16988,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15709,7 +17009,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15809,7 +17113,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15825,7 +17133,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -15869,7 +17181,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15890,7 +17206,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -15934,7 +17254,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15946,7 +17270,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15985,7 +17313,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16040,7 +17372,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16119,7 +17455,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16175,7 +17515,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16247,7 +17591,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16303,7 +17651,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16450,7 +17802,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16500,7 +17856,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16535,7 +17895,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockPermutation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -16579,7 +17943,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getIsWaterlogged", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -16608,7 +17976,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16689,7 +18061,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createEmpty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -16745,7 +18121,11 @@ "is_constructor" : false, "is_static" : false, "name" : "delete", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -16779,7 +18159,11 @@ "is_constructor" : false, "is_static" : false, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16852,7 +18236,11 @@ "is_constructor" : false, "is_static" : false, "name" : "place", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -16921,7 +18309,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16951,7 +18346,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17005,7 +18407,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17059,7 +18468,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17220,7 +18636,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17270,7 +18690,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17361,7 +18785,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17411,7 +18839,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17500,7 +18932,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17550,7 +18986,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17575,7 +19015,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17587,7 +19031,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17603,7 +19051,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -17620,7 +19072,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17636,7 +19092,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -17658,7 +19118,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -17680,7 +19144,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17732,7 +19200,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -17749,7 +19221,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17775,7 +19251,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17792,7 +19272,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMoonPhase", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -17821,7 +19305,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -17838,7 +19326,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17880,7 +19372,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17927,7 +19423,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17965,7 +19465,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18021,7 +19525,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18050,7 +19558,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18072,7 +19584,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -18157,7 +19673,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18195,7 +19715,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18207,7 +19731,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18718,7 +20246,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18768,7 +20300,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -24042,7 +25578,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 811d76296..a65f01cc3 100644 --- a/metadata/script_modules/@minecraft/server_1.11.0.json +++ b/metadata/script_modules/@minecraft/server_1.11.0.json @@ -27,7 +27,11 @@ "is_constructor" : false, "is_static" : false, "name" : "above", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -74,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "below", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -103,7 +111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "bottomCenter", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -115,7 +127,11 @@ "is_constructor" : false, "is_static" : false, "name" : "center", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -145,7 +161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "east", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -184,7 +204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -242,7 +266,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -271,7 +299,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -310,7 +342,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -334,7 +370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -403,7 +443,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -445,7 +489,11 @@ "is_constructor" : false, "is_static" : false, "name" : "north", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -484,7 +532,11 @@ "is_constructor" : false, "is_static" : false, "name" : "offset", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -523,7 +575,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -569,7 +625,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setType", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -616,7 +676,11 @@ "is_constructor" : false, "is_static" : false, "name" : "south", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -663,7 +727,11 @@ "is_constructor" : false, "is_static" : false, "name" : "west", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -972,7 +1040,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllStates", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1033,7 +1105,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1060,7 +1136,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1155,7 +1235,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1224,7 +1308,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1276,7 +1364,11 @@ "is_constructor" : false, "is_static" : false, "name" : "withState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1329,7 +1421,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1346,7 +1442,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocksLocations", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1425,7 +1525,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRawText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1454,7 +1558,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1483,7 +1591,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTextDyeColor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1538,7 +1650,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setText", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1578,7 +1694,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTextDyeColor", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1600,7 +1720,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWaxed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1645,7 +1769,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1662,7 +1790,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1781,7 +1913,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1798,7 +1934,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1828,7 +1968,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCapacity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1844,7 +1988,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMax", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1856,7 +2004,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMin", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1868,7 +2020,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpan", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -1890,7 +2046,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isInside", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1912,7 +2072,11 @@ "is_constructor" : false, "is_static" : false, "name" : "translate", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1983,7 +2147,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2012,7 +2180,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fade", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2077,7 +2249,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCamera", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2128,7 +2304,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2173,7 +2353,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2190,7 +2374,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2219,7 +2407,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2253,7 +2445,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2265,7 +2461,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2319,7 +2519,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2364,7 +2568,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2418,7 +2626,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2456,7 +2668,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2513,7 +2729,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2532,7 +2752,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2556,7 +2780,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2590,7 +2818,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2649,7 +2881,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2673,7 +2909,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2696,7 +2936,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2720,7 +2964,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2744,7 +2992,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2768,7 +3020,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2797,7 +3053,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2826,7 +3086,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2845,7 +3109,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2879,7 +3147,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2925,7 +3197,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3010,7 +3286,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3051,7 +3331,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3092,7 +3376,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3117,7 +3405,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3147,7 +3439,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3157,7 +3453,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -3187,7 +3487,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3257,7 +3561,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getModifiers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3346,7 +3654,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3396,7 +3708,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3463,7 +3779,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createExplosion", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3497,7 +3817,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3561,7 +3885,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3595,7 +3923,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3622,7 +3954,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3674,7 +4010,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3708,8 +4048,12 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", - "return_type" : { + "privilege" : [ + { + "name" : "read_only" + } + ], + "return_type" : { "element_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -3760,7 +4104,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3782,7 +4130,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3811,7 +4163,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3860,7 +4216,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWeather", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3891,7 +4251,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3934,7 +4298,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3993,7 +4361,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4086,7 +4458,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4103,7 +4479,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4133,7 +4513,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4274,7 +4658,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4324,7 +4712,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4349,7 +4741,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4359,7 +4755,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4428,7 +4828,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4478,7 +4882,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4503,7 +4911,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4538,7 +4950,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4555,7 +4971,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4594,7 +5014,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4652,7 +5076,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4736,7 +5164,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4763,7 +5195,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4820,7 +5256,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4842,7 +5282,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4919,7 +5363,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4931,7 +5379,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4943,7 +5395,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4967,7 +5423,11 @@ "is_constructor" : false, "is_static" : false, "name" : "extinguishFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4996,7 +5456,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5023,7 +5487,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5040,7 +5508,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5067,7 +5539,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5119,7 +5595,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -5136,7 +5616,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5174,7 +5658,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5191,7 +5679,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5225,7 +5717,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5242,7 +5738,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5264,7 +5764,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5302,7 +5806,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRotation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5314,7 +5822,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -5331,7 +5843,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5343,7 +5859,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5365,7 +5885,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5387,7 +5911,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5399,7 +5927,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5411,7 +5943,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5433,7 +5969,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5471,7 +6011,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playAnimation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5483,7 +6027,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5517,7 +6065,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5539,7 +6091,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5561,7 +6117,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -5621,7 +6181,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -5655,7 +6219,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5733,7 +6301,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5773,7 +6345,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setOnFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5825,7 +6401,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5847,7 +6427,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5885,7 +6469,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5907,7 +6495,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5945,7 +6537,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6021,7 +6617,11 @@ { "is_read_only" : false, "name" : "isSneaking", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6058,7 +6658,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6159,7 +6763,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6171,7 +6779,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6183,7 +6795,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6209,7 +6825,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6467,7 +7087,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6593,7 +7217,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6643,7 +7271,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6696,7 +7328,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6723,7 +7359,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipmentSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6761,7 +7401,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6864,7 +7508,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6909,7 +7557,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6954,7 +7606,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6999,7 +7655,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -7127,7 +7787,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7177,7 +7841,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7312,7 +7980,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7362,7 +8034,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7458,7 +8134,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7508,7 +8188,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7617,7 +8301,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7667,7 +8355,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8229,7 +8921,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -8276,7 +8972,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8326,7 +9026,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8369,7 +9073,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9064,7 +9772,11 @@ "is_constructor" : false, "is_static" : false, "name" : "shoot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9077,7 +9789,11 @@ { "is_read_only" : false, "name" : "airInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9091,7 +9807,11 @@ { "is_read_only" : false, "name" : "catchFireOnHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9101,7 +9821,11 @@ { "is_read_only" : false, "name" : "critParticlesOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9111,7 +9835,11 @@ { "is_read_only" : false, "name" : "destroyOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9121,7 +9849,11 @@ { "is_read_only" : false, "name" : "gravity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9135,7 +9867,11 @@ { "is_read_only" : false, "name" : "hitEntitySound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9150,7 +9886,11 @@ { "is_read_only" : false, "name" : "hitGroundSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9165,7 +9905,11 @@ { "is_read_only" : false, "name" : "hitParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9180,7 +9924,11 @@ { "is_read_only" : false, "name" : "lightningStrikeOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9190,7 +9938,11 @@ { "is_read_only" : false, "name" : "liquidInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9204,7 +9956,11 @@ { "is_read_only" : false, "name" : "onFireTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9218,7 +9974,11 @@ { "is_read_only" : false, "name" : "owner", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9233,7 +9993,11 @@ { "is_read_only" : false, "name" : "shouldBounceOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9243,7 +10007,11 @@ { "is_read_only" : false, "name" : "stopOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9284,7 +10052,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9382,7 +10154,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9432,7 +10208,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9503,7 +10283,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9553,7 +10337,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9606,7 +10394,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addRider", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9628,7 +10420,11 @@ "is_constructor" : false, "is_static" : false, "name" : "ejectRider", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9640,7 +10436,11 @@ "is_constructor" : false, "is_static" : false, "name" : "ejectRiders", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9652,7 +10452,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFamilyTypes", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -9669,7 +10473,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRiders", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -9686,7 +10494,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSeats", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -9850,7 +10662,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9895,7 +10711,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9931,7 +10751,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -9978,7 +10802,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10028,7 +10856,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10081,7 +10913,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tame", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10146,7 +10982,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTypeFamilies", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10173,7 +11013,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTypeFamily", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10208,7 +11052,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10225,7 +11073,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10329,7 +11181,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10407,7 +11263,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10457,7 +11317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10503,7 +11367,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10516,7 +11384,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10563,7 +11435,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10613,7 +11489,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10638,7 +11518,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10823,7 +11707,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10873,7 +11761,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10898,7 +11790,11 @@ { "is_read_only" : false, "name" : "commandBlockOutput", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10908,7 +11804,11 @@ { "is_read_only" : false, "name" : "commandBlocksEnabled", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10918,7 +11818,11 @@ { "is_read_only" : false, "name" : "doDayLightCycle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10928,7 +11832,11 @@ { "is_read_only" : false, "name" : "doEntityDrops", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10938,7 +11846,11 @@ { "is_read_only" : false, "name" : "doFireTick", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10948,7 +11860,11 @@ { "is_read_only" : false, "name" : "doImmediateRespawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10958,7 +11874,11 @@ { "is_read_only" : false, "name" : "doInsomnia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10968,7 +11888,11 @@ { "is_read_only" : false, "name" : "doLimitedCrafting", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10978,7 +11902,11 @@ { "is_read_only" : false, "name" : "doMobLoot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10988,7 +11916,11 @@ { "is_read_only" : false, "name" : "doMobSpawning", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10998,7 +11930,11 @@ { "is_read_only" : false, "name" : "doTileDrops", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11008,7 +11944,11 @@ { "is_read_only" : false, "name" : "doWeatherCycle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11018,7 +11958,11 @@ { "is_read_only" : false, "name" : "drowningDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11028,7 +11972,11 @@ { "is_read_only" : false, "name" : "fallDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11038,7 +11986,11 @@ { "is_read_only" : false, "name" : "fireDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11048,7 +12000,11 @@ { "is_read_only" : false, "name" : "freezeDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11058,7 +12014,11 @@ { "is_read_only" : false, "name" : "functionCommandLimit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11072,7 +12032,11 @@ { "is_read_only" : false, "name" : "keepInventory", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11082,7 +12046,11 @@ { "is_read_only" : false, "name" : "maxCommandChainLength", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11096,7 +12064,11 @@ { "is_read_only" : false, "name" : "mobGriefing", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11106,7 +12078,11 @@ { "is_read_only" : false, "name" : "naturalRegeneration", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11116,7 +12092,11 @@ { "is_read_only" : false, "name" : "playersSleepingPercentage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11130,7 +12110,11 @@ { "is_read_only" : false, "name" : "projectilesCanBreakBlocks", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11140,7 +12124,11 @@ { "is_read_only" : false, "name" : "pvp", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11150,7 +12138,11 @@ { "is_read_only" : false, "name" : "randomTickSpeed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11164,7 +12156,11 @@ { "is_read_only" : false, "name" : "recipesUnlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11174,7 +12170,11 @@ { "is_read_only" : false, "name" : "respawnBlocksExplode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11184,7 +12184,11 @@ { "is_read_only" : false, "name" : "sendCommandFeedback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11194,7 +12198,11 @@ { "is_read_only" : false, "name" : "showBorderEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11204,7 +12212,11 @@ { "is_read_only" : false, "name" : "showCoordinates", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11214,7 +12226,11 @@ { "is_read_only" : false, "name" : "showDeathMessages", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11224,7 +12240,11 @@ { "is_read_only" : false, "name" : "showRecipeMessages", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11234,7 +12254,11 @@ { "is_read_only" : false, "name" : "showTags", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11244,7 +12268,11 @@ { "is_read_only" : false, "name" : "spawnRadius", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11258,7 +12286,11 @@ { "is_read_only" : false, "name" : "tntExplodes", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11268,7 +12300,11 @@ { "is_read_only" : false, "name" : "tntExplosionDropDecay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11315,7 +12351,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11365,7 +12405,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11414,7 +12458,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11464,7 +12512,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11513,7 +12565,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11563,7 +12619,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11612,7 +12672,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11662,7 +12726,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11711,7 +12779,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11761,7 +12833,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11854,7 +12930,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11904,7 +12984,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11975,7 +13059,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCooldownTicksRemaining", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12001,7 +13089,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isCooldownCategory", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12023,7 +13115,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startCooldown", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12107,7 +13203,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChance", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12123,7 +13223,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChanceRange", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "from_module" : { "name" : "@minecraft/common", @@ -12141,7 +13245,11 @@ { "is_read_only" : false, "name" : "damage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12209,7 +13317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEnchantment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -12258,7 +13370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEnchantments", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -12302,7 +13418,11 @@ "is_constructor" : false, "is_static" : false, "name" : "canAddEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -12348,7 +13468,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -12372,7 +13496,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEnchantments", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12411,7 +13539,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -12430,7 +13562,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeAllEnchantments", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12464,7 +13600,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEnchantment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -12664,7 +13804,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12714,7 +13858,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12739,7 +13887,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12751,7 +13903,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clone", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -12801,7 +13957,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -12813,7 +13973,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -12830,7 +13994,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -12857,7 +14025,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12874,7 +14046,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12901,7 +14077,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12953,7 +14133,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -12970,7 +14154,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12986,7 +14174,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -13003,7 +14195,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -13030,7 +14226,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13052,7 +14252,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13074,7 +14278,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13143,7 +14351,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13177,7 +14389,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13211,7 +14427,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13284,7 +14504,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13318,7 +14542,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13331,7 +14559,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13354,7 +14586,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13364,7 +14600,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -13387,7 +14627,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13501,7 +14745,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13551,7 +14799,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13654,7 +14906,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13704,7 +14960,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13802,7 +15062,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13852,7 +15116,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13946,7 +15214,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13996,7 +15268,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14043,7 +15319,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14099,7 +15379,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14149,7 +15433,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14180,7 +15468,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14227,7 +15519,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14277,7 +15573,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14384,7 +15684,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14434,7 +15738,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14465,7 +15773,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14512,7 +15824,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14562,7 +15878,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14663,7 +15983,11 @@ "is_constructor" : false, "is_static" : false, "name" : "add", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14689,7 +16013,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14716,7 +16044,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14786,7 +16118,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14817,7 +16153,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14848,7 +16188,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14886,7 +16230,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14933,7 +16281,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14964,7 +16316,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15050,7 +16406,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15100,7 +16460,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15148,7 +16512,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addExperience", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15181,7 +16549,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addLevels", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15197,7 +16569,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getGameMode", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -15219,7 +16595,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemCooldown", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15235,7 +16615,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15252,7 +16636,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalXp", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15294,7 +16682,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15332,7 +16724,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15370,7 +16766,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15382,7 +16782,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetLevel", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15438,7 +16842,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15467,7 +16875,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setGameMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15496,7 +16908,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -15546,7 +16962,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startItemCooldown", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15558,7 +16978,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15647,7 +17071,11 @@ { "is_read_only" : false, "name" : "selectedSlotIndex", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15805,7 +17233,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15855,7 +17287,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15886,7 +17322,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15896,7 +17336,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15973,7 +17417,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16023,7 +17471,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16130,7 +17582,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16180,7 +17636,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16269,7 +17729,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16319,7 +17783,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16344,7 +17812,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16372,7 +17844,11 @@ { "is_read_only" : false, "name" : "toGameMode", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16419,7 +17895,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16469,7 +17949,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16581,7 +18065,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16631,7 +18119,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16674,7 +18166,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16753,7 +18249,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16803,7 +18303,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16897,7 +18401,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16947,7 +18455,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16972,7 +18484,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17051,7 +18567,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17101,7 +18621,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17270,7 +18794,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17320,7 +18848,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17413,7 +18945,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17463,7 +18999,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17488,7 +19028,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17498,7 +19042,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -17608,7 +19156,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17658,7 +19210,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17761,7 +19317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17811,7 +19371,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17836,7 +19400,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -17936,7 +19504,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17986,7 +19558,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18011,7 +19587,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -18111,7 +19691,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18161,7 +19745,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18212,7 +19800,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -18234,7 +19826,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18261,7 +19857,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18288,7 +19888,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18305,7 +19909,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -18322,7 +19930,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -18361,7 +19973,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18392,7 +20008,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18422,7 +20042,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18439,7 +20063,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18539,7 +20167,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18555,7 +20187,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -18599,7 +20235,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18620,7 +20260,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -18664,7 +20308,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18676,7 +20324,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18715,7 +20367,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18770,7 +20426,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18849,7 +20509,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHiddenHudElements", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -18888,7 +20552,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hideAllExcept", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18910,7 +20578,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isForcedHidden", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18922,7 +20594,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18934,7 +20610,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetHudElements", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18990,7 +20670,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -19033,7 +20717,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setHudVisibility", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -19105,7 +20793,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -19161,7 +20853,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -19308,7 +21004,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19358,7 +21058,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19467,7 +21171,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockPermutation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -19511,7 +21219,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getIsWaterlogged", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -19540,7 +21252,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19573,7 +21289,11 @@ "is_constructor" : false, "is_static" : false, "name" : "saveAs", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -19612,7 +21332,11 @@ "is_constructor" : false, "is_static" : false, "name" : "saveToWorld", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -19657,7 +21381,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -19755,7 +21483,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createEmpty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -19842,7 +21574,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createFromWorld", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -19888,7 +21624,11 @@ "is_constructor" : false, "is_static" : false, "name" : "delete", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -19922,7 +21662,11 @@ "is_constructor" : false, "is_static" : false, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19939,7 +21683,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getWorldStructureIds", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -20012,7 +21760,11 @@ "is_constructor" : false, "is_static" : false, "name" : "place", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -20081,7 +21833,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20111,7 +21870,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20165,7 +21931,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20219,7 +21992,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20380,7 +22160,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20430,7 +22214,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20521,7 +22309,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20571,7 +22363,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20660,7 +22456,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20710,7 +22510,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20735,7 +22539,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20745,7 +22553,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20759,7 +22571,11 @@ { "is_read_only" : false, "name" : "newWeather", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -20815,7 +22631,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20865,7 +22685,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20890,7 +22714,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20902,7 +22730,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20918,7 +22750,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20935,7 +22771,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20951,7 +22791,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -20973,7 +22817,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -20995,7 +22843,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21047,7 +22899,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -21064,7 +22920,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21090,7 +22950,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21107,7 +22971,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMoonPhase", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -21136,7 +23004,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -21153,7 +23025,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21195,7 +23071,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21242,7 +23122,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21280,7 +23164,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21336,7 +23224,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21365,7 +23257,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21387,7 +23283,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21472,7 +23372,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21510,7 +23414,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21522,7 +23430,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22078,7 +23990,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -22128,7 +24044,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -28609,7 +30529,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 7df982b5f..3d05d6c47 100644 --- a/metadata/script_modules/@minecraft/server_1.12.0.json +++ b/metadata/script_modules/@minecraft/server_1.12.0.json @@ -27,7 +27,11 @@ "is_constructor" : false, "is_static" : false, "name" : "above", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -74,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "below", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -103,7 +111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "bottomCenter", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -115,7 +127,11 @@ "is_constructor" : false, "is_static" : false, "name" : "center", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -145,7 +161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "east", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -184,7 +204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -242,7 +266,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -271,7 +299,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -310,7 +342,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -334,7 +370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -403,7 +443,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -445,7 +489,11 @@ "is_constructor" : false, "is_static" : false, "name" : "north", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -484,7 +532,11 @@ "is_constructor" : false, "is_static" : false, "name" : "offset", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -523,7 +575,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -569,7 +625,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setType", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -616,7 +676,11 @@ "is_constructor" : false, "is_static" : false, "name" : "south", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -663,7 +727,11 @@ "is_constructor" : false, "is_static" : false, "name" : "west", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -1074,7 +1142,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1093,7 +1165,11 @@ { "is_read_only" : false, "name" : "permutationToPlace", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -1167,7 +1243,11 @@ "is_constructor" : false, "is_static" : false, "name" : "registerCustomComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -1415,7 +1495,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -1465,7 +1549,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1535,7 +1623,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllStates", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1596,7 +1688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1623,7 +1719,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1661,7 +1761,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -1688,7 +1792,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1757,7 +1865,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1826,7 +1938,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1878,7 +1994,11 @@ "is_constructor" : false, "is_static" : false, "name" : "withState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1931,7 +2051,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1948,7 +2072,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocksLocations", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2027,7 +2155,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRawText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2056,7 +2188,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2085,7 +2221,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTextDyeColor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2140,7 +2280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setText", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2180,7 +2324,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTextDyeColor", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2202,7 +2350,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWaxed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2247,7 +2399,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2264,7 +2420,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2383,7 +2543,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2400,7 +2564,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2430,7 +2598,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCapacity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2446,7 +2618,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMax", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2458,7 +2634,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMin", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2470,7 +2650,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpan", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -2492,7 +2676,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isInside", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2514,7 +2702,11 @@ "is_constructor" : false, "is_static" : false, "name" : "translate", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2585,7 +2777,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2614,7 +2810,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fade", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2679,7 +2879,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCamera", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2730,7 +2934,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2775,7 +2983,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2792,7 +3004,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2821,7 +3037,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2855,7 +3075,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2867,7 +3091,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2921,7 +3149,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2966,7 +3198,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3020,7 +3256,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3058,7 +3298,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3115,7 +3359,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3134,7 +3382,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3158,7 +3410,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3192,7 +3448,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3251,7 +3511,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3275,7 +3539,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3298,7 +3566,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3322,7 +3594,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3346,7 +3622,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3370,7 +3650,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3399,7 +3683,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3428,7 +3716,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3447,7 +3739,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3481,7 +3777,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3527,7 +3827,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3612,7 +3916,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3653,7 +3961,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3694,7 +4006,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3719,7 +4035,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3749,7 +4069,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3759,7 +4083,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -3789,7 +4117,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3859,7 +4191,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getModifiers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3948,7 +4284,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3998,8 +4338,12 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", - "return_type" : { + "privilege" : [ + { + "name" : "early_execution" + } + ], + "return_type" : { "is_bind_type" : false, "is_errorable" : false, "name" : "undefined" @@ -4065,7 +4409,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createExplosion", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4099,7 +4447,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -4163,7 +4515,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4197,7 +4553,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4224,7 +4584,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4276,7 +4640,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4310,7 +4678,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4362,7 +4734,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4384,7 +4760,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4413,7 +4793,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4449,7 +4833,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4504,7 +4892,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockType", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4565,7 +4957,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWeather", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4596,7 +4992,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4639,7 +5039,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4698,7 +5102,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4791,7 +5199,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4808,7 +5220,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4838,7 +5254,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4979,7 +5399,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5029,7 +5453,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5054,7 +5482,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5064,7 +5496,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5133,7 +5569,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5183,7 +5623,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5208,7 +5652,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5243,7 +5691,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5260,7 +5712,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5299,7 +5755,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5357,7 +5817,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5374,7 +5838,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5458,7 +5926,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5485,7 +5957,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5542,7 +6018,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5564,7 +6044,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5641,7 +6125,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5653,7 +6141,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5665,7 +6157,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5689,7 +6185,11 @@ "is_constructor" : false, "is_static" : false, "name" : "extinguishFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5718,7 +6218,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5745,7 +6249,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5762,7 +6270,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5789,7 +6301,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5841,7 +6357,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -5858,7 +6378,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5896,7 +6420,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5913,7 +6441,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5947,7 +6479,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5964,7 +6500,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5986,7 +6526,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6024,7 +6568,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRotation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6036,7 +6584,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6053,7 +6605,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6065,7 +6621,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6087,7 +6647,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6109,7 +6673,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6121,7 +6689,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6133,7 +6705,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6155,7 +6731,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6193,7 +6773,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playAnimation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6205,7 +6789,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6239,7 +6827,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6261,7 +6853,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6283,7 +6879,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -6343,7 +6943,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -6377,7 +6981,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6455,7 +7063,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6495,7 +7107,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setOnFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6547,7 +7163,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6569,7 +7189,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6607,7 +7231,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6629,7 +7257,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6667,7 +7299,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6743,7 +7379,11 @@ { "is_read_only" : false, "name" : "isSneaking", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6780,7 +7420,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6893,7 +7537,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDropItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6910,7 +7558,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -6978,7 +7630,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6990,7 +7646,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7002,7 +7662,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7028,7 +7692,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7286,7 +7954,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7447,7 +8119,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7497,7 +8173,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7550,7 +8230,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7577,7 +8261,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipmentSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -7615,7 +8303,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7718,7 +8410,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7763,7 +8459,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7808,7 +8508,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7853,7 +8557,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -7981,7 +8689,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8031,7 +8743,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8175,7 +8891,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8225,7 +8945,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8321,7 +9045,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8371,7 +9099,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8480,7 +9212,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8530,7 +9266,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9122,7 +9862,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -9169,7 +9913,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9219,7 +9967,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9262,7 +10014,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10101,7 +10857,11 @@ "is_constructor" : false, "is_static" : false, "name" : "shoot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10114,7 +10874,11 @@ { "is_read_only" : false, "name" : "airInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10128,7 +10892,11 @@ { "is_read_only" : false, "name" : "catchFireOnHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10138,7 +10906,11 @@ { "is_read_only" : false, "name" : "critParticlesOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10148,7 +10920,11 @@ { "is_read_only" : false, "name" : "destroyOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10158,7 +10934,11 @@ { "is_read_only" : false, "name" : "gravity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10172,7 +10952,11 @@ { "is_read_only" : false, "name" : "hitEntitySound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10187,7 +10971,11 @@ { "is_read_only" : false, "name" : "hitGroundSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10202,7 +10990,11 @@ { "is_read_only" : false, "name" : "hitParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10217,7 +11009,11 @@ { "is_read_only" : false, "name" : "lightningStrikeOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10227,7 +11023,11 @@ { "is_read_only" : false, "name" : "liquidInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10241,7 +11041,11 @@ { "is_read_only" : false, "name" : "onFireTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10255,7 +11059,11 @@ { "is_read_only" : false, "name" : "owner", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10270,7 +11078,11 @@ { "is_read_only" : false, "name" : "shouldBounceOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10280,7 +11092,11 @@ { "is_read_only" : false, "name" : "stopOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10321,7 +11137,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10419,7 +11239,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10469,7 +11293,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10540,7 +11368,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10590,7 +11422,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10643,7 +11479,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addRider", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10665,7 +11505,11 @@ "is_constructor" : false, "is_static" : false, "name" : "ejectRider", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10677,7 +11521,11 @@ "is_constructor" : false, "is_static" : false, "name" : "ejectRiders", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10689,7 +11537,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFamilyTypes", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10706,7 +11558,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRiders", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10723,7 +11579,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSeats", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10887,7 +11747,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10932,7 +11796,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10968,7 +11836,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11015,7 +11887,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11065,7 +11941,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11118,7 +11998,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tame", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11236,7 +12120,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tame", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11267,7 +12155,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tameToPlayer", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11379,7 +12271,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTypeFamilies", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -11406,7 +12302,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTypeFamily", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11441,7 +12341,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11458,7 +12362,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -11592,7 +12500,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -11670,7 +12582,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11720,7 +12636,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11766,7 +12686,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11779,7 +12703,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11826,7 +12754,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11876,7 +12808,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11901,7 +12837,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12086,7 +13026,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12136,7 +13080,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12161,7 +13109,11 @@ { "is_read_only" : false, "name" : "commandBlockOutput", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12171,7 +13123,11 @@ { "is_read_only" : false, "name" : "commandBlocksEnabled", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12181,7 +13137,11 @@ { "is_read_only" : false, "name" : "doDayLightCycle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12191,7 +13151,11 @@ { "is_read_only" : false, "name" : "doEntityDrops", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12201,7 +13165,11 @@ { "is_read_only" : false, "name" : "doFireTick", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12211,7 +13179,11 @@ { "is_read_only" : false, "name" : "doImmediateRespawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12221,7 +13193,11 @@ { "is_read_only" : false, "name" : "doInsomnia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12231,7 +13207,11 @@ { "is_read_only" : false, "name" : "doLimitedCrafting", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12241,7 +13221,11 @@ { "is_read_only" : false, "name" : "doMobLoot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12251,7 +13235,11 @@ { "is_read_only" : false, "name" : "doMobSpawning", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12261,7 +13249,11 @@ { "is_read_only" : false, "name" : "doTileDrops", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12271,7 +13263,11 @@ { "is_read_only" : false, "name" : "doWeatherCycle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12281,7 +13277,11 @@ { "is_read_only" : false, "name" : "drowningDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12291,7 +13291,11 @@ { "is_read_only" : false, "name" : "fallDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12301,7 +13305,11 @@ { "is_read_only" : false, "name" : "fireDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12311,7 +13319,11 @@ { "is_read_only" : false, "name" : "freezeDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12321,7 +13333,11 @@ { "is_read_only" : false, "name" : "functionCommandLimit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12335,7 +13351,11 @@ { "is_read_only" : false, "name" : "keepInventory", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12345,8 +13365,12 @@ { "is_read_only" : false, "name" : "maxCommandChainLength", - "privilege" : "none", - "type" : { + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { "is_bind_type" : false, "is_errorable" : false, "name" : "int32", @@ -12359,7 +13383,11 @@ { "is_read_only" : false, "name" : "mobGriefing", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12369,7 +13397,11 @@ { "is_read_only" : false, "name" : "naturalRegeneration", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12379,7 +13411,11 @@ { "is_read_only" : false, "name" : "playersSleepingPercentage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12393,7 +13429,11 @@ { "is_read_only" : false, "name" : "projectilesCanBreakBlocks", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12403,7 +13443,11 @@ { "is_read_only" : false, "name" : "pvp", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12413,7 +13457,11 @@ { "is_read_only" : false, "name" : "randomTickSpeed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12427,7 +13475,11 @@ { "is_read_only" : false, "name" : "recipesUnlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12437,7 +13489,11 @@ { "is_read_only" : false, "name" : "respawnBlocksExplode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12447,7 +13503,11 @@ { "is_read_only" : false, "name" : "sendCommandFeedback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12457,7 +13517,11 @@ { "is_read_only" : false, "name" : "showBorderEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12467,7 +13531,11 @@ { "is_read_only" : false, "name" : "showCoordinates", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12477,7 +13545,11 @@ { "is_read_only" : false, "name" : "showDaysPlayed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12487,7 +13559,11 @@ { "is_read_only" : false, "name" : "showDeathMessages", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12497,7 +13573,11 @@ { "is_read_only" : false, "name" : "showRecipeMessages", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12507,7 +13587,11 @@ { "is_read_only" : false, "name" : "showTags", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12517,7 +13601,11 @@ { "is_read_only" : false, "name" : "spawnRadius", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12531,7 +13619,11 @@ { "is_read_only" : false, "name" : "tntExplodes", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12541,7 +13633,11 @@ { "is_read_only" : false, "name" : "tntExplosionDropDecay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12588,7 +13684,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12638,7 +13738,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12687,7 +13791,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12737,7 +13845,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12786,7 +13898,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12836,7 +13952,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12885,7 +14005,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12935,7 +14059,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12984,7 +14112,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13034,7 +14166,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13127,7 +14263,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13177,7 +14317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13260,7 +14404,11 @@ { "is_read_only" : false, "name" : "durabilityDamage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13283,7 +14431,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13487,7 +14639,11 @@ "is_constructor" : false, "is_static" : false, "name" : "registerCustomComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -13655,7 +14811,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCooldownTicksRemaining", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13681,7 +14841,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isCooldownCategory", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13703,7 +14867,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startCooldown", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13787,7 +14955,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChance", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13803,7 +14975,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChanceRange", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "from_module" : { "name" : "@minecraft/common", @@ -13821,7 +14997,11 @@ { "is_read_only" : false, "name" : "damage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13889,7 +15069,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEnchantment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -13938,7 +15122,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEnchantments", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -13982,7 +15170,11 @@ "is_constructor" : false, "is_static" : false, "name" : "canAddEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14028,7 +15220,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14052,7 +15248,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEnchantments", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14091,7 +15291,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14110,7 +15314,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeAllEnchantments", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14144,7 +15352,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEnchantment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -14344,7 +15556,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14394,7 +15610,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14419,7 +15639,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14431,7 +15655,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clone", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14481,7 +15709,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -14493,7 +15725,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14510,7 +15746,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14537,7 +15777,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14554,7 +15798,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14581,7 +15829,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14633,7 +15885,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14650,7 +15906,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14666,7 +15926,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14683,7 +15947,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14710,7 +15978,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14732,7 +16004,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14754,7 +16030,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14823,7 +16103,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14857,7 +16141,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14891,7 +16179,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14964,7 +16256,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14998,7 +16294,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15011,7 +16311,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15034,7 +16338,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15044,7 +16352,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -15067,7 +16379,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15181,7 +16497,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15231,7 +16551,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15334,7 +16658,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15384,7 +16712,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15482,7 +16814,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15532,7 +16868,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15626,7 +16966,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15676,7 +17020,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15733,7 +17081,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15750,7 +17102,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -15780,7 +17136,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -15836,7 +17196,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15886,7 +17250,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15917,7 +17285,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15964,7 +17336,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16014,7 +17390,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16121,7 +17501,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16171,7 +17555,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16202,7 +17590,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16249,7 +17641,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16299,7 +17695,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16449,7 +17849,11 @@ "is_constructor" : false, "is_static" : false, "name" : "add", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16475,7 +17879,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16502,7 +17910,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16572,7 +17984,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16603,7 +18019,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16634,7 +18054,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16672,7 +18096,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16719,7 +18147,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16750,7 +18182,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16836,7 +18272,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16886,7 +18326,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16934,7 +18378,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addExperience", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16967,7 +18415,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addLevels", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16983,7 +18435,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getGameMode", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -17005,7 +18461,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemCooldown", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17021,7 +18481,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17038,7 +18502,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalXp", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17080,7 +18548,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17118,7 +18590,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17156,7 +18632,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17168,7 +18648,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetLevel", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17224,7 +18708,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17253,7 +18741,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setGameMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17282,7 +18774,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -17332,7 +18828,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startItemCooldown", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17344,7 +18844,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17442,7 +18946,11 @@ { "is_read_only" : false, "name" : "selectedSlotIndex", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17600,7 +19108,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17650,7 +19162,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17681,7 +19197,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17691,7 +19211,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17768,7 +19292,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17818,7 +19346,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17925,7 +19457,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17975,7 +19511,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18064,7 +19604,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18114,7 +19658,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18139,7 +19687,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18167,7 +19719,11 @@ { "is_read_only" : false, "name" : "toGameMode", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -18214,7 +19770,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18264,7 +19824,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18353,7 +19917,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18403,7 +19971,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18428,7 +20000,11 @@ { "is_read_only" : false, "name" : "cameraEnabled", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18438,7 +20014,11 @@ { "is_read_only" : false, "name" : "movementEnabled", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18548,7 +20128,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18598,7 +20182,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18641,7 +20229,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18720,7 +20312,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18770,7 +20366,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18864,7 +20464,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18914,7 +20518,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18939,7 +20547,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19018,7 +20630,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19068,7 +20684,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19237,7 +20857,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19287,7 +20911,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19380,7 +21008,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19430,7 +21062,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19455,7 +21091,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19465,7 +21105,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -19575,7 +21219,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19625,7 +21273,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19728,7 +21380,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19778,7 +21434,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19803,7 +21463,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -19903,7 +21567,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19953,7 +21621,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19978,7 +21650,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -20078,7 +21754,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20128,7 +21808,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20179,7 +21863,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -20201,7 +21889,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20228,7 +21920,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20255,7 +21951,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20272,7 +21972,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20289,7 +21993,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20328,7 +22036,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20359,7 +22071,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20389,7 +22105,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20406,7 +22126,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20506,7 +22230,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20522,7 +22250,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20566,7 +22298,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20587,7 +22323,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20631,7 +22371,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20643,7 +22387,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20682,7 +22430,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20737,7 +22489,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20816,7 +22572,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHiddenHudElements", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20855,7 +22615,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hideAllExcept", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20877,7 +22641,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isForcedHidden", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20889,7 +22657,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20901,7 +22673,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetHudElements", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20957,7 +22733,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21000,7 +22780,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setHudVisibility", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21072,7 +22856,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21128,7 +22916,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21275,7 +23067,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -21325,7 +23121,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21434,7 +23234,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockPermutation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -21478,7 +23282,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getIsWaterlogged", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -21507,7 +23315,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21540,7 +23352,11 @@ "is_constructor" : false, "is_static" : false, "name" : "saveAs", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21579,7 +23395,11 @@ "is_constructor" : false, "is_static" : false, "name" : "saveToWorld", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21624,7 +23444,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21722,7 +23546,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createEmpty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21809,7 +23637,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createFromWorld", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21855,7 +23687,11 @@ "is_constructor" : false, "is_static" : false, "name" : "delete", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21889,7 +23725,11 @@ "is_constructor" : false, "is_static" : false, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21906,7 +23746,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getWorldStructureIds", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -21979,7 +23823,11 @@ "is_constructor" : false, "is_static" : false, "name" : "place", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22048,7 +23896,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearJob", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22077,7 +23932,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22107,7 +23969,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22161,7 +24030,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22204,7 +24080,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runJob", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22258,7 +24141,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22291,7 +24181,14 @@ "is_constructor" : false, "is_static" : false, "name" : "waitTicks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "error_types" : [ { @@ -22465,7 +24362,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -22515,7 +24416,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22549,7 +24454,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -22562,7 +24471,11 @@ { "is_read_only" : false, "name" : "eventName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22651,7 +24564,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -22701,7 +24618,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22790,7 +24711,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -22840,7 +24765,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22865,7 +24794,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22875,7 +24808,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22889,7 +24826,11 @@ { "is_read_only" : false, "name" : "newWeather", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -22945,7 +24886,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -22995,7 +24940,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23020,7 +24969,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23032,7 +24985,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23048,7 +25005,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -23065,7 +25026,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23081,7 +25046,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -23103,7 +25072,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -23125,7 +25098,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23177,7 +25154,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -23194,7 +25175,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23220,7 +25205,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23237,7 +25226,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMoonPhase", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -23266,7 +25259,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -23283,7 +25280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23325,7 +25326,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23372,7 +25377,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23410,7 +25419,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23466,7 +25479,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23495,7 +25512,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23517,7 +25538,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -23602,7 +25627,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23640,7 +25669,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23652,7 +25685,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -24235,7 +26272,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -24285,7 +26326,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -24365,7 +26410,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -24415,7 +26464,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -31650,7 +33703,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 965cfc96c..3916c460f 100644 --- a/metadata/script_modules/@minecraft/server_1.13.0.json +++ b/metadata/script_modules/@minecraft/server_1.13.0.json @@ -27,7 +27,11 @@ "is_constructor" : false, "is_static" : false, "name" : "above", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -74,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "below", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -103,7 +111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "bottomCenter", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -115,7 +127,11 @@ "is_constructor" : false, "is_static" : false, "name" : "center", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -145,7 +161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "east", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -184,7 +204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -242,7 +266,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -271,7 +299,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -310,7 +342,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -334,7 +370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -403,7 +443,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -445,7 +489,11 @@ "is_constructor" : false, "is_static" : false, "name" : "north", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -484,7 +532,11 @@ "is_constructor" : false, "is_static" : false, "name" : "offset", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -523,7 +575,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -569,7 +625,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setType", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -616,7 +676,11 @@ "is_constructor" : false, "is_static" : false, "name" : "south", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -663,7 +727,11 @@ "is_constructor" : false, "is_static" : false, "name" : "west", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -1074,7 +1142,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1093,7 +1165,11 @@ { "is_read_only" : false, "name" : "permutationToPlace", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -1167,7 +1243,11 @@ "is_constructor" : false, "is_static" : false, "name" : "registerCustomComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -1415,7 +1495,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -1465,7 +1549,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1535,7 +1623,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllStates", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1596,7 +1688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1623,7 +1719,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1661,7 +1761,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -1688,7 +1792,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1757,7 +1865,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1826,7 +1938,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1878,7 +1994,11 @@ "is_constructor" : false, "is_static" : false, "name" : "withState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1931,7 +2051,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1948,7 +2072,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocksLocations", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2027,7 +2155,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRawText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2056,7 +2188,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2085,7 +2221,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTextDyeColor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2140,7 +2280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setText", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2180,7 +2324,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTextDyeColor", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2202,7 +2350,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWaxed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2247,7 +2399,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2264,7 +2420,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2383,7 +2543,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2400,7 +2564,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2430,7 +2598,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCapacity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2446,7 +2618,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMax", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2458,7 +2634,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMin", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2470,7 +2650,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpan", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -2492,7 +2676,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isInside", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2514,7 +2702,11 @@ "is_constructor" : false, "is_static" : false, "name" : "translate", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2585,7 +2777,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2614,7 +2810,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fade", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2679,7 +2879,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCamera", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2730,7 +2934,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2775,7 +2983,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2792,7 +3004,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2821,7 +3037,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2855,7 +3075,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2867,7 +3091,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2921,7 +3149,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2966,7 +3198,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3020,7 +3256,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3058,7 +3298,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3115,7 +3359,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3134,7 +3382,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3158,7 +3410,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3192,7 +3448,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3251,7 +3511,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3275,7 +3539,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3298,7 +3566,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3322,7 +3594,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3346,7 +3622,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3370,7 +3650,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3399,7 +3683,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3428,7 +3716,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3447,7 +3739,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3481,7 +3777,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3527,7 +3827,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3612,7 +3916,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3653,7 +3961,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3694,7 +4006,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3719,7 +4035,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3749,7 +4069,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3759,7 +4083,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -3789,7 +4117,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3859,7 +4191,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getModifiers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3948,7 +4284,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3998,8 +4338,12 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", - "return_type" : { + "privilege" : [ + { + "name" : "early_execution" + } + ], + "return_type" : { "is_bind_type" : false, "is_errorable" : false, "name" : "undefined" @@ -4065,7 +4409,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createExplosion", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4099,7 +4447,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -4163,7 +4515,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4197,7 +4553,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4224,7 +4584,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4276,7 +4640,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4310,7 +4678,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4357,7 +4729,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTopmostBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4409,7 +4785,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4431,7 +4811,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4460,7 +4844,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4496,7 +4884,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4551,7 +4943,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockType", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4612,7 +5008,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWeather", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4643,7 +5043,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4686,7 +5090,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4745,7 +5153,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4838,7 +5250,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4855,7 +5271,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4885,7 +5305,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5026,7 +5450,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5076,7 +5504,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5101,7 +5533,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5111,7 +5547,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5180,7 +5620,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5230,7 +5674,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5255,7 +5703,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5290,7 +5742,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5307,7 +5763,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5346,7 +5806,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5404,7 +5868,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5421,7 +5889,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5505,7 +5977,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5532,7 +6008,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5589,7 +6069,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5611,7 +6095,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5688,7 +6176,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5700,7 +6192,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5712,7 +6208,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5736,7 +6236,11 @@ "is_constructor" : false, "is_static" : false, "name" : "extinguishFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5765,7 +6269,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5792,7 +6300,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5809,7 +6321,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5836,7 +6352,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5888,7 +6408,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -5905,7 +6429,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5943,7 +6471,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5960,7 +6492,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5994,7 +6530,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -6011,7 +6551,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6033,7 +6577,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6071,7 +6619,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRotation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6083,7 +6635,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6100,7 +6656,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6112,7 +6672,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6134,7 +6698,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6156,7 +6724,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6168,7 +6740,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6180,7 +6756,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6202,7 +6782,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6240,7 +6824,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playAnimation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6252,7 +6840,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6286,7 +6878,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6308,7 +6904,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6330,7 +6930,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -6390,7 +6994,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -6424,7 +7032,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6502,7 +7114,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6542,7 +7158,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setOnFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6594,7 +7214,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6616,7 +7240,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6654,7 +7282,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6676,7 +7308,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6714,7 +7350,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6790,7 +7430,11 @@ { "is_read_only" : false, "name" : "isSneaking", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6827,7 +7471,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6940,7 +7588,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDropItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6957,7 +7609,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -7025,7 +7681,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7037,7 +7697,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7049,7 +7713,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7075,7 +7743,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7333,7 +8005,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7494,7 +8170,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7544,7 +8224,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7597,7 +8281,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7624,7 +8312,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipmentSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -7662,7 +8354,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7765,7 +8461,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7810,7 +8510,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7855,7 +8559,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7900,7 +8608,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8028,7 +8740,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8078,7 +8794,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8222,7 +8942,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8272,7 +8996,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8368,7 +9096,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8418,7 +9150,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8527,7 +9263,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8577,7 +9317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9197,7 +9941,11 @@ "is_constructor" : false, "is_static" : false, "name" : "leashTo", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9209,7 +9957,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unleash", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9320,7 +10072,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -9367,7 +10123,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9417,7 +10177,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9460,7 +10224,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10299,7 +11067,11 @@ "is_constructor" : false, "is_static" : false, "name" : "shoot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10312,7 +11084,11 @@ { "is_read_only" : false, "name" : "airInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10326,7 +11102,11 @@ { "is_read_only" : false, "name" : "catchFireOnHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10336,7 +11116,11 @@ { "is_read_only" : false, "name" : "critParticlesOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10346,7 +11130,11 @@ { "is_read_only" : false, "name" : "destroyOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10356,7 +11144,11 @@ { "is_read_only" : false, "name" : "gravity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10370,7 +11162,11 @@ { "is_read_only" : false, "name" : "hitEntitySound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10385,7 +11181,11 @@ { "is_read_only" : false, "name" : "hitGroundSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10400,7 +11200,11 @@ { "is_read_only" : false, "name" : "hitParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10415,7 +11219,11 @@ { "is_read_only" : false, "name" : "lightningStrikeOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10425,7 +11233,11 @@ { "is_read_only" : false, "name" : "liquidInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10439,7 +11251,11 @@ { "is_read_only" : false, "name" : "onFireTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10453,7 +11269,11 @@ { "is_read_only" : false, "name" : "owner", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10468,7 +11288,11 @@ { "is_read_only" : false, "name" : "shouldBounceOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10478,7 +11302,11 @@ { "is_read_only" : false, "name" : "stopOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10519,7 +11347,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10617,7 +11449,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10667,7 +11503,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10738,7 +11578,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10788,7 +11632,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10841,7 +11689,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addRider", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10863,7 +11715,11 @@ "is_constructor" : false, "is_static" : false, "name" : "ejectRider", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10875,7 +11731,11 @@ "is_constructor" : false, "is_static" : false, "name" : "ejectRiders", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10887,7 +11747,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFamilyTypes", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10904,7 +11768,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRiders", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10921,7 +11789,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSeats", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -11085,7 +11957,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11130,7 +12006,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11166,7 +12046,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11213,7 +12097,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11263,7 +12151,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11373,7 +12265,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tame", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11491,7 +12387,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tame", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11522,7 +12422,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tameToPlayer", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11634,7 +12538,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTypeFamilies", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -11661,7 +12569,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTypeFamily", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11696,7 +12608,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11713,7 +12629,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -11847,7 +12767,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -11925,7 +12849,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11975,7 +12903,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12021,7 +12953,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12034,7 +12970,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12081,7 +13021,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12131,7 +13075,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12156,7 +13104,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12341,7 +13293,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12391,7 +13347,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12416,7 +13376,11 @@ { "is_read_only" : false, "name" : "commandBlockOutput", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12426,7 +13390,11 @@ { "is_read_only" : false, "name" : "commandBlocksEnabled", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12436,7 +13404,11 @@ { "is_read_only" : false, "name" : "doDayLightCycle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12446,7 +13418,11 @@ { "is_read_only" : false, "name" : "doEntityDrops", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12456,7 +13432,11 @@ { "is_read_only" : false, "name" : "doFireTick", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12466,7 +13446,11 @@ { "is_read_only" : false, "name" : "doImmediateRespawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12476,7 +13460,11 @@ { "is_read_only" : false, "name" : "doInsomnia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12486,7 +13474,11 @@ { "is_read_only" : false, "name" : "doLimitedCrafting", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12496,7 +13488,11 @@ { "is_read_only" : false, "name" : "doMobLoot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12506,7 +13502,11 @@ { "is_read_only" : false, "name" : "doMobSpawning", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12516,7 +13516,11 @@ { "is_read_only" : false, "name" : "doTileDrops", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12526,7 +13530,11 @@ { "is_read_only" : false, "name" : "doWeatherCycle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12536,7 +13544,11 @@ { "is_read_only" : false, "name" : "drowningDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12546,7 +13558,11 @@ { "is_read_only" : false, "name" : "fallDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12556,7 +13572,11 @@ { "is_read_only" : false, "name" : "fireDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12566,8 +13586,12 @@ { "is_read_only" : false, "name" : "freezeDamage", - "privilege" : "none", - "type" : { + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { "is_bind_type" : false, "is_errorable" : false, "name" : "boolean" @@ -12576,7 +13600,11 @@ { "is_read_only" : false, "name" : "functionCommandLimit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12590,7 +13618,11 @@ { "is_read_only" : false, "name" : "keepInventory", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12600,7 +13632,11 @@ { "is_read_only" : false, "name" : "maxCommandChainLength", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12614,7 +13650,11 @@ { "is_read_only" : false, "name" : "mobGriefing", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12624,7 +13664,11 @@ { "is_read_only" : false, "name" : "naturalRegeneration", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12634,7 +13678,11 @@ { "is_read_only" : false, "name" : "playersSleepingPercentage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12648,7 +13696,11 @@ { "is_read_only" : false, "name" : "projectilesCanBreakBlocks", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12658,7 +13710,11 @@ { "is_read_only" : false, "name" : "pvp", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12668,7 +13724,11 @@ { "is_read_only" : false, "name" : "randomTickSpeed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12682,7 +13742,11 @@ { "is_read_only" : false, "name" : "recipesUnlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12692,7 +13756,11 @@ { "is_read_only" : false, "name" : "respawnBlocksExplode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12702,7 +13770,11 @@ { "is_read_only" : false, "name" : "sendCommandFeedback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12712,7 +13784,11 @@ { "is_read_only" : false, "name" : "showBorderEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12722,7 +13798,11 @@ { "is_read_only" : false, "name" : "showCoordinates", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12732,7 +13812,11 @@ { "is_read_only" : false, "name" : "showDaysPlayed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12742,7 +13826,11 @@ { "is_read_only" : false, "name" : "showDeathMessages", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12752,7 +13840,11 @@ { "is_read_only" : false, "name" : "showRecipeMessages", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12762,7 +13854,11 @@ { "is_read_only" : false, "name" : "showTags", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12772,7 +13868,11 @@ { "is_read_only" : false, "name" : "spawnRadius", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12786,7 +13886,11 @@ { "is_read_only" : false, "name" : "tntExplodes", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12796,7 +13900,11 @@ { "is_read_only" : false, "name" : "tntExplosionDropDecay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12843,7 +13951,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12893,7 +14005,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12942,7 +14058,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12992,7 +14112,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13041,7 +14165,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13091,7 +14219,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13140,7 +14272,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13190,7 +14326,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13239,7 +14379,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13289,7 +14433,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13382,7 +14530,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13432,7 +14584,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13515,7 +14671,11 @@ { "is_read_only" : false, "name" : "durabilityDamage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13538,7 +14698,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13742,7 +14906,11 @@ "is_constructor" : false, "is_static" : false, "name" : "registerCustomComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -13910,7 +15078,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCooldownTicksRemaining", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13936,7 +15108,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isCooldownCategory", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13958,7 +15134,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startCooldown", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14042,7 +15222,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChance", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14058,7 +15242,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChanceRange", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "from_module" : { "name" : "@minecraft/common", @@ -14076,7 +15264,11 @@ { "is_read_only" : false, "name" : "damage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14144,7 +15336,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEnchantment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -14193,7 +15389,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEnchantments", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -14237,7 +15437,11 @@ "is_constructor" : false, "is_static" : false, "name" : "canAddEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14283,7 +15487,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14307,7 +15515,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEnchantments", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14346,7 +15558,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14365,7 +15581,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeAllEnchantments", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14399,7 +15619,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEnchantment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -14599,7 +15823,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14649,7 +15877,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14674,7 +15906,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14686,7 +15922,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clone", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14736,7 +15976,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -14748,7 +15992,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14765,7 +16013,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14792,7 +16044,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14809,7 +16065,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14836,7 +16096,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14888,7 +16152,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14905,7 +16173,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14921,7 +16193,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14938,7 +16214,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14965,7 +16245,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14987,7 +16271,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15009,7 +16297,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15078,7 +16370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15112,7 +16408,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15146,7 +16446,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15219,7 +16523,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15253,7 +16561,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15266,7 +16578,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15289,7 +16605,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15299,7 +16619,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -15322,7 +16646,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15436,7 +16764,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15486,7 +16818,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15589,7 +16925,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15639,7 +16979,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15737,7 +17081,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15787,7 +17135,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15881,7 +17233,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15931,7 +17287,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15988,7 +17348,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16005,7 +17369,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -16035,7 +17403,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16091,7 +17463,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16141,7 +17517,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16172,7 +17552,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16219,7 +17603,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16269,7 +17657,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16376,7 +17768,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16426,7 +17822,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16457,7 +17857,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16504,7 +17908,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16554,7 +17962,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16704,7 +18116,11 @@ "is_constructor" : false, "is_static" : false, "name" : "add", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16730,7 +18146,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16757,7 +18177,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16827,7 +18251,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16858,7 +18286,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16889,7 +18321,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16927,7 +18363,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16974,7 +18414,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17005,7 +18449,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17091,7 +18539,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17141,7 +18593,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17189,7 +18645,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addExperience", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17222,7 +18682,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addLevels", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17238,7 +18702,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getGameMode", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -17260,7 +18728,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemCooldown", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17276,7 +18748,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17293,7 +18769,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalXp", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17335,7 +18815,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17373,7 +18857,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17411,7 +18899,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17423,7 +18915,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetLevel", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17479,7 +18975,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17508,7 +19008,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setGameMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17537,7 +19041,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -17587,7 +19095,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startItemCooldown", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17599,7 +19111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17697,7 +19213,11 @@ { "is_read_only" : false, "name" : "selectedSlotIndex", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17855,7 +19375,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17905,7 +19429,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17936,7 +19464,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17946,7 +19478,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18023,7 +19559,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18073,7 +19613,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18180,7 +19724,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18230,7 +19778,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18319,7 +19871,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18369,7 +19925,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18394,7 +19954,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18422,7 +19986,11 @@ { "is_read_only" : false, "name" : "toGameMode", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -18469,7 +20037,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18519,7 +20091,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18608,7 +20184,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18658,7 +20238,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18683,7 +20267,11 @@ { "is_read_only" : false, "name" : "cameraEnabled", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18693,7 +20281,11 @@ { "is_read_only" : false, "name" : "movementEnabled", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18803,7 +20395,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18853,7 +20449,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18896,7 +20496,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18975,7 +20579,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19025,7 +20633,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19119,7 +20731,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19169,7 +20785,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19194,7 +20814,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19273,7 +20897,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19323,7 +20951,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19492,7 +21124,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19542,7 +21178,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19635,7 +21275,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19685,7 +21329,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19710,7 +21358,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19720,7 +21372,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -19830,7 +21486,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19880,7 +21540,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19983,7 +21647,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20033,7 +21701,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20058,7 +21730,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -20158,7 +21834,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20208,7 +21888,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20233,7 +21917,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -20333,7 +22021,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20383,7 +22075,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20434,7 +22130,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -20456,7 +22156,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20483,7 +22187,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20510,7 +22218,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20527,7 +22239,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20544,7 +22260,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20583,7 +22303,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20614,7 +22338,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20644,7 +22372,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20661,7 +22393,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20761,7 +22497,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20777,7 +22517,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20821,7 +22565,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20842,7 +22590,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20886,7 +22638,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20898,7 +22654,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20937,7 +22697,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20992,7 +22756,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21071,7 +22839,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHiddenHudElements", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -21110,7 +22882,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hideAllExcept", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21132,7 +22908,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isForcedHidden", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21144,7 +22924,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21156,7 +22940,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetHudElements", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21212,7 +23000,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21255,7 +23047,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setHudVisibility", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21327,7 +23123,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21383,7 +23183,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21530,7 +23334,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -21580,7 +23388,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21689,7 +23501,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockPermutation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -21733,7 +23549,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getIsWaterlogged", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -21762,7 +23582,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21795,7 +23619,11 @@ "is_constructor" : false, "is_static" : false, "name" : "saveAs", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21834,7 +23662,11 @@ "is_constructor" : false, "is_static" : false, "name" : "saveToWorld", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21879,7 +23711,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -21977,7 +23813,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createEmpty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22064,7 +23904,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createFromWorld", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22110,7 +23954,11 @@ "is_constructor" : false, "is_static" : false, "name" : "delete", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22144,7 +23992,11 @@ "is_constructor" : false, "is_static" : false, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22161,7 +24013,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getWorldStructureIds", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -22234,7 +24090,11 @@ "is_constructor" : false, "is_static" : false, "name" : "place", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22303,7 +24163,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearJob", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22332,7 +24199,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22362,7 +24236,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22416,7 +24297,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22459,7 +24347,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runJob", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22513,7 +24408,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22546,7 +24448,14 @@ "is_constructor" : false, "is_static" : false, "name" : "waitTicks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "error_types" : [ { @@ -22720,7 +24629,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -22770,7 +24683,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22804,7 +24721,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -22817,7 +24738,11 @@ { "is_read_only" : false, "name" : "eventName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22906,7 +24831,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -22956,7 +24885,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23045,7 +24978,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -23095,7 +25032,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23120,7 +25061,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23130,7 +25075,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23144,7 +25093,11 @@ { "is_read_only" : false, "name" : "newWeather", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -23200,7 +25153,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -23250,7 +25207,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23275,7 +25236,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23287,7 +25252,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23303,7 +25272,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -23320,7 +25293,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23336,7 +25313,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -23358,7 +25339,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -23380,7 +25365,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23432,7 +25421,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -23449,7 +25442,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23475,7 +25472,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23492,7 +25493,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMoonPhase", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -23521,7 +25526,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -23538,7 +25547,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23580,7 +25593,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23627,7 +25644,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23665,7 +25686,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23721,7 +25746,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23750,7 +25779,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23772,7 +25805,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -23857,7 +25894,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23895,7 +25936,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23907,7 +25952,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -24490,7 +26539,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -24540,7 +26593,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -24620,7 +26677,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -24670,7 +26731,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -31964,7 +34029,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 95028a654..82575919d 100644 --- a/metadata/script_modules/@minecraft/server_1.14.0.json +++ b/metadata/script_modules/@minecraft/server_1.14.0.json @@ -27,7 +27,11 @@ "is_constructor" : false, "is_static" : false, "name" : "above", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -74,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "below", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -103,7 +111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "bottomCenter", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -115,7 +127,11 @@ "is_constructor" : false, "is_static" : false, "name" : "center", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -145,7 +161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "east", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -184,7 +204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -242,7 +266,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -271,7 +299,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -310,7 +342,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -334,7 +370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -403,7 +443,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -445,7 +489,11 @@ "is_constructor" : false, "is_static" : false, "name" : "north", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -484,7 +532,11 @@ "is_constructor" : false, "is_static" : false, "name" : "offset", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -523,7 +575,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -569,7 +625,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setType", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -616,7 +676,11 @@ "is_constructor" : false, "is_static" : false, "name" : "south", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -663,7 +727,11 @@ "is_constructor" : false, "is_static" : false, "name" : "west", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -1074,7 +1142,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1093,7 +1165,11 @@ { "is_read_only" : false, "name" : "permutationToPlace", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -1167,7 +1243,11 @@ "is_constructor" : false, "is_static" : false, "name" : "registerCustomComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -1415,7 +1495,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -1465,7 +1549,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1535,7 +1623,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllStates", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1596,7 +1688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1623,7 +1719,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1661,7 +1761,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -1688,7 +1792,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1757,7 +1865,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1826,7 +1938,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1878,7 +1994,11 @@ "is_constructor" : false, "is_static" : false, "name" : "withState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1931,7 +2051,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1948,7 +2072,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocksLocations", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2015,7 +2143,11 @@ "is_constructor" : false, "is_static" : false, "name" : "ejectRecord", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2027,7 +2159,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRecord", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2044,7 +2180,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isPlaying", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2056,7 +2196,11 @@ "is_constructor" : false, "is_static" : false, "name" : "pauseRecord", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2068,7 +2212,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playRecord", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2120,7 +2268,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRecord", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2175,7 +2327,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRawText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2204,7 +2360,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2233,7 +2393,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTextDyeColor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2288,7 +2452,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setText", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2328,7 +2496,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTextDyeColor", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2350,7 +2522,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWaxed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2395,7 +2571,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2412,7 +2592,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2531,7 +2715,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2548,7 +2736,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2578,7 +2770,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCapacity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2594,7 +2790,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMax", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2606,7 +2806,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMin", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2618,7 +2822,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpan", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -2640,7 +2848,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isInside", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2662,7 +2874,11 @@ "is_constructor" : false, "is_static" : false, "name" : "translate", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2733,7 +2949,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2762,7 +2982,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fade", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2827,7 +3051,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCamera", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2878,7 +3106,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2923,7 +3155,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2940,7 +3176,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2969,7 +3209,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3003,7 +3247,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -3015,7 +3263,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3069,7 +3321,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3114,7 +3370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3168,7 +3428,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3206,7 +3470,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3263,7 +3531,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3282,7 +3554,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3306,7 +3582,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3340,7 +3620,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3399,7 +3683,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3423,7 +3711,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3446,7 +3738,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3470,7 +3766,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3494,7 +3794,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3518,7 +3822,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3547,7 +3855,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3576,7 +3888,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3595,7 +3911,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3629,7 +3949,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3675,7 +3999,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3760,7 +4088,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3801,7 +4133,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3842,7 +4178,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3867,7 +4207,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3897,7 +4241,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3907,7 +4255,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -3937,7 +4289,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4007,7 +4363,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getModifiers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4096,7 +4456,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4146,7 +4510,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4213,7 +4581,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createExplosion", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4247,7 +4619,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -4311,7 +4687,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4345,7 +4725,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4372,7 +4756,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4424,7 +4812,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4458,7 +4850,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4505,7 +4901,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTopmostBlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4557,7 +4957,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4579,7 +4983,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4608,7 +5016,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4644,7 +5056,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4699,7 +5115,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockType", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4760,7 +5180,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWeather", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4791,7 +5215,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4834,7 +5262,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4893,7 +5325,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -4986,7 +5422,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5003,7 +5443,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5033,7 +5477,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5174,7 +5622,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5224,7 +5676,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5249,7 +5705,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5259,7 +5719,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5328,7 +5792,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5378,7 +5846,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5403,7 +5875,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5438,7 +5914,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5455,7 +5935,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5494,7 +5978,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5552,7 +6040,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5569,7 +6061,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5653,7 +6149,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5680,7 +6180,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5737,7 +6241,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5759,7 +6267,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5836,7 +6348,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5848,7 +6364,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5860,7 +6380,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5884,7 +6408,11 @@ "is_constructor" : false, "is_static" : false, "name" : "extinguishFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5913,7 +6441,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5940,7 +6472,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5957,7 +6493,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5984,7 +6524,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6036,7 +6580,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6053,7 +6601,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6091,7 +6643,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6108,7 +6664,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -6142,7 +6702,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -6159,7 +6723,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6181,7 +6749,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6219,7 +6791,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRotation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6231,7 +6807,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6248,7 +6828,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6260,7 +6844,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6282,7 +6870,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6304,7 +6896,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6316,7 +6912,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6328,7 +6928,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6350,7 +6954,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6388,7 +6996,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playAnimation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6400,7 +7012,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6434,7 +7050,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6456,7 +7076,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6478,7 +7102,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -6538,7 +7166,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -6572,7 +7204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6650,7 +7286,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6690,7 +7330,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setOnFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6742,7 +7386,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6764,7 +7412,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6802,7 +7454,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6824,7 +7480,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6862,7 +7522,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6938,7 +7602,11 @@ { "is_read_only" : false, "name" : "isSneaking", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6975,7 +7643,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7088,7 +7760,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDropItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -7105,7 +7781,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -7173,7 +7853,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7185,7 +7869,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7197,7 +7885,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7223,7 +7915,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7481,7 +8177,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7642,7 +8342,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7692,7 +8396,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7745,7 +8453,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7772,7 +8484,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipmentSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -7810,7 +8526,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7913,7 +8633,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7958,7 +8682,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8003,7 +8731,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8048,7 +8780,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8176,7 +8912,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8226,7 +8966,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8370,7 +9114,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8420,7 +9168,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8516,7 +9268,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8566,7 +9322,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8675,7 +9435,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8725,7 +9489,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9345,7 +10113,11 @@ "is_constructor" : false, "is_static" : false, "name" : "leashTo", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9357,7 +10129,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unleash", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9468,7 +10244,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -9515,7 +10295,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9565,7 +10349,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9608,7 +10396,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10447,7 +11239,11 @@ "is_constructor" : false, "is_static" : false, "name" : "shoot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10460,7 +11256,11 @@ { "is_read_only" : false, "name" : "airInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10474,7 +11274,11 @@ { "is_read_only" : false, "name" : "catchFireOnHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10484,7 +11288,11 @@ { "is_read_only" : false, "name" : "critParticlesOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10494,7 +11302,11 @@ { "is_read_only" : false, "name" : "destroyOnProjectileHurt", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10504,7 +11316,11 @@ { "is_read_only" : false, "name" : "gravity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10518,7 +11334,11 @@ { "is_read_only" : false, "name" : "hitEntitySound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10533,7 +11353,11 @@ { "is_read_only" : false, "name" : "hitGroundSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10548,7 +11372,11 @@ { "is_read_only" : false, "name" : "hitParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10563,7 +11391,11 @@ { "is_read_only" : false, "name" : "lightningStrikeOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10573,7 +11405,11 @@ { "is_read_only" : false, "name" : "liquidInertia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10587,7 +11423,11 @@ { "is_read_only" : false, "name" : "onFireTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10601,7 +11441,11 @@ { "is_read_only" : false, "name" : "owner", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10616,7 +11460,11 @@ { "is_read_only" : false, "name" : "shouldBounceOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10626,7 +11474,11 @@ { "is_read_only" : false, "name" : "stopOnHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10667,7 +11519,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10765,7 +11621,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10815,7 +11675,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10886,7 +11750,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10936,7 +11804,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10989,7 +11861,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addRider", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11011,7 +11887,11 @@ "is_constructor" : false, "is_static" : false, "name" : "ejectRider", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11023,7 +11903,11 @@ "is_constructor" : false, "is_static" : false, "name" : "ejectRiders", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11035,7 +11919,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFamilyTypes", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -11052,7 +11940,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRiders", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -11069,7 +11961,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSeats", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -11233,7 +12129,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11278,7 +12178,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11314,7 +12218,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11361,7 +12269,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11411,7 +12323,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11521,7 +12437,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tame", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11639,7 +12559,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tame", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11670,7 +12594,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tameToPlayer", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11782,7 +12710,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTypeFamilies", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -11809,7 +12741,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTypeFamily", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11844,7 +12780,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11861,7 +12801,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -11995,7 +12939,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12073,7 +13021,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12123,7 +13075,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12169,7 +13125,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12182,7 +13142,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12229,7 +13193,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12279,7 +13247,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12304,7 +13276,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12489,7 +13465,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12539,7 +13519,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12564,7 +13548,11 @@ { "is_read_only" : false, "name" : "commandBlockOutput", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12574,7 +13562,11 @@ { "is_read_only" : false, "name" : "commandBlocksEnabled", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12584,7 +13576,11 @@ { "is_read_only" : false, "name" : "doDayLightCycle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12594,7 +13590,11 @@ { "is_read_only" : false, "name" : "doEntityDrops", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12604,7 +13604,11 @@ { "is_read_only" : false, "name" : "doFireTick", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12614,7 +13618,11 @@ { "is_read_only" : false, "name" : "doImmediateRespawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12624,7 +13632,11 @@ { "is_read_only" : false, "name" : "doInsomnia", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12634,7 +13646,11 @@ { "is_read_only" : false, "name" : "doLimitedCrafting", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12644,7 +13660,11 @@ { "is_read_only" : false, "name" : "doMobLoot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12654,7 +13674,11 @@ { "is_read_only" : false, "name" : "doMobSpawning", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12664,7 +13688,11 @@ { "is_read_only" : false, "name" : "doTileDrops", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12674,7 +13702,11 @@ { "is_read_only" : false, "name" : "doWeatherCycle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12684,7 +13716,11 @@ { "is_read_only" : false, "name" : "drowningDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12694,7 +13730,11 @@ { "is_read_only" : false, "name" : "fallDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12704,7 +13744,11 @@ { "is_read_only" : false, "name" : "fireDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12714,7 +13758,11 @@ { "is_read_only" : false, "name" : "freezeDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12724,7 +13772,11 @@ { "is_read_only" : false, "name" : "functionCommandLimit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12738,7 +13790,11 @@ { "is_read_only" : false, "name" : "keepInventory", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12748,7 +13804,11 @@ { "is_read_only" : false, "name" : "maxCommandChainLength", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12762,7 +13822,11 @@ { "is_read_only" : false, "name" : "mobGriefing", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12772,7 +13836,11 @@ { "is_read_only" : false, "name" : "naturalRegeneration", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12782,7 +13850,11 @@ { "is_read_only" : false, "name" : "playersSleepingPercentage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12796,7 +13868,11 @@ { "is_read_only" : false, "name" : "projectilesCanBreakBlocks", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12806,7 +13882,11 @@ { "is_read_only" : false, "name" : "pvp", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12816,7 +13896,11 @@ { "is_read_only" : false, "name" : "randomTickSpeed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12830,7 +13914,11 @@ { "is_read_only" : false, "name" : "recipesUnlock", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12840,7 +13928,11 @@ { "is_read_only" : false, "name" : "respawnBlocksExplode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12850,7 +13942,11 @@ { "is_read_only" : false, "name" : "sendCommandFeedback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12860,7 +13956,11 @@ { "is_read_only" : false, "name" : "showBorderEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12870,7 +13970,11 @@ { "is_read_only" : false, "name" : "showCoordinates", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12880,7 +13984,11 @@ { "is_read_only" : false, "name" : "showDaysPlayed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12890,7 +13998,11 @@ { "is_read_only" : false, "name" : "showDeathMessages", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12900,7 +14012,11 @@ { "is_read_only" : false, "name" : "showRecipeMessages", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12910,7 +14026,11 @@ { "is_read_only" : false, "name" : "showTags", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12920,7 +14040,11 @@ { "is_read_only" : false, "name" : "spawnRadius", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12934,7 +14058,11 @@ { "is_read_only" : false, "name" : "tntExplodes", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12944,7 +14072,11 @@ { "is_read_only" : false, "name" : "tntExplosionDropDecay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12991,7 +14123,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13041,7 +14177,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13090,7 +14230,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13140,7 +14284,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13189,7 +14337,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13239,7 +14391,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13288,7 +14444,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13338,7 +14498,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13387,7 +14551,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13437,7 +14605,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13530,7 +14702,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13580,7 +14756,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13663,7 +14843,11 @@ { "is_read_only" : false, "name" : "durabilityDamage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13686,7 +14870,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13890,7 +15078,11 @@ "is_constructor" : false, "is_static" : false, "name" : "registerCustomComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14058,7 +15250,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCooldownTicksRemaining", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14084,7 +15280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isCooldownCategory", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14106,7 +15306,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startCooldown", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14190,7 +15394,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChance", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14206,7 +15414,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChanceRange", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "from_module" : { "name" : "@minecraft/common", @@ -14224,7 +15436,11 @@ { "is_read_only" : false, "name" : "damage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14292,7 +15508,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEnchantment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -14341,7 +15561,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEnchantments", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -14385,7 +15609,11 @@ "is_constructor" : false, "is_static" : false, "name" : "canAddEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14431,7 +15659,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14455,7 +15687,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEnchantments", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14494,7 +15730,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasEnchantment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -14513,7 +15753,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeAllEnchantments", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14547,7 +15791,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEnchantment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -14747,7 +15995,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14797,7 +16049,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14822,7 +16078,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14834,7 +16094,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clone", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14884,7 +16148,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -14896,7 +16164,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14913,7 +16185,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14940,7 +16216,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14957,7 +16237,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14984,7 +16268,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15036,7 +16324,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -15053,7 +16345,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15069,7 +16365,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -15086,7 +16386,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -15113,7 +16417,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15135,7 +16443,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15157,7 +16469,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15226,7 +16542,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15260,7 +16580,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15294,7 +16618,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15367,7 +16695,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15401,7 +16733,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15414,7 +16750,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15437,7 +16777,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15447,7 +16791,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -15470,7 +16818,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15584,7 +16936,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15634,7 +16990,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15737,7 +17097,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15787,7 +17151,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15885,7 +17253,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15935,7 +17307,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16029,7 +17405,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16079,7 +17459,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16136,7 +17520,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16153,7 +17541,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -16183,7 +17575,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16239,7 +17635,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16289,7 +17689,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16320,7 +17724,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16367,7 +17775,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16417,7 +17829,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16524,7 +17940,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16574,7 +17994,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16605,7 +18029,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16652,7 +18080,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16702,7 +18134,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16852,7 +18288,11 @@ "is_constructor" : false, "is_static" : false, "name" : "add", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16878,7 +18318,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16905,7 +18349,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16975,7 +18423,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -17006,7 +18458,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17037,7 +18493,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17075,7 +18535,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17122,7 +18586,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17153,7 +18621,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17239,7 +18711,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -17289,7 +18765,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -17337,7 +18817,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addExperience", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17370,7 +18854,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addLevels", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17386,7 +18874,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getGameMode", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -17408,7 +18900,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItemCooldown", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17424,7 +18920,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17441,7 +18941,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalXp", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17483,7 +18987,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17521,7 +19029,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17559,7 +19071,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17571,7 +19087,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetLevel", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17627,7 +19147,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17656,7 +19180,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setGameMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17685,7 +19213,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -17735,7 +19267,11 @@ "is_constructor" : false, "is_static" : false, "name" : "startItemCooldown", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17747,7 +19283,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17845,7 +19385,11 @@ { "is_read_only" : false, "name" : "selectedSlotIndex", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18003,7 +19547,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18053,7 +19601,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18084,7 +19636,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18094,7 +19650,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18171,7 +19731,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18221,7 +19785,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18264,7 +19832,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -18386,7 +19958,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18436,7 +20012,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18516,7 +20096,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18566,7 +20150,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18655,7 +20243,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18705,7 +20297,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18730,7 +20326,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18758,7 +20358,11 @@ { "is_read_only" : false, "name" : "toGameMode", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -18805,7 +20409,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18855,7 +20463,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18944,7 +20556,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -18994,7 +20610,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19019,7 +20639,11 @@ { "is_read_only" : false, "name" : "cameraEnabled", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19029,7 +20653,11 @@ { "is_read_only" : false, "name" : "movementEnabled", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19139,7 +20767,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19189,7 +20821,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19232,7 +20868,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19311,7 +20951,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19361,7 +21005,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19455,7 +21103,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19505,7 +21157,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19530,7 +21186,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19609,7 +21269,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19659,7 +21323,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19828,7 +21496,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -19878,7 +21550,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19971,7 +21647,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20021,7 +21701,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20046,7 +21730,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20056,7 +21744,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -20166,7 +21858,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20216,7 +21912,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20319,7 +22019,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20369,7 +22073,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20394,7 +22102,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -20494,7 +22206,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20544,7 +22260,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20569,7 +22289,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -20669,7 +22393,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -20719,7 +22447,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20770,7 +22502,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -20792,7 +22528,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20819,7 +22559,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20846,7 +22590,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -20863,7 +22611,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20880,7 +22632,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -20919,7 +22675,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20950,7 +22710,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20980,7 +22744,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -20997,7 +22765,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21097,7 +22869,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21113,7 +22889,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -21157,7 +22937,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21178,7 +22962,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -21222,7 +23010,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21234,7 +23026,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21273,7 +23069,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21328,7 +23128,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21407,7 +23211,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHiddenHudElements", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -21446,7 +23254,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hideAllExcept", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21468,7 +23280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isForcedHidden", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21480,7 +23296,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21492,7 +23312,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetHudElements", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21548,7 +23372,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21591,7 +23419,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setHudVisibility", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21663,7 +23495,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21719,7 +23555,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -21866,7 +23706,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -21916,7 +23760,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22025,7 +23873,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockPermutation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -22069,7 +23921,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getIsWaterlogged", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -22098,7 +23954,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22131,7 +23991,11 @@ "is_constructor" : false, "is_static" : false, "name" : "saveAs", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22170,7 +24034,11 @@ "is_constructor" : false, "is_static" : false, "name" : "saveToWorld", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22215,7 +24083,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setBlockPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22313,7 +24185,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createEmpty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22400,7 +24276,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createFromWorld", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22446,7 +24326,11 @@ "is_constructor" : false, "is_static" : false, "name" : "delete", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22480,7 +24364,11 @@ "is_constructor" : false, "is_static" : false, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22497,7 +24385,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getWorldStructureIds", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -22570,7 +24462,11 @@ "is_constructor" : false, "is_static" : false, "name" : "place", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -22639,7 +24535,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearJob", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22668,7 +24571,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22698,7 +24608,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22752,7 +24669,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22795,7 +24719,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runJob", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22849,7 +24780,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -22882,7 +24820,14 @@ "is_constructor" : false, "is_static" : false, "name" : "waitTicks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "error_types" : [ { @@ -23056,7 +25001,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -23106,7 +25055,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23140,7 +25093,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -23153,7 +25110,11 @@ { "is_read_only" : false, "name" : "eventName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23242,7 +25203,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -23292,7 +25257,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23381,7 +25350,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -23431,7 +25404,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23456,7 +25433,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23466,7 +25447,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23480,7 +25465,11 @@ { "is_read_only" : false, "name" : "newWeather", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -23536,7 +25525,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -23586,7 +25579,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23611,7 +25608,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23623,7 +25624,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23639,7 +25644,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -23656,7 +25665,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23672,7 +25685,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -23694,7 +25711,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -23716,7 +25737,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23768,7 +25793,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -23785,7 +25814,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23811,7 +25844,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23828,7 +25865,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMoonPhase", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -23857,7 +25898,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -23874,7 +25919,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -23916,7 +25965,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -23963,7 +26016,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -24001,7 +26058,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -24057,7 +26118,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -24086,7 +26151,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -24108,7 +26177,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -24193,7 +26266,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -24231,7 +26308,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -24243,7 +26324,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -24835,7 +26920,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -24885,7 +26974,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -24965,7 +27058,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -25015,7 +27112,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -32667,7 +34768,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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..661cb13ee --- /dev/null +++ b/metadata/script_modules/@minecraft/server_1.15.0.json @@ -0,0 +1,35348 @@ +{ + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "center", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : "getRedstonePower", + "privilege" : [ + { + "name" : "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" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getRecord", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "pauseRecord", + "privilege" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "playRecord", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeIntersection" + } + } + ], + "name" : "BlockVolume", + "properties" : [ + { + "is_read_only" : false, + "name" : "from", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : false, + "name" : "to", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockLocationIterator" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCapacity", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getMin", + "privilege" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getSpan", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ContainerSlot" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "lockMode", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "duration", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearDynamicProperties", + "privilege" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearVelocity", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector2" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getViewDirection", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "kill", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "remove", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetToMaxValue", + "privilege" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetToMinValue", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "unleash", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "EntityProjectileComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "airInertia", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "catchFireOnHurt", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "critParticlesOnProjectileHurt", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "destroyOnProjectileHurt", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "gravity", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "hitEntitySound", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "liquidInertia", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "onFireTime", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "owner", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "stopOnHit", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "ejectRiders", + "privilege" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getFamilyTypes", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ExplosionBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "commandBlocksEnabled", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doDayLightCycle", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doEntityDrops", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doFireTick", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doImmediateRespawn", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doInsomnia", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doLimitedCrafting", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doMobLoot", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doMobSpawning", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doTileDrops", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doWeatherCycle", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "drowningDamage", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "fallDamage", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "fireDamage", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "freezeDamage", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "functionCommandLimit", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "keepInventory", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "maxCommandChainLength", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "mobGriefing", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "naturalRegeneration", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "playersSleepingPercentage", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "projectilesCanBreakBlocks", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "pvp", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "randomTickSpeed", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "recipesUnlock", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "respawnBlocksExplode", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "sendCommandFeedback", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showBorderEffect", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showCoordinates", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showDaysPlayed", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showDeathMessages", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showRecipeMessages", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showTags", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "spawnRadius", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "tntExplodes", + "privilege" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "tntExplosionDropDecay", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clone", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ItemStack" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCanDestroy", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ItemStack", + "properties" : [ + { + "is_read_only" : false, + "name" : "amount", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "lockMode", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetLevel", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "stopMusic", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "itemStack", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "movementEnabled", + "privilege" : [ + { + "name" : "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" : "beforeItemStack", + "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" : "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" : "isFirstEvent", + "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" + } + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : "isFirstEvent", + "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" + } + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : "beforeItemStack", + "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" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "none" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "player", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetHudElements", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Trigger" + } + } + ], + "name" : "Trigger", + "properties" : [ + { + "is_read_only" : false, + "name" : "eventName", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + } + ], + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "duration", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "read_only" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAbsoluteTime", + "privilege" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "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" : [ + { + "name" : "none" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "stopMusic", + "privilege" : [ + { + "name" : "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" : "playerInteractWithBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerInteractWithEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEventSignal" + } + }, + { + "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" : "playerInteractWithBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerInteractWithEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEventSignal" + } + }, + { + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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" : [ + { + "name" : "early_execution" + } + ], + "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.3", + "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 92% 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 74cafc9da..70092ba25 100644 --- a/metadata/script_modules/@minecraft/server_1.15.0-beta.json +++ b/metadata/script_modules/@minecraft/server_1.16.0-beta.json @@ -41,7 +41,11 @@ "is_constructor": false, "is_static": true, "name": "get", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -58,7 +62,11 @@ "is_constructor": false, "is_static": true, "name": "getAll", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -106,7 +114,11 @@ "is_constructor": false, "is_static": false, "name": "above", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -153,7 +165,11 @@ "is_constructor": false, "is_static": false, "name": "below", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -182,7 +198,11 @@ "is_constructor": false, "is_static": false, "name": "bottomCenter", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -237,7 +257,11 @@ "is_constructor": false, "is_static": false, "name": "canPlace", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -266,7 +290,11 @@ "is_constructor": false, "is_static": false, "name": "center", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -296,7 +324,11 @@ "is_constructor": false, "is_static": false, "name": "east", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -324,7 +356,11 @@ "is_script_generated": true, "raw_script_text": "getComponent(componentId: T): BlockComponentTypeMap[T] | undefined;", "name": "getComponent", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "is_constructor": false, "return_type": { "name": "BlockComponentTypeMap[T] | undefined", @@ -388,7 +424,11 @@ "is_constructor": false, "is_static": false, "name": "getItemStack", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -417,7 +457,11 @@ "is_constructor": false, "is_static": false, "name": "getMapColor", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -441,7 +485,11 @@ "is_constructor": false, "is_static": false, "name": "getRedstonePower", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -474,7 +522,11 @@ "is_constructor": false, "is_static": false, "name": "getTags", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -513,7 +565,11 @@ "is_constructor": false, "is_static": false, "name": "hasTag", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -537,7 +593,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -606,7 +666,11 @@ "is_constructor": false, "is_static": false, "name": "matches", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -648,7 +712,11 @@ "is_constructor": false, "is_static": false, "name": "north", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -687,7 +755,11 @@ "is_constructor": false, "is_static": false, "name": "offset", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -726,7 +798,11 @@ "is_constructor": false, "is_static": false, "name": "setPermutation", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -772,7 +848,11 @@ "is_constructor": false, "is_static": false, "name": "setType", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -811,7 +891,11 @@ "is_constructor": false, "is_static": false, "name": "setWaterlogged", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -858,7 +942,11 @@ "is_constructor": false, "is_static": false, "name": "south", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -897,7 +985,11 @@ "is_constructor": false, "is_static": false, "name": "trySetPermutation", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -939,7 +1031,11 @@ "is_constructor": false, "is_static": false, "name": "west", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -1392,7 +1488,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -1411,7 +1511,11 @@ { "is_read_only": false, "name": "permutationToPlace", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -1485,7 +1589,11 @@ "is_constructor": false, "is_static": false, "name": "registerCustomComponent", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -1733,7 +1841,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -1783,7 +1895,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -1817,31 +1933,172 @@ "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": [ + { + "name": "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": [ + { + "name": "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": [ + { + "name": "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": [ + { + "name": "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": [ + { + "name": "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": [ + { + "name": "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 +2106,7 @@ { "is_bind_type": true, "is_errorable": false, - "name": "BlockLiquidContainerComponent" + "name": "BlockComponent" } ], "constants": [ @@ -1862,54 +2119,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 +2143,7 @@ "type": { "is_bind_type": true, "is_errorable": false, - "name": "BlockLiquidContainerComponent" + "name": "BlockInventoryComponent" } }, { @@ -1958,7 +2184,11 @@ "is_constructor": false, "is_static": false, "name": "getAllStates", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -2019,7 +2249,11 @@ "is_constructor": false, "is_static": false, "name": "getItemStack", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -2046,7 +2280,11 @@ "is_constructor": false, "is_static": false, "name": "getState", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -2084,7 +2322,11 @@ "is_constructor": false, "is_static": false, "name": "getTags", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -2111,7 +2353,11 @@ "is_constructor": false, "is_static": false, "name": "hasTag", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -2180,7 +2426,11 @@ "is_constructor": false, "is_static": false, "name": "matches", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -2249,7 +2499,11 @@ "is_constructor": false, "is_static": true, "name": "resolve", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -2301,7 +2555,11 @@ "is_constructor": false, "is_static": false, "name": "withState", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -2354,7 +2612,11 @@ "is_constructor": false, "is_static": false, "name": "getAttachedBlocks", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -2371,7 +2633,11 @@ "is_constructor": false, "is_static": false, "name": "getAttachedBlocksLocations", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -2411,59 +2677,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": [ { @@ -2491,7 +2704,11 @@ "is_constructor": false, "is_static": false, "name": "ejectRecord", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2503,7 +2720,11 @@ "is_constructor": false, "is_static": false, "name": "getRecord", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2520,7 +2741,11 @@ "is_constructor": false, "is_static": false, "name": "isPlaying", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2532,7 +2757,11 @@ "is_constructor": false, "is_static": false, "name": "pauseRecord", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2544,7 +2773,11 @@ "is_constructor": false, "is_static": false, "name": "playRecord", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2596,7 +2829,11 @@ "is_constructor": false, "is_static": false, "name": "setRecord", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2651,7 +2888,11 @@ "is_constructor": false, "is_static": false, "name": "getRawText", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2680,7 +2921,11 @@ "is_constructor": false, "is_static": false, "name": "getText", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2709,7 +2954,11 @@ "is_constructor": false, "is_static": false, "name": "getTextDyeColor", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2764,7 +3013,11 @@ "is_constructor": false, "is_static": false, "name": "setText", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2804,7 +3057,11 @@ "is_constructor": false, "is_static": false, "name": "setTextDyeColor", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2826,7 +3083,11 @@ "is_constructor": false, "is_static": false, "name": "setWaxed", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -2852,36 +3113,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": [], @@ -2901,7 +3132,11 @@ "is_constructor": false, "is_static": true, "name": "get", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -2918,7 +3153,11 @@ "is_constructor": false, "is_static": true, "name": "getAll", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -3046,7 +3285,11 @@ "is_constructor": false, "is_static": true, "name": "get", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3063,7 +3306,11 @@ "is_constructor": false, "is_static": true, "name": "getAll", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -3117,7 +3364,11 @@ ], "is_constructor": true, "name": "constructor", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3139,7 +3390,11 @@ "is_constructor": false, "is_static": false, "name": "doesLocationTouchFaces", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3161,7 +3416,11 @@ "is_constructor": false, "is_static": false, "name": "doesVolumeTouchFaces", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3183,7 +3442,11 @@ "is_constructor": false, "is_static": false, "name": "intersects", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3196,7 +3459,11 @@ { "is_read_only": false, "name": "from", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -3206,7 +3473,11 @@ { "is_read_only": false, "name": "to", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -3229,7 +3500,11 @@ "is_constructor": false, "is_static": false, "name": "getBlockLocationIterator", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3241,7 +3516,11 @@ "is_constructor": false, "is_static": false, "name": "getBoundingBox", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -3253,7 +3532,11 @@ "is_constructor": false, "is_static": false, "name": "getCapacity", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3269,7 +3552,11 @@ "is_constructor": false, "is_static": false, "name": "getMax", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -3281,7 +3568,11 @@ "is_constructor": false, "is_static": false, "name": "getMin", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -3293,7 +3584,11 @@ "is_constructor": false, "is_static": false, "name": "getSpan", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3315,7 +3610,11 @@ "is_constructor": false, "is_static": false, "name": "isInside", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3337,107 +3636,24 @@ "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": "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": [ + "privilege": [ { - "details": null, - "name": "itemType", - "type": { - "is_bind_type": true, - "is_errorable": false, - "name": "ItemType" - } + "name": "none" } ], - "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, + "is_errorable": false, "name": "undefined" } } ], - "name": "BlockWaterContainerComponent", + "name": "BlockVolumeBase", "properties": [], "type": { "is_bind_type": true, "is_errorable": false, - "name": "BlockWaterContainerComponent" + "name": "BlockVolumeBase" } }, { @@ -3468,7 +3684,11 @@ "is_constructor": false, "is_static": true, "name": "createValid", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3499,7 +3719,11 @@ "is_constructor": false, "is_static": true, "name": "dilate", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3530,7 +3754,11 @@ "is_constructor": false, "is_static": true, "name": "equals", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3561,7 +3789,11 @@ "is_constructor": false, "is_static": true, "name": "expand", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3583,7 +3815,11 @@ "is_constructor": false, "is_static": true, "name": "getCenter", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3614,7 +3850,11 @@ "is_constructor": false, "is_static": true, "name": "getIntersection", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3641,7 +3881,11 @@ "is_constructor": false, "is_static": true, "name": "getSpan", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3672,7 +3916,11 @@ "is_constructor": false, "is_static": true, "name": "intersects", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3703,7 +3951,11 @@ "is_constructor": false, "is_static": true, "name": "isInside", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3725,7 +3977,11 @@ "is_constructor": false, "is_static": true, "name": "isValid", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -3756,7 +4012,11 @@ "is_constructor": false, "is_static": true, "name": "translate", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -3827,7 +4087,11 @@ "is_constructor": false, "is_static": false, "name": "clear", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -3856,7 +4120,11 @@ "is_constructor": false, "is_static": false, "name": "fade", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -3926,7 +4194,11 @@ "is_constructor": false, "is_static": false, "name": "setCamera", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -4025,7 +4297,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -4075,7 +4351,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4100,7 +4380,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -4184,7 +4468,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -4234,7 +4522,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4250,6 +4542,47 @@ "name": "ChatSendBeforeEventSignal" } }, + { + "base_types": [ + { + "is_bind_type": true, + "is_errorable": false, + "name": "SystemInfo" + } + ], + "constants": [], + "functions": [], + "name": "ClientSystemInfo", + "properties": [ + { + "is_read_only": true, + "name": "maxRenderDistance", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "int32", + "valid_range": { + "max": 2147483647, + "min": -2147483648 + } + } + }, + { + "is_read_only": true, + "name": "platformType", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "PlatformType" + } + } + ], + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "ClientSystemInfo" + } + }, { "base_types": [], "constants": [], @@ -4285,7 +4618,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4320,7 +4657,11 @@ "is_constructor": false, "is_static": false, "name": "clear", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4348,7 +4689,11 @@ ], "is_constructor": true, "name": "constructor", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -4360,7 +4705,11 @@ "is_constructor": false, "is_static": false, "name": "getBlockLocationIterator", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -4372,7 +4721,11 @@ "is_constructor": false, "is_static": false, "name": "getBoundingBox", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -4384,7 +4737,11 @@ "is_constructor": false, "is_static": false, "name": "getMax", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -4396,7 +4753,11 @@ "is_constructor": false, "is_static": false, "name": "getMin", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -4408,7 +4769,11 @@ "is_constructor": false, "is_static": false, "name": "getOrigin", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -4420,7 +4785,11 @@ "is_constructor": false, "is_static": false, "name": "isEmpty", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4442,7 +4811,11 @@ "is_constructor": false, "is_static": false, "name": "isInside", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4471,7 +4844,11 @@ "is_constructor": false, "is_static": false, "name": "peekLastVolume", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4488,7 +4865,11 @@ "is_constructor": false, "is_static": false, "name": "popVolume", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4510,7 +4891,11 @@ "is_constructor": false, "is_static": false, "name": "pushVolume", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4532,7 +4917,11 @@ "is_constructor": false, "is_static": false, "name": "replaceOrAddLastVolume", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4570,7 +4959,11 @@ "is_constructor": false, "is_static": false, "name": "setOrigin", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4608,7 +5001,11 @@ "is_constructor": false, "is_static": false, "name": "translateOrigin", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4698,7 +5095,11 @@ "is_constructor": false, "is_static": false, "name": "addItem", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -4715,7 +5116,11 @@ "is_constructor": false, "is_static": false, "name": "clearAll", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -4744,7 +5149,11 @@ "is_constructor": false, "is_static": false, "name": "getItem", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -4778,7 +5187,11 @@ "is_constructor": false, "is_static": false, "name": "getSlot", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -4790,7 +5203,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -4844,7 +5261,11 @@ "is_constructor": false, "is_static": false, "name": "moveItem", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -4889,7 +5310,11 @@ "is_constructor": false, "is_static": false, "name": "setItem", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -4943,7 +5368,11 @@ "is_constructor": false, "is_static": false, "name": "swapItems", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -4981,7 +5410,11 @@ "is_constructor": false, "is_static": false, "name": "transferItem", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -5038,7 +5471,11 @@ "is_constructor": false, "is_static": false, "name": "clearDynamicProperties", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -5057,7 +5494,11 @@ "is_constructor": false, "is_static": false, "name": "getCanDestroy", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -5081,7 +5522,11 @@ "is_constructor": false, "is_static": false, "name": "getCanPlaceOn", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -5115,7 +5560,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicProperty", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -5174,7 +5623,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicPropertyIds", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -5198,7 +5651,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicPropertyTotalByteCount", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -5221,7 +5678,11 @@ "is_constructor": false, "is_static": false, "name": "getItem", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -5245,7 +5706,11 @@ "is_constructor": false, "is_static": false, "name": "getLore", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -5269,7 +5734,11 @@ "is_constructor": false, "is_static": false, "name": "getTags", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -5293,7 +5762,11 @@ "is_constructor": false, "is_static": false, "name": "hasItem", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -5322,7 +5795,11 @@ "is_constructor": false, "is_static": false, "name": "hasTag", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -5351,7 +5828,11 @@ "is_constructor": false, "is_static": false, "name": "isStackableWith", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -5370,7 +5851,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -5404,7 +5889,11 @@ "is_constructor": false, "is_static": false, "name": "setCanDestroy", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -5450,7 +5939,11 @@ "is_constructor": false, "is_static": false, "name": "setCanPlaceOn", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -5535,7 +6028,11 @@ "is_constructor": false, "is_static": false, "name": "setDynamicProperty", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -5576,7 +6073,11 @@ "is_constructor": false, "is_static": false, "name": "setItem", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -5617,7 +6118,11 @@ "is_constructor": false, "is_static": false, "name": "setLore", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -5642,7 +6147,11 @@ { "is_read_only": false, "name": "amount", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -5672,7 +6181,11 @@ { "is_read_only": false, "name": "keepOnDeath", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -5682,7 +6195,11 @@ { "is_read_only": false, "name": "lockMode", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -5712,7 +6229,11 @@ { "is_read_only": false, "name": "nameTag", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -5782,7 +6303,11 @@ "is_constructor": false, "is_static": false, "name": "getModifiers", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -5871,7 +6396,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -5921,7 +6450,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -5976,7 +6509,11 @@ "is_constructor": false, "is_static": false, "name": "containsBlock", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -6042,7 +6579,11 @@ "is_constructor": false, "is_static": false, "name": "createExplosion", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -6130,7 +6671,11 @@ "is_constructor": false, "is_static": false, "name": "fillBlocks", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -6211,7 +6756,11 @@ "is_constructor": false, "is_static": false, "name": "findClosestBiome", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -6255,7 +6804,11 @@ "is_constructor": false, "is_static": false, "name": "getBlock", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -6310,7 +6863,11 @@ "is_constructor": false, "is_static": false, "name": "getBlockAbove", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -6353,7 +6910,11 @@ "is_constructor": false, "is_static": false, "name": "getBlockBelow", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -6405,7 +6966,11 @@ "is_constructor": false, "is_static": false, "name": "getBlockFromRay", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -6452,7 +7017,11 @@ "is_constructor": false, "is_static": false, "name": "getBlocks", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -6493,7 +7062,11 @@ "is_constructor": false, "is_static": false, "name": "getEntities", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -6520,7 +7093,11 @@ "is_constructor": false, "is_static": false, "name": "getEntitiesAtBlockLocation", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -6572,7 +7149,11 @@ "is_constructor": false, "is_static": false, "name": "getEntitiesFromRay", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -6606,7 +7187,11 @@ "is_constructor": false, "is_static": false, "name": "getPlayers", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -6653,7 +7238,11 @@ "is_constructor": false, "is_static": false, "name": "getTopmostBlock", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -6670,7 +7259,11 @@ "is_constructor": false, "is_static": false, "name": "getWeather", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -6717,7 +7310,11 @@ "is_constructor": false, "is_static": false, "name": "playSound", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -6739,7 +7336,11 @@ "is_constructor": false, "is_static": false, "name": "runCommand", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -6768,7 +7369,11 @@ "is_constructor": false, "is_static": false, "name": "runCommandAsync", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -6804,7 +7409,11 @@ "is_constructor": false, "is_static": false, "name": "setBlockPermutation", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -6859,7 +7468,11 @@ "is_constructor": false, "is_static": false, "name": "setBlockType", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -6920,7 +7533,11 @@ "is_constructor": false, "is_static": false, "name": "setWeather", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -6967,7 +7584,11 @@ "is_constructor": false, "is_static": false, "name": "spawnEntity", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -7010,7 +7631,11 @@ "is_constructor": false, "is_static": false, "name": "spawnItem", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -7069,7 +7694,11 @@ "is_constructor": false, "is_static": false, "name": "spawnParticle", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -7162,7 +7791,11 @@ "is_constructor": false, "is_static": true, "name": "get", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -7179,7 +7812,11 @@ "is_constructor": false, "is_static": true, "name": "getAll", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -7209,7 +7846,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -7350,7 +7991,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -7400,7 +8045,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -7425,7 +8074,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -7435,7 +8088,11 @@ { "is_read_only": false, "name": "duration", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -7504,7 +8161,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -7554,7 +8215,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -7579,7 +8244,11 @@ "is_constructor": false, "is_static": false, "name": "getName", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -7614,7 +8283,11 @@ "is_constructor": false, "is_static": true, "name": "get", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -7631,7 +8304,11 @@ "is_constructor": false, "is_static": true, "name": "getAll", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -7670,7 +8347,11 @@ ], "is_constructor": true, "name": "constructor", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -7728,7 +8409,11 @@ "is_constructor": false, "is_static": true, "name": "get", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -7745,7 +8430,11 @@ "is_constructor": false, "is_static": true, "name": "getAll", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -7829,7 +8518,11 @@ "is_constructor": false, "is_static": false, "name": "addEffect", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -7856,7 +8549,11 @@ "is_constructor": false, "is_static": false, "name": "addTag", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -7913,7 +8610,11 @@ "is_constructor": false, "is_static": false, "name": "applyDamage", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -7935,7 +8636,11 @@ "is_constructor": false, "is_static": false, "name": "applyImpulse", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8012,7 +8717,11 @@ "is_constructor": false, "is_static": false, "name": "applyKnockback", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8024,7 +8733,11 @@ "is_constructor": false, "is_static": false, "name": "clearDynamicProperties", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8036,7 +8749,11 @@ "is_constructor": false, "is_static": false, "name": "clearVelocity", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8060,7 +8777,11 @@ "is_constructor": false, "is_static": false, "name": "extinguishFire", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8089,7 +8810,11 @@ "is_constructor": false, "is_static": false, "name": "getBlockFromViewDirection", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8105,7 +8830,11 @@ "is_script_generated": true, "raw_script_text": "getComponent(componentId: T): EntityComponentTypeMap[T] | undefined;", "name": "getComponent", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "is_constructor": false, "return_type": { "name": "EntityComponentTypeMap[T] | undefined", @@ -8128,7 +8857,11 @@ "is_constructor": false, "is_static": false, "name": "getComponents", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -8155,7 +8888,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicProperty", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8207,7 +8944,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicPropertyIds", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -8224,7 +8965,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicPropertyTotalByteCount", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8262,7 +9007,11 @@ "is_constructor": false, "is_static": false, "name": "getEffect", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8279,7 +9028,11 @@ "is_constructor": false, "is_static": false, "name": "getEffects", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -8313,7 +9066,11 @@ "is_constructor": false, "is_static": false, "name": "getEntitiesFromViewDirection", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -8330,7 +9087,11 @@ "is_constructor": false, "is_static": false, "name": "getHeadLocation", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -8352,7 +9113,11 @@ "is_constructor": false, "is_static": false, "name": "getProperty", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8390,7 +9155,11 @@ "is_constructor": false, "is_static": false, "name": "getRotation", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -8402,7 +9171,11 @@ "is_constructor": false, "is_static": false, "name": "getTags", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -8419,7 +9192,11 @@ "is_constructor": false, "is_static": false, "name": "getVelocity", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -8431,7 +9208,11 @@ "is_constructor": false, "is_static": false, "name": "getViewDirection", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -8453,7 +9234,11 @@ "is_constructor": false, "is_static": false, "name": "hasComponent", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -8475,7 +9260,11 @@ "is_constructor": false, "is_static": false, "name": "hasTag", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8487,7 +9276,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -8499,7 +9292,11 @@ "is_constructor": false, "is_static": false, "name": "kill", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8521,7 +9318,11 @@ "is_constructor": false, "is_static": false, "name": "matches", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8559,7 +9360,11 @@ "is_constructor": false, "is_static": false, "name": "playAnimation", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8571,7 +9376,11 @@ "is_constructor": false, "is_static": false, "name": "remove", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8605,7 +9414,11 @@ "is_constructor": false, "is_static": false, "name": "removeEffect", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8627,7 +9440,11 @@ "is_constructor": false, "is_static": false, "name": "removeTag", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8649,7 +9466,11 @@ "is_constructor": false, "is_static": false, "name": "resetProperty", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -8709,7 +9530,11 @@ "is_constructor": false, "is_static": false, "name": "runCommand", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -8743,7 +9568,11 @@ "is_constructor": false, "is_static": false, "name": "runCommandAsync", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8821,7 +9650,11 @@ "is_constructor": false, "is_static": false, "name": "setDynamicProperty", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8861,7 +9694,11 @@ "is_constructor": false, "is_static": false, "name": "setOnFire", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8913,7 +9750,11 @@ "is_constructor": false, "is_static": false, "name": "setProperty", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8935,7 +9776,11 @@ "is_constructor": false, "is_static": false, "name": "setRotation", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8973,7 +9818,11 @@ "is_constructor": false, "is_static": false, "name": "teleport", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -8995,7 +9844,11 @@ "is_constructor": false, "is_static": false, "name": "triggerEvent", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -9033,7 +9886,11 @@ "is_constructor": false, "is_static": false, "name": "tryTeleport", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -9109,7 +9966,11 @@ { "is_read_only": false, "name": "isSneaking", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -9146,7 +10007,11 @@ { "is_read_only": false, "name": "nameTag", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -9273,7 +10138,11 @@ "is_constructor": false, "is_static": false, "name": "getDropItems", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -9290,7 +10159,11 @@ "is_constructor": false, "is_static": false, "name": "getFeedItems", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -9358,7 +10231,11 @@ "is_constructor": false, "is_static": false, "name": "resetToDefaultValue", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -9370,7 +10247,11 @@ "is_constructor": false, "is_static": false, "name": "resetToMaxValue", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -9382,7 +10263,11 @@ "is_constructor": false, "is_static": false, "name": "resetToMinValue", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -9408,7 +10293,11 @@ "is_constructor": false, "is_static": false, "name": "setCurrentValue", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -9536,7 +10425,11 @@ "is_constructor": false, "is_static": false, "name": "getBreatheBlocks", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -9553,7 +10446,11 @@ "is_constructor": false, "is_static": false, "name": "getNonBreatheBlocks", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -9571,7 +10468,11 @@ { "is_read_only": false, "name": "airSupply", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -9839,7 +10740,11 @@ { "is_read_only": false, "name": "value", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -10000,7 +10905,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -10050,7 +10959,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -10103,7 +11016,11 @@ "is_constructor": false, "is_static": false, "name": "getEquipment", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -10130,7 +11047,11 @@ "is_constructor": false, "is_static": false, "name": "getEquipmentSlot", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -10168,7 +11089,11 @@ "is_constructor": false, "is_static": false, "name": "setEquipment", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -10271,7 +11196,11 @@ { "is_read_only": false, "name": "value", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -10316,7 +11245,11 @@ { "is_read_only": false, "name": "value", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -10361,7 +11294,11 @@ { "is_read_only": false, "name": "value", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -10406,7 +11343,11 @@ "is_constructor": false, "is_static": false, "name": "getFeedItems", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -10534,7 +11475,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -10584,7 +11529,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -10728,7 +11677,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -10778,7 +11731,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -10874,7 +11831,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -10924,7 +11885,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -11033,7 +11998,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -11083,7 +12052,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -11725,7 +12698,11 @@ "is_constructor": false, "is_static": false, "name": "leashTo", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -11737,7 +12714,11 @@ "is_constructor": false, "is_static": false, "name": "unleash", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -11848,7 +12829,11 @@ { "is_read_only": false, "name": "entity", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -11895,7 +12880,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -11945,7 +12934,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -11988,7 +12981,11 @@ { "is_read_only": false, "name": "value", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12757,7 +13754,11 @@ { "is_read_only": false, "name": "defaultScene", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12767,7 +13768,11 @@ { "is_read_only": false, "name": "name", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12777,7 +13782,11 @@ { "is_read_only": false, "name": "skinIndex", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12892,7 +13901,11 @@ "is_constructor": false, "is_static": false, "name": "shoot", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -12905,7 +13918,11 @@ { "is_read_only": false, "name": "airInertia", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12919,7 +13936,11 @@ { "is_read_only": false, "name": "catchFireOnHurt", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12929,7 +13950,11 @@ { "is_read_only": false, "name": "critParticlesOnProjectileHurt", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12939,7 +13964,11 @@ { "is_read_only": false, "name": "destroyOnProjectileHurt", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12949,7 +13978,11 @@ { "is_read_only": false, "name": "gravity", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12963,7 +13996,11 @@ { "is_read_only": false, "name": "hitEntitySound", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12978,7 +14015,11 @@ { "is_read_only": false, "name": "hitGroundSound", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -12993,7 +14034,11 @@ { "is_read_only": false, "name": "hitParticle", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13008,7 +14053,11 @@ { "is_read_only": false, "name": "lightningStrikeOnHit", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13018,7 +14067,11 @@ { "is_read_only": false, "name": "liquidInertia", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13032,7 +14085,11 @@ { "is_read_only": false, "name": "onFireTime", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13046,7 +14103,11 @@ { "is_read_only": false, "name": "owner", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13061,7 +14122,11 @@ { "is_read_only": false, "name": "shouldBounceOnHit", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13071,7 +14136,11 @@ { "is_read_only": false, "name": "stopOnHit", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13112,7 +14181,11 @@ { "is_read_only": false, "name": "value", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13210,7 +14283,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -13260,7 +14337,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -13331,7 +14412,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -13381,7 +14466,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -13434,7 +14523,11 @@ "is_constructor": false, "is_static": false, "name": "addRider", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -13456,7 +14549,11 @@ "is_constructor": false, "is_static": false, "name": "ejectRider", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -13468,7 +14565,11 @@ "is_constructor": false, "is_static": false, "name": "ejectRiders", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -13480,7 +14581,11 @@ "is_constructor": false, "is_static": false, "name": "getFamilyTypes", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -13497,7 +14602,11 @@ "is_constructor": false, "is_static": false, "name": "getRiders", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -13514,7 +14623,11 @@ "is_constructor": false, "is_static": false, "name": "getSeats", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -13678,7 +14791,11 @@ { "is_read_only": false, "name": "value", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13723,7 +14840,11 @@ { "is_read_only": false, "name": "value", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -13759,7 +14880,11 @@ { "is_read_only": false, "name": "entity", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -13806,7 +14931,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -13856,7 +14985,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -13966,7 +15099,11 @@ "is_constructor": false, "is_static": false, "name": "tame", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -14084,7 +15221,11 @@ "is_constructor": false, "is_static": false, "name": "tame", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -14115,7 +15256,11 @@ "is_constructor": false, "is_static": false, "name": "tameToPlayer", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -14227,7 +15372,11 @@ "is_constructor": false, "is_static": false, "name": "getTypeFamilies", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -14254,7 +15403,11 @@ "is_constructor": false, "is_static": false, "name": "hasTypeFamily", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -14311,7 +15464,11 @@ "is_constructor": false, "is_static": true, "name": "get", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -14328,7 +15485,11 @@ "is_constructor": false, "is_static": true, "name": "getAll", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -14462,7 +15623,11 @@ "is_constructor": false, "is_static": false, "name": "getImpactedBlocks", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -14540,7 +15705,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -14590,7 +15759,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -14636,7 +15809,11 @@ "is_constructor": false, "is_static": false, "name": "setImpactedBlocks", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -14649,7 +15826,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -14696,7 +15877,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -14746,7 +15931,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -14771,7 +15960,11 @@ "is_constructor": false, "is_static": false, "name": "getEffects", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -15011,7 +16204,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -15061,7 +16258,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -15086,7 +16287,11 @@ { "is_read_only": false, "name": "commandBlockOutput", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15096,7 +16301,11 @@ { "is_read_only": false, "name": "commandBlocksEnabled", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15106,7 +16315,11 @@ { "is_read_only": false, "name": "doDayLightCycle", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15116,7 +16329,11 @@ { "is_read_only": false, "name": "doEntityDrops", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15126,7 +16343,11 @@ { "is_read_only": false, "name": "doFireTick", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15136,7 +16357,11 @@ { "is_read_only": false, "name": "doImmediateRespawn", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15146,7 +16371,11 @@ { "is_read_only": false, "name": "doInsomnia", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15156,7 +16385,11 @@ { "is_read_only": false, "name": "doLimitedCrafting", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15166,7 +16399,11 @@ { "is_read_only": false, "name": "doMobLoot", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15176,7 +16413,11 @@ { "is_read_only": false, "name": "doMobSpawning", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15186,7 +16427,11 @@ { "is_read_only": false, "name": "doTileDrops", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15196,7 +16441,11 @@ { "is_read_only": false, "name": "doWeatherCycle", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15206,7 +16455,11 @@ { "is_read_only": false, "name": "drowningDamage", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15216,7 +16469,11 @@ { "is_read_only": false, "name": "fallDamage", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15226,7 +16483,11 @@ { "is_read_only": false, "name": "fireDamage", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15236,7 +16497,11 @@ { "is_read_only": false, "name": "freezeDamage", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15246,7 +16511,11 @@ { "is_read_only": false, "name": "functionCommandLimit", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15260,7 +16529,11 @@ { "is_read_only": false, "name": "keepInventory", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15270,7 +16543,11 @@ { "is_read_only": false, "name": "maxCommandChainLength", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15284,7 +16561,11 @@ { "is_read_only": false, "name": "mobGriefing", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15294,7 +16575,11 @@ { "is_read_only": false, "name": "naturalRegeneration", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15304,7 +16589,11 @@ { "is_read_only": false, "name": "playersSleepingPercentage", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15318,7 +16607,11 @@ { "is_read_only": false, "name": "projectilesCanBreakBlocks", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15328,7 +16621,11 @@ { "is_read_only": false, "name": "pvp", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15338,7 +16635,11 @@ { "is_read_only": false, "name": "randomTickSpeed", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15352,7 +16653,11 @@ { "is_read_only": false, "name": "recipesUnlock", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15362,7 +16667,11 @@ { "is_read_only": false, "name": "respawnBlocksExplode", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15372,7 +16681,11 @@ { "is_read_only": false, "name": "sendCommandFeedback", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15382,7 +16695,11 @@ { "is_read_only": false, "name": "showBorderEffect", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15392,7 +16709,11 @@ { "is_read_only": false, "name": "showCoordinates", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15402,7 +16723,11 @@ { "is_read_only": false, "name": "showDaysPlayed", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15412,7 +16737,11 @@ { "is_read_only": false, "name": "showDeathMessages", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15422,7 +16751,11 @@ { "is_read_only": false, "name": "showRecipeMessages", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15432,7 +16765,11 @@ { "is_read_only": false, "name": "showTags", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15442,7 +16779,11 @@ { "is_read_only": false, "name": "spawnRadius", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15456,7 +16797,11 @@ { "is_read_only": false, "name": "tntExplodes", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15466,7 +16811,11 @@ { "is_read_only": false, "name": "tntExplosionDropDecay", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -15513,7 +16862,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -15563,7 +16916,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -15612,7 +16969,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -15662,7 +17023,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -15711,7 +17076,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -15761,7 +17130,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -15810,7 +17183,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -15860,7 +17237,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -15909,7 +17290,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -15959,7 +17344,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -16052,7 +17441,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -16102,7 +17495,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -16185,7 +17582,11 @@ { "is_read_only": false, "name": "durabilityDamage", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -16208,7 +17609,11 @@ { "is_read_only": false, "name": "itemStack", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -16412,7 +17817,11 @@ "is_constructor": false, "is_static": false, "name": "registerCustomComponent", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -16580,7 +17989,11 @@ "is_constructor": false, "is_static": false, "name": "getCooldownTicksRemaining", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -16606,7 +18019,11 @@ "is_constructor": false, "is_static": false, "name": "isCooldownCategory", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -16628,7 +18045,11 @@ "is_constructor": false, "is_static": false, "name": "startCooldown", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -16712,7 +18133,11 @@ "is_constructor": false, "is_static": false, "name": "getDamageChance", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -16728,7 +18153,11 @@ "is_constructor": false, "is_static": false, "name": "getDamageChanceRange", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "from_module": { "name": "@minecraft/common", @@ -16746,7 +18175,11 @@ { "is_read_only": false, "name": "damage", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -16777,6 +18210,77 @@ "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": [ + { + "name": "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": [ { @@ -16814,7 +18318,11 @@ "is_constructor": false, "is_static": false, "name": "addEnchantment", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -16863,7 +18371,11 @@ "is_constructor": false, "is_static": false, "name": "addEnchantments", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -16907,7 +18419,11 @@ "is_constructor": false, "is_static": false, "name": "canAddEnchantment", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -16953,7 +18469,11 @@ "is_constructor": false, "is_static": false, "name": "getEnchantment", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -16977,7 +18497,11 @@ "is_constructor": false, "is_static": false, "name": "getEnchantments", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -17016,7 +18540,11 @@ "is_constructor": false, "is_static": false, "name": "hasEnchantment", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -17035,7 +18563,11 @@ "is_constructor": false, "is_static": false, "name": "removeAllEnchantments", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -17069,7 +18601,11 @@ "is_constructor": false, "is_static": false, "name": "removeEnchantment", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -17327,7 +18863,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -17377,7 +18917,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -17402,7 +18946,11 @@ "is_constructor": false, "is_static": false, "name": "clearDynamicProperties", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -17414,7 +18962,11 @@ "is_constructor": false, "is_static": false, "name": "clone", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -17464,7 +19016,11 @@ ], "is_constructor": true, "name": "constructor", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -17486,7 +19042,11 @@ "is_constructor": false, "is_static": true, "name": "createPotion", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -17498,7 +19058,11 @@ "is_constructor": false, "is_static": false, "name": "getCanDestroy", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -17515,7 +19079,11 @@ "is_constructor": false, "is_static": false, "name": "getCanPlaceOn", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -17531,7 +19099,11 @@ "is_script_generated": true, "raw_script_text": "getComponent(componentId: T): ItemComponentTypeMap[T] | undefined;", "name": "getComponent", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "is_constructor": false, "return_type": { "name": "ItemComponentTypeMap[T] | undefined", @@ -17554,7 +19126,11 @@ "is_constructor": false, "is_static": false, "name": "getComponents", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -17581,7 +19157,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicProperty", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -17633,7 +19213,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicPropertyIds", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -17650,7 +19234,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicPropertyTotalByteCount", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -17666,7 +19254,11 @@ "is_constructor": false, "is_static": false, "name": "getLore", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -17683,7 +19275,11 @@ "is_constructor": false, "is_static": false, "name": "getTags", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -17710,7 +19306,11 @@ "is_constructor": false, "is_static": false, "name": "hasComponent", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -17732,7 +19332,11 @@ "is_constructor": false, "is_static": false, "name": "hasTag", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -17754,7 +19358,11 @@ "is_constructor": false, "is_static": false, "name": "isStackableWith", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -17823,7 +19431,11 @@ "is_constructor": false, "is_static": false, "name": "matches", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -17857,7 +19469,11 @@ "is_constructor": false, "is_static": false, "name": "setCanDestroy", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -17891,7 +19507,11 @@ "is_constructor": false, "is_static": false, "name": "setCanPlaceOn", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -17964,7 +19584,11 @@ "is_constructor": false, "is_static": false, "name": "setDynamicProperty", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -17998,7 +19622,11 @@ "is_constructor": false, "is_static": false, "name": "setLore", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -18011,7 +19639,11 @@ { "is_read_only": false, "name": "amount", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -18034,7 +19666,11 @@ { "is_read_only": false, "name": "keepOnDeath", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -18044,7 +19680,11 @@ { "is_read_only": false, "name": "lockMode", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -18067,7 +19707,11 @@ { "is_read_only": false, "name": "nameTag", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -18181,7 +19825,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -18231,7 +19879,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -18334,7 +19986,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -18384,7 +20040,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -18482,7 +20142,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -18532,7 +20196,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -18626,7 +20294,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -18676,7 +20348,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -18733,7 +20409,11 @@ "is_constructor": false, "is_static": true, "name": "get", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -18750,7 +20430,11 @@ "is_constructor": false, "is_static": true, "name": "getAll", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -18780,7 +20464,11 @@ { "is_read_only": false, "name": "itemStack", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -18836,7 +20524,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -18886,7 +20578,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -18917,7 +20613,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -18964,7 +20664,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -19014,7 +20718,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -19130,7 +20838,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -19180,7 +20892,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -19211,7 +20927,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -19258,7 +20978,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -19308,7 +21032,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -19458,7 +21186,11 @@ "is_constructor": false, "is_static": false, "name": "add", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -19484,7 +21216,11 @@ ], "is_constructor": true, "name": "constructor", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -19511,7 +21247,11 @@ "is_constructor": false, "is_static": false, "name": "remove", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -19621,7 +21361,11 @@ "arguments": [], "is_constructor": true, "name": "constructor", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -19652,7 +21396,11 @@ "is_constructor": false, "is_static": false, "name": "setColorRGB", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -19683,7 +21431,11 @@ "is_constructor": false, "is_static": false, "name": "setColorRGBA", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -19721,7 +21473,11 @@ "is_constructor": false, "is_static": false, "name": "setFloat", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -19768,7 +21524,11 @@ "is_constructor": false, "is_static": false, "name": "setSpeedAndDirection", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -19799,7 +21559,11 @@ "is_constructor": false, "is_static": false, "name": "setVector3", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -19885,7 +21649,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -19935,7 +21703,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -19983,7 +21755,11 @@ "is_constructor": false, "is_static": false, "name": "addExperience", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20016,7 +21792,11 @@ "is_constructor": false, "is_static": false, "name": "addLevels", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20042,7 +21822,11 @@ "is_constructor": false, "is_static": false, "name": "eatItem", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20054,7 +21838,11 @@ "is_constructor": false, "is_static": false, "name": "getGameMode", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -20076,7 +21864,11 @@ "is_constructor": false, "is_static": false, "name": "getItemCooldown", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20092,7 +21884,11 @@ "is_constructor": false, "is_static": false, "name": "getSpawnPoint", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20109,7 +21905,11 @@ "is_constructor": false, "is_static": false, "name": "getTotalXp", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20125,7 +21925,11 @@ "is_constructor": false, "is_static": false, "name": "isOp", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20163,7 +21967,11 @@ "is_constructor": false, "is_static": false, "name": "playMusic", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20201,7 +22009,11 @@ "is_constructor": false, "is_static": false, "name": "playSound", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20232,7 +22044,11 @@ "is_constructor": false, "is_static": false, "name": "postClientMessage", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20270,7 +22086,11 @@ "is_constructor": false, "is_static": false, "name": "queueMusic", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20282,7 +22102,11 @@ "is_constructor": false, "is_static": false, "name": "resetLevel", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20338,7 +22162,11 @@ "is_constructor": false, "is_static": false, "name": "sendMessage", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20367,7 +22195,11 @@ "is_constructor": false, "is_static": false, "name": "setGameMode", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20389,7 +22221,11 @@ "is_constructor": false, "is_static": false, "name": "setOp", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20418,7 +22254,11 @@ "is_constructor": false, "is_static": false, "name": "setSpawnPoint", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -20477,7 +22317,11 @@ "is_constructor": false, "is_static": false, "name": "spawnParticle", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -20532,7 +22376,11 @@ "is_constructor": false, "is_static": false, "name": "startItemCooldown", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20544,7 +22392,11 @@ "is_constructor": false, "is_static": false, "name": "stopMusic", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -20563,6 +22415,22 @@ "name": "Camera" } }, + { + "is_read_only": true, + "name": "clientSystemInfo", + "type": { + "error_types": [ + { + "is_bind_type": false, + "is_errorable": false, + "name": "Error" + } + ], + "is_bind_type": true, + "is_errorable": true, + "name": "ClientSystemInfo" + } + }, { "is_read_only": true, "name": "inputPermissions", @@ -20642,7 +22510,11 @@ { "is_read_only": false, "name": "selectedSlotIndex", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -20800,7 +22672,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -20850,7 +22726,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -20881,7 +22761,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -20891,7 +22775,11 @@ { "is_read_only": false, "name": "itemStack", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -20968,7 +22856,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -21018,7 +22910,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -21061,7 +22957,11 @@ "is_constructor": false, "is_static": false, "name": "clear", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -21183,7 +23083,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -21233,7 +23137,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -21313,7 +23221,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -21363,7 +23275,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -21452,7 +23368,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -21502,7 +23422,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -21527,7 +23451,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -21555,7 +23483,11 @@ { "is_read_only": false, "name": "toGameMode", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -21602,7 +23534,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -21652,7 +23588,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -21741,7 +23681,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -21791,7 +23735,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -21816,7 +23764,11 @@ { "is_read_only": false, "name": "cameraEnabled", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -21826,7 +23778,11 @@ { "is_read_only": false, "name": "movementEnabled", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -21959,7 +23915,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -22009,7 +23969,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -22052,7 +24016,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -22140,7 +24108,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -22190,7 +24162,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -22298,7 +24274,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -22348,7 +24328,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -22373,7 +24357,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -22452,7 +24440,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -22502,7 +24494,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -22693,7 +24689,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -22743,7 +24743,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -22836,7 +24840,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -22886,7 +24894,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -22917,7 +24929,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -23016,7 +25032,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -23066,7 +25086,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -23091,7 +25115,11 @@ { "is_read_only": false, "name": "initialSpawn", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -23101,7 +25129,11 @@ { "is_read_only": false, "name": "player", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -23218,7 +25250,11 @@ "is_constructor": false, "is_static": true, "name": "getPotionEffectType", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -23245,7 +25281,11 @@ "is_constructor": false, "is_static": true, "name": "getPotionLiquidType", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -23272,7 +25312,11 @@ "is_constructor": false, "is_static": true, "name": "getPotionModifierType", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -23371,7 +25415,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -23421,7 +25469,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -23524,7 +25576,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -23574,7 +25630,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -23599,7 +25659,11 @@ "is_constructor": false, "is_static": false, "name": "getBlockHit", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -23699,7 +25763,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -23749,7 +25817,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -23774,7 +25846,11 @@ "is_constructor": false, "is_static": false, "name": "getEntityHit", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -23874,7 +25950,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -23924,7 +26004,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -23975,7 +26059,11 @@ "is_constructor": false, "is_static": false, "name": "addObjective", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -23997,7 +26085,11 @@ "is_constructor": false, "is_static": false, "name": "clearObjectiveAtDisplaySlot", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -24024,7 +26116,11 @@ "is_constructor": false, "is_static": false, "name": "getObjective", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -24051,7 +26147,11 @@ "is_constructor": false, "is_static": false, "name": "getObjectiveAtDisplaySlot", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -24068,7 +26168,11 @@ "is_constructor": false, "is_static": false, "name": "getObjectives", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -24085,7 +26189,11 @@ "is_constructor": false, "is_static": false, "name": "getParticipants", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -24124,7 +26232,11 @@ "is_constructor": false, "is_static": false, "name": "removeObjective", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24155,7 +26267,11 @@ "is_constructor": false, "is_static": false, "name": "setObjectiveAtDisplaySlot", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24185,7 +26301,11 @@ "is_constructor": false, "is_static": false, "name": "getEntity", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24202,7 +26322,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -24302,7 +26426,11 @@ "is_constructor": false, "is_static": false, "name": "addScore", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24318,7 +26446,11 @@ "is_constructor": false, "is_static": false, "name": "getParticipants", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -24362,7 +26494,11 @@ "is_constructor": false, "is_static": false, "name": "getScore", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24383,7 +26519,11 @@ "is_constructor": false, "is_static": false, "name": "getScores", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -24427,7 +26567,11 @@ "is_constructor": false, "is_static": false, "name": "hasParticipant", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24439,7 +26583,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -24478,7 +26626,11 @@ "is_constructor": false, "is_static": false, "name": "removeParticipant", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24533,7 +26685,11 @@ "is_constructor": false, "is_static": false, "name": "setScore", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24612,7 +26768,11 @@ "is_constructor": false, "is_static": false, "name": "getHiddenHudElements", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -24651,7 +26811,11 @@ "is_constructor": false, "is_static": false, "name": "hideAllExcept", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24673,7 +26837,11 @@ "is_constructor": false, "is_static": false, "name": "isForcedHidden", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24685,7 +26853,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -24697,7 +26869,11 @@ "is_constructor": false, "is_static": false, "name": "resetHudElements", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24753,7 +26929,11 @@ "is_constructor": false, "is_static": false, "name": "setActionBar", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24796,7 +26976,11 @@ "is_constructor": false, "is_static": false, "name": "setHudVisibility", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24868,7 +27052,11 @@ "is_constructor": false, "is_static": false, "name": "setTitle", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -24924,7 +27112,11 @@ "is_constructor": false, "is_static": false, "name": "updateSubtitle", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -25071,7 +27263,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -25121,7 +27317,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -25244,7 +27444,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -25294,7 +27498,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -25329,7 +27537,11 @@ "is_constructor": false, "is_static": false, "name": "getBlockPermutation", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -25373,7 +27585,11 @@ "is_constructor": false, "is_static": false, "name": "getIsWaterlogged", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "error_types": [ { @@ -25402,7 +27618,11 @@ "is_constructor": false, "is_static": false, "name": "isValid", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -25435,7 +27655,11 @@ "is_constructor": false, "is_static": false, "name": "saveAs", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -25474,7 +27698,11 @@ "is_constructor": false, "is_static": false, "name": "saveToWorld", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -25519,7 +27747,11 @@ "is_constructor": false, "is_static": false, "name": "setBlockPermutation", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -25617,7 +27849,11 @@ "is_constructor": false, "is_static": false, "name": "createEmpty", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -25704,7 +27940,11 @@ "is_constructor": false, "is_static": false, "name": "createFromWorld", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -25750,7 +27990,11 @@ "is_constructor": false, "is_static": false, "name": "delete", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -25784,7 +28028,11 @@ "is_constructor": false, "is_static": false, "name": "get", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -25801,7 +28049,11 @@ "is_constructor": false, "is_static": false, "name": "getWorldStructureIds", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -25874,7 +28126,11 @@ "is_constructor": false, "is_static": false, "name": "place", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -25943,7 +28199,14 @@ "is_constructor": false, "is_static": false, "name": "clearJob", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + }, + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -25972,7 +28235,14 @@ "is_constructor": false, "is_static": false, "name": "clearRun", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + }, + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -26002,7 +28272,14 @@ "is_constructor": false, "is_static": false, "name": "run", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + }, + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -26056,7 +28333,14 @@ "is_constructor": false, "is_static": false, "name": "runInterval", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + }, + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -26099,7 +28383,14 @@ "is_constructor": false, "is_static": false, "name": "runJob", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + }, + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -26153,7 +28444,14 @@ "is_constructor": false, "is_static": false, "name": "runTimeout", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + }, + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -26186,7 +28484,14 @@ "is_constructor": false, "is_static": false, "name": "waitTicks", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + }, + { + "name": "early_execution" + } + ], "return_type": { "error_types": [ { @@ -26243,6 +28548,22 @@ "min": -2147483648 } } + }, + { + "is_read_only": true, + "name": "serverSystemInfo", + "type": { + "error_types": [ + { + "is_bind_type": false, + "is_errorable": false, + "name": "Error" + } + ], + "is_bind_type": true, + "is_errorable": true, + "name": "SystemInfo" + } } ], "type": { @@ -26295,6 +28616,28 @@ "name": "SystemBeforeEvents" } }, + { + "base_types": [], + "constants": [], + "functions": [], + "name": "SystemInfo", + "properties": [ + { + "is_read_only": true, + "name": "memoryTier", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "MemoryTier" + } + } + ], + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "SystemInfo" + } + }, { "base_types": [ { @@ -26391,7 +28734,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -26441,7 +28788,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -26475,7 +28826,11 @@ ], "is_constructor": true, "name": "constructor", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -26488,7 +28843,11 @@ { "is_read_only": false, "name": "eventName", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -26577,7 +28936,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -26627,7 +28990,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -26652,7 +29019,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -26708,7 +29079,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -26758,7 +29133,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -26847,7 +29226,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -26897,7 +29280,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -26922,7 +29309,11 @@ { "is_read_only": false, "name": "cancel", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -26932,7 +29323,11 @@ { "is_read_only": false, "name": "duration", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": false, "is_errorable": false, @@ -26946,7 +29341,11 @@ { "is_read_only": false, "name": "newWeather", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "type": { "is_bind_type": true, "is_errorable": false, @@ -27002,7 +29401,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -27052,7 +29455,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -27096,7 +29503,11 @@ "is_constructor": false, "is_static": false, "name": "broadcastClientMessage", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -27108,7 +29519,11 @@ "is_constructor": false, "is_static": false, "name": "clearDynamicProperties", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -27120,7 +29535,11 @@ "is_constructor": false, "is_static": false, "name": "getAbsoluteTime", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -27136,7 +29555,11 @@ "is_constructor": false, "is_static": false, "name": "getAllPlayers", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -27153,7 +29576,11 @@ "is_constructor": false, "is_static": false, "name": "getDay", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -27169,7 +29596,11 @@ "is_constructor": false, "is_static": false, "name": "getDefaultSpawnLocation", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -27191,7 +29622,11 @@ "is_constructor": false, "is_static": false, "name": "getDimension", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": true, @@ -27213,7 +29648,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicProperty", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -27265,7 +29704,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicPropertyIds", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": false, @@ -27282,7 +29725,11 @@ "is_constructor": false, "is_static": false, "name": "getDynamicPropertyTotalByteCount", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -27308,7 +29755,11 @@ "is_constructor": false, "is_static": false, "name": "getEntity", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -27325,7 +29776,11 @@ "is_constructor": false, "is_static": false, "name": "getMoonPhase", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": true, "is_errorable": false, @@ -27354,7 +29809,11 @@ "is_constructor": false, "is_static": false, "name": "getPlayers", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "element_type": { "is_bind_type": true, @@ -27371,7 +29830,11 @@ "is_constructor": false, "is_static": false, "name": "getTimeOfDay", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -27412,93 +29875,105 @@ ], "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" - } - }, + "name": "playMusic", + "privilege": [ + { + "name": "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": [ + { + "name": "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": [ { - "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" - } - } + "name": "none" } ], - "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, @@ -27554,7 +30029,11 @@ "is_constructor": false, "is_static": false, "name": "sendMessage", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -27583,7 +30062,11 @@ "is_constructor": false, "is_static": false, "name": "setAbsoluteTime", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -27605,7 +30088,11 @@ "is_constructor": false, "is_static": false, "name": "setDefaultSpawnLocation", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "error_types": [ { @@ -27690,7 +30177,11 @@ "is_constructor": false, "is_static": false, "name": "setDynamicProperty", - "privilege": "read_only", + "privilege": [ + { + "name": "read_only" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -27728,7 +30219,11 @@ "is_constructor": false, "is_static": false, "name": "setTimeOfDay", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": true, @@ -27740,7 +30235,11 @@ "is_constructor": false, "is_static": false, "name": "stopMusic", - "privilege": "none", + "privilege": [ + { + "name": "none" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -28413,7 +30912,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -28463,7 +30966,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -28543,7 +31050,11 @@ "is_constructor": false, "is_static": false, "name": "subscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "closure_type": { "argument_types": [ @@ -28593,7 +31104,11 @@ "is_constructor": false, "is_static": false, "name": "unsubscribe", - "privilege": "none", + "privilege": [ + { + "name": "early_execution" + } + ], "return_type": { "is_bind_type": false, "is_errorable": false, @@ -28700,24 +31215,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 +31245,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 +31266,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 +34369,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, @@ -31961,6 +34454,77 @@ ], "name": "ItemLockMode" }, + { + "constants": [ + { + "is_read_only": true, + "is_static": true, + "name": "High", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "MemoryTier" + }, + "value": 4 + }, + { + "is_read_only": true, + "is_static": true, + "name": "Low", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "MemoryTier" + }, + "value": 2 + }, + { + "is_read_only": true, + "is_static": true, + "name": "Mid", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "MemoryTier" + }, + "value": 3 + }, + { + "is_read_only": true, + "is_static": true, + "name": "SuperHigh", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "MemoryTier" + }, + "value": 5 + }, + { + "is_read_only": true, + "is_static": true, + "name": "SuperLow", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "MemoryTier" + }, + "value": 1 + }, + { + "is_read_only": true, + "is_static": true, + "name": "Undetermined", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "MemoryTier" + }, + "value": 0 + } + ], + "name": "MemoryTier" + }, { "constants": [ { @@ -32262,6 +34826,44 @@ ], "name": "PaletteColor" }, + { + "constants": [ + { + "is_read_only": true, + "is_static": true, + "name": "Console", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "string" + }, + "value": "Console" + }, + { + "is_read_only": true, + "is_static": true, + "name": "Desktop", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "string" + }, + "value": "Desktop" + }, + { + "is_read_only": true, + "is_static": true, + "name": "Mobile", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "string" + }, + "value": "Mobile" + } + ], + "name": "PlatformType" + }, { "constants": [ { @@ -36823,7 +39425,7 @@ } } ], - "minecraft_version": "1.21.30-beta.3", + "minecraft_version": "1.21.40-beta.3", "module_type": "script", "name": "@minecraft/server", "objects": [ @@ -36865,20 +39467,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 +39764,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 +39779,10 @@ { "name": "minecraft:potion", "value": "ItemPotionComponent" + }, + { + "name": "minecraft:dyeable", + "value": "ItemDyeableComponent" } ], "name": "ItemComponentTypeMap", @@ -37200,5 +39794,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 f957113f3..c30d20b7e 100644 --- a/metadata/script_modules/@minecraft/server_1.2.0.json +++ b/metadata/script_modules/@minecraft/server_1.2.0.json @@ -19,7 +19,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -255,7 +259,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -324,7 +332,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -407,7 +419,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -424,7 +440,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -453,7 +473,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -512,7 +536,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -557,7 +585,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -611,7 +643,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -649,7 +685,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -716,7 +756,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -762,7 +806,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -789,7 +837,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -823,7 +875,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -850,7 +906,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -879,7 +939,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -929,7 +993,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -986,7 +1054,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1008,7 +1080,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1085,7 +1161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1097,7 +1177,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1119,7 +1203,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1136,7 +1224,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1153,7 +1245,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1165,7 +1261,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -1182,7 +1282,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1194,7 +1298,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1216,7 +1324,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1238,7 +1350,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1250,7 +1366,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1272,7 +1392,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1294,7 +1418,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1328,7 +1456,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1373,7 +1505,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1545,7 +1681,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1668,7 +1808,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1713,7 +1857,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1758,7 +1906,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2340,7 +2492,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2595,7 +2751,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2640,7 +2800,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2685,7 +2849,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2842,7 +3010,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2864,7 +3036,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2881,7 +3057,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2908,7 +3088,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2930,7 +3114,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3141,7 +3329,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3197,7 +3389,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3249,7 +3445,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3279,7 +3482,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3333,7 +3543,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3387,7 +3604,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3430,7 +3654,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3457,7 +3685,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -3486,7 +3718,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3529,7 +3765,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3576,7 +3816,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3614,7 +3858,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3670,7 +3918,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3682,7 +3934,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5105,7 +5361,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 1ad733a43..b39a4f84a 100644 --- a/metadata/script_modules/@minecraft/server_1.3.0.json +++ b/metadata/script_modules/@minecraft/server_1.3.0.json @@ -19,7 +19,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -58,7 +62,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -335,7 +343,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -404,7 +416,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -533,7 +549,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -550,7 +570,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -579,7 +603,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -638,7 +666,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -683,7 +715,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -737,7 +773,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -775,7 +815,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -842,7 +886,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -888,7 +936,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -915,7 +967,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -949,7 +1005,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -976,7 +1036,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1005,7 +1069,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1041,7 +1109,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1084,7 +1156,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1131,7 +1207,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1201,7 +1281,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1280,7 +1364,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1307,7 +1395,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1364,7 +1456,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1386,7 +1482,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1463,7 +1563,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1475,7 +1579,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1497,7 +1605,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1514,7 +1626,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1553,7 +1669,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1570,7 +1690,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1587,7 +1711,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1599,7 +1727,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -1616,7 +1748,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1628,7 +1764,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1650,7 +1790,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1672,7 +1816,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1684,7 +1832,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1718,7 +1870,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1740,7 +1896,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1762,7 +1922,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1796,7 +1960,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1839,7 +2007,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1877,7 +2049,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1917,7 +2093,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1955,7 +2135,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1967,7 +2151,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1979,7 +2167,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2005,7 +2197,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2223,7 +2419,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2346,7 +2546,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2391,7 +2595,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2436,7 +2644,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2481,7 +2693,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3106,7 +3322,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3361,7 +3581,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3406,7 +3630,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3451,7 +3679,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3552,7 +3784,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3690,7 +3926,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3740,7 +3980,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3789,7 +4033,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3839,7 +4087,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3888,7 +4140,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3938,7 +4194,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3987,7 +4247,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4037,7 +4301,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4086,7 +4354,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4136,7 +4408,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4217,7 +4493,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4239,7 +4519,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4256,7 +4540,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4283,7 +4571,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4305,7 +4597,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4571,7 +4867,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4627,7 +4927,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4760,7 +5064,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4770,7 +5078,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -4828,7 +5140,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4858,7 +5177,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4912,7 +5238,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4966,7 +5299,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5009,7 +5349,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5036,7 +5380,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5065,7 +5413,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5108,7 +5460,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5155,7 +5511,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5193,7 +5553,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5249,7 +5613,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5261,7 +5629,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6903,7 +7275,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 b7bd41251..f2825c065 100644 --- a/metadata/script_modules/@minecraft/server_1.4.0.json +++ b/metadata/script_modules/@minecraft/server_1.4.0.json @@ -19,7 +19,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -48,7 +52,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -70,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -347,7 +359,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -416,7 +432,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -513,7 +533,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -558,7 +582,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -575,7 +603,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -604,7 +636,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -621,7 +657,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -675,7 +715,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -720,7 +764,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -774,7 +822,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -812,7 +864,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -879,7 +935,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -943,7 +1003,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -977,7 +1041,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1004,7 +1072,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1056,7 +1128,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1090,7 +1166,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1117,7 +1197,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1146,7 +1230,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1182,7 +1270,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1225,7 +1317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1272,7 +1368,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1342,7 +1442,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1421,7 +1525,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1448,7 +1556,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1505,7 +1617,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1527,7 +1643,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1604,7 +1724,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1616,7 +1740,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1645,7 +1773,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1672,7 +1804,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1689,7 +1825,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1728,7 +1868,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1745,7 +1889,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1779,7 +1927,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1796,7 +1948,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1808,7 +1964,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -1825,7 +1985,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1837,7 +2001,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1859,7 +2027,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1881,7 +2053,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1893,7 +2069,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1905,7 +2085,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1939,7 +2123,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1961,7 +2149,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1983,7 +2175,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2017,7 +2213,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2060,7 +2260,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2098,7 +2302,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2138,7 +2346,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2190,7 +2402,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2202,7 +2418,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2214,7 +2434,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2240,7 +2464,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2458,7 +2686,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2574,7 +2806,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -2624,7 +2860,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2727,7 +2967,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2772,7 +3016,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2817,7 +3065,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2862,7 +3114,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2990,7 +3246,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3040,7 +3300,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3175,7 +3439,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3225,7 +3493,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3321,7 +3593,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3371,7 +3647,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3480,7 +3760,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3530,7 +3814,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4110,7 +4398,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4365,7 +4657,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4410,7 +4706,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4455,7 +4755,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4556,7 +4860,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4694,7 +5002,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4744,7 +5056,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4793,7 +5109,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4843,7 +5163,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4892,7 +5216,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4942,7 +5270,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4991,7 +5323,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5041,7 +5377,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5090,8 +5430,12 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", - "return_type" : { + "privilege" : [ + { + "name" : "none" + } + ], + "return_type" : { "closure_type" : { "argument_types" : [ { @@ -5140,7 +5484,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5233,7 +5581,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5283,7 +5635,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5399,7 +5755,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5449,7 +5809,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5512,7 +5876,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5534,7 +5902,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5551,7 +5923,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5568,7 +5944,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -5595,7 +5975,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5617,7 +6001,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5651,7 +6039,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5830,7 +6222,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5880,7 +6276,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5983,7 +6383,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6033,7 +6437,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6131,7 +6539,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6181,7 +6593,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6275,7 +6691,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6325,7 +6745,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6372,7 +6796,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -6428,7 +6856,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6478,7 +6910,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6509,7 +6945,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6556,7 +6996,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6606,7 +7050,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6713,7 +7161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6763,7 +7215,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6794,7 +7250,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6841,7 +7301,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6891,7 +7355,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7023,7 +7491,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7066,7 +7538,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7122,7 +7598,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7151,7 +7631,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -7305,7 +7789,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7315,7 +7803,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -7425,7 +7917,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7475,7 +7971,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7578,7 +8078,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7628,7 +8132,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7679,7 +8187,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -7701,7 +8213,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7728,7 +8244,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7755,7 +8275,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7772,7 +8296,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -7789,7 +8317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -7828,7 +8360,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7859,7 +8395,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7889,7 +8429,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7906,7 +8450,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8006,7 +8554,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8022,7 +8574,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8066,7 +8622,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8087,7 +8647,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8131,7 +8695,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8143,7 +8711,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8182,7 +8754,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8237,7 +8813,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8316,7 +8896,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8372,7 +8956,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8444,7 +9032,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8500,7 +9092,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8647,7 +9243,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8697,7 +9297,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8739,7 +9343,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8769,7 +9380,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8823,7 +9441,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8877,7 +9502,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9038,7 +9670,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9088,7 +9724,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9179,7 +9819,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9229,7 +9873,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9254,7 +9902,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9270,7 +9922,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -9287,7 +9943,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9303,7 +9963,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -9325,7 +9989,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -9354,7 +10022,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -9371,7 +10043,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9413,7 +10089,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9460,7 +10140,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9498,7 +10182,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9554,7 +10242,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9583,7 +10275,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9605,7 +10301,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -9655,7 +10355,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9667,7 +10371,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12422,7 +13130,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 8b30c0f2b..9e983faa2 100644 --- a/metadata/script_modules/@minecraft/server_1.5.0.json +++ b/metadata/script_modules/@minecraft/server_1.5.0.json @@ -19,7 +19,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -48,7 +52,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -70,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -347,7 +359,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -416,7 +432,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -513,7 +533,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -558,7 +582,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -575,7 +603,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -604,7 +636,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -621,7 +657,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -675,7 +715,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -720,7 +764,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -774,7 +822,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -812,7 +864,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -879,7 +935,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -943,7 +1003,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -977,7 +1041,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1004,7 +1072,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1056,7 +1128,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1090,7 +1166,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1117,7 +1197,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1146,7 +1230,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1182,7 +1270,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1225,7 +1317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1284,7 +1380,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1331,7 +1431,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1401,7 +1505,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1480,7 +1588,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1507,7 +1619,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1564,7 +1680,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1586,7 +1706,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1663,7 +1787,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1675,7 +1803,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1704,7 +1836,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1731,7 +1867,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1748,7 +1888,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1787,7 +1931,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1804,7 +1952,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1838,7 +1990,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1855,7 +2011,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1867,7 +2027,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -1884,7 +2048,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1896,7 +2064,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1918,7 +2090,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1940,7 +2116,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1952,7 +2132,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1964,7 +2148,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1998,7 +2186,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2020,7 +2212,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2042,7 +2238,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2076,7 +2276,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2119,7 +2323,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2141,7 +2349,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2179,7 +2391,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2219,7 +2435,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2271,7 +2491,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2283,7 +2507,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2295,7 +2523,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2321,7 +2553,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2539,7 +2775,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2655,7 +2895,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -2705,7 +2949,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2758,7 +3006,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2801,7 +3053,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2904,7 +3160,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2949,7 +3209,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2994,7 +3258,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3039,7 +3307,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3167,7 +3439,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3217,7 +3493,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3352,7 +3632,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3402,7 +3686,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3498,7 +3786,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3548,7 +3840,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3657,7 +3953,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3707,7 +4007,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4287,7 +4591,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4542,7 +4850,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4587,7 +4899,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4632,7 +4948,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4733,7 +5053,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4871,7 +5195,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4921,7 +5249,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4970,7 +5302,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5020,7 +5356,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5069,8 +5409,12 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", - "return_type" : { + "privilege" : [ + { + "name" : "none" + } + ], + "return_type" : { "closure_type" : { "argument_types" : [ { @@ -5119,7 +5463,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5168,7 +5516,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5218,7 +5570,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5267,7 +5623,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5317,7 +5677,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5410,7 +5774,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5460,7 +5828,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5576,7 +5948,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5626,7 +6002,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5689,7 +6069,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -5711,7 +6095,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5728,7 +6116,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5745,7 +6137,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -5772,7 +6168,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5794,7 +6194,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5828,7 +6232,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6007,7 +6415,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6057,7 +6469,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6160,7 +6576,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6210,7 +6630,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6308,7 +6732,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6358,7 +6786,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6452,7 +6884,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6502,7 +6938,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6549,7 +6989,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -6605,7 +7049,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6655,7 +7103,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6686,7 +7138,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6733,7 +7189,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6783,7 +7243,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6890,7 +7354,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6940,7 +7408,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6971,7 +7443,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7018,7 +7494,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7068,7 +7548,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7193,7 +7677,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -7224,7 +7712,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7255,7 +7747,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7293,7 +7789,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7340,7 +7840,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7371,7 +7875,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7402,7 +7910,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7445,7 +7957,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7501,7 +8017,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7530,7 +8050,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -7684,7 +8208,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7694,7 +8222,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -7804,7 +8336,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7854,7 +8390,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7957,7 +8497,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8007,7 +8551,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8032,7 +8580,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -8132,7 +8684,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8182,7 +8738,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8207,7 +8767,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -8307,7 +8871,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8357,7 +8925,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8408,7 +8980,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -8430,7 +9006,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8457,7 +9037,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8484,7 +9068,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8501,7 +9089,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8518,7 +9110,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8557,7 +9153,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8588,7 +9188,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8618,7 +9222,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8635,7 +9243,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8735,7 +9347,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8751,7 +9367,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8795,7 +9415,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8816,7 +9440,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8860,7 +9488,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8872,7 +9504,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8911,7 +9547,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8966,7 +9606,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9045,7 +9689,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9101,7 +9749,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9173,7 +9825,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9229,7 +9885,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9376,7 +10036,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9426,7 +10090,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9468,7 +10136,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9498,7 +10173,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9552,7 +10234,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9606,7 +10295,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9767,7 +10463,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9817,7 +10517,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9908,7 +10612,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9958,7 +10666,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9983,7 +10695,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9999,7 +10715,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10016,7 +10736,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10032,7 +10756,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -10054,7 +10782,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -10083,7 +10815,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10100,7 +10836,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10142,7 +10882,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10189,7 +10933,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10227,7 +10975,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10283,7 +11035,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10312,7 +11068,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10334,7 +11094,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -10384,7 +11148,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10396,7 +11164,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13383,7 +14155,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 f0f37f435..ca38fafba 100644 --- a/metadata/script_modules/@minecraft/server_1.6.0.json +++ b/metadata/script_modules/@minecraft/server_1.6.0.json @@ -19,7 +19,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -48,7 +52,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -70,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -389,7 +401,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -458,7 +474,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -529,7 +549,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -558,7 +582,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fade", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -623,7 +651,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCamera", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -674,7 +706,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -719,7 +755,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -736,7 +776,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -765,7 +809,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -782,7 +830,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -836,7 +888,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -881,7 +937,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -935,7 +995,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -973,7 +1037,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1040,7 +1108,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -1104,7 +1176,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1138,7 +1214,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1165,7 +1245,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1217,7 +1301,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1251,7 +1339,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1278,7 +1370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1307,7 +1403,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1356,7 +1456,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWeather", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1387,7 +1491,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1430,7 +1538,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1489,7 +1601,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1536,7 +1652,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1606,7 +1726,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1685,7 +1809,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1712,7 +1840,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1769,7 +1901,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1791,7 +1927,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1868,7 +2008,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1880,7 +2024,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1909,7 +2057,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1936,7 +2088,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1953,7 +2109,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1992,7 +2152,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2009,7 +2173,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2043,7 +2211,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2060,7 +2232,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2082,7 +2258,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2120,7 +2300,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRotation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2132,7 +2316,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2149,7 +2337,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2161,7 +2353,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2183,7 +2379,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2205,7 +2405,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2217,7 +2421,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2229,7 +2437,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2263,7 +2475,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2285,7 +2501,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2307,7 +2527,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2367,7 +2591,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2401,7 +2629,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2458,7 +2690,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2480,7 +2716,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2518,7 +2758,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2540,7 +2784,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2578,7 +2826,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2654,7 +2906,11 @@ { "is_read_only" : false, "name" : "isSneaking", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2691,7 +2947,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2743,7 +3003,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2755,7 +3019,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2767,7 +3035,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2793,7 +3065,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3011,7 +3287,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3127,7 +3407,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3177,7 +3461,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3230,7 +3518,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3273,7 +3565,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3376,7 +3672,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3421,7 +3721,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3466,7 +3770,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3511,7 +3819,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3639,7 +3951,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3689,7 +4005,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3824,7 +4144,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3874,7 +4198,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3970,7 +4298,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4020,7 +4352,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4129,7 +4465,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4179,8 +4519,12 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", - "return_type" : { + "privilege" : [ + { + "name" : "early_execution" + } + ], + "return_type" : { "is_bind_type" : false, "is_errorable" : false, "name" : "undefined" @@ -4741,7 +5085,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -4788,7 +5136,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4838,7 +5190,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4881,7 +5237,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5136,7 +5496,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5234,7 +5598,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5284,7 +5652,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5355,7 +5727,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5405,7 +5781,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5448,7 +5828,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5493,7 +5877,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5529,7 +5917,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -5576,7 +5968,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5626,7 +6022,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5725,7 +6125,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -5863,7 +6267,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5913,7 +6321,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5962,7 +6374,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6012,7 +6428,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6061,7 +6481,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6111,7 +6535,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6160,7 +6588,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6210,7 +6642,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6259,7 +6695,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6309,7 +6749,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6402,7 +6846,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6452,7 +6900,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6568,7 +7020,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6618,7 +7074,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6643,7 +7103,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clone", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -6693,7 +7157,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6705,7 +7173,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6722,7 +7194,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6749,7 +7225,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6766,7 +7246,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -6783,7 +7267,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6800,7 +7288,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -6827,7 +7319,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6849,7 +7345,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6871,7 +7371,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6905,7 +7409,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6939,7 +7447,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6973,7 +7485,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6986,7 +7502,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7009,7 +7529,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7019,7 +7543,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -7042,7 +7570,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7156,7 +7688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7206,7 +7742,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7309,7 +7849,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7359,7 +7903,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7457,7 +8005,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7507,7 +8059,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7601,7 +8157,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7651,7 +8211,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7698,7 +8262,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -7754,7 +8322,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7804,7 +8376,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7835,7 +8411,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7882,7 +8462,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7932,7 +8516,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8039,7 +8627,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8089,7 +8681,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8120,7 +8716,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8167,7 +8767,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8217,7 +8821,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8342,7 +8950,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -8373,7 +8985,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8404,7 +9020,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8442,7 +9062,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8489,7 +9113,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8520,7 +9148,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8568,7 +9200,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addExperience", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8601,7 +9237,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addLevels", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8617,7 +9257,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8634,7 +9278,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalXp", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8676,7 +9324,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8688,7 +9340,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetLevel", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8744,7 +9400,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8773,7 +9433,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -9018,7 +9682,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9068,7 +9736,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9099,7 +9771,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9109,7 +9785,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9186,7 +9866,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9236,7 +9920,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9343,7 +10031,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9393,7 +10085,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9584,7 +10280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9634,7 +10334,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9659,7 +10363,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9669,7 +10377,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -9779,7 +10491,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9829,7 +10545,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9932,7 +10652,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9982,7 +10706,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10007,7 +10735,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -10107,7 +10839,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10157,7 +10893,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10182,7 +10922,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -10282,7 +11026,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10332,7 +11080,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10383,7 +11135,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -10405,7 +11161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10432,7 +11192,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10459,7 +11223,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10476,7 +11244,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10493,7 +11265,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10532,7 +11308,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10563,7 +11343,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10593,7 +11377,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10610,7 +11398,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10710,7 +11502,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10726,7 +11522,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10770,7 +11570,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10791,7 +11595,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10835,7 +11643,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10847,7 +11659,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10886,7 +11702,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10941,7 +11761,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11020,7 +11844,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11076,7 +11904,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11148,7 +11980,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11204,7 +12040,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11351,7 +12191,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11401,7 +12245,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11443,7 +12291,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11473,7 +12328,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11527,7 +12389,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11581,7 +12450,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11742,7 +12618,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11792,7 +12672,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11883,7 +12767,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11933,7 +12821,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11958,7 +12850,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11974,7 +12870,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -11991,7 +12891,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12007,7 +12911,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -12029,7 +12937,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -12041,7 +12953,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMoonPhase", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -12070,7 +12986,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12087,7 +13007,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12129,7 +13053,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12176,7 +13104,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12214,7 +13146,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12270,7 +13206,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12299,7 +13239,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12321,7 +13265,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -12371,7 +13319,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12383,7 +13335,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16440,7 +17396,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 502b4d71e..3808ad3f5 100644 --- a/metadata/script_modules/@minecraft/server_1.7.0.json +++ b/metadata/script_modules/@minecraft/server_1.7.0.json @@ -27,7 +27,11 @@ "is_constructor" : false, "is_static" : false, "name" : "above", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -74,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "below", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -103,7 +111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "bottomCenter", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -115,7 +127,11 @@ "is_constructor" : false, "is_static" : false, "name" : "center", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -145,7 +161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "east", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -184,7 +204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -213,7 +237,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -243,7 +271,11 @@ "is_constructor" : false, "is_static" : false, "name" : "north", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -282,7 +314,11 @@ "is_constructor" : false, "is_static" : false, "name" : "offset", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -321,7 +357,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -363,7 +403,11 @@ "is_constructor" : false, "is_static" : false, "name" : "south", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -410,7 +454,11 @@ "is_constructor" : false, "is_static" : false, "name" : "west", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -734,7 +782,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -803,7 +855,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -874,7 +930,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -903,7 +963,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fade", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -968,7 +1032,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCamera", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1019,7 +1087,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1064,7 +1136,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1081,7 +1157,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1110,7 +1190,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1127,7 +1211,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1181,7 +1269,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1226,7 +1318,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1280,7 +1376,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1318,7 +1418,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1385,7 +1489,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -1449,7 +1557,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1483,7 +1595,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1510,7 +1626,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1562,7 +1682,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1596,7 +1720,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1623,7 +1751,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1652,7 +1784,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1701,7 +1837,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWeather", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1732,7 +1872,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1775,7 +1919,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1834,7 +1982,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1895,7 +2047,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1965,7 +2121,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2044,7 +2204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2071,7 +2235,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2128,7 +2296,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2150,7 +2322,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2227,7 +2403,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2239,7 +2419,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2251,7 +2435,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2280,7 +2468,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2307,7 +2499,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2324,7 +2520,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2351,7 +2551,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2403,7 +2607,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2420,7 +2628,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2458,7 +2670,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2475,7 +2691,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2509,7 +2729,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2526,7 +2750,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2548,7 +2776,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2586,7 +2818,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRotation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2598,7 +2834,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2615,7 +2855,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2627,7 +2871,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -2649,7 +2897,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2671,7 +2923,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2683,7 +2939,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2695,7 +2955,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2717,7 +2981,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2729,7 +2997,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2763,7 +3035,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2785,7 +3061,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2807,7 +3087,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2867,7 +3151,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2901,7 +3189,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2979,7 +3271,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3031,7 +3327,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3053,7 +3353,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3091,7 +3395,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3113,7 +3421,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3151,7 +3463,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3227,7 +3543,11 @@ { "is_read_only" : false, "name" : "isSneaking", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3264,7 +3584,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3316,7 +3640,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3328,7 +3656,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3340,7 +3672,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3366,7 +3702,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3584,7 +3924,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3700,7 +4044,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3750,7 +4098,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3803,7 +4155,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3846,7 +4202,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3949,7 +4309,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3994,7 +4358,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4039,7 +4407,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4084,7 +4456,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4212,7 +4588,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4262,7 +4642,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4397,7 +4781,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4447,7 +4835,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4543,7 +4935,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4593,7 +4989,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4702,7 +5102,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4752,7 +5156,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5314,7 +5722,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -5361,7 +5773,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5411,7 +5827,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5454,7 +5874,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5709,7 +6133,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5807,7 +6235,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5857,7 +6289,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5928,7 +6364,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5978,7 +6418,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6021,7 +6465,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6066,7 +6514,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6102,7 +6554,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -6149,7 +6605,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6199,7 +6659,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6298,7 +6762,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -6376,7 +6844,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6426,7 +6898,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6472,7 +6948,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6485,7 +6965,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6532,7 +7016,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6582,7 +7070,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6607,7 +7099,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -6745,7 +7241,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6795,7 +7295,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6844,7 +7348,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6894,7 +7402,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6943,7 +7455,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6993,7 +7509,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7042,7 +7562,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7092,7 +7616,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7141,7 +7669,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7191,7 +7723,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7284,7 +7820,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7334,7 +7874,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7450,7 +7994,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7500,7 +8048,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7525,7 +8077,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clone", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -7575,7 +8131,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -7587,7 +8147,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -7604,7 +8168,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -7631,7 +8199,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7648,7 +8220,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -7665,7 +8241,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -7682,7 +8262,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -7709,7 +8293,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7731,7 +8319,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7753,7 +8345,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7787,7 +8383,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7821,7 +8421,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7855,7 +8459,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -7868,7 +8476,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7891,7 +8503,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7901,7 +8517,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -7924,7 +8544,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8038,7 +8662,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8088,7 +8716,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8191,7 +8823,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8241,7 +8877,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8339,7 +8979,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8389,7 +9033,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8483,7 +9131,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8533,7 +9185,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8580,7 +9236,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -8636,7 +9296,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8686,7 +9350,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8717,7 +9385,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8764,7 +9436,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8814,7 +9490,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8921,7 +9601,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8971,7 +9655,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9002,7 +9690,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9049,7 +9741,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9099,7 +9795,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9224,7 +9924,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -9255,7 +9959,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9286,7 +9994,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9324,7 +10036,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9371,7 +10087,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9402,7 +10122,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9450,7 +10174,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addExperience", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9483,7 +10211,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addLevels", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9499,7 +10231,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9516,7 +10252,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalXp", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9558,7 +10298,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9570,7 +10314,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetLevel", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9626,7 +10374,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9655,7 +10407,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -9900,7 +10656,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9950,7 +10710,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9981,7 +10745,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9991,7 +10759,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10068,7 +10840,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10118,7 +10894,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10225,7 +11005,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10275,7 +11059,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10387,7 +11175,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10437,7 +11229,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10480,7 +11276,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10559,7 +11359,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10609,7 +11413,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10703,7 +11511,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10753,7 +11565,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10778,7 +11594,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10857,7 +11677,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10907,7 +11731,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11076,7 +11904,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11126,7 +11958,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11219,7 +12055,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11269,7 +12109,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11294,7 +12138,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11304,7 +12152,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11414,7 +12266,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11464,7 +12320,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11567,7 +12427,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11617,7 +12481,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11642,7 +12510,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11742,7 +12614,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11792,7 +12668,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11817,7 +12697,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11917,7 +12801,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11967,7 +12855,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12018,7 +12910,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -12040,7 +12936,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12067,7 +12967,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12094,7 +12998,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12111,7 +13019,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12128,7 +13040,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12167,7 +13083,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12198,7 +13118,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12228,7 +13152,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12245,7 +13173,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12345,7 +13277,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12361,7 +13297,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12405,7 +13345,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12426,7 +13370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12470,7 +13418,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12482,7 +13434,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12521,7 +13477,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12576,7 +13536,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12655,7 +13619,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12711,7 +13679,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12783,7 +13755,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12839,7 +13815,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12986,7 +13966,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13036,7 +14020,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13078,7 +14066,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13108,7 +14103,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13162,7 +14164,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13216,7 +14225,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13377,7 +14393,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13427,7 +14447,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13518,7 +14542,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13568,7 +14596,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13593,7 +14625,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13605,7 +14641,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13621,7 +14661,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -13638,7 +14682,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13654,7 +14702,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -13676,7 +14728,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -13698,7 +14754,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13750,7 +14810,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -13767,7 +14831,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13793,7 +14861,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13810,7 +14882,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMoonPhase", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -13839,7 +14915,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -13856,7 +14936,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13898,7 +14982,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13945,7 +15033,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13983,7 +15075,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14039,7 +15135,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14068,7 +15168,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14090,7 +15194,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -14175,7 +15283,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14213,7 +15325,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14225,7 +15341,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -18306,7 +19426,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 595db2037..8d7dad013 100644 --- a/metadata/script_modules/@minecraft/server_1.8.0.json +++ b/metadata/script_modules/@minecraft/server_1.8.0.json @@ -27,7 +27,11 @@ "is_constructor" : false, "is_static" : false, "name" : "above", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -74,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "below", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -103,7 +111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "bottomCenter", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -115,7 +127,11 @@ "is_constructor" : false, "is_static" : false, "name" : "center", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -145,7 +161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "east", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -184,7 +204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -213,7 +237,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -252,7 +280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -276,7 +308,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -306,7 +342,11 @@ "is_constructor" : false, "is_static" : false, "name" : "north", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -345,7 +385,11 @@ "is_constructor" : false, "is_static" : false, "name" : "offset", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -384,7 +428,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -426,7 +474,11 @@ "is_constructor" : false, "is_static" : false, "name" : "south", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -473,7 +525,11 @@ "is_constructor" : false, "is_static" : false, "name" : "west", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -750,7 +806,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -845,7 +905,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -914,7 +978,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -966,7 +1034,11 @@ "is_constructor" : false, "is_static" : false, "name" : "withState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1049,7 +1121,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1078,7 +1154,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fade", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1143,7 +1223,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCamera", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1194,7 +1278,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1239,7 +1327,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1256,7 +1348,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1285,7 +1381,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1302,7 +1402,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1356,7 +1460,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1401,7 +1509,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1455,7 +1567,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1493,7 +1609,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1550,7 +1670,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getModifiers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1639,7 +1763,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -1689,7 +1817,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1724,7 +1856,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -1788,7 +1924,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1822,7 +1962,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1849,7 +1993,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1901,7 +2049,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1935,7 +2087,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1962,7 +2118,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -1991,7 +2151,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2040,7 +2204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWeather", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2071,7 +2239,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2114,7 +2286,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2173,7 +2349,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2234,7 +2414,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2375,7 +2559,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -2425,7 +2613,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2450,7 +2642,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2460,7 +2656,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2529,7 +2729,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -2579,7 +2783,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2604,7 +2812,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2683,7 +2895,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2710,7 +2926,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2767,7 +2987,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2789,7 +3013,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2866,7 +3094,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2878,7 +3110,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2890,7 +3126,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2919,7 +3159,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2946,7 +3190,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2963,7 +3211,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2990,7 +3242,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3042,7 +3298,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3059,7 +3319,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3097,7 +3361,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3114,7 +3382,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3148,7 +3420,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3165,7 +3441,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -3187,7 +3467,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3225,7 +3509,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRotation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -3237,7 +3525,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -3254,7 +3546,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -3266,7 +3562,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -3288,7 +3588,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3310,7 +3614,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3322,7 +3630,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3334,7 +3646,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3356,7 +3672,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3368,7 +3688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3402,7 +3726,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3424,7 +3752,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3446,7 +3778,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3506,7 +3842,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3540,7 +3880,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3618,7 +3962,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3670,7 +4018,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3692,7 +4044,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3730,7 +4086,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3752,7 +4112,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3790,7 +4154,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3866,7 +4234,11 @@ { "is_read_only" : false, "name" : "isSneaking", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3903,7 +4275,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3955,7 +4331,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3967,7 +4347,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3979,7 +4363,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4005,7 +4393,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4223,7 +4615,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4339,7 +4735,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4389,7 +4789,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4442,7 +4846,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4485,7 +4893,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4588,7 +5000,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4633,7 +5049,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4678,7 +5098,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4723,7 +5147,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4851,7 +5279,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -4901,7 +5333,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5036,7 +5472,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5086,7 +5526,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5182,7 +5626,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5232,7 +5680,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5341,7 +5793,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5391,7 +5847,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5953,7 +6413,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -6000,7 +6464,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6050,7 +6518,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6093,7 +6565,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6348,7 +6824,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6446,7 +6926,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6496,7 +6980,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6567,7 +7055,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6617,7 +7109,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6660,7 +7156,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6705,7 +7205,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6741,7 +7245,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -6788,7 +7296,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6838,7 +7350,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6937,7 +7453,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -7015,7 +7535,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7065,7 +7589,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7111,7 +7639,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7124,7 +7656,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7171,7 +7707,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7221,7 +7761,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7246,7 +7790,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -7384,7 +7932,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7434,7 +7986,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7483,7 +8039,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7533,7 +8093,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7582,7 +8146,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7632,7 +8200,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7681,7 +8253,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7731,7 +8307,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7780,7 +8360,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7830,7 +8414,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7923,7 +8511,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7973,7 +8565,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8089,7 +8685,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8139,7 +8739,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8164,7 +8768,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clone", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -8214,7 +8822,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -8226,7 +8838,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -8243,7 +8859,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -8270,7 +8890,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8287,7 +8911,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8304,7 +8932,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -8321,7 +8953,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -8348,7 +8984,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8370,7 +9010,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8392,7 +9036,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8426,7 +9074,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8460,7 +9112,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8494,7 +9150,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -8507,7 +9167,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8530,7 +9194,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8540,7 +9208,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -8563,7 +9235,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8677,7 +9353,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8727,7 +9407,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8830,7 +9514,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8880,7 +9568,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8978,7 +9670,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9028,7 +9724,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9122,7 +9822,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9172,7 +9876,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9219,7 +9927,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -9275,7 +9987,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9325,7 +10041,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9356,7 +10076,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9403,7 +10127,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9453,7 +10181,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9560,7 +10292,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9610,7 +10346,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9641,7 +10381,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9688,7 +10432,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9738,7 +10486,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9863,7 +10615,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -9894,7 +10650,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9925,7 +10685,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9963,7 +10727,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10010,7 +10778,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10041,7 +10813,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10089,7 +10865,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addExperience", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10122,7 +10902,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addLevels", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10138,7 +10922,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10155,7 +10943,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalXp", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10197,7 +10989,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10209,7 +11005,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetLevel", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10265,7 +11065,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10294,7 +11098,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -10539,7 +11347,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10589,7 +11401,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10620,7 +11436,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10630,7 +11450,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10707,7 +11531,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10757,7 +11585,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10864,7 +11696,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10914,7 +11750,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11026,7 +11866,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11076,7 +11920,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11119,7 +11967,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11198,7 +12050,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11248,7 +12104,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11342,7 +12202,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11392,7 +12256,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11417,7 +12285,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11496,7 +12368,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11546,7 +12422,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11715,7 +12595,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11765,7 +12649,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11858,7 +12746,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11908,7 +12800,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11933,7 +12829,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11943,7 +12843,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -12053,7 +12957,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12103,7 +13011,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12206,7 +13118,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12256,7 +13172,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12281,7 +13201,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -12381,7 +13305,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12431,7 +13359,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12456,7 +13388,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -12556,7 +13492,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12606,7 +13546,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12657,7 +13601,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -12679,7 +13627,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12706,7 +13658,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12733,7 +13689,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12750,7 +13710,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12767,7 +13731,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -12806,7 +13774,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12837,7 +13809,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12867,7 +13843,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12884,7 +13864,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12984,7 +13968,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13000,7 +13988,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -13044,7 +14036,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13065,7 +14061,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -13109,7 +14109,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13121,7 +14125,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13160,7 +14168,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13215,7 +14227,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13294,7 +14310,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13350,7 +14370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13422,7 +14446,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13478,7 +14506,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -13625,7 +14657,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13675,7 +14711,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13717,7 +14757,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13747,7 +14794,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13801,7 +14855,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13855,7 +14916,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14016,7 +15084,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14066,7 +15138,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14157,7 +15233,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14207,7 +15287,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14232,7 +15316,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14244,7 +15332,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14260,7 +15352,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14277,7 +15373,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14293,7 +15393,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14315,7 +15419,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -14337,7 +15445,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14389,7 +15501,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -14406,7 +15522,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14432,7 +15552,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14449,7 +15573,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMoonPhase", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14478,7 +15606,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14495,7 +15627,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14537,7 +15673,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14584,7 +15724,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14622,7 +15766,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14678,7 +15826,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14707,7 +15859,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14729,7 +15885,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -14814,7 +15974,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14852,7 +16016,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14864,7 +16032,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -19110,7 +20282,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 ac25221fc..c888bf58d 100644 --- a/metadata/script_modules/@minecraft/server_1.9.0.json +++ b/metadata/script_modules/@minecraft/server_1.9.0.json @@ -27,7 +27,11 @@ "is_constructor" : false, "is_static" : false, "name" : "above", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -74,7 +78,11 @@ "is_constructor" : false, "is_static" : false, "name" : "below", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -103,7 +111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "bottomCenter", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -115,7 +127,11 @@ "is_constructor" : false, "is_static" : false, "name" : "center", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -145,7 +161,11 @@ "is_constructor" : false, "is_static" : false, "name" : "east", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -184,7 +204,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -213,7 +237,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -252,7 +280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -276,7 +308,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -306,7 +342,11 @@ "is_constructor" : false, "is_static" : false, "name" : "north", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -345,7 +385,11 @@ "is_constructor" : false, "is_static" : false, "name" : "offset", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -384,7 +428,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setPermutation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -426,7 +474,11 @@ "is_constructor" : false, "is_static" : false, "name" : "south", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -473,7 +525,11 @@ "is_constructor" : false, "is_static" : false, "name" : "west", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -740,7 +796,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllStates", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -793,7 +853,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -888,7 +952,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -957,7 +1025,11 @@ "is_constructor" : false, "is_static" : true, "name" : "resolve", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1009,7 +1081,11 @@ "is_constructor" : false, "is_static" : false, "name" : "withState", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1052,7 +1128,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1069,7 +1149,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAttachedBlocksLocations", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1148,7 +1232,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRawText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1177,7 +1265,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getText", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1206,7 +1298,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTextDyeColor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1261,7 +1357,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setText", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1301,7 +1401,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTextDyeColor", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1323,7 +1427,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWaxed", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1368,7 +1476,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1385,7 +1497,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -1530,7 +1646,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clear", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1559,7 +1679,11 @@ "is_constructor" : false, "is_static" : false, "name" : "fade", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1624,7 +1748,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCamera", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1675,7 +1803,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1720,7 +1852,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1737,7 +1873,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1766,7 +1906,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1800,7 +1944,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -1812,7 +1960,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -1866,7 +2018,11 @@ "is_constructor" : false, "is_static" : false, "name" : "moveItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1911,7 +2067,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -1965,7 +2125,11 @@ "is_constructor" : false, "is_static" : false, "name" : "swapItems", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2003,7 +2167,11 @@ "is_constructor" : false, "is_static" : false, "name" : "transferItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -2060,7 +2228,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2079,7 +2251,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2103,7 +2279,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2137,7 +2317,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2196,7 +2380,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2220,7 +2408,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2243,7 +2435,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2267,7 +2463,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2291,7 +2491,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -2315,7 +2519,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasItem", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2344,7 +2552,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2373,7 +2585,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2392,7 +2608,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2426,7 +2646,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2472,7 +2696,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2557,7 +2785,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -2598,7 +2830,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2639,7 +2875,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -2664,7 +2904,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2694,7 +2938,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2704,7 +2952,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -2734,7 +2986,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -2804,7 +3060,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getModifiers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -2893,7 +3153,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -2943,7 +3207,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3010,7 +3278,11 @@ "is_constructor" : false, "is_static" : false, "name" : "createExplosion", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3044,7 +3316,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlock", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "error_types" : [ { @@ -3108,7 +3384,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3142,7 +3422,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntities", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3169,7 +3453,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesAtBlockLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3221,7 +3509,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromRay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3255,7 +3547,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3282,7 +3578,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3311,7 +3611,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3360,7 +3664,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setWeather", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -3391,7 +3699,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnEntity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3434,7 +3746,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnItem", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3493,7 +3809,11 @@ "is_constructor" : false, "is_static" : false, "name" : "spawnParticle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -3586,7 +3906,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3603,7 +3927,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -3633,7 +3961,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3774,7 +4106,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3824,7 +4160,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3849,7 +4189,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3859,7 +4203,11 @@ { "is_read_only" : false, "name" : "duration", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -3928,7 +4276,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -3978,7 +4330,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4003,7 +4359,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getName", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4038,7 +4398,11 @@ "is_constructor" : false, "is_static" : true, "name" : "get", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4055,7 +4419,11 @@ "is_constructor" : false, "is_static" : true, "name" : "getAll", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4139,7 +4507,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4166,7 +4538,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4223,7 +4599,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyDamage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4245,7 +4625,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyImpulse", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4322,7 +4706,11 @@ "is_constructor" : false, "is_static" : false, "name" : "applyKnockback", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4334,7 +4722,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4346,7 +4738,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearVelocity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4370,7 +4766,11 @@ "is_constructor" : false, "is_static" : false, "name" : "extinguishFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4399,7 +4799,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4426,7 +4830,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4443,7 +4851,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4470,7 +4882,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4522,7 +4938,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -4539,7 +4959,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4577,7 +5001,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffect", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4594,7 +5022,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4628,7 +5060,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntitiesFromViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -4645,7 +5081,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getHeadLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4667,7 +5107,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4705,7 +5149,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getRotation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4717,7 +5165,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -4734,7 +5186,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getVelocity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4746,7 +5202,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getViewDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -4768,7 +5228,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4790,7 +5254,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4802,7 +5270,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -4814,7 +5286,11 @@ "is_constructor" : false, "is_static" : false, "name" : "kill", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4836,7 +5312,11 @@ "is_constructor" : false, "is_static" : false, "name" : "matches", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4874,7 +5354,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playAnimation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4886,7 +5370,11 @@ "is_constructor" : false, "is_static" : false, "name" : "remove", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4920,7 +5408,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeEffect", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4942,7 +5434,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -4964,7 +5460,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -5024,7 +5524,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommand", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -5058,7 +5562,11 @@ "is_constructor" : false, "is_static" : false, "name" : "runCommandAsync", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5136,7 +5644,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5176,7 +5688,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setOnFire", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5228,7 +5744,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setProperty", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5250,7 +5770,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setRotation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5288,7 +5812,11 @@ "is_constructor" : false, "is_static" : false, "name" : "teleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5310,7 +5838,11 @@ "is_constructor" : false, "is_static" : false, "name" : "triggerEvent", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5348,7 +5880,11 @@ "is_constructor" : false, "is_static" : false, "name" : "tryTeleport", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5424,7 +5960,11 @@ { "is_read_only" : false, "name" : "isSneaking", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5461,7 +6001,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5513,7 +6057,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToDefaultValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5525,7 +6073,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMaxValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5537,7 +6089,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetToMinValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5563,7 +6119,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCurrentValue", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -5781,7 +6341,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -5897,7 +6461,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -5947,7 +6515,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6000,7 +6572,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipment", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6027,7 +6603,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEquipmentSlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -6065,7 +6645,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setEquipment", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -6168,7 +6752,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6213,7 +6801,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6258,7 +6850,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6303,7 +6899,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getFeedItems", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -6431,7 +7031,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6481,7 +7085,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6616,7 +7224,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6666,7 +7278,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6762,7 +7378,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6812,7 +7432,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -6921,7 +7545,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -6971,7 +7599,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7533,7 +8165,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -7580,7 +8216,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -7630,7 +8270,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7673,7 +8317,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -7972,7 +8620,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8070,7 +8722,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8120,7 +8776,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8191,7 +8851,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8241,7 +8905,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8284,7 +8952,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8329,7 +9001,11 @@ { "is_read_only" : false, "name" : "value", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8365,7 +9041,11 @@ { "is_read_only" : false, "name" : "entity", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -8412,7 +9092,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8462,7 +9146,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8561,7 +9249,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -8639,7 +9331,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8689,7 +9385,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8735,7 +9435,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setImpactedBlocks", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8748,7 +9452,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8795,7 +9503,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -8845,7 +9557,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -8870,7 +9586,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEffects", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -9008,7 +9728,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9058,7 +9782,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9107,7 +9835,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9157,7 +9889,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9206,7 +9942,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9256,7 +9996,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9305,7 +10049,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9355,7 +10103,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9404,7 +10156,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9454,7 +10210,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9547,7 +10307,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9597,7 +10361,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9676,7 +10444,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChance", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -9692,7 +10464,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDamageChanceRange", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "from_module" : { "name" : "@minecraft/common", @@ -9710,7 +10486,11 @@ { "is_read_only" : false, "name" : "damage", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9898,7 +10678,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -9948,7 +10732,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9973,7 +10761,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -9985,7 +10777,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clone", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -10035,7 +10831,11 @@ ], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -10047,7 +10847,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10064,7 +10868,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10091,7 +10899,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10108,7 +10920,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getComponents", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -10135,7 +10951,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10187,7 +11007,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10204,7 +11028,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10220,7 +11048,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getLore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10237,7 +11069,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTags", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -10264,7 +11100,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasComponent", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10286,7 +11126,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasTag", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10308,7 +11152,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isStackableWith", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10342,7 +11190,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanDestroy", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10376,7 +11228,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setCanPlaceOn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10449,7 +11305,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10483,7 +11343,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setLore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -10496,7 +11360,11 @@ { "is_read_only" : false, "name" : "amount", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10519,7 +11387,11 @@ { "is_read_only" : false, "name" : "keepOnDeath", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10529,7 +11401,11 @@ { "is_read_only" : false, "name" : "lockMode", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -10552,7 +11428,11 @@ { "is_read_only" : false, "name" : "nameTag", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10666,7 +11546,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10716,7 +11600,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10819,7 +11707,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -10869,7 +11761,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -10967,7 +11863,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11017,7 +11917,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11111,7 +12015,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11161,7 +12069,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11208,7 +12120,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11264,7 +12180,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11314,7 +12234,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11345,7 +12269,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11392,7 +12320,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11442,7 +12374,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11549,7 +12485,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11599,7 +12539,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11630,7 +12574,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11677,7 +12625,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -11727,7 +12679,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -11852,7 +12808,11 @@ "arguments" : [], "is_constructor" : true, "name" : "constructor", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -11883,7 +12843,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGB", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11914,7 +12878,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setColorRGBA", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11952,7 +12920,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setFloat", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -11999,7 +12971,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpeedAndDirection", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12030,7 +13006,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setVector3", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12116,7 +13096,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12166,7 +13150,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12214,7 +13202,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addExperience", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12247,7 +13239,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addLevels", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12263,7 +13259,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getSpawnPoint", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12280,7 +13280,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTotalXp", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12322,7 +13326,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12334,7 +13342,11 @@ "is_constructor" : false, "is_static" : false, "name" : "resetLevel", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12390,7 +13402,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -12419,7 +13435,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setSpawnPoint", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -12664,7 +13684,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12714,7 +13738,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12745,7 +13773,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12755,7 +13787,11 @@ { "is_read_only" : false, "name" : "itemStack", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12832,7 +13868,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -12882,7 +13922,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -12989,7 +14033,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13039,7 +14087,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13151,7 +14203,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13201,7 +14257,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13244,7 +14304,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13323,7 +14387,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13373,7 +14441,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13467,7 +14539,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13517,7 +14593,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13542,7 +14622,11 @@ { "is_read_only" : false, "name" : "cancel", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13621,7 +14705,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13671,7 +14759,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13840,7 +14932,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -13890,7 +14986,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -13983,7 +15083,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14033,7 +15137,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14058,7 +15166,11 @@ { "is_read_only" : false, "name" : "initialSpawn", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14068,7 +15180,11 @@ { "is_read_only" : false, "name" : "player", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14178,7 +15294,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14228,7 +15348,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14331,7 +15455,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14381,7 +15509,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14406,7 +15538,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getBlockHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14506,7 +15642,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14556,7 +15696,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14581,7 +15725,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntityHit", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -14681,7 +15829,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -14731,7 +15883,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14782,7 +15938,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -14804,7 +15964,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14831,7 +15995,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjective", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14858,7 +16026,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectiveAtDisplaySlot", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -14875,7 +16047,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getObjectives", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14892,7 +16068,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -14931,7 +16111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeObjective", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14962,7 +16146,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setObjectiveAtDisplaySlot", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -14992,7 +16180,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15009,7 +16201,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15109,7 +16305,11 @@ "is_constructor" : false, "is_static" : false, "name" : "addScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15125,7 +16325,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getParticipants", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -15169,7 +16373,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScore", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15190,7 +16398,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getScores", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -15234,7 +16446,11 @@ "is_constructor" : false, "is_static" : false, "name" : "hasParticipant", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15246,7 +16462,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15285,7 +16505,11 @@ "is_constructor" : false, "is_static" : false, "name" : "removeParticipant", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15340,7 +16564,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setScore", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15419,7 +16647,11 @@ "is_constructor" : false, "is_static" : false, "name" : "isValid", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15475,7 +16707,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setActionBar", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15547,7 +16783,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15603,7 +16843,11 @@ "is_constructor" : false, "is_static" : false, "name" : "updateSubtitle", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -15750,7 +16994,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -15800,7 +17048,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15842,7 +17094,14 @@ "is_constructor" : false, "is_static" : false, "name" : "clearRun", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15872,7 +17131,14 @@ "is_constructor" : false, "is_static" : false, "name" : "run", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15926,7 +17192,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runInterval", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -15980,7 +17253,14 @@ "is_constructor" : false, "is_static" : false, "name" : "runTimeout", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + }, + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16141,7 +17421,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16191,7 +17475,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16282,7 +17570,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16332,7 +17624,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16421,7 +17717,11 @@ "is_constructor" : false, "is_static" : false, "name" : "subscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "closure_type" : { "argument_types" : [ @@ -16471,7 +17771,11 @@ "is_constructor" : false, "is_static" : false, "name" : "unsubscribe", - "privilege" : "none", + "privilege" : [ + { + "name" : "early_execution" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16496,7 +17800,11 @@ "is_constructor" : false, "is_static" : false, "name" : "clearDynamicProperties", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16508,7 +17816,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAbsoluteTime", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16524,7 +17836,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getAllPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -16541,7 +17857,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16557,7 +17877,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDefaultSpawnLocation", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16579,7 +17903,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDimension", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : true, @@ -16601,7 +17929,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16653,7 +17985,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyIds", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : false, @@ -16670,7 +18006,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getDynamicPropertyTotalByteCount", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16696,7 +18036,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getEntity", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16713,7 +18057,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getMoonPhase", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : true, "is_errorable" : false, @@ -16742,7 +18090,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getPlayers", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "element_type" : { "is_bind_type" : true, @@ -16759,7 +18111,11 @@ "is_constructor" : false, "is_static" : false, "name" : "getTimeOfDay", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16801,7 +18157,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16848,7 +18208,11 @@ "is_constructor" : false, "is_static" : false, "name" : "playSound", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16886,7 +18250,11 @@ "is_constructor" : false, "is_static" : false, "name" : "queueMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16942,7 +18310,11 @@ "is_constructor" : false, "is_static" : false, "name" : "sendMessage", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -16971,7 +18343,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setAbsoluteTime", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -16993,7 +18369,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDefaultSpawnLocation", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "error_types" : [ { @@ -17078,7 +18458,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setDynamicProperty", - "privilege" : "read_only", + "privilege" : [ + { + "name" : "read_only" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17116,7 +18500,11 @@ "is_constructor" : false, "is_static" : false, "name" : "setTimeOfDay", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : true, @@ -17128,7 +18516,11 @@ "is_constructor" : false, "is_static" : false, "name" : "stopMusic", - "privilege" : "none", + "privilege" : [ + { + "name" : "none" + } + ], "return_type" : { "is_bind_type" : false, "is_errorable" : false, @@ -21881,7 +23273,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/vanilladata_modules/mojang-biomes.json b/metadata/vanilladata_modules/mojang-biomes.json index 2d06eef7f..8c25f7d0b 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 20fdc8326..67b4fbb16 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 32783ed71..a0555a5bc 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 e1e58ea46..cf91c6bc7 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 e195c209d..cc1e4c8dd 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 84e61d944..6b1e9e58e 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 d90b6dc49..3fbc3ee58 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 568be0cf6..0ded10bcc 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 5359314e8..ce9a0776e 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 989644639..d40bf622d 100644 --- a/metadata/vanilladata_modules/mojang-items.json +++ b/metadata/vanilladata_modules/mojang-items.json @@ -3,7 +3,7 @@ { "command_name" : "minecraft:acacia_boat", "name" : "minecraft:acacia_boat", - "raw_id" : 389, + "raw_id" : 405, "serialization_id" : "item.acacia_boat", "serialization_name" : "minecraft:acacia_boat" }, @@ -17,14 +17,14 @@ { "command_name" : "minecraft:acacia_chest_boat", "name" : "minecraft:acacia_chest_boat", - "raw_id" : 663, + "raw_id" : 678, "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" : 589, "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" : 612, "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" : 667, "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" : 660, "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" : 692, "serialization_id" : "item.angler_pottery_sherd", "serialization_name" : "minecraft:angler_pottery_sherd" }, @@ -227,63 +227,63 @@ { "command_name" : "minecraft:apple", "name" : "minecraft:apple", - "raw_id" : 262, + "raw_id" : 278, "serialization_id" : "item.apple.name", "serialization_name" : "minecraft:apple" }, { "command_name" : "minecraft:archer_pottery_sherd", "name" : "minecraft:archer_pottery_sherd", - "raw_id" : 678, + "raw_id" : 693, "serialization_id" : "item.archer_pottery_sherd", "serialization_name" : "minecraft:archer_pottery_sherd" }, { "command_name" : "minecraft:armadillo_scute", "name" : "minecraft:armadillo_scute", - "raw_id" : 723, + "raw_id" : 739, "serialization_id" : "item.armadillo_scute", "serialization_name" : "minecraft:armadillo_scute" }, { "command_name" : "minecraft:armadillo_spawn_egg", "name" : "minecraft:armadillo_spawn_egg", - "raw_id" : 722, + "raw_id" : 738, "serialization_id" : "item.armadillo_spawn_egg", "serialization_name" : "minecraft:armadillo_spawn_egg" }, { "command_name" : "minecraft:armor_stand", "name" : "minecraft:armor_stand", - "raw_id" : 570, + "raw_id" : 585, "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" : 694, "serialization_id" : "item.arms_up_pottery_sherd", "serialization_name" : "minecraft:arms_up_pottery_sherd" }, { "command_name" : "minecraft:arrow", "name" : "minecraft:arrow", - "raw_id" : 309, + "raw_id" : 325, "serialization_id" : "item.arrow", "serialization_name" : "minecraft:arrow" }, { "command_name" : "minecraft:axolotl_bucket", "name" : "minecraft:axolotl_bucket", - "raw_id" : 378, + "raw_id" : 394, "serialization_id" : "item.axolotl_bucket", "serialization_name" : "minecraft:axolotl_bucket" }, { "command_name" : "minecraft:axolotl_spawn_egg", "name" : "minecraft:axolotl_spawn_egg", - "raw_id" : 514, + "raw_id" : 530, "serialization_id" : "item.axolotl_spawn_egg", "serialization_name" : "minecraft:axolotl_spawn_egg" }, @@ -318,7 +318,7 @@ { "command_name" : "minecraft:baked_potato", "name" : "minecraft:baked_potato", - "raw_id" : 287, + "raw_id" : 303, "serialization_id" : "item.baked_potato", "serialization_name" : "minecraft:baked_potato" }, @@ -346,7 +346,7 @@ { "command_name" : "minecraft:bamboo_chest_raft", "name" : "minecraft:bamboo_chest_raft", - "raw_id" : 675, + "raw_id" : 690, "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" : 689, "serialization_id" : "item.bamboo_raft", "serialization_name" : "minecraft:bamboo_raft" }, { "command_name" : "minecraft:bamboo_sign", "name" : "minecraft:bamboo_sign", - "raw_id" : 673, + "raw_id" : 688, "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" : 600, "serialization_id" : "item.banner", "serialization_name" : "minecraft:banner" }, @@ -479,7 +479,7 @@ { "command_name" : "minecraft:bat_spawn_egg", "name" : "minecraft:bat_spawn_egg", - "raw_id" : 464, + "raw_id" : 480, "serialization_id" : "item.bat_spawn_egg", "serialization_name" : "minecraft:bat_spawn_egg" }, @@ -493,7 +493,7 @@ { "command_name" : "minecraft:bed", "name" : "minecraft:bed", - "raw_id" : 428, + "raw_id" : 444, "serialization_id" : "item.bed", "serialization_name" : "minecraft:bed" }, @@ -514,14 +514,14 @@ { "command_name" : "minecraft:bee_spawn_egg", "name" : "minecraft:bee_spawn_egg", - "raw_id" : 506, + "raw_id" : 522, "serialization_id" : "item.bee_spawn_egg", "serialization_name" : "minecraft:bee_spawn_egg" }, { "command_name" : "minecraft:beef", "name" : "minecraft:beef", - "raw_id" : 279, + "raw_id" : 295, "serialization_id" : "item.beef", "serialization_name" : "minecraft:beef" }, @@ -535,21 +535,21 @@ { "command_name" : "minecraft:beetroot", "name" : "minecraft:beetroot", - "raw_id" : 291, + "raw_id" : 307, "serialization_id" : "item.beetroot", "serialization_name" : "minecraft:beetroot" }, { "command_name" : "minecraft:beetroot_seeds", "name" : "minecraft:beetroot_seeds", - "raw_id" : 301, + "raw_id" : 317, "serialization_id" : "item.beetroot_seeds", "serialization_name" : "minecraft:beetroot_seeds" }, { "command_name" : "minecraft:beetroot_soup", "name" : "minecraft:beetroot_soup", - "raw_id" : 292, + "raw_id" : 308, "serialization_id" : "item.beetroot_soup", "serialization_name" : "minecraft:beetroot_soup" }, @@ -570,7 +570,7 @@ { "command_name" : "minecraft:birch_boat", "name" : "minecraft:birch_boat", - "raw_id" : 386, + "raw_id" : 402, "serialization_id" : "item.birch_boat", "serialization_name" : "minecraft:birch_boat" }, @@ -584,14 +584,14 @@ { "command_name" : "minecraft:birch_chest_boat", "name" : "minecraft:birch_chest_boat", - "raw_id" : 660, + "raw_id" : 675, "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" : 587, "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" : 610, "serialization_id" : "item.birch_sign", "serialization_name" : "minecraft:birch_sign" }, @@ -686,6 +686,13 @@ "serialization_id" : "item.birch_wood", "serialization_name" : "minecraft:birch_wood" }, + { + "command_name" : "minecraft:black_bundle", + "name" : "minecraft:black_bundle", + "raw_id" : 257, + "serialization_id" : "item.black_bundle", + "serialization_name" : "minecraft:black_bundle" + }, { "command_name" : "minecraft:black_candle", "name" : "minecraft:black_candle", @@ -717,7 +724,7 @@ { "command_name" : "minecraft:black_dye", "name" : "minecraft:black_dye", - "raw_id" : 405, + "raw_id" : 421, "serialization_id" : "item.black_dye", "serialization_name" : "minecraft:black_dye" }, @@ -794,7 +801,7 @@ { "command_name" : "minecraft:blade_pottery_sherd", "name" : "minecraft:blade_pottery_sherd", - "raw_id" : 680, + "raw_id" : 695, "serialization_id" : "item.blade_pottery_sherd", "serialization_name" : "minecraft:blade_pottery_sherd" }, @@ -808,24 +815,31 @@ { "command_name" : "minecraft:blaze_powder", "name" : "minecraft:blaze_powder", - "raw_id" : 440, + "raw_id" : 456, "serialization_id" : "item.blaze_powder", "serialization_name" : "minecraft:blaze_powder" }, { "command_name" : "minecraft:blaze_rod", "name" : "minecraft:blaze_rod", - "raw_id" : 433, + "raw_id" : 449, "serialization_id" : "item.blaze_rod", "serialization_name" : "minecraft:blaze_rod" }, { "command_name" : "minecraft:blaze_spawn_egg", "name" : "minecraft:blaze_spawn_egg", - "raw_id" : 467, + "raw_id" : 483, "serialization_id" : "item.blaze_spawn_egg", "serialization_name" : "minecraft:blaze_spawn_egg" }, + { + "command_name" : "minecraft:blue_bundle", + "name" : "minecraft:blue_bundle", + "raw_id" : 258, + "serialization_id" : "item.blue_bundle", + "serialization_name" : "minecraft:blue_bundle" + }, { "command_name" : "minecraft:blue_candle", "name" : "minecraft:blue_candle", @@ -857,7 +871,7 @@ { "command_name" : "minecraft:blue_dye", "name" : "minecraft:blue_dye", - "raw_id" : 409, + "raw_id" : 425, "serialization_id" : "item.blue_dye", "serialization_name" : "minecraft:blue_dye" }, @@ -920,21 +934,21 @@ { "command_name" : "minecraft:bogged_spawn_egg", "name" : "minecraft:bogged_spawn_egg", - "raw_id" : 474, + "raw_id" : 490, "serialization_id" : "item.bogged_spawn_egg", "serialization_name" : "minecraft:bogged_spawn_egg" }, { "command_name" : "minecraft:bolt_armor_trim_smithing_template", "name" : "minecraft:bolt_armor_trim_smithing_template", - "raw_id" : 719, + "raw_id" : 734, "serialization_id" : "item.bolt_armor_trim_smithing_template", "serialization_name" : "minecraft:bolt_armor_trim_smithing_template" }, { "command_name" : "minecraft:bone", "name" : "minecraft:bone", - "raw_id" : 425, + "raw_id" : 441, "serialization_id" : "item.bone", "serialization_name" : "minecraft:bone" }, @@ -948,14 +962,14 @@ { "command_name" : "minecraft:bone_meal", "name" : "minecraft:bone_meal", - "raw_id" : 421, + "raw_id" : 437, "serialization_id" : "item.bone_meal", "serialization_name" : "minecraft:bone_meal" }, { "command_name" : "minecraft:book", "name" : "minecraft:book", - "raw_id" : 397, + "raw_id" : 413, "serialization_id" : "item.book", "serialization_name" : "minecraft:book" }, @@ -976,21 +990,21 @@ { "command_name" : "minecraft:bordure_indented_banner_pattern", "name" : "minecraft:bordure_indented_banner_pattern", - "raw_id" : 604, + "raw_id" : 619, "serialization_id" : "item.bordure_indented_banner_pattern", "serialization_name" : "minecraft:bordure_indented_banner_pattern" }, { "command_name" : "minecraft:bow", "name" : "minecraft:bow", - "raw_id" : 308, + "raw_id" : 324, "serialization_id" : "item.bow", "serialization_name" : "minecraft:bow" }, { "command_name" : "minecraft:bowl", "name" : "minecraft:bowl", - "raw_id" : 330, + "raw_id" : 346, "serialization_id" : "item.bowl", "serialization_name" : "minecraft:bowl" }, @@ -1018,42 +1032,42 @@ { "command_name" : "minecraft:bread", "name" : "minecraft:bread", - "raw_id" : 267, + "raw_id" : 283, "serialization_id" : "item.bread", "serialization_name" : "minecraft:bread" }, { "command_name" : "minecraft:breeze_rod", "name" : "minecraft:breeze_rod", - "raw_id" : 258, + "raw_id" : 274, "serialization_id" : "item.breeze_rod.name", "serialization_name" : "minecraft:breeze_rod" }, { "command_name" : "minecraft:breeze_spawn_egg", "name" : "minecraft:breeze_spawn_egg", - "raw_id" : 513, + "raw_id" : 529, "serialization_id" : "item.breeze_spawn_egg", "serialization_name" : "minecraft:breeze_spawn_egg" }, { "command_name" : "minecraft:brewer_pottery_sherd", "name" : "minecraft:brewer_pottery_sherd", - "raw_id" : 681, + "raw_id" : 696, "serialization_id" : "item.brewer_pottery_sherd", "serialization_name" : "minecraft:brewer_pottery_sherd" }, { "command_name" : "minecraft:brewing_stand", "name" : "minecraft:brewing_stand", - "raw_id" : 442, + "raw_id" : 458, "serialization_id" : "item.brewing_stand", "serialization_name" : "minecraft:brewing_stand" }, { "command_name" : "minecraft:brick", "name" : "minecraft:brick", - "raw_id" : 393, + "raw_id" : 409, "serialization_id" : "item.brick", "serialization_name" : "minecraft:brick" }, @@ -1085,6 +1099,13 @@ "serialization_id" : "item.brick_wall", "serialization_name" : "minecraft:brick_wall" }, + { + "command_name" : "minecraft:brown_bundle", + "name" : "minecraft:brown_bundle", + "raw_id" : 259, + "serialization_id" : "item.brown_bundle", + "serialization_name" : "minecraft:brown_bundle" + }, { "command_name" : "minecraft:brown_candle", "name" : "minecraft:brown_candle", @@ -1116,7 +1137,7 @@ { "command_name" : "minecraft:brown_dye", "name" : "minecraft:brown_dye", - "raw_id" : 408, + "raw_id" : 424, "serialization_id" : "item.brown_dye", "serialization_name" : "minecraft:brown_dye" }, @@ -1179,7 +1200,7 @@ { "command_name" : "minecraft:brush", "name" : "minecraft:brush", - "raw_id" : 700, + "raw_id" : 715, "serialization_id" : "item.brush", "serialization_name" : "minecraft:brush" }, @@ -1207,7 +1228,7 @@ { "command_name" : "minecraft:bucket", "name" : "minecraft:bucket", - "raw_id" : 369, + "raw_id" : 385, "serialization_id" : "item.bucket", "serialization_name" : "minecraft:bucket" }, @@ -1221,14 +1242,14 @@ { "command_name" : "minecraft:bundle", "name" : "minecraft:bundle", - "raw_id" : 257, + "raw_id" : 260, "serialization_id" : "item.bundle", "serialization_name" : "minecraft:bundle" }, { "command_name" : "minecraft:burn_pottery_sherd", "name" : "minecraft:burn_pottery_sherd", - "raw_id" : 682, + "raw_id" : 697, "serialization_id" : "item.burn_pottery_sherd", "serialization_name" : "minecraft:burn_pottery_sherd" }, @@ -1242,7 +1263,7 @@ { "command_name" : "minecraft:cake", "name" : "minecraft:cake", - "raw_id" : 427, + "raw_id" : 443, "serialization_id" : "item.cake", "serialization_name" : "minecraft:cake" }, @@ -1263,14 +1284,14 @@ { "command_name" : "minecraft:camel_spawn_egg", "name" : "minecraft:camel_spawn_egg", - "raw_id" : 676, + "raw_id" : 691, "serialization_id" : "item.camel_spawn_egg", "serialization_name" : "minecraft:camel_spawn_egg" }, { "command_name" : "minecraft:campfire", "name" : "minecraft:campfire", - "raw_id" : 609, + "raw_id" : 624, "serialization_id" : "tile.campfire", "serialization_name" : "minecraft:campfire" }, @@ -1284,14 +1305,14 @@ { "command_name" : "minecraft:carrot", "name" : "minecraft:carrot", - "raw_id" : 285, + "raw_id" : 301, "serialization_id" : "item.carrot", "serialization_name" : "minecraft:carrot" }, { "command_name" : "minecraft:carrot_on_a_stick", "name" : "minecraft:carrot_on_a_stick", - "raw_id" : 535, + "raw_id" : 550, "serialization_id" : "item.carrotOnAStick", "serialization_name" : "minecraft:carrot_on_a_stick" }, @@ -1312,28 +1333,28 @@ { "command_name" : "minecraft:cat_spawn_egg", "name" : "minecraft:cat_spawn_egg", - "raw_id" : 500, + "raw_id" : 516, "serialization_id" : "item.cat_spawn_egg", "serialization_name" : "minecraft:cat_spawn_egg" }, { "command_name" : "minecraft:cauldron", "name" : "minecraft:cauldron", - "raw_id" : 443, + "raw_id" : 459, "serialization_id" : "item.cauldron", "serialization_name" : "minecraft:cauldron" }, { "command_name" : "minecraft:cave_spider_spawn_egg", "name" : "minecraft:cave_spider_spawn_egg", - "raw_id" : 468, + "raw_id" : 484, "serialization_id" : "item.cave_spider_spawn_egg", "serialization_name" : "minecraft:cave_spider_spawn_egg" }, { "command_name" : "minecraft:chain", "name" : "minecraft:chain", - "raw_id" : 640, + "raw_id" : 655, "serialization_id" : "tile.chain", "serialization_name" : "minecraft:chain" }, @@ -1347,42 +1368,42 @@ { "command_name" : "minecraft:chainmail_boots", "name" : "minecraft:chainmail_boots", - "raw_id" : 351, + "raw_id" : 367, "serialization_id" : "item.chainmail_boots", "serialization_name" : "minecraft:chainmail_boots" }, { "command_name" : "minecraft:chainmail_chestplate", "name" : "minecraft:chainmail_chestplate", - "raw_id" : 349, + "raw_id" : 365, "serialization_id" : "item.chainmail_chestplate", "serialization_name" : "minecraft:chainmail_chestplate" }, { "command_name" : "minecraft:chainmail_helmet", "name" : "minecraft:chainmail_helmet", - "raw_id" : 348, + "raw_id" : 364, "serialization_id" : "item.chainmail_helmet", "serialization_name" : "minecraft:chainmail_helmet" }, { "command_name" : "minecraft:chainmail_leggings", "name" : "minecraft:chainmail_leggings", - "raw_id" : 350, + "raw_id" : 366, "serialization_id" : "item.chainmail_leggings", "serialization_name" : "minecraft:chainmail_leggings" }, { "command_name" : "minecraft:charcoal", "name" : "minecraft:charcoal", - "raw_id" : 311, + "raw_id" : 327, "serialization_id" : "item.charcoal", "serialization_name" : "minecraft:charcoal" }, { "command_name" : "minecraft:cherry_boat", "name" : "minecraft:cherry_boat", - "raw_id" : 670, + "raw_id" : 685, "serialization_id" : "item.cherry_boat", "serialization_name" : "minecraft:cherry_boat" }, @@ -1396,7 +1417,7 @@ { "command_name" : "minecraft:cherry_chest_boat", "name" : "minecraft:cherry_chest_boat", - "raw_id" : 671, + "raw_id" : 686, "serialization_id" : "item.cherry_chest_boat", "serialization_name" : "minecraft:cherry_chest_boat" }, @@ -1466,7 +1487,7 @@ { "command_name" : "minecraft:cherry_sign", "name" : "minecraft:cherry_sign", - "raw_id" : 672, + "raw_id" : 687, "serialization_id" : "item.cherry_sign", "serialization_name" : "minecraft:cherry_sign" }, @@ -1508,21 +1529,21 @@ { "command_name" : "minecraft:chest_minecart", "name" : "minecraft:chest_minecart", - "raw_id" : 399, + "raw_id" : 415, "serialization_id" : "item.chest_minecart", "serialization_name" : "minecraft:chest_minecart" }, { "command_name" : "minecraft:chicken", "name" : "minecraft:chicken", - "raw_id" : 281, + "raw_id" : 297, "serialization_id" : "item.chicken", "serialization_name" : "minecraft:chicken" }, { "command_name" : "minecraft:chicken_spawn_egg", "name" : "minecraft:chicken_spawn_egg", - "raw_id" : 446, + "raw_id" : 462, "serialization_id" : "item.chicken_spawn_egg", "serialization_name" : "minecraft:chicken_spawn_egg" }, @@ -1620,7 +1641,7 @@ { "command_name" : "minecraft:chorus_fruit", "name" : "minecraft:chorus_fruit", - "raw_id" : 576, + "raw_id" : 591, "serialization_id" : "item.chorus_fruit", "serialization_name" : "minecraft:chorus_fruit" }, @@ -1641,21 +1662,21 @@ { "command_name" : "minecraft:clay_ball", "name" : "minecraft:clay_ball", - "raw_id" : 394, + "raw_id" : 410, "serialization_id" : "item.clay_ball", "serialization_name" : "minecraft:clay_ball" }, { "command_name" : "minecraft:clock", "name" : "minecraft:clock", - "raw_id" : 403, + "raw_id" : 419, "serialization_id" : "item.clock", "serialization_name" : "minecraft:clock" }, { "command_name" : "minecraft:coal", "name" : "minecraft:coal", - "raw_id" : 310, + "raw_id" : 326, "serialization_id" : "item.coal", "serialization_name" : "minecraft:coal" }, @@ -1683,7 +1704,7 @@ { "command_name" : "minecraft:coast_armor_trim_smithing_template", "name" : "minecraft:coast_armor_trim_smithing_template", - "raw_id" : 704, + "raw_id" : 719, "serialization_id" : "item.coast_armor_trim_smithing_template", "serialization_name" : "minecraft:coast_armor_trim_smithing_template" }, @@ -1739,28 +1760,28 @@ { "command_name" : "minecraft:cocoa_beans", "name" : "minecraft:cocoa_beans", - "raw_id" : 422, + "raw_id" : 438, "serialization_id" : "item.cocoa_beans", "serialization_name" : "minecraft:cocoa_beans" }, { "command_name" : "minecraft:cod", "name" : "minecraft:cod", - "raw_id" : 270, + "raw_id" : 286, "serialization_id" : "item.fish", "serialization_name" : "minecraft:cod" }, { "command_name" : "minecraft:cod_bucket", "name" : "minecraft:cod_bucket", - "raw_id" : 373, + "raw_id" : 389, "serialization_id" : "item.cod_bucket", "serialization_name" : "minecraft:cod_bucket" }, { "command_name" : "minecraft:cod_spawn_egg", "name" : "minecraft:cod_spawn_egg", - "raw_id" : 492, + "raw_id" : 508, "serialization_id" : "item.cod_spawn_egg", "serialization_name" : "minecraft:cod_spawn_egg" }, @@ -1774,21 +1795,21 @@ { "command_name" : "minecraft:command_block_minecart", "name" : "minecraft:command_block_minecart", - "raw_id" : 581, + "raw_id" : 596, "serialization_id" : "item.command_block_minecart", "serialization_name" : "minecraft:command_block_minecart" }, { "command_name" : "minecraft:comparator", "name" : "minecraft:comparator", - "raw_id" : 540, + "raw_id" : 555, "serialization_id" : "item.comparator", "serialization_name" : "minecraft:comparator" }, { "command_name" : "minecraft:compass", "name" : "minecraft:compass", - "raw_id" : 401, + "raw_id" : 417, "serialization_id" : "item.compass", "serialization_name" : "minecraft:compass" }, @@ -1809,56 +1830,56 @@ { "command_name" : "minecraft:cooked_beef", "name" : "minecraft:cooked_beef", - "raw_id" : 280, + "raw_id" : 296, "serialization_id" : "item.cooked_beef", "serialization_name" : "minecraft:cooked_beef" }, { "command_name" : "minecraft:cooked_chicken", "name" : "minecraft:cooked_chicken", - "raw_id" : 282, + "raw_id" : 298, "serialization_id" : "item.cooked_chicken", "serialization_name" : "minecraft:cooked_chicken" }, { "command_name" : "minecraft:cooked_cod", "name" : "minecraft:cooked_cod", - "raw_id" : 274, + "raw_id" : 290, "serialization_id" : "item.cooked_fish", "serialization_name" : "minecraft:cooked_cod" }, { "command_name" : "minecraft:cooked_mutton", "name" : "minecraft:cooked_mutton", - "raw_id" : 569, + "raw_id" : 584, "serialization_id" : "item.muttonCooked", "serialization_name" : "minecraft:cooked_mutton" }, { "command_name" : "minecraft:cooked_porkchop", "name" : "minecraft:cooked_porkchop", - "raw_id" : 269, + "raw_id" : 285, "serialization_id" : "item.cooked_porkchop", "serialization_name" : "minecraft:cooked_porkchop" }, { "command_name" : "minecraft:cooked_rabbit", "name" : "minecraft:cooked_rabbit", - "raw_id" : 295, + "raw_id" : 311, "serialization_id" : "item.cooked_rabbit", "serialization_name" : "minecraft:cooked_rabbit" }, { "command_name" : "minecraft:cooked_salmon", "name" : "minecraft:cooked_salmon", - "raw_id" : 275, + "raw_id" : 291, "serialization_id" : "item.cooked_salmon", "serialization_name" : "minecraft:cooked_salmon" }, { "command_name" : "minecraft:cookie", "name" : "minecraft:cookie", - "raw_id" : 277, + "raw_id" : 293, "serialization_id" : "item.cookie", "serialization_name" : "minecraft:cookie" }, @@ -1893,7 +1914,7 @@ { "command_name" : "minecraft:copper_ingot", "name" : "minecraft:copper_ingot", - "raw_id" : 522, + "raw_id" : 538, "serialization_id" : "item.copper_ingot", "serialization_name" : "minecraft:copper_ingot" }, @@ -1921,7 +1942,7 @@ { "command_name" : "minecraft:cow_spawn_egg", "name" : "minecraft:cow_spawn_egg", - "raw_id" : 447, + "raw_id" : 463, "serialization_id" : "item.cow_spawn_egg", "serialization_name" : "minecraft:cow_spawn_egg" }, @@ -1977,14 +1998,21 @@ { "command_name" : "minecraft:creeper_banner_pattern", "name" : "minecraft:creeper_banner_pattern", - "raw_id" : 600, + "raw_id" : 615, "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", - "raw_id" : 452, + "raw_id" : 468, "serialization_id" : "item.creeper_spawn_egg", "serialization_name" : "minecraft:creeper_spawn_egg" }, @@ -1998,7 +2026,7 @@ { "command_name" : "minecraft:crimson_door", "name" : "minecraft:crimson_door", - "raw_id" : 637, + "raw_id" : 652, "serialization_id" : "item.crimson_door", "serialization_name" : "minecraft:crimson_door" }, @@ -2068,7 +2096,7 @@ { "command_name" : "minecraft:crimson_sign", "name" : "minecraft:crimson_sign", - "raw_id" : 635, + "raw_id" : 650, "serialization_id" : "item.crimson_sign", "serialization_name" : "minecraft:crimson_sign" }, @@ -2103,7 +2131,7 @@ { "command_name" : "minecraft:crossbow", "name" : "minecraft:crossbow", - "raw_id" : 593, + "raw_id" : 608, "serialization_id" : "item.crossbow", "serialization_name" : "minecraft:crossbow" }, @@ -2163,6 +2191,13 @@ "serialization_id" : "item.cut_sandstone_slab", "serialization_name" : "minecraft:cut_sandstone_slab" }, + { + "command_name" : "minecraft:cyan_bundle", + "name" : "minecraft:cyan_bundle", + "raw_id" : 261, + "serialization_id" : "item.cyan_bundle", + "serialization_name" : "minecraft:cyan_bundle" + }, { "command_name" : "minecraft:cyan_candle", "name" : "minecraft:cyan_candle", @@ -2194,7 +2229,7 @@ { "command_name" : "minecraft:cyan_dye", "name" : "minecraft:cyan_dye", - "raw_id" : 411, + "raw_id" : 427, "serialization_id" : "item.cyan_dye", "serialization_name" : "minecraft:cyan_dye" }, @@ -2257,14 +2292,14 @@ { "command_name" : "minecraft:danger_pottery_sherd", "name" : "minecraft:danger_pottery_sherd", - "raw_id" : 683, + "raw_id" : 698, "serialization_id" : "item.danger_pottery_sherd", "serialization_name" : "minecraft:danger_pottery_sherd" }, { "command_name" : "minecraft:dark_oak_boat", "name" : "minecraft:dark_oak_boat", - "raw_id" : 390, + "raw_id" : 406, "serialization_id" : "item.dark_oak_boat", "serialization_name" : "minecraft:dark_oak_boat" }, @@ -2278,14 +2313,14 @@ { "command_name" : "minecraft:dark_oak_chest_boat", "name" : "minecraft:dark_oak_chest_boat", - "raw_id" : 664, + "raw_id" : 679, "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" : 590, "serialization_id" : "item.dark_oak_door", "serialization_name" : "minecraft:dark_oak_door" }, @@ -2348,7 +2383,7 @@ { "command_name" : "minecraft:dark_oak_sign", "name" : "minecraft:dark_oak_sign", - "raw_id" : 598, + "raw_id" : 613, "serialization_id" : "item.darkoak_sign", "serialization_name" : "minecraft:dark_oak_sign" }, @@ -2663,14 +2698,14 @@ { "command_name" : "minecraft:diamond", "name" : "minecraft:diamond", - "raw_id" : 312, + "raw_id" : 328, "serialization_id" : "item.diamond", "serialization_name" : "minecraft:diamond" }, { "command_name" : "minecraft:diamond_axe", "name" : "minecraft:diamond_axe", - "raw_id" : 327, + "raw_id" : 343, "serialization_id" : "item.diamond_axe", "serialization_name" : "minecraft:diamond_axe" }, @@ -2684,42 +2719,42 @@ { "command_name" : "minecraft:diamond_boots", "name" : "minecraft:diamond_boots", - "raw_id" : 359, + "raw_id" : 375, "serialization_id" : "item.diamond_boots", "serialization_name" : "minecraft:diamond_boots" }, { "command_name" : "minecraft:diamond_chestplate", "name" : "minecraft:diamond_chestplate", - "raw_id" : 357, + "raw_id" : 373, "serialization_id" : "item.diamond_chestplate", "serialization_name" : "minecraft:diamond_chestplate" }, { "command_name" : "minecraft:diamond_helmet", "name" : "minecraft:diamond_helmet", - "raw_id" : 356, + "raw_id" : 372, "serialization_id" : "item.diamond_helmet", "serialization_name" : "minecraft:diamond_helmet" }, { "command_name" : "minecraft:diamond_hoe", "name" : "minecraft:diamond_hoe", - "raw_id" : 341, + "raw_id" : 357, "serialization_id" : "item.diamond_hoe", "serialization_name" : "minecraft:diamond_hoe" }, { "command_name" : "minecraft:diamond_horse_armor", "name" : "minecraft:diamond_horse_armor", - "raw_id" : 551, + "raw_id" : 566, "serialization_id" : "item.horsearmordiamond", "serialization_name" : "minecraft:diamond_horse_armor" }, { "command_name" : "minecraft:diamond_leggings", "name" : "minecraft:diamond_leggings", - "raw_id" : 358, + "raw_id" : 374, "serialization_id" : "item.diamond_leggings", "serialization_name" : "minecraft:diamond_leggings" }, @@ -2733,21 +2768,21 @@ { "command_name" : "minecraft:diamond_pickaxe", "name" : "minecraft:diamond_pickaxe", - "raw_id" : 326, + "raw_id" : 342, "serialization_id" : "item.diamond_pickaxe", "serialization_name" : "minecraft:diamond_pickaxe" }, { "command_name" : "minecraft:diamond_shovel", "name" : "minecraft:diamond_shovel", - "raw_id" : 325, + "raw_id" : 341, "serialization_id" : "item.diamond_shovel", "serialization_name" : "minecraft:diamond_shovel" }, { "command_name" : "minecraft:diamond_sword", "name" : "minecraft:diamond_sword", - "raw_id" : 324, + "raw_id" : 340, "serialization_id" : "item.diamond_sword", "serialization_name" : "minecraft:diamond_sword" }, @@ -2796,7 +2831,7 @@ { "command_name" : "minecraft:disc_fragment_5", "name" : "minecraft:disc_fragment_5", - "raw_id" : 658, + "raw_id" : 673, "serialization_id" : "item.disc_fragment_5", "serialization_name" : "minecraft:disc_fragment_5" }, @@ -2810,21 +2845,21 @@ { "command_name" : "minecraft:dolphin_spawn_egg", "name" : "minecraft:dolphin_spawn_egg", - "raw_id" : 496, + "raw_id" : 512, "serialization_id" : "item.dolphin_spawn_egg", "serialization_name" : "minecraft:dolphin_spawn_egg" }, { "command_name" : "minecraft:donkey_spawn_egg", "name" : "minecraft:donkey_spawn_egg", - "raw_id" : 477, + "raw_id" : 493, "serialization_id" : "item.donkey_spawn_egg", "serialization_name" : "minecraft:donkey_spawn_egg" }, { "command_name" : "minecraft:dragon_breath", "name" : "minecraft:dragon_breath", - "raw_id" : 578, + "raw_id" : 593, "serialization_id" : "item.dragon_breath", "serialization_name" : "minecraft:dragon_breath" }, @@ -2835,10 +2870,17 @@ "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", - "raw_id" : 276, + "raw_id" : 292, "serialization_id" : "item.dried_kelp", "serialization_name" : "minecraft:dried_kelp" }, @@ -2866,49 +2908,49 @@ { "command_name" : "minecraft:drowned_spawn_egg", "name" : "minecraft:drowned_spawn_egg", - "raw_id" : 495, + "raw_id" : 511, "serialization_id" : "item.drowned_spawn_egg", "serialization_name" : "minecraft:drowned_spawn_egg" }, { "command_name" : "minecraft:dune_armor_trim_smithing_template", "name" : "minecraft:dune_armor_trim_smithing_template", - "raw_id" : 703, + "raw_id" : 718, "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" : 683, "serialization_id" : "item.echo_shard", "serialization_name" : "minecraft:echo_shard" }, { "command_name" : "minecraft:egg", "name" : "minecraft:egg", - "raw_id" : 400, + "raw_id" : 416, "serialization_id" : "item.egg", "serialization_name" : "minecraft:egg" }, { "command_name" : "minecraft:elder_guardian_spawn_egg", "name" : "minecraft:elder_guardian_spawn_egg", - "raw_id" : 483, + "raw_id" : 499, "serialization_id" : "item.elder_guardian_spawn_egg", "serialization_name" : "minecraft:elder_guardian_spawn_egg" }, { "command_name" : "minecraft:elytra", "name" : "minecraft:elytra", - "raw_id" : 582, + "raw_id" : 597, "serialization_id" : "item.elytra", "serialization_name" : "minecraft:elytra" }, { "command_name" : "minecraft:emerald", "name" : "minecraft:emerald", - "raw_id" : 530, + "raw_id" : 546, "serialization_id" : "item.emerald", "serialization_name" : "minecraft:emerald" }, @@ -2929,21 +2971,21 @@ { "command_name" : "minecraft:empty_map", "name" : "minecraft:empty_map", - "raw_id" : 533, + "raw_id" : 549, "serialization_id" : "item.emptymap", "serialization_name" : "minecraft:empty_map" }, { "command_name" : "minecraft:enchanted_book", "name" : "minecraft:enchanted_book", - "raw_id" : 539, + "raw_id" : 554, "serialization_id" : "item.enchanted_book", "serialization_name" : "minecraft:enchanted_book" }, { "command_name" : "minecraft:enchanted_golden_apple", "name" : "minecraft:enchanted_golden_apple", - "raw_id" : 265, + "raw_id" : 281, "serialization_id" : "item.appleEnchanted", "serialization_name" : "minecraft:enchanted_golden_apple" }, @@ -2971,7 +3013,7 @@ { "command_name" : "minecraft:end_crystal", "name" : "minecraft:end_crystal", - "raw_id" : 773, + "raw_id" : 789, "serialization_id" : "item.end_crystal", "serialization_name" : "minecraft:end_crystal" }, @@ -3020,56 +3062,56 @@ { "command_name" : "minecraft:ender_dragon_spawn_egg", "name" : "minecraft:ender_dragon_spawn_egg", - "raw_id" : 519, + "raw_id" : 535, "serialization_id" : "item.ender_dragon_spawn_egg", "serialization_name" : "minecraft:ender_dragon_spawn_egg" }, { "command_name" : "minecraft:ender_eye", "name" : "minecraft:ender_eye", - "raw_id" : 444, + "raw_id" : 460, "serialization_id" : "item.ender_eye", "serialization_name" : "minecraft:ender_eye" }, { "command_name" : "minecraft:ender_pearl", "name" : "minecraft:ender_pearl", - "raw_id" : 432, + "raw_id" : 448, "serialization_id" : "item.ender_pearl", "serialization_name" : "minecraft:ender_pearl" }, { "command_name" : "minecraft:enderman_spawn_egg", "name" : "minecraft:enderman_spawn_egg", - "raw_id" : 453, + "raw_id" : 469, "serialization_id" : "item.enderman_spawn_egg", "serialization_name" : "minecraft:enderman_spawn_egg" }, { "command_name" : "minecraft:endermite_spawn_egg", "name" : "minecraft:endermite_spawn_egg", - "raw_id" : 471, + "raw_id" : 487, "serialization_id" : "item.endermite_spawn_egg", "serialization_name" : "minecraft:endermite_spawn_egg" }, { "command_name" : "minecraft:evoker_spawn_egg", "name" : "minecraft:evoker_spawn_egg", - "raw_id" : 487, + "raw_id" : 503, "serialization_id" : "item.evoker_spawn_egg", "serialization_name" : "minecraft:evoker_spawn_egg" }, { "command_name" : "minecraft:experience_bottle", "name" : "minecraft:experience_bottle", - "raw_id" : 526, + "raw_id" : 542, "serialization_id" : "item.experience_bottle", "serialization_name" : "minecraft:experience_bottle" }, { "command_name" : "minecraft:explorer_pottery_sherd", "name" : "minecraft:explorer_pottery_sherd", - "raw_id" : 684, + "raw_id" : 699, "serialization_id" : "item.explorer_pottery_sherd", "serialization_name" : "minecraft:explorer_pottery_sherd" }, @@ -3139,7 +3181,7 @@ { "command_name" : "minecraft:eye_armor_trim_smithing_template", "name" : "minecraft:eye_armor_trim_smithing_template", - "raw_id" : 707, + "raw_id" : 722, "serialization_id" : "item.eye_armor_trim_smithing_template", "serialization_name" : "minecraft:eye_armor_trim_smithing_template" }, @@ -3153,7 +3195,7 @@ { "command_name" : "minecraft:feather", "name" : "minecraft:feather", - "raw_id" : 336, + "raw_id" : 352, "serialization_id" : "item.feather", "serialization_name" : "minecraft:feather" }, @@ -3167,7 +3209,7 @@ { "command_name" : "minecraft:fermented_spider_eye", "name" : "minecraft:fermented_spider_eye", - "raw_id" : 439, + "raw_id" : 455, "serialization_id" : "item.fermented_spider_eye", "serialization_name" : "minecraft:fermented_spider_eye" }, @@ -3181,21 +3223,21 @@ { "command_name" : "minecraft:field_masoned_banner_pattern", "name" : "minecraft:field_masoned_banner_pattern", - "raw_id" : 603, + "raw_id" : 618, "serialization_id" : "item.field_masoned_banner_pattern", "serialization_name" : "minecraft:field_masoned_banner_pattern" }, { "command_name" : "minecraft:filled_map", "name" : "minecraft:filled_map", - "raw_id" : 430, + "raw_id" : 446, "serialization_id" : "item.map", "serialization_name" : "minecraft:filled_map" }, { "command_name" : "minecraft:fire_charge", "name" : "minecraft:fire_charge", - "raw_id" : 527, + "raw_id" : 543, "serialization_id" : "item.fireball", "serialization_name" : "minecraft:fire_charge" }, @@ -3223,21 +3265,21 @@ { "command_name" : "minecraft:firework_rocket", "name" : "minecraft:firework_rocket", - "raw_id" : 537, + "raw_id" : 552, "serialization_id" : "item.fireworks", "serialization_name" : "minecraft:firework_rocket" }, { "command_name" : "minecraft:firework_star", "name" : "minecraft:firework_star", - "raw_id" : 538, + "raw_id" : 553, "serialization_id" : "item.fireworksCharge", "serialization_name" : "minecraft:firework_star" }, { "command_name" : "minecraft:fishing_rod", "name" : "minecraft:fishing_rod", - "raw_id" : 402, + "raw_id" : 418, "serialization_id" : "item.fishing_rod", "serialization_name" : "minecraft:fishing_rod" }, @@ -3251,49 +3293,49 @@ { "command_name" : "minecraft:flint", "name" : "minecraft:flint", - "raw_id" : 365, + "raw_id" : 381, "serialization_id" : "item.flint", "serialization_name" : "minecraft:flint" }, { "command_name" : "minecraft:flint_and_steel", "name" : "minecraft:flint_and_steel", - "raw_id" : 307, + "raw_id" : 323, "serialization_id" : "item.flint_and_steel", "serialization_name" : "minecraft:flint_and_steel" }, { "command_name" : "minecraft:flow_armor_trim_smithing_template", "name" : "minecraft:flow_armor_trim_smithing_template", - "raw_id" : 718, + "raw_id" : 733, "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" : 622, "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" : 700, "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" : 614, "serialization_id" : "item.flower_banner_pattern", "serialization_name" : "minecraft:flower_banner_pattern" }, { "command_name" : "minecraft:flower_pot", "name" : "minecraft:flower_pot", - "raw_id" : 532, + "raw_id" : 548, "serialization_id" : "item.flower_pot", "serialization_name" : "minecraft:flower_pot" }, @@ -3307,21 +3349,21 @@ { "command_name" : "minecraft:fox_spawn_egg", "name" : "minecraft:fox_spawn_egg", - "raw_id" : 502, + "raw_id" : 518, "serialization_id" : "item.fox_spawn_egg", "serialization_name" : "minecraft:fox_spawn_egg" }, { "command_name" : "minecraft:frame", "name" : "minecraft:frame", - "raw_id" : 531, + "raw_id" : 547, "serialization_id" : "item.frame", "serialization_name" : "minecraft:frame" }, { "command_name" : "minecraft:friend_pottery_sherd", "name" : "minecraft:friend_pottery_sherd", - "raw_id" : 686, + "raw_id" : 701, "serialization_id" : "item.friend_pottery_sherd", "serialization_name" : "minecraft:friend_pottery_sherd" }, @@ -3335,7 +3377,7 @@ { "command_name" : "minecraft:frog_spawn_egg", "name" : "minecraft:frog_spawn_egg", - "raw_id" : 649, + "raw_id" : 664, "serialization_id" : "item.frog_spawn_egg", "serialization_name" : "minecraft:frog_spawn_egg" }, @@ -3356,14 +3398,14 @@ { "command_name" : "minecraft:ghast_spawn_egg", "name" : "minecraft:ghast_spawn_egg", - "raw_id" : 465, + "raw_id" : 481, "serialization_id" : "item.ghast_spawn_egg", "serialization_name" : "minecraft:ghast_spawn_egg" }, { "command_name" : "minecraft:ghast_tear", "name" : "minecraft:ghast_tear", - "raw_id" : 435, + "raw_id" : 451, "serialization_id" : "item.ghast_tear", "serialization_name" : "minecraft:ghast_tear" }, @@ -3384,7 +3426,7 @@ { "command_name" : "minecraft:glass_bottle", "name" : "minecraft:glass_bottle", - "raw_id" : 438, + "raw_id" : 454, "serialization_id" : "item.glass_bottle", "serialization_name" : "minecraft:glass_bottle" }, @@ -3398,35 +3440,35 @@ { "command_name" : "minecraft:glistering_melon_slice", "name" : "minecraft:glistering_melon_slice", - "raw_id" : 445, + "raw_id" : 461, "serialization_id" : "item.speckled_melon", "serialization_name" : "minecraft:glistering_melon_slice" }, { "command_name" : "minecraft:globe_banner_pattern", "name" : "minecraft:globe_banner_pattern", - "raw_id" : 606, + "raw_id" : 621, "serialization_id" : "item.globe_banner_pattern", "serialization_name" : "minecraft:globe_banner_pattern" }, { "command_name" : "minecraft:glow_berries", "name" : "minecraft:glow_berries", - "raw_id" : 774, + "raw_id" : 790, "serialization_id" : "item.glow_berries", "serialization_name" : "minecraft:glow_berries" }, { "command_name" : "minecraft:glow_frame", "name" : "minecraft:glow_frame", - "raw_id" : 644, + "raw_id" : 659, "serialization_id" : "item.glow_frame", "serialization_name" : "minecraft:glow_frame" }, { "command_name" : "minecraft:glow_ink_sac", "name" : "minecraft:glow_ink_sac", - "raw_id" : 521, + "raw_id" : 537, "serialization_id" : "item.glow_ink_sac", "serialization_name" : "minecraft:glow_ink_sac" }, @@ -3440,7 +3482,7 @@ { "command_name" : "minecraft:glow_squid_spawn_egg", "name" : "minecraft:glow_squid_spawn_egg", - "raw_id" : 516, + "raw_id" : 532, "serialization_id" : "item.glow_squid_spawn_egg", "serialization_name" : "minecraft:glow_squid_spawn_egg" }, @@ -3454,21 +3496,21 @@ { "command_name" : "minecraft:glowstone_dust", "name" : "minecraft:glowstone_dust", - "raw_id" : 404, + "raw_id" : 420, "serialization_id" : "item.glowstone_dust", "serialization_name" : "minecraft:glowstone_dust" }, { "command_name" : "minecraft:goat_horn", "name" : "minecraft:goat_horn", - "raw_id" : 648, + "raw_id" : 663, "serialization_id" : "item.goat_horn", "serialization_name" : "minecraft:goat_horn" }, { "command_name" : "minecraft:goat_spawn_egg", "name" : "minecraft:goat_spawn_egg", - "raw_id" : 515, + "raw_id" : 531, "serialization_id" : "item.goat_spawn_egg", "serialization_name" : "minecraft:goat_spawn_egg" }, @@ -3482,14 +3524,14 @@ { "command_name" : "minecraft:gold_ingot", "name" : "minecraft:gold_ingot", - "raw_id" : 314, + "raw_id" : 330, "serialization_id" : "item.gold_ingot", "serialization_name" : "minecraft:gold_ingot" }, { "command_name" : "minecraft:gold_nugget", "name" : "minecraft:gold_nugget", - "raw_id" : 436, + "raw_id" : 452, "serialization_id" : "item.gold_nugget", "serialization_name" : "minecraft:gold_nugget" }, @@ -3503,70 +3545,70 @@ { "command_name" : "minecraft:golden_apple", "name" : "minecraft:golden_apple", - "raw_id" : 264, + "raw_id" : 280, "serialization_id" : "item.golden_apple", "serialization_name" : "minecraft:golden_apple" }, { "command_name" : "minecraft:golden_axe", "name" : "minecraft:golden_axe", - "raw_id" : 334, + "raw_id" : 350, "serialization_id" : "item.golden_axe", "serialization_name" : "minecraft:golden_axe" }, { "command_name" : "minecraft:golden_boots", "name" : "minecraft:golden_boots", - "raw_id" : 363, + "raw_id" : 379, "serialization_id" : "item.golden_boots", "serialization_name" : "minecraft:golden_boots" }, { "command_name" : "minecraft:golden_carrot", "name" : "minecraft:golden_carrot", - "raw_id" : 289, + "raw_id" : 305, "serialization_id" : "item.golden_carrot", "serialization_name" : "minecraft:golden_carrot" }, { "command_name" : "minecraft:golden_chestplate", "name" : "minecraft:golden_chestplate", - "raw_id" : 361, + "raw_id" : 377, "serialization_id" : "item.golden_chestplate", "serialization_name" : "minecraft:golden_chestplate" }, { "command_name" : "minecraft:golden_helmet", "name" : "minecraft:golden_helmet", - "raw_id" : 360, + "raw_id" : 376, "serialization_id" : "item.golden_helmet", "serialization_name" : "minecraft:golden_helmet" }, { "command_name" : "minecraft:golden_hoe", "name" : "minecraft:golden_hoe", - "raw_id" : 342, + "raw_id" : 358, "serialization_id" : "item.golden_hoe", "serialization_name" : "minecraft:golden_hoe" }, { "command_name" : "minecraft:golden_horse_armor", "name" : "minecraft:golden_horse_armor", - "raw_id" : 550, + "raw_id" : 565, "serialization_id" : "item.horsearmorgold", "serialization_name" : "minecraft:golden_horse_armor" }, { "command_name" : "minecraft:golden_leggings", "name" : "minecraft:golden_leggings", - "raw_id" : 362, + "raw_id" : 378, "serialization_id" : "item.golden_leggings", "serialization_name" : "minecraft:golden_leggings" }, { "command_name" : "minecraft:golden_pickaxe", "name" : "minecraft:golden_pickaxe", - "raw_id" : 333, + "raw_id" : 349, "serialization_id" : "item.golden_pickaxe", "serialization_name" : "minecraft:golden_pickaxe" }, @@ -3580,14 +3622,14 @@ { "command_name" : "minecraft:golden_shovel", "name" : "minecraft:golden_shovel", - "raw_id" : 332, + "raw_id" : 348, "serialization_id" : "item.golden_shovel", "serialization_name" : "minecraft:golden_shovel" }, { "command_name" : "minecraft:golden_sword", "name" : "minecraft:golden_sword", - "raw_id" : 331, + "raw_id" : 347, "serialization_id" : "item.golden_sword", "serialization_name" : "minecraft:golden_sword" }, @@ -3640,6 +3682,13 @@ "serialization_id" : "item.gravel", "serialization_name" : "minecraft:gravel" }, + { + "command_name" : "minecraft:gray_bundle", + "name" : "minecraft:gray_bundle", + "raw_id" : 262, + "serialization_id" : "item.gray_bundle", + "serialization_name" : "minecraft:gray_bundle" + }, { "command_name" : "minecraft:gray_candle", "name" : "minecraft:gray_candle", @@ -3671,7 +3720,7 @@ { "command_name" : "minecraft:gray_dye", "name" : "minecraft:gray_dye", - "raw_id" : 413, + "raw_id" : 429, "serialization_id" : "item.gray_dye", "serialization_name" : "minecraft:gray_dye" }, @@ -3717,6 +3766,13 @@ "serialization_id" : "item.gray_wool", "serialization_name" : "minecraft:gray_wool" }, + { + "command_name" : "minecraft:green_bundle", + "name" : "minecraft:green_bundle", + "raw_id" : 263, + "serialization_id" : "item.green_bundle", + "serialization_name" : "minecraft:green_bundle" + }, { "command_name" : "minecraft:green_candle", "name" : "minecraft:green_candle", @@ -3748,7 +3804,7 @@ { "command_name" : "minecraft:green_dye", "name" : "minecraft:green_dye", - "raw_id" : 407, + "raw_id" : 423, "serialization_id" : "item.green_dye", "serialization_name" : "minecraft:green_dye" }, @@ -3804,28 +3860,28 @@ { "command_name" : "minecraft:guardian_spawn_egg", "name" : "minecraft:guardian_spawn_egg", - "raw_id" : 472, + "raw_id" : 488, "serialization_id" : "item.guardian_spawn_egg", "serialization_name" : "minecraft:guardian_spawn_egg" }, { "command_name" : "minecraft:gunpowder", "name" : "minecraft:gunpowder", - "raw_id" : 337, + "raw_id" : 353, "serialization_id" : "item.gunpowder", "serialization_name" : "minecraft:gunpowder" }, { "command_name" : "minecraft:guster_banner_pattern", "name" : "minecraft:guster_banner_pattern", - "raw_id" : 608, + "raw_id" : 623, "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" : 702, "serialization_id" : "item.guster_pottery_sherd", "serialization_name" : "minecraft:guster_pottery_sherd" }, @@ -3853,21 +3909,21 @@ { "command_name" : "minecraft:heart_of_the_sea", "name" : "minecraft:heart_of_the_sea", - "raw_id" : 589, + "raw_id" : 604, "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" : 703, "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" : 704, "serialization_id" : "item.heartbreak_pottery_sherd", "serialization_name" : "minecraft:heartbreak_pottery_sherd" }, @@ -3888,7 +3944,7 @@ { "command_name" : "minecraft:hoglin_spawn_egg", "name" : "minecraft:hoglin_spawn_egg", - "raw_id" : 508, + "raw_id" : 524, "serialization_id" : "item.hoglin_spawn_egg", "serialization_name" : "minecraft:hoglin_spawn_egg" }, @@ -3902,14 +3958,14 @@ { "command_name" : "minecraft:honey_bottle", "name" : "minecraft:honey_bottle", - "raw_id" : 612, + "raw_id" : 627, "serialization_id" : "item.honey_bottle", "serialization_name" : "minecraft:honey_bottle" }, { "command_name" : "minecraft:honeycomb", "name" : "minecraft:honeycomb", - "raw_id" : 611, + "raw_id" : 626, "serialization_id" : "item.honeycomb", "serialization_name" : "minecraft:honeycomb" }, @@ -3923,14 +3979,14 @@ { "command_name" : "minecraft:hopper", "name" : "minecraft:hopper", - "raw_id" : 545, + "raw_id" : 560, "serialization_id" : "tile.hopper", "serialization_name" : "minecraft:hopper" }, { "command_name" : "minecraft:hopper_minecart", "name" : "minecraft:hopper_minecart", - "raw_id" : 544, + "raw_id" : 559, "serialization_id" : "item.hopper_minecart", "serialization_name" : "minecraft:hopper_minecart" }, @@ -3958,28 +4014,28 @@ { "command_name" : "minecraft:horse_spawn_egg", "name" : "minecraft:horse_spawn_egg", - "raw_id" : 469, + "raw_id" : 485, "serialization_id" : "item.horse_spawn_egg", "serialization_name" : "minecraft:horse_spawn_egg" }, { "command_name" : "minecraft:host_armor_trim_smithing_template", "name" : "minecraft:host_armor_trim_smithing_template", - "raw_id" : 717, + "raw_id" : 732, "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" : 705, "serialization_id" : "item.howl_pottery_sherd", "serialization_name" : "minecraft:howl_pottery_sherd" }, { "command_name" : "minecraft:husk_spawn_egg", "name" : "minecraft:husk_spawn_egg", - "raw_id" : 475, + "raw_id" : 491, "serialization_id" : "item.husk_spawn_egg", "serialization_name" : "minecraft:husk_spawn_egg" }, @@ -4042,14 +4098,14 @@ { "command_name" : "minecraft:ink_sac", "name" : "minecraft:ink_sac", - "raw_id" : 423, + "raw_id" : 439, "serialization_id" : "item.ink_sac", "serialization_name" : "minecraft:ink_sac" }, { "command_name" : "minecraft:iron_axe", "name" : "minecraft:iron_axe", - "raw_id" : 306, + "raw_id" : 322, "serialization_id" : "item.iron_axe", "serialization_name" : "minecraft:iron_axe" }, @@ -4070,70 +4126,70 @@ { "command_name" : "minecraft:iron_boots", "name" : "minecraft:iron_boots", - "raw_id" : 355, + "raw_id" : 371, "serialization_id" : "item.iron_boots", "serialization_name" : "minecraft:iron_boots" }, { "command_name" : "minecraft:iron_chestplate", "name" : "minecraft:iron_chestplate", - "raw_id" : 353, + "raw_id" : 369, "serialization_id" : "item.iron_chestplate", "serialization_name" : "minecraft:iron_chestplate" }, { "command_name" : "minecraft:iron_door", "name" : "minecraft:iron_door", - "raw_id" : 381, + "raw_id" : 397, "serialization_id" : "item.iron_door", "serialization_name" : "minecraft:iron_door" }, { "command_name" : "minecraft:iron_golem_spawn_egg", "name" : "minecraft:iron_golem_spawn_egg", - "raw_id" : 517, + "raw_id" : 533, "serialization_id" : "item.iron_golem_spawn_egg", "serialization_name" : "minecraft:iron_golem_spawn_egg" }, { "command_name" : "minecraft:iron_helmet", "name" : "minecraft:iron_helmet", - "raw_id" : 352, + "raw_id" : 368, "serialization_id" : "item.iron_helmet", "serialization_name" : "minecraft:iron_helmet" }, { "command_name" : "minecraft:iron_hoe", "name" : "minecraft:iron_hoe", - "raw_id" : 340, + "raw_id" : 356, "serialization_id" : "item.iron_hoe", "serialization_name" : "minecraft:iron_hoe" }, { "command_name" : "minecraft:iron_horse_armor", "name" : "minecraft:iron_horse_armor", - "raw_id" : 549, + "raw_id" : 564, "serialization_id" : "item.horsearmoriron", "serialization_name" : "minecraft:iron_horse_armor" }, { "command_name" : "minecraft:iron_ingot", "name" : "minecraft:iron_ingot", - "raw_id" : 313, + "raw_id" : 329, "serialization_id" : "item.iron_ingot", "serialization_name" : "minecraft:iron_ingot" }, { "command_name" : "minecraft:iron_leggings", "name" : "minecraft:iron_leggings", - "raw_id" : 354, + "raw_id" : 370, "serialization_id" : "item.iron_leggings", "serialization_name" : "minecraft:iron_leggings" }, { "command_name" : "minecraft:iron_nugget", "name" : "minecraft:iron_nugget", - "raw_id" : 587, + "raw_id" : 602, "serialization_id" : "item.iron_nugget", "serialization_name" : "minecraft:iron_nugget" }, @@ -4147,21 +4203,21 @@ { "command_name" : "minecraft:iron_pickaxe", "name" : "minecraft:iron_pickaxe", - "raw_id" : 305, + "raw_id" : 321, "serialization_id" : "item.iron_pickaxe", "serialization_name" : "minecraft:iron_pickaxe" }, { "command_name" : "minecraft:iron_shovel", "name" : "minecraft:iron_shovel", - "raw_id" : 304, + "raw_id" : 320, "serialization_id" : "item.iron_shovel", "serialization_name" : "minecraft:iron_shovel" }, { "command_name" : "minecraft:iron_sword", "name" : "minecraft:iron_sword", - "raw_id" : 315, + "raw_id" : 331, "serialization_id" : "item.iron_sword", "serialization_name" : "minecraft:iron_sword" }, @@ -4189,7 +4245,7 @@ { "command_name" : "minecraft:jungle_boat", "name" : "minecraft:jungle_boat", - "raw_id" : 387, + "raw_id" : 403, "serialization_id" : "item.jungle_boat", "serialization_name" : "minecraft:jungle_boat" }, @@ -4203,14 +4259,14 @@ { "command_name" : "minecraft:jungle_chest_boat", "name" : "minecraft:jungle_chest_boat", - "raw_id" : 661, + "raw_id" : 676, "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" : 588, "serialization_id" : "item.jungle_door", "serialization_name" : "minecraft:jungle_door" }, @@ -4273,7 +4329,7 @@ { "command_name" : "minecraft:jungle_sign", "name" : "minecraft:jungle_sign", - "raw_id" : 596, + "raw_id" : 611, "serialization_id" : "item.jungle_sign", "serialization_name" : "minecraft:jungle_sign" }, @@ -4308,7 +4364,7 @@ { "command_name" : "minecraft:kelp", "name" : "minecraft:kelp", - "raw_id" : 392, + "raw_id" : 408, "serialization_id" : "item.kelp", "serialization_name" : "minecraft:kelp" }, @@ -4336,7 +4392,7 @@ { "command_name" : "minecraft:lapis_lazuli", "name" : "minecraft:lapis_lazuli", - "raw_id" : 424, + "raw_id" : 440, "serialization_id" : "item.lapis_lazuli", "serialization_name" : "minecraft:lapis_lazuli" }, @@ -4364,56 +4420,56 @@ { "command_name" : "minecraft:lava_bucket", "name" : "minecraft:lava_bucket", - "raw_id" : 372, + "raw_id" : 388, "serialization_id" : "item.lava_bucket", "serialization_name" : "minecraft:lava_bucket" }, { "command_name" : "minecraft:lead", "name" : "minecraft:lead", - "raw_id" : 565, + "raw_id" : 580, "serialization_id" : "item.lead", "serialization_name" : "minecraft:lead" }, { "command_name" : "minecraft:leather", "name" : "minecraft:leather", - "raw_id" : 391, + "raw_id" : 407, "serialization_id" : "item.leather", "serialization_name" : "minecraft:leather" }, { "command_name" : "minecraft:leather_boots", "name" : "minecraft:leather_boots", - "raw_id" : 347, + "raw_id" : 363, "serialization_id" : "item.leather_boots", "serialization_name" : "minecraft:leather_boots" }, { "command_name" : "minecraft:leather_chestplate", "name" : "minecraft:leather_chestplate", - "raw_id" : 345, + "raw_id" : 361, "serialization_id" : "item.leather_chestplate", "serialization_name" : "minecraft:leather_chestplate" }, { "command_name" : "minecraft:leather_helmet", "name" : "minecraft:leather_helmet", - "raw_id" : 344, + "raw_id" : 360, "serialization_id" : "item.leather_helmet", "serialization_name" : "minecraft:leather_helmet" }, { "command_name" : "minecraft:leather_horse_armor", "name" : "minecraft:leather_horse_armor", - "raw_id" : 548, + "raw_id" : 563, "serialization_id" : "item.horsearmorleather", "serialization_name" : "minecraft:leather_horse_armor" }, { "command_name" : "minecraft:leather_leggings", "name" : "minecraft:leather_leggings", - "raw_id" : 346, + "raw_id" : 362, "serialization_id" : "item.leather_leggings", "serialization_name" : "minecraft:leather_leggings" }, @@ -4543,6 +4599,13 @@ "serialization_id" : "item.light_block_9", "serialization_name" : "minecraft:light_block_9" }, + { + "command_name" : "minecraft:light_blue_bundle", + "name" : "minecraft:light_blue_bundle", + "raw_id" : 264, + "serialization_id" : "item.light_blue_bundle", + "serialization_name" : "minecraft:light_blue_bundle" + }, { "command_name" : "minecraft:light_blue_candle", "name" : "minecraft:light_blue_candle", @@ -4574,7 +4637,7 @@ { "command_name" : "minecraft:light_blue_dye", "name" : "minecraft:light_blue_dye", - "raw_id" : 417, + "raw_id" : 433, "serialization_id" : "item.light_blue_dye", "serialization_name" : "minecraft:light_blue_dye" }, @@ -4620,6 +4683,13 @@ "serialization_id" : "item.light_blue_wool", "serialization_name" : "minecraft:light_blue_wool" }, + { + "command_name" : "minecraft:light_gray_bundle", + "name" : "minecraft:light_gray_bundle", + "raw_id" : 265, + "serialization_id" : "item.light_gray_bundle", + "serialization_name" : "minecraft:light_gray_bundle" + }, { "command_name" : "minecraft:light_gray_candle", "name" : "minecraft:light_gray_candle", @@ -4651,7 +4721,7 @@ { "command_name" : "minecraft:light_gray_dye", "name" : "minecraft:light_gray_dye", - "raw_id" : 412, + "raw_id" : 428, "serialization_id" : "item.light_gray_dye", "serialization_name" : "minecraft:light_gray_dye" }, @@ -4718,6 +4788,13 @@ "serialization_id" : "item.lily_of_the_valley", "serialization_name" : "minecraft:lily_of_the_valley" }, + { + "command_name" : "minecraft:lime_bundle", + "name" : "minecraft:lime_bundle", + "raw_id" : 266, + "serialization_id" : "item.lime_bundle", + "serialization_name" : "minecraft:lime_bundle" + }, { "command_name" : "minecraft:lime_candle", "name" : "minecraft:lime_candle", @@ -4749,7 +4826,7 @@ { "command_name" : "minecraft:lime_dye", "name" : "minecraft:lime_dye", - "raw_id" : 415, + "raw_id" : 431, "serialization_id" : "item.lime_dye", "serialization_name" : "minecraft:lime_dye" }, @@ -4798,7 +4875,7 @@ { "command_name" : "minecraft:lingering_potion", "name" : "minecraft:lingering_potion", - "raw_id" : 580, + "raw_id" : 595, "serialization_id" : "item.lingering_potion", "serialization_name" : "minecraft:lingering_potion" }, @@ -4812,7 +4889,7 @@ { "command_name" : "minecraft:llama_spawn_egg", "name" : "minecraft:llama_spawn_egg", - "raw_id" : 485, + "raw_id" : 501, "serialization_id" : "item.llama_spawn_egg", "serialization_name" : "minecraft:llama_spawn_egg" }, @@ -4826,7 +4903,7 @@ { "command_name" : "minecraft:lodestone_compass", "name" : "minecraft:lodestone_compass", - "raw_id" : 623, + "raw_id" : 638, "serialization_id" : "item.lodestonecompass", "serialization_name" : "minecraft:lodestone_compass" }, @@ -4840,10 +4917,17 @@ { "command_name" : "minecraft:mace", "name" : "minecraft:mace", - "raw_id" : 328, + "raw_id" : 344, "serialization_id" : "item.mace", "serialization_name" : "minecraft:mace" }, + { + "command_name" : "minecraft:magenta_bundle", + "name" : "minecraft:magenta_bundle", + "raw_id" : 267, + "serialization_id" : "item.magenta_bundle", + "serialization_name" : "minecraft:magenta_bundle" + }, { "command_name" : "minecraft:magenta_candle", "name" : "minecraft:magenta_candle", @@ -4875,7 +4959,7 @@ { "command_name" : "minecraft:magenta_dye", "name" : "minecraft:magenta_dye", - "raw_id" : 418, + "raw_id" : 434, "serialization_id" : "item.magenta_dye", "serialization_name" : "minecraft:magenta_dye" }, @@ -4931,21 +5015,21 @@ { "command_name" : "minecraft:magma_cream", "name" : "minecraft:magma_cream", - "raw_id" : 441, + "raw_id" : 457, "serialization_id" : "item.magma_cream", "serialization_name" : "minecraft:magma_cream" }, { "command_name" : "minecraft:magma_cube_spawn_egg", "name" : "minecraft:magma_cube_spawn_egg", - "raw_id" : 466, + "raw_id" : 482, "serialization_id" : "item.magma_cube_spawn_egg", "serialization_name" : "minecraft:magma_cube_spawn_egg" }, { "command_name" : "minecraft:mangrove_boat", "name" : "minecraft:mangrove_boat", - "raw_id" : 656, + "raw_id" : 671, "serialization_id" : "item.mangrove_boat", "serialization_name" : "minecraft:mangrove_boat" }, @@ -4959,14 +5043,14 @@ { "command_name" : "minecraft:mangrove_chest_boat", "name" : "minecraft:mangrove_chest_boat", - "raw_id" : 665, + "raw_id" : 680, "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" : 669, "serialization_id" : "item.mangrove_door", "serialization_name" : "minecraft:mangrove_door" }, @@ -5036,7 +5120,7 @@ { "command_name" : "minecraft:mangrove_sign", "name" : "minecraft:mangrove_sign", - "raw_id" : 655, + "raw_id" : 670, "serialization_id" : "item.mangrove_sign", "serialization_name" : "minecraft:mangrove_sign" }, @@ -5085,35 +5169,35 @@ { "command_name" : "minecraft:melon_seeds", "name" : "minecraft:melon_seeds", - "raw_id" : 299, + "raw_id" : 315, "serialization_id" : "item.melon_seeds", "serialization_name" : "minecraft:melon_seeds" }, { "command_name" : "minecraft:melon_slice", "name" : "minecraft:melon_slice", - "raw_id" : 278, + "raw_id" : 294, "serialization_id" : "item.melon", "serialization_name" : "minecraft:melon_slice" }, { "command_name" : "minecraft:milk_bucket", "name" : "minecraft:milk_bucket", - "raw_id" : 370, + "raw_id" : 386, "serialization_id" : "item.milk_bucket", "serialization_name" : "minecraft:milk_bucket" }, { "command_name" : "minecraft:minecart", "name" : "minecraft:minecart", - "raw_id" : 379, + "raw_id" : 395, "serialization_id" : "item.minecart", "serialization_name" : "minecraft:minecart" }, { "command_name" : "minecraft:miner_pottery_sherd", "name" : "minecraft:miner_pottery_sherd", - "raw_id" : 691, + "raw_id" : 706, "serialization_id" : "item.miner_pottery_sherd", "serialization_name" : "minecraft:miner_pottery_sherd" }, @@ -5127,14 +5211,14 @@ { "command_name" : "minecraft:mojang_banner_pattern", "name" : "minecraft:mojang_banner_pattern", - "raw_id" : 602, + "raw_id" : 617, "serialization_id" : "item.mojang_banner_pattern", "serialization_name" : "minecraft:mojang_banner_pattern" }, { "command_name" : "minecraft:mooshroom_spawn_egg", "name" : "minecraft:mooshroom_spawn_egg", - "raw_id" : 451, + "raw_id" : 467, "serialization_id" : "item.mooshroom_spawn_egg", "serialization_name" : "minecraft:mooshroom_spawn_egg" }, @@ -5211,7 +5295,7 @@ { "command_name" : "minecraft:mourner_pottery_sherd", "name" : "minecraft:mourner_pottery_sherd", - "raw_id" : 692, + "raw_id" : 707, "serialization_id" : "item.mourner_pottery_sherd", "serialization_name" : "minecraft:mourner_pottery_sherd" }, @@ -5260,154 +5344,161 @@ { "command_name" : "minecraft:mule_spawn_egg", "name" : "minecraft:mule_spawn_egg", - "raw_id" : 478, + "raw_id" : 494, "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", - "raw_id" : 266, + "raw_id" : 282, "serialization_id" : "item.mushroom_stew", "serialization_name" : "minecraft:mushroom_stew" }, { "command_name" : "minecraft:music_disc_11", "name" : "minecraft:music_disc_11", - "raw_id" : 562, + "raw_id" : 577, "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" : 567, "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" : 672, "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" : 569, "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" : 568, "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" : 570, "serialization_id" : "item.record_chirp", "serialization_name" : "minecraft:music_disc_chirp" }, { "command_name" : "minecraft:music_disc_creator", "name" : "minecraft:music_disc_creator", - "raw_id" : 760, + "raw_id" : 776, "serialization_id" : "item.record_creator", "serialization_name" : "minecraft:music_disc_creator" }, { "command_name" : "minecraft:music_disc_creator_music_box", "name" : "minecraft:music_disc_creator_music_box", - "raw_id" : 761, + "raw_id" : 777, "serialization_id" : "item.record_creator_music_box", "serialization_name" : "minecraft:music_disc_creator_music_box" }, { "command_name" : "minecraft:music_disc_far", "name" : "minecraft:music_disc_far", - "raw_id" : 556, + "raw_id" : 571, "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" : 572, "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" : 573, "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" : 662, "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" : 656, "serialization_id" : "item.record_pigstep", "serialization_name" : "minecraft:music_disc_pigstep" }, { "command_name" : "minecraft:music_disc_precipice", "name" : "minecraft:music_disc_precipice", - "raw_id" : 762, + "raw_id" : 778, "serialization_id" : "item.record_precipice", "serialization_name" : "minecraft:music_disc_precipice" }, { "command_name" : "minecraft:music_disc_relic", "name" : "minecraft:music_disc_relic", - "raw_id" : 720, + "raw_id" : 735, "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" : 574, "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" : 575, "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" : 578, "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" : 576, "serialization_id" : "item.record_ward", "serialization_name" : "minecraft:music_disc_ward" }, { "command_name" : "minecraft:mutton", "name" : "minecraft:mutton", - "raw_id" : 568, + "raw_id" : 583, "serialization_id" : "item.muttonRaw", "serialization_name" : "minecraft:mutton" }, @@ -5421,14 +5512,14 @@ { "command_name" : "minecraft:name_tag", "name" : "minecraft:name_tag", - "raw_id" : 566, + "raw_id" : 581, "serialization_id" : "item.name_tag", "serialization_name" : "minecraft:name_tag" }, { "command_name" : "minecraft:nautilus_shell", "name" : "minecraft:nautilus_shell", - "raw_id" : 588, + "raw_id" : 603, "serialization_id" : "item.nautilus_shell", "serialization_name" : "minecraft:nautilus_shell" }, @@ -5477,21 +5568,21 @@ { "command_name" : "minecraft:nether_sprouts", "name" : "minecraft:nether_sprouts", - "raw_id" : 642, + "raw_id" : 657, "serialization_id" : "tile.nether_sprouts", "serialization_name" : "minecraft:nether_sprouts" }, { "command_name" : "minecraft:nether_star", "name" : "minecraft:nether_star", - "raw_id" : 536, + "raw_id" : 551, "serialization_id" : "item.netherStar", "serialization_name" : "minecraft:nether_star" }, { "command_name" : "minecraft:nether_wart", "name" : "minecraft:nether_wart", - "raw_id" : 300, + "raw_id" : 316, "serialization_id" : "item.nether_wart", "serialization_name" : "minecraft:nether_wart" }, @@ -5505,14 +5596,14 @@ { "command_name" : "minecraft:netherbrick", "name" : "minecraft:netherbrick", - "raw_id" : 541, + "raw_id" : 556, "serialization_id" : "item.netherbrick", "serialization_name" : "minecraft:netherbrick" }, { "command_name" : "minecraft:netherite_axe", "name" : "minecraft:netherite_axe", - "raw_id" : 627, + "raw_id" : 642, "serialization_id" : "item.netherite_axe", "serialization_name" : "minecraft:netherite_axe" }, @@ -5526,77 +5617,77 @@ { "command_name" : "minecraft:netherite_boots", "name" : "minecraft:netherite_boots", - "raw_id" : 633, + "raw_id" : 648, "serialization_id" : "item.netherite_boots", "serialization_name" : "minecraft:netherite_boots" }, { "command_name" : "minecraft:netherite_chestplate", "name" : "minecraft:netherite_chestplate", - "raw_id" : 631, + "raw_id" : 646, "serialization_id" : "item.netherite_chestplate", "serialization_name" : "minecraft:netherite_chestplate" }, { "command_name" : "minecraft:netherite_helmet", "name" : "minecraft:netherite_helmet", - "raw_id" : 630, + "raw_id" : 645, "serialization_id" : "item.netherite_helmet", "serialization_name" : "minecraft:netherite_helmet" }, { "command_name" : "minecraft:netherite_hoe", "name" : "minecraft:netherite_hoe", - "raw_id" : 628, + "raw_id" : 643, "serialization_id" : "item.netherite_hoe", "serialization_name" : "minecraft:netherite_hoe" }, { "command_name" : "minecraft:netherite_ingot", "name" : "minecraft:netherite_ingot", - "raw_id" : 629, + "raw_id" : 644, "serialization_id" : "item.netherite_ingot", "serialization_name" : "minecraft:netherite_ingot" }, { "command_name" : "minecraft:netherite_leggings", "name" : "minecraft:netherite_leggings", - "raw_id" : 632, + "raw_id" : 647, "serialization_id" : "item.netherite_leggings", "serialization_name" : "minecraft:netherite_leggings" }, { "command_name" : "minecraft:netherite_pickaxe", "name" : "minecraft:netherite_pickaxe", - "raw_id" : 626, + "raw_id" : 641, "serialization_id" : "item.netherite_pickaxe", "serialization_name" : "minecraft:netherite_pickaxe" }, { "command_name" : "minecraft:netherite_scrap", "name" : "minecraft:netherite_scrap", - "raw_id" : 634, + "raw_id" : 649, "serialization_id" : "item.netherite_scrap", "serialization_name" : "minecraft:netherite_scrap" }, { "command_name" : "minecraft:netherite_shovel", "name" : "minecraft:netherite_shovel", - "raw_id" : 625, + "raw_id" : 640, "serialization_id" : "item.netherite_shovel", "serialization_name" : "minecraft:netherite_shovel" }, { "command_name" : "minecraft:netherite_sword", "name" : "minecraft:netherite_sword", - "raw_id" : 624, + "raw_id" : 639, "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" : 716, "serialization_id" : "item.netherite_upgrade_smithing_template", "serialization_name" : "minecraft:netherite_upgrade_smithing_template" }, @@ -5631,14 +5722,14 @@ { "command_name" : "minecraft:oak_boat", "name" : "minecraft:oak_boat", - "raw_id" : 385, + "raw_id" : 401, "serialization_id" : "item.oak_boat", "serialization_name" : "minecraft:oak_boat" }, { "command_name" : "minecraft:oak_chest_boat", "name" : "minecraft:oak_chest_boat", - "raw_id" : 659, + "raw_id" : 674, "serialization_id" : "item.oak_chest_boat", "serialization_name" : "minecraft:oak_chest_boat" }, @@ -5687,7 +5778,7 @@ { "command_name" : "minecraft:oak_sign", "name" : "minecraft:oak_sign", - "raw_id" : 367, + "raw_id" : 383, "serialization_id" : "item.sign", "serialization_name" : "minecraft:oak_sign" }, @@ -5729,7 +5820,7 @@ { "command_name" : "minecraft:ocelot_spawn_egg", "name" : "minecraft:ocelot_spawn_egg", - "raw_id" : 462, + "raw_id" : 478, "serialization_id" : "item.ocelot_spawn_egg", "serialization_name" : "minecraft:ocelot_spawn_egg" }, @@ -5743,17 +5834,24 @@ { "command_name" : "minecraft:ominous_bottle", "name" : "minecraft:ominous_bottle", - "raw_id" : 613, + "raw_id" : 628, "serialization_id" : "item.ominous_bottle", "serialization_name" : "minecraft:ominous_bottle" }, { "command_name" : "minecraft:ominous_trial_key", "name" : "minecraft:ominous_trial_key", - "raw_id" : 259, + "raw_id" : 275, "serialization_id" : "item.ominous_trial_key.name", "serialization_name" : "minecraft:ominous_trial_key" }, + { + "command_name" : "minecraft:orange_bundle", + "name" : "minecraft:orange_bundle", + "raw_id" : 268, + "serialization_id" : "item.orange_bundle", + "serialization_name" : "minecraft:orange_bundle" + }, { "command_name" : "minecraft:orange_candle", "name" : "minecraft:orange_candle", @@ -5785,7 +5883,7 @@ { "command_name" : "minecraft:orange_dye", "name" : "minecraft:orange_dye", - "raw_id" : 419, + "raw_id" : 435, "serialization_id" : "item.orange_dye", "serialization_name" : "minecraft:orange_dye" }, @@ -5925,28 +6023,28 @@ { "command_name" : "minecraft:painting", "name" : "minecraft:painting", - "raw_id" : 366, + "raw_id" : 382, "serialization_id" : "item.painting", "serialization_name" : "minecraft:painting" }, { "command_name" : "minecraft:panda_spawn_egg", "name" : "minecraft:panda_spawn_egg", - "raw_id" : 501, + "raw_id" : 517, "serialization_id" : "item.panda_spawn_egg", "serialization_name" : "minecraft:panda_spawn_egg" }, { "command_name" : "minecraft:paper", "name" : "minecraft:paper", - "raw_id" : 396, + "raw_id" : 412, "serialization_id" : "item.paper", "serialization_name" : "minecraft:paper" }, { "command_name" : "minecraft:parrot_spawn_egg", "name" : "minecraft:parrot_spawn_egg", - "raw_id" : 490, + "raw_id" : 506, "serialization_id" : "item.parrot_spawn_egg", "serialization_name" : "minecraft:parrot_spawn_egg" }, @@ -5974,52 +6072,66 @@ { "command_name" : "minecraft:phantom_membrane", "name" : "minecraft:phantom_membrane", - "raw_id" : 592, + "raw_id" : 607, "serialization_id" : "item.phantom_membrane", "serialization_name" : "minecraft:phantom_membrane" }, { "command_name" : "minecraft:phantom_spawn_egg", "name" : "minecraft:phantom_spawn_egg", - "raw_id" : 498, + "raw_id" : 514, "serialization_id" : "item.phantom_spawn_egg", "serialization_name" : "minecraft:phantom_spawn_egg" }, { "command_name" : "minecraft:pig_spawn_egg", "name" : "minecraft:pig_spawn_egg", - "raw_id" : 448, + "raw_id" : 464, "serialization_id" : "item.pig_spawn_egg", "serialization_name" : "minecraft:pig_spawn_egg" }, { "command_name" : "minecraft:piglin_banner_pattern", "name" : "minecraft:piglin_banner_pattern", - "raw_id" : 605, + "raw_id" : 620, "serialization_id" : "item.piglin_banner_pattern", "serialization_name" : "minecraft:piglin_banner_pattern" }, { "command_name" : "minecraft:piglin_brute_spawn_egg", "name" : "minecraft:piglin_brute_spawn_egg", - "raw_id" : 511, + "raw_id" : 527, "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", - "raw_id" : 509, + "raw_id" : 525, "serialization_id" : "item.piglin_spawn_egg", "serialization_name" : "minecraft:piglin_spawn_egg" }, { "command_name" : "minecraft:pillager_spawn_egg", "name" : "minecraft:pillager_spawn_egg", - "raw_id" : 503, + "raw_id" : 519, "serialization_id" : "item.pillager_spawn_egg", "serialization_name" : "minecraft:pillager_spawn_egg" }, + { + "command_name" : "minecraft:pink_bundle", + "name" : "minecraft:pink_bundle", + "raw_id" : 269, + "serialization_id" : "item.pink_bundle", + "serialization_name" : "minecraft:pink_bundle" + }, { "command_name" : "minecraft:pink_candle", "name" : "minecraft:pink_candle", @@ -6051,7 +6163,7 @@ { "command_name" : "minecraft:pink_dye", "name" : "minecraft:pink_dye", - "raw_id" : 414, + "raw_id" : 430, "serialization_id" : "item.pink_dye", "serialization_name" : "minecraft:pink_dye" }, @@ -6128,14 +6240,21 @@ { "command_name" : "minecraft:pitcher_pod", "name" : "minecraft:pitcher_pod", - "raw_id" : 303, + "raw_id" : 319, "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" : 708, "serialization_id" : "item.plenty_pottery_sherd", "serialization_name" : "minecraft:plenty_pottery_sherd" }, @@ -6156,14 +6275,14 @@ { "command_name" : "minecraft:poisonous_potato", "name" : "minecraft:poisonous_potato", - "raw_id" : 288, + "raw_id" : 304, "serialization_id" : "item.poisonous_potato", "serialization_name" : "minecraft:poisonous_potato" }, { "command_name" : "minecraft:polar_bear_spawn_egg", "name" : "minecraft:polar_bear_spawn_egg", - "raw_id" : 484, + "raw_id" : 500, "serialization_id" : "item.polar_bear_spawn_egg", "serialization_name" : "minecraft:polar_bear_spawn_egg" }, @@ -6366,7 +6485,7 @@ { "command_name" : "minecraft:popped_chorus_fruit", "name" : "minecraft:popped_chorus_fruit", - "raw_id" : 577, + "raw_id" : 592, "serialization_id" : "item.chorus_fruit_popped", "serialization_name" : "minecraft:popped_chorus_fruit" }, @@ -6380,28 +6499,28 @@ { "command_name" : "minecraft:porkchop", "name" : "minecraft:porkchop", - "raw_id" : 268, + "raw_id" : 284, "serialization_id" : "item.porkchop", "serialization_name" : "minecraft:porkchop" }, { "command_name" : "minecraft:potato", "name" : "minecraft:potato", - "raw_id" : 286, + "raw_id" : 302, "serialization_id" : "item.potato", "serialization_name" : "minecraft:potato" }, { "command_name" : "minecraft:potion", "name" : "minecraft:potion", - "raw_id" : 437, + "raw_id" : 453, "serialization_id" : "item.potion", "serialization_name" : "minecraft:potion" }, { "command_name" : "minecraft:powder_snow_bucket", "name" : "minecraft:powder_snow_bucket", - "raw_id" : 377, + "raw_id" : 393, "serialization_id" : "item.powder_snow_bucket", "serialization_name" : "minecraft:powder_snow_bucket" }, @@ -6436,14 +6555,14 @@ { "command_name" : "minecraft:prismarine_crystals", "name" : "minecraft:prismarine_crystals", - "raw_id" : 567, + "raw_id" : 582, "serialization_id" : "item.prismarine_crystals", "serialization_name" : "minecraft:prismarine_crystals" }, { "command_name" : "minecraft:prismarine_shard", "name" : "minecraft:prismarine_shard", - "raw_id" : 583, + "raw_id" : 598, "serialization_id" : "item.prismarine_shard", "serialization_name" : "minecraft:prismarine_shard" }, @@ -6471,28 +6590,28 @@ { "command_name" : "minecraft:prize_pottery_sherd", "name" : "minecraft:prize_pottery_sherd", - "raw_id" : 694, + "raw_id" : 709, "serialization_id" : "item.prize_pottery_sherd", "serialization_name" : "minecraft:prize_pottery_sherd" }, { "command_name" : "minecraft:pufferfish", "name" : "minecraft:pufferfish", - "raw_id" : 273, + "raw_id" : 289, "serialization_id" : "item.pufferfish", "serialization_name" : "minecraft:pufferfish" }, { "command_name" : "minecraft:pufferfish_bucket", "name" : "minecraft:pufferfish_bucket", - "raw_id" : 376, + "raw_id" : 392, "serialization_id" : "item.pufferfish_bucket", "serialization_name" : "minecraft:pufferfish_bucket" }, { "command_name" : "minecraft:pufferfish_spawn_egg", "name" : "minecraft:pufferfish_spawn_egg", - "raw_id" : 493, + "raw_id" : 509, "serialization_id" : "item.pufferfish_spawn_egg", "serialization_name" : "minecraft:pufferfish_spawn_egg" }, @@ -6506,17 +6625,24 @@ { "command_name" : "minecraft:pumpkin_pie", "name" : "minecraft:pumpkin_pie", - "raw_id" : 290, + "raw_id" : 306, "serialization_id" : "item.pumpkin_pie", "serialization_name" : "minecraft:pumpkin_pie" }, { "command_name" : "minecraft:pumpkin_seeds", "name" : "minecraft:pumpkin_seeds", - "raw_id" : 298, + "raw_id" : 314, "serialization_id" : "item.pumpkin_seeds", "serialization_name" : "minecraft:pumpkin_seeds" }, + { + "command_name" : "minecraft:purple_bundle", + "name" : "minecraft:purple_bundle", + "raw_id" : 270, + "serialization_id" : "item.purple_bundle", + "serialization_name" : "minecraft:purple_bundle" + }, { "command_name" : "minecraft:purple_candle", "name" : "minecraft:purple_candle", @@ -6548,7 +6674,7 @@ { "command_name" : "minecraft:purple_dye", "name" : "minecraft:purple_dye", - "raw_id" : 410, + "raw_id" : 426, "serialization_id" : "item.purple_dye", "serialization_name" : "minecraft:purple_dye" }, @@ -6625,7 +6751,7 @@ { "command_name" : "minecraft:quartz", "name" : "minecraft:quartz", - "raw_id" : 542, + "raw_id" : 557, "serialization_id" : "item.quartz", "serialization_name" : "minecraft:quartz" }, @@ -6674,35 +6800,35 @@ { "command_name" : "minecraft:rabbit", "name" : "minecraft:rabbit", - "raw_id" : 294, + "raw_id" : 310, "serialization_id" : "item.rabbit", "serialization_name" : "minecraft:rabbit" }, { "command_name" : "minecraft:rabbit_foot", "name" : "minecraft:rabbit_foot", - "raw_id" : 546, + "raw_id" : 561, "serialization_id" : "item.rabbit_foot", "serialization_name" : "minecraft:rabbit_foot" }, { "command_name" : "minecraft:rabbit_hide", "name" : "minecraft:rabbit_hide", - "raw_id" : 547, + "raw_id" : 562, "serialization_id" : "item.rabbit_hide", "serialization_name" : "minecraft:rabbit_hide" }, { "command_name" : "minecraft:rabbit_spawn_egg", "name" : "minecraft:rabbit_spawn_egg", - "raw_id" : 470, + "raw_id" : 486, "serialization_id" : "item.rabbit_spawn_egg", "serialization_name" : "minecraft:rabbit_spawn_egg" }, { "command_name" : "minecraft:rabbit_stew", "name" : "minecraft:rabbit_stew", - "raw_id" : 296, + "raw_id" : 312, "serialization_id" : "item.rabbit_stew", "serialization_name" : "minecraft:rabbit_stew" }, @@ -6716,21 +6842,21 @@ { "command_name" : "minecraft:raiser_armor_trim_smithing_template", "name" : "minecraft:raiser_armor_trim_smithing_template", - "raw_id" : 715, + "raw_id" : 730, "serialization_id" : "item.raiser_armor_trim_smithing_template", "serialization_name" : "minecraft:raiser_armor_trim_smithing_template" }, { "command_name" : "minecraft:ravager_spawn_egg", "name" : "minecraft:ravager_spawn_egg", - "raw_id" : 505, + "raw_id" : 521, "serialization_id" : "item.ravager_spawn_egg", "serialization_name" : "minecraft:ravager_spawn_egg" }, { "command_name" : "minecraft:raw_copper", "name" : "minecraft:raw_copper", - "raw_id" : 525, + "raw_id" : 541, "serialization_id" : "item.raw_copper", "serialization_name" : "minecraft:raw_copper" }, @@ -6744,7 +6870,7 @@ { "command_name" : "minecraft:raw_gold", "name" : "minecraft:raw_gold", - "raw_id" : 524, + "raw_id" : 540, "serialization_id" : "item.raw_gold", "serialization_name" : "minecraft:raw_gold" }, @@ -6758,7 +6884,7 @@ { "command_name" : "minecraft:raw_iron", "name" : "minecraft:raw_iron", - "raw_id" : 523, + "raw_id" : 539, "serialization_id" : "item.raw_iron", "serialization_name" : "minecraft:raw_iron" }, @@ -6772,10 +6898,17 @@ { "command_name" : "minecraft:recovery_compass", "name" : "minecraft:recovery_compass", - "raw_id" : 667, + "raw_id" : 682, "serialization_id" : "item.recovery_compass", "serialization_name" : "minecraft:recovery_compass" }, + { + "command_name" : "minecraft:red_bundle", + "name" : "minecraft:red_bundle", + "raw_id" : 271, + "serialization_id" : "item.red_bundle", + "serialization_name" : "minecraft:red_bundle" + }, { "command_name" : "minecraft:red_candle", "name" : "minecraft:red_candle", @@ -6807,7 +6940,7 @@ { "command_name" : "minecraft:red_dye", "name" : "minecraft:red_dye", - "raw_id" : 406, + "raw_id" : 422, "serialization_id" : "item.red_dye", "serialization_name" : "minecraft:red_dye" }, @@ -6940,7 +7073,7 @@ { "command_name" : "minecraft:redstone", "name" : "minecraft:redstone", - "raw_id" : 382, + "raw_id" : 398, "serialization_id" : "item.redstone", "serialization_name" : "minecraft:redstone" }, @@ -6982,7 +7115,7 @@ { "command_name" : "minecraft:repeater", "name" : "minecraft:repeater", - "raw_id" : 429, + "raw_id" : 445, "serialization_id" : "item.repeater", "serialization_name" : "minecraft:repeater" }, @@ -7003,7 +7136,7 @@ { "command_name" : "minecraft:rib_armor_trim_smithing_template", "name" : "minecraft:rib_armor_trim_smithing_template", - "raw_id" : 711, + "raw_id" : 726, "serialization_id" : "item.rib_armor_trim_smithing_template", "serialization_name" : "minecraft:rib_armor_trim_smithing_template" }, @@ -7017,35 +7150,35 @@ { "command_name" : "minecraft:rotten_flesh", "name" : "minecraft:rotten_flesh", - "raw_id" : 283, + "raw_id" : 299, "serialization_id" : "item.rotten_flesh", "serialization_name" : "minecraft:rotten_flesh" }, { "command_name" : "minecraft:saddle", "name" : "minecraft:saddle", - "raw_id" : 380, + "raw_id" : 396, "serialization_id" : "item.saddle", "serialization_name" : "minecraft:saddle" }, { "command_name" : "minecraft:salmon", "name" : "minecraft:salmon", - "raw_id" : 271, + "raw_id" : 287, "serialization_id" : "item.salmon", "serialization_name" : "minecraft:salmon" }, { "command_name" : "minecraft:salmon_bucket", "name" : "minecraft:salmon_bucket", - "raw_id" : 374, + "raw_id" : 390, "serialization_id" : "item.salmon_bucket", "serialization_name" : "minecraft:salmon_bucket" }, { "command_name" : "minecraft:salmon_spawn_egg", "name" : "minecraft:salmon_spawn_egg", - "raw_id" : 494, + "raw_id" : 510, "serialization_id" : "item.salmon_spawn_egg", "serialization_name" : "minecraft:salmon_spawn_egg" }, @@ -7094,7 +7227,7 @@ { "command_name" : "minecraft:scrape_pottery_sherd", "name" : "minecraft:scrape_pottery_sherd", - "raw_id" : 695, + "raw_id" : 710, "serialization_id" : "item.scrape_pottery_sherd", "serialization_name" : "minecraft:scrape_pottery_sherd" }, @@ -7157,49 +7290,49 @@ { "command_name" : "minecraft:sentry_armor_trim_smithing_template", "name" : "minecraft:sentry_armor_trim_smithing_template", - "raw_id" : 702, + "raw_id" : 717, "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" : 731, "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" : 711, "serialization_id" : "item.sheaf_pottery_sherd", "serialization_name" : "minecraft:sheaf_pottery_sherd" }, { "command_name" : "minecraft:shears", "name" : "minecraft:shears", - "raw_id" : 431, + "raw_id" : 447, "serialization_id" : "item.shears", "serialization_name" : "minecraft:shears" }, { "command_name" : "minecraft:sheep_spawn_egg", "name" : "minecraft:sheep_spawn_egg", - "raw_id" : 449, + "raw_id" : 465, "serialization_id" : "item.sheep_spawn_egg", "serialization_name" : "minecraft:sheep_spawn_egg" }, { "command_name" : "minecraft:shelter_pottery_sherd", "name" : "minecraft:shelter_pottery_sherd", - "raw_id" : 697, + "raw_id" : 712, "serialization_id" : "item.shelter_pottery_sherd", "serialization_name" : "minecraft:shelter_pottery_sherd" }, { "command_name" : "minecraft:shield", "name" : "minecraft:shield", - "raw_id" : 364, + "raw_id" : 380, "serialization_id" : "item.shield", "serialization_name" : "minecraft:shield" }, @@ -7220,21 +7353,21 @@ { "command_name" : "minecraft:shulker_shell", "name" : "minecraft:shulker_shell", - "raw_id" : 584, + "raw_id" : 599, "serialization_id" : "item.shulker_shell", "serialization_name" : "minecraft:shulker_shell" }, { "command_name" : "minecraft:shulker_spawn_egg", "name" : "minecraft:shulker_spawn_egg", - "raw_id" : 481, + "raw_id" : 497, "serialization_id" : "item.shulker_spawn_egg", "serialization_name" : "minecraft:shulker_spawn_egg" }, { "command_name" : "minecraft:silence_armor_trim_smithing_template", "name" : "minecraft:silence_armor_trim_smithing_template", - "raw_id" : 713, + "raw_id" : 728, "serialization_id" : "item.silence_armor_trim_smithing_template", "serialization_name" : "minecraft:silence_armor_trim_smithing_template" }, @@ -7248,42 +7381,42 @@ { "command_name" : "minecraft:silverfish_spawn_egg", "name" : "minecraft:silverfish_spawn_egg", - "raw_id" : 454, + "raw_id" : 470, "serialization_id" : "item.silverfish_spawn_egg", "serialization_name" : "minecraft:silverfish_spawn_egg" }, { "command_name" : "minecraft:skeleton_horse_spawn_egg", "name" : "minecraft:skeleton_horse_spawn_egg", - "raw_id" : 479, + "raw_id" : 495, "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", - "raw_id" : 455, + "raw_id" : 471, "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" : 616, "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" : 713, "serialization_id" : "item.skull_pottery_sherd", "serialization_name" : "minecraft:skull_pottery_sherd" }, @@ -7297,14 +7430,14 @@ { "command_name" : "minecraft:slime_ball", "name" : "minecraft:slime_ball", - "raw_id" : 398, + "raw_id" : 414, "serialization_id" : "item.slime_ball", "serialization_name" : "minecraft:slime_ball" }, { "command_name" : "minecraft:slime_spawn_egg", "name" : "minecraft:slime_spawn_egg", - "raw_id" : 456, + "raw_id" : 472, "serialization_id" : "item.slime_spawn_egg", "serialization_name" : "minecraft:slime_spawn_egg" }, @@ -7430,21 +7563,21 @@ { "command_name" : "minecraft:sniffer_spawn_egg", "name" : "minecraft:sniffer_spawn_egg", - "raw_id" : 512, + "raw_id" : 528, "serialization_id" : "item.sniffer_spawn_egg", "serialization_name" : "minecraft:sniffer_spawn_egg" }, { "command_name" : "minecraft:snort_pottery_sherd", "name" : "minecraft:snort_pottery_sherd", - "raw_id" : 699, + "raw_id" : 714, "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" : 725, "serialization_id" : "item.snout_armor_trim_smithing_template", "serialization_name" : "minecraft:snout_armor_trim_smithing_template" }, @@ -7458,7 +7591,7 @@ { "command_name" : "minecraft:snow_golem_spawn_egg", "name" : "minecraft:snow_golem_spawn_egg", - "raw_id" : 518, + "raw_id" : 534, "serialization_id" : "item.snow_golem_spawn_egg", "serialization_name" : "minecraft:snow_golem_spawn_egg" }, @@ -7472,14 +7605,14 @@ { "command_name" : "minecraft:snowball", "name" : "minecraft:snowball", - "raw_id" : 383, + "raw_id" : 399, "serialization_id" : "item.snowball", "serialization_name" : "minecraft:snowball" }, { "command_name" : "minecraft:soul_campfire", "name" : "minecraft:soul_campfire", - "raw_id" : 643, + "raw_id" : 658, "serialization_id" : "tile.soul_campfire", "serialization_name" : "minecraft:soul_campfire" }, @@ -7514,28 +7647,28 @@ { "command_name" : "minecraft:spider_eye", "name" : "minecraft:spider_eye", - "raw_id" : 284, + "raw_id" : 300, "serialization_id" : "item.spider_eye", "serialization_name" : "minecraft:spider_eye" }, { "command_name" : "minecraft:spider_spawn_egg", "name" : "minecraft:spider_spawn_egg", - "raw_id" : 457, + "raw_id" : 473, "serialization_id" : "item.spider_spawn_egg", "serialization_name" : "minecraft:spider_spawn_egg" }, { "command_name" : "minecraft:spire_armor_trim_smithing_template", "name" : "minecraft:spire_armor_trim_smithing_template", - "raw_id" : 712, + "raw_id" : 727, "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" : 594, "serialization_id" : "item.splash_potion", "serialization_name" : "minecraft:splash_potion" }, @@ -7556,7 +7689,7 @@ { "command_name" : "minecraft:spruce_boat", "name" : "minecraft:spruce_boat", - "raw_id" : 388, + "raw_id" : 404, "serialization_id" : "item.spruce_boat", "serialization_name" : "minecraft:spruce_boat" }, @@ -7570,14 +7703,14 @@ { "command_name" : "minecraft:spruce_chest_boat", "name" : "minecraft:spruce_chest_boat", - "raw_id" : 662, + "raw_id" : 677, "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" : 586, "serialization_id" : "item.spruce_door", "serialization_name" : "minecraft:spruce_door" }, @@ -7640,7 +7773,7 @@ { "command_name" : "minecraft:spruce_sign", "name" : "minecraft:spruce_sign", - "raw_id" : 594, + "raw_id" : 609, "serialization_id" : "item.spruce_sign", "serialization_name" : "minecraft:spruce_sign" }, @@ -7675,21 +7808,21 @@ { "command_name" : "minecraft:spyglass", "name" : "minecraft:spyglass", - "raw_id" : 646, + "raw_id" : 661, "serialization_id" : "item.spyglass", "serialization_name" : "minecraft:spyglass" }, { "command_name" : "minecraft:squid_spawn_egg", "name" : "minecraft:squid_spawn_egg", - "raw_id" : 461, + "raw_id" : 477, "serialization_id" : "item.squid_spawn_egg", "serialization_name" : "minecraft:squid_spawn_egg" }, { "command_name" : "minecraft:stick", "name" : "minecraft:stick", - "raw_id" : 329, + "raw_id" : 345, "serialization_id" : "item.stick", "serialization_name" : "minecraft:stick" }, @@ -7710,7 +7843,7 @@ { "command_name" : "minecraft:stone_axe", "name" : "minecraft:stone_axe", - "raw_id" : 323, + "raw_id" : 339, "serialization_id" : "item.stone_axe", "serialization_name" : "minecraft:stone_axe" }, @@ -7752,14 +7885,14 @@ { "command_name" : "minecraft:stone_hoe", "name" : "minecraft:stone_hoe", - "raw_id" : 339, + "raw_id" : 355, "serialization_id" : "item.stone_hoe", "serialization_name" : "minecraft:stone_hoe" }, { "command_name" : "minecraft:stone_pickaxe", "name" : "minecraft:stone_pickaxe", - "raw_id" : 322, + "raw_id" : 338, "serialization_id" : "item.stone_pickaxe", "serialization_name" : "minecraft:stone_pickaxe" }, @@ -7773,7 +7906,7 @@ { "command_name" : "minecraft:stone_shovel", "name" : "minecraft:stone_shovel", - "raw_id" : 321, + "raw_id" : 337, "serialization_id" : "item.stone_shovel", "serialization_name" : "minecraft:stone_shovel" }, @@ -7787,7 +7920,7 @@ { "command_name" : "minecraft:stone_sword", "name" : "minecraft:stone_sword", - "raw_id" : 320, + "raw_id" : 336, "serialization_id" : "item.stone_sword", "serialization_name" : "minecraft:stone_sword" }, @@ -7801,21 +7934,21 @@ { "command_name" : "minecraft:stray_spawn_egg", "name" : "minecraft:stray_spawn_egg", - "raw_id" : 473, + "raw_id" : 489, "serialization_id" : "item.stray_spawn_egg", "serialization_name" : "minecraft:stray_spawn_egg" }, { "command_name" : "minecraft:strider_spawn_egg", "name" : "minecraft:strider_spawn_egg", - "raw_id" : 507, + "raw_id" : 523, "serialization_id" : "item.strider_spawn_egg", "serialization_name" : "minecraft:strider_spawn_egg" }, { "command_name" : "minecraft:string", "name" : "minecraft:string", - "raw_id" : 335, + "raw_id" : 351, "serialization_id" : "item.string", "serialization_name" : "minecraft:string" }, @@ -7983,14 +8116,14 @@ { "command_name" : "minecraft:sugar", "name" : "minecraft:sugar", - "raw_id" : 426, + "raw_id" : 442, "serialization_id" : "item.sugar", "serialization_name" : "minecraft:sugar" }, { "command_name" : "minecraft:sugar_cane", "name" : "minecraft:sugar_cane", - "raw_id" : 395, + "raw_id" : 411, "serialization_id" : "item.reeds", "serialization_name" : "minecraft:sugar_cane" }, @@ -8018,28 +8151,28 @@ { "command_name" : "minecraft:suspicious_stew", "name" : "minecraft:suspicious_stew", - "raw_id" : 610, + "raw_id" : 625, "serialization_id" : "item.suspicious_stew", "serialization_name" : "minecraft:suspicious_stew" }, { "command_name" : "minecraft:sweet_berries", "name" : "minecraft:sweet_berries", - "raw_id" : 293, + "raw_id" : 309, "serialization_id" : "item.sweet_berries", "serialization_name" : "minecraft:sweet_berries" }, { "command_name" : "minecraft:tadpole_bucket", "name" : "minecraft:tadpole_bucket", - "raw_id" : 651, + "raw_id" : 666, "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" : 665, "serialization_id" : "item.tadpole_spawn_egg", "serialization_name" : "minecraft:tadpole_spawn_egg" }, @@ -8060,7 +8193,7 @@ { "command_name" : "minecraft:tide_armor_trim_smithing_template", "name" : "minecraft:tide_armor_trim_smithing_template", - "raw_id" : 709, + "raw_id" : 724, "serialization_id" : "item.tide_armor_trim_smithing_template", "serialization_name" : "minecraft:tide_armor_trim_smithing_template" }, @@ -8081,7 +8214,7 @@ { "command_name" : "minecraft:tnt_minecart", "name" : "minecraft:tnt_minecart", - "raw_id" : 543, + "raw_id" : 558, "serialization_id" : "item.tnt_minecart", "serialization_name" : "minecraft:tnt_minecart" }, @@ -8102,21 +8235,21 @@ { "command_name" : "minecraft:torchflower_seeds", "name" : "minecraft:torchflower_seeds", - "raw_id" : 302, + "raw_id" : 318, "serialization_id" : "item.torchflower_seeds", "serialization_name" : "minecraft:torchflower_seeds" }, { "command_name" : "minecraft:totem_of_undying", "name" : "minecraft:totem_of_undying", - "raw_id" : 586, + "raw_id" : 601, "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" : 684, "serialization_id" : "item.trader_llama_spawn_egg", "serialization_name" : "minecraft:trader_llama_spawn_egg" }, @@ -8137,7 +8270,7 @@ { "command_name" : "minecraft:trial_key", "name" : "minecraft:trial_key", - "raw_id" : 260, + "raw_id" : 276, "serialization_id" : "item.trial_key.name", "serialization_name" : "minecraft:trial_key" }, @@ -8151,7 +8284,7 @@ { "command_name" : "minecraft:trident", "name" : "minecraft:trident", - "raw_id" : 564, + "raw_id" : 579, "serialization_id" : "item.trident", "serialization_name" : "minecraft:trident" }, @@ -8165,21 +8298,21 @@ { "command_name" : "minecraft:tropical_fish", "name" : "minecraft:tropical_fish", - "raw_id" : 272, + "raw_id" : 288, "serialization_id" : "item.clownfish", "serialization_name" : "minecraft:tropical_fish" }, { "command_name" : "minecraft:tropical_fish_bucket", "name" : "minecraft:tropical_fish_bucket", - "raw_id" : 375, + "raw_id" : 391, "serialization_id" : "item.tropical_fish_bucket", "serialization_name" : "minecraft:tropical_fish_bucket" }, { "command_name" : "minecraft:tropical_fish_spawn_egg", "name" : "minecraft:tropical_fish_spawn_egg", - "raw_id" : 491, + "raw_id" : 507, "serialization_id" : "item.tropical_fish_spawn_egg", "serialization_name" : "minecraft:tropical_fish_spawn_egg" }, @@ -8270,21 +8403,21 @@ { "command_name" : "minecraft:turtle_helmet", "name" : "minecraft:turtle_helmet", - "raw_id" : 591, + "raw_id" : 606, "serialization_id" : "item.turtle_helmet", "serialization_name" : "minecraft:turtle_helmet" }, { "command_name" : "minecraft:turtle_scute", "name" : "minecraft:turtle_scute", - "raw_id" : 590, + "raw_id" : 605, "serialization_id" : "item.turtle_shell_piece", "serialization_name" : "minecraft:turtle_scute" }, { "command_name" : "minecraft:turtle_spawn_egg", "name" : "minecraft:turtle_spawn_egg", - "raw_id" : 497, + "raw_id" : 513, "serialization_id" : "item.turtle_spawn_egg", "serialization_name" : "minecraft:turtle_spawn_egg" }, @@ -8319,28 +8452,28 @@ { "command_name" : "minecraft:vex_armor_trim_smithing_template", "name" : "minecraft:vex_armor_trim_smithing_template", - "raw_id" : 708, + "raw_id" : 723, "serialization_id" : "item.vex_armor_trim_smithing_template", "serialization_name" : "minecraft:vex_armor_trim_smithing_template" }, { "command_name" : "minecraft:vex_spawn_egg", "name" : "minecraft:vex_spawn_egg", - "raw_id" : 488, + "raw_id" : 504, "serialization_id" : "item.vex_spawn_egg", "serialization_name" : "minecraft:vex_spawn_egg" }, { "command_name" : "minecraft:villager_spawn_egg", "name" : "minecraft:villager_spawn_egg", - "raw_id" : 460, + "raw_id" : 476, "serialization_id" : "item.villager_spawn_egg", "serialization_name" : "minecraft:villager_spawn_egg" }, { "command_name" : "minecraft:vindicator_spawn_egg", "name" : "minecraft:vindicator_spawn_egg", - "raw_id" : 486, + "raw_id" : 502, "serialization_id" : "item.vindicator_spawn_egg", "serialization_name" : "minecraft:vindicator_spawn_egg" }, @@ -8354,21 +8487,21 @@ { "command_name" : "minecraft:wandering_trader_spawn_egg", "name" : "minecraft:wandering_trader_spawn_egg", - "raw_id" : 504, + "raw_id" : 520, "serialization_id" : "item.wandering_trader_spawn_egg", "serialization_name" : "minecraft:wandering_trader_spawn_egg" }, { "command_name" : "minecraft:ward_armor_trim_smithing_template", "name" : "minecraft:ward_armor_trim_smithing_template", - "raw_id" : 706, + "raw_id" : 721, "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" : 668, "serialization_id" : "item.warden_spawn_egg", "serialization_name" : "minecraft:warden_spawn_egg" }, @@ -8382,7 +8515,7 @@ { "command_name" : "minecraft:warped_door", "name" : "minecraft:warped_door", - "raw_id" : 638, + "raw_id" : 653, "serialization_id" : "item.warped_door", "serialization_name" : "minecraft:warped_door" }, @@ -8410,7 +8543,7 @@ { "command_name" : "minecraft:warped_fungus_on_a_stick", "name" : "minecraft:warped_fungus_on_a_stick", - "raw_id" : 639, + "raw_id" : 654, "serialization_id" : "item.warped_fungus_on_a_stick.name", "serialization_name" : "minecraft:warped_fungus_on_a_stick" }, @@ -8459,7 +8592,7 @@ { "command_name" : "minecraft:warped_sign", "name" : "minecraft:warped_sign", - "raw_id" : 636, + "raw_id" : 651, "serialization_id" : "item.warped_sign", "serialization_name" : "minecraft:warped_sign" }, @@ -8501,7 +8634,7 @@ { "command_name" : "minecraft:water_bucket", "name" : "minecraft:water_bucket", - "raw_id" : 371, + "raw_id" : 387, "serialization_id" : "item.water_bucket", "serialization_name" : "minecraft:water_bucket" }, @@ -8767,7 +8900,7 @@ { "command_name" : "minecraft:wayfinder_armor_trim_smithing_template", "name" : "minecraft:wayfinder_armor_trim_smithing_template", - "raw_id" : 714, + "raw_id" : 729, "serialization_id" : "item.wayfinder_armor_trim_smithing_template", "serialization_name" : "minecraft:wayfinder_armor_trim_smithing_template" }, @@ -8858,17 +8991,24 @@ { "command_name" : "minecraft:wheat", "name" : "minecraft:wheat", - "raw_id" : 343, + "raw_id" : 359, "serialization_id" : "item.wheat", "serialization_name" : "minecraft:wheat" }, { "command_name" : "minecraft:wheat_seeds", "name" : "minecraft:wheat_seeds", - "raw_id" : 297, + "raw_id" : 313, "serialization_id" : "item.wheat_seeds", "serialization_name" : "minecraft:wheat_seeds" }, + { + "command_name" : "minecraft:white_bundle", + "name" : "minecraft:white_bundle", + "raw_id" : 272, + "serialization_id" : "item.white_bundle", + "serialization_name" : "minecraft:white_bundle" + }, { "command_name" : "minecraft:white_candle", "name" : "minecraft:white_candle", @@ -8900,7 +9040,7 @@ { "command_name" : "minecraft:white_dye", "name" : "minecraft:white_dye", - "raw_id" : 420, + "raw_id" : 436, "serialization_id" : "item.white_dye", "serialization_name" : "minecraft:white_dye" }, @@ -8956,21 +9096,21 @@ { "command_name" : "minecraft:wild_armor_trim_smithing_template", "name" : "minecraft:wild_armor_trim_smithing_template", - "raw_id" : 705, + "raw_id" : 720, "serialization_id" : "item.wild_armor_trim_smithing_template", "serialization_name" : "minecraft:wild_armor_trim_smithing_template" }, { "command_name" : "minecraft:wind_charge", "name" : "minecraft:wind_charge", - "raw_id" : 261, + "raw_id" : 277, "serialization_id" : "item.wind_charge.name", "serialization_name" : "minecraft:wind_charge" }, { "command_name" : "minecraft:witch_spawn_egg", "name" : "minecraft:witch_spawn_egg", - "raw_id" : 463, + "raw_id" : 479, "serialization_id" : "item.witch_spawn_egg", "serialization_name" : "minecraft:witch_spawn_egg" }, @@ -8981,38 +9121,45 @@ "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", - "raw_id" : 476, + "raw_id" : 492, "serialization_id" : "item.wither_skeleton_spawn_egg", "serialization_name" : "minecraft:wither_skeleton_spawn_egg" }, { "command_name" : "minecraft:wither_spawn_egg", "name" : "minecraft:wither_spawn_egg", - "raw_id" : 520, + "raw_id" : 536, "serialization_id" : "item.wither_spawn_egg", "serialization_name" : "minecraft:wither_spawn_egg" }, { "command_name" : "minecraft:wolf_armor", "name" : "minecraft:wolf_armor", - "raw_id" : 724, + "raw_id" : 740, "serialization_id" : "item.wolf_armor", "serialization_name" : "minecraft:wolf_armor" }, { "command_name" : "minecraft:wolf_spawn_egg", "name" : "minecraft:wolf_spawn_egg", - "raw_id" : 450, + "raw_id" : 466, "serialization_id" : "item.wolf_spawn_egg", "serialization_name" : "minecraft:wolf_spawn_egg" }, { "command_name" : "minecraft:wooden_axe", "name" : "minecraft:wooden_axe", - "raw_id" : 319, + "raw_id" : 335, "serialization_id" : "item.wooden_axe", "serialization_name" : "minecraft:wooden_axe" }, @@ -9026,21 +9173,21 @@ { "command_name" : "minecraft:wooden_door", "name" : "minecraft:wooden_door", - "raw_id" : 368, + "raw_id" : 384, "serialization_id" : "item.wooden_door", "serialization_name" : "minecraft:wooden_door" }, { "command_name" : "minecraft:wooden_hoe", "name" : "minecraft:wooden_hoe", - "raw_id" : 338, + "raw_id" : 354, "serialization_id" : "item.wooden_hoe", "serialization_name" : "minecraft:wooden_hoe" }, { "command_name" : "minecraft:wooden_pickaxe", "name" : "minecraft:wooden_pickaxe", - "raw_id" : 318, + "raw_id" : 334, "serialization_id" : "item.wooden_pickaxe", "serialization_name" : "minecraft:wooden_pickaxe" }, @@ -9054,24 +9201,31 @@ { "command_name" : "minecraft:wooden_shovel", "name" : "minecraft:wooden_shovel", - "raw_id" : 317, + "raw_id" : 333, "serialization_id" : "item.wooden_shovel", "serialization_name" : "minecraft:wooden_shovel" }, { "command_name" : "minecraft:wooden_sword", "name" : "minecraft:wooden_sword", - "raw_id" : 316, + "raw_id" : 332, "serialization_id" : "item.wooden_sword", "serialization_name" : "minecraft:wooden_sword" }, { "command_name" : "minecraft:writable_book", "name" : "minecraft:writable_book", - "raw_id" : 528, + "raw_id" : 544, "serialization_id" : "item.writable_book", "serialization_name" : "minecraft:writable_book" }, + { + "command_name" : "minecraft:yellow_bundle", + "name" : "minecraft:yellow_bundle", + "raw_id" : 273, + "serialization_id" : "item.yellow_bundle", + "serialization_name" : "minecraft:yellow_bundle" + }, { "command_name" : "minecraft:yellow_candle", "name" : "minecraft:yellow_candle", @@ -9103,7 +9257,7 @@ { "command_name" : "minecraft:yellow_dye", "name" : "minecraft:yellow_dye", - "raw_id" : 416, + "raw_id" : 432, "serialization_id" : "item.yellow_dye", "serialization_name" : "minecraft:yellow_dye" }, @@ -9152,40 +9306,47 @@ { "command_name" : "minecraft:zoglin_spawn_egg", "name" : "minecraft:zoglin_spawn_egg", - "raw_id" : 510, + "raw_id" : 526, "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", - "raw_id" : 480, + "raw_id" : 496, "serialization_id" : "item.zombie_horse_spawn_egg", "serialization_name" : "minecraft:zombie_horse_spawn_egg" }, { "command_name" : "minecraft:zombie_pigman_spawn_egg", "name" : "minecraft:zombie_pigman_spawn_egg", - "raw_id" : 459, + "raw_id" : 475, "serialization_id" : "item.zombie_pigman_spawn_egg", "serialization_name" : "minecraft:zombie_pigman_spawn_egg" }, { "command_name" : "minecraft:zombie_spawn_egg", "name" : "minecraft:zombie_spawn_egg", - "raw_id" : 458, + "raw_id" : 474, "serialization_id" : "item.zombie_spawn_egg", "serialization_name" : "minecraft:zombie_spawn_egg" }, { "command_name" : "minecraft:zombie_villager_spawn_egg", "name" : "minecraft:zombie_villager_spawn_egg", - "raw_id" : 489, + "raw_id" : 505, "serialization_id" : "item.zombie_villager_spawn_egg", "serialization_name" : "minecraft:zombie_villager_spawn_egg" } ], - "minecraft_version" : "1.21.30-beta.3", + "minecraft_version" : "1.21.40-beta.3", "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 63bca3832..464b80eae 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 2a85e1a8d..66928e063 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.3", + "minecraft_version" : "1.21.40-beta.3", "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 1da0f0e8c..35caa8c11 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.3", + "minecraft_version" : "1.21.40-beta.3", "module_type" : "vanilla_data", "name" : "mojang-potionLiquid", "vanilla_data_type" : "potionLiquid" diff --git a/resource_pack/biomes_client.json b/resource_pack/biomes_client.json index fc0ae0d98..5f67d28e5 100644 --- a/resource_pack/biomes_client.json +++ b/resource_pack/biomes_client.json @@ -1,435 +1,370 @@ +/* + - Default is the settings that a biome will use if it is not specified. + - All fields in a biome are optional default values will overwrite the missing ones. + - If the default is overwritten in a resource pack then it will overwrite all biomes unless the resource pack defines the biomes. + - Vanilla 1.20.0 + */ { - "biomes" : { - "bamboo_jungle" : { - "fog_identifier" : "minecraft:fog_bamboo_jungle", - "fog_ids_to_merge" : [ "minecraft:fog_bamboo_jungle" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#14A2C5" - }, - "bamboo_jungle_hills" : { - "fog_identifier" : "minecraft:fog_bamboo_jungle_hills", - "fog_ids_to_merge" : [ "minecraft:fog_bamboo_jungle_hills" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1B9ED8" - }, - "basalt_deltas" : { - "fog_identifier" : "minecraft:fog_basalt_deltas", - "fog_ids_to_merge" : [ "minecraft:fog_basalt_deltas" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#3f76e4" - }, - "beach" : { - "fog_identifier" : "minecraft:fog_beach", - "fog_ids_to_merge" : [ "minecraft:fog_beach" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#157cab" - }, - "birch_forest" : { - "fog_identifier" : "minecraft:fog_birch_forest", - "fog_ids_to_merge" : [ "minecraft:fog_birch_forest" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0677ce" - }, - "birch_forest_hills" : { - "fog_identifier" : "minecraft:fog_birch_forest_hills", - "fog_ids_to_merge" : [ "minecraft:fog_birch_forest_hills" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0a74c4" - }, - "cherry_grove" : { - "fog_identifier" : "minecraft:fog_cherry_grove", - "fog_ids_to_merge" : [ "minecraft:fog_cherry_grove" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#5db7ef" - }, - "cold_beach" : { - "fog_identifier" : "minecraft:fog_cold_beach", - "fog_ids_to_merge" : [ "minecraft:fog_cold_beach" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1463a5" - }, - "cold_ocean" : { - "fog_identifier" : "minecraft:fog_cold_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_cold_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2080C9" - }, - "cold_taiga" : { - "fog_identifier" : "minecraft:fog_cold_taiga", - "fog_ids_to_merge" : [ "minecraft:fog_cold_taiga" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#205e83" - }, - "cold_taiga_hills" : { - "fog_identifier" : "minecraft:fog_cold_taiga_hills", - "fog_ids_to_merge" : [ "minecraft:fog_cold_taiga_hills" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#245b78" - }, - "cold_taiga_mutated" : { - "fog_identifier" : "minecraft:fog_cold_taiga_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_cold_taiga_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#205e83" - }, - "crimson_forest" : { - "fog_identifier" : "minecraft:fog_crimson_forest", - "fog_ids_to_merge" : [ "minecraft:fog_crimson_forest" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#905957" - }, - "deep_cold_ocean" : { - "fog_identifier" : "minecraft:fog_deep_cold_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_deep_cold_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2080C9" - }, - "deep_frozen_ocean" : { - "fog_identifier" : "minecraft:fog_deep_frozen_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_deep_frozen_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2570B5" - }, - "deep_lukewarm_ocean" : { - "fog_identifier" : "minecraft:fog_deep_lukewarm_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_deep_lukewarm_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0D96DB" - }, - "deep_ocean" : { - "fog_identifier" : "minecraft:fog_deep_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_deep_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1787D4" - }, - "deep_warm_ocean" : { - "fog_identifier" : "minecraft:fog_deep_warm_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_deep_warm_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#02B0E5" - }, - "default" : { - "fog_identifier" : "minecraft:fog_default", - "fog_ids_to_merge" : [ "minecraft:fog_default" ], - "inherit_from_prior_fog" : false, - "remove_all_prior_fog" : false, - "water_surface_color" : "#44AFF5", - "water_surface_transparency" : 0.650 - }, - "desert" : { - "fog_identifier" : "minecraft:fog_desert", - "fog_ids_to_merge" : [ "minecraft:fog_desert" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#32A598" - }, - "desert_hills" : { - "fog_identifier" : "minecraft:fog_desert_hills", - "fog_ids_to_merge" : [ "minecraft:fog_desert_hills" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1a7aa1" - }, - "extreme_hills" : { - "fog_identifier" : "minecraft:fog_extreme_hills", - "fog_ids_to_merge" : [ "minecraft:fog_extreme_hills" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#007BF7" - }, - "extreme_hills_edge" : { - "fog_identifier" : "minecraft:fog_extreme_hills_edge", - "fog_ids_to_merge" : [ "minecraft:fog_extreme_hills_edge" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#045cd5" - }, - "extreme_hills_mutated" : { - "fog_identifier" : "minecraft:fog_extreme_hills_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_extreme_hills_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0E63AB" - }, - "extreme_hills_plus_trees" : { - "fog_identifier" : "minecraft:fog_extreme_hills_plus_trees", - "fog_ids_to_merge" : [ "minecraft:fog_extreme_hills_plus_trees" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0E63AB" - }, - "extreme_hills_plus_trees_mutated" : { - "fog_identifier" : "minecraft:fog_extreme_hills_plus_trees_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_extreme_hills_plus_trees_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0E63AB" - }, - "flower_forest" : { - "fog_identifier" : "minecraft:fog_flower_forest", - "fog_ids_to_merge" : [ "minecraft:fog_flower_forest" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#20A3CC" - }, - "forest" : { - "fog_identifier" : "minecraft:fog_forest", - "fog_ids_to_merge" : [ "minecraft:fog_forest" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1E97F2" - }, - "forest_hills" : { - "fog_identifier" : "minecraft:fog_forest_hills", - "fog_ids_to_merge" : [ "minecraft:fog_forest_hills" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#056bd1" - }, - "frozen_ocean" : { - "fog_identifier" : "minecraft:fog_frozen_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_frozen_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2570B5" - }, - "frozen_river" : { - "fog_identifier" : "minecraft:fog_frozen_river", - "fog_ids_to_merge" : [ "minecraft:fog_frozen_river" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#185390" - }, - "hell" : { - "fog_identifier" : "minecraft:fog_hell", - "fog_ids_to_merge" : [ "minecraft:fog_hell" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#905957" - }, - "ice_mountains" : { - "fog_identifier" : "minecraft:fog_ice_mountains", - "fog_ids_to_merge" : [ "minecraft:fog_ice_mountains" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1156a7" - }, - "ice_plains" : { - "fog_identifier" : "minecraft:fog_ice_plains", - "fog_ids_to_merge" : [ "minecraft:fog_ice_plains" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#14559b" - }, - "ice_plains_spikes" : { - "fog_identifier" : "minecraft:fog_ice_plains_spikes", - "fog_ids_to_merge" : [ "minecraft:fog_ice_plains_spikes" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#14559b" - }, - "jungle" : { - "fog_identifier" : "minecraft:fog_jungle", - "fog_ids_to_merge" : [ "minecraft:fog_jungle" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#14A2C5" - }, - "jungle_edge" : { - "fog_identifier" : "minecraft:fog_jungle_edge", - "fog_ids_to_merge" : [ "minecraft:fog_jungle_edge" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0D8AE3" - }, - "jungle_hills" : { - "fog_identifier" : "minecraft:fog_jungle_hills", - "fog_ids_to_merge" : [ "minecraft:fog_jungle_hills" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1B9ED8" - }, - "jungle_mutated" : { - "fog_identifier" : "minecraft:fog_jungle_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_jungle_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1B9ED8" - }, - "lukewarm_ocean" : { - "fog_identifier" : "minecraft:fog_lukewarm_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_lukewarm_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0D96DB" - }, - "mangrove_swamp" : { - "fog_identifier" : "minecraft:fog_mangrove_swamp", - "fog_ids_to_merge" : [ "minecraft:fog_mangrove_swamp" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#3a7a6a" - }, - "mega_spruce_taiga" : { - "fog_identifier" : "minecraft:fog_mega_spruce_taiga", - "fog_ids_to_merge" : [ "minecraft:fog_mega_spruce_taiga" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2d6d77" - }, - "mega_spruce_taiga_mutated" : { - "fog_identifier" : "minecraft:fog_mega_spruce_taiga_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_mega_spruce_taiga_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2d6d77" - }, - "mega_taiga" : { - "fog_identifier" : "minecraft:fog_mega_taiga", - "fog_ids_to_merge" : [ "minecraft:fog_mega_taiga" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2d6d77" - }, - "mega_taiga_hills" : { - "fog_identifier" : "minecraft:fog_mega_taiga_hills", - "fog_ids_to_merge" : [ "minecraft:fog_mega_taiga_hills" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#286378" - }, - "mega_taiga_mutated" : { - "fog_identifier" : "minecraft:fog_mega_taiga_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_mega_taiga_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2d6d77" - }, - "mesa" : { - "fog_identifier" : "minecraft:fog_mesa", - "fog_ids_to_merge" : [ "minecraft:fog_mesa" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#4E7F81" - }, - "mesa_bryce" : { - "fog_identifier" : "minecraft:fog_mesa_bryce", - "fog_ids_to_merge" : [ "minecraft:fog_mesa_bryce" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#497F99" - }, - "mesa_mutated" : { - "fog_identifier" : "minecraft:fog_mesa_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_mesa_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#497F99" - }, - "mesa_plateau" : { - "fog_identifier" : "minecraft:fog_mesa_plateau", - "fog_ids_to_merge" : [ "minecraft:fog_mesa_plateau" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#55809E" - }, - "mesa_plateau_stone" : { - "fog_identifier" : "minecraft:fog_mesa_plateau_stone", - "fog_ids_to_merge" : [ "minecraft:fog_mesa_plateau_stone" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#55809E" - }, - "mushroom_island" : { - "fog_identifier" : "minecraft:fog_mushroom_island", - "fog_ids_to_merge" : [ "minecraft:fog_mushroom_island" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#8a8997" - }, - "mushroom_island_shore" : { - "fog_identifier" : "minecraft:fog_mushroom_island_shore", - "fog_ids_to_merge" : [ "minecraft:fog_mushroom_island_shore" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#818193" - }, - "ocean" : { - "fog_identifier" : "minecraft:fog_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1787D4" - }, - "plains" : { - "fog_identifier" : "minecraft:fog_plains", - "fog_ids_to_merge" : [ "minecraft:fog_plains" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#44AFF5" - }, - "river" : { - "fog_identifier" : "minecraft:fog_river", - "fog_ids_to_merge" : [ "minecraft:fog_river" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0084FF" - }, - "roofed_forest" : { - "fog_identifier" : "minecraft:fog_roofed_forest", - "fog_ids_to_merge" : [ "minecraft:fog_roofed_forest" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#3B6CD1" - }, - "savanna" : { - "fog_identifier" : "minecraft:fog_savanna", - "fog_ids_to_merge" : [ "minecraft:fog_savanna" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2C8B9C" - }, - "savanna_mutated" : { - "fog_identifier" : "minecraft:fog_savanna_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_savanna_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2590A8" - }, - "savanna_plateau" : { - "fog_identifier" : "minecraft:fog_savanna_plateau", - "fog_ids_to_merge" : [ "minecraft:fog_savanna_plateau" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#2590A8" - }, - "soulsand_valley" : { - "fog_identifier" : "minecraft:fog_soulsand_valley", - "fog_ids_to_merge" : [ "minecraft:fog_soulsand_valley" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#905957" - }, - "stone_beach" : { - "fog_identifier" : "minecraft:fog_stone_beach", - "fog_ids_to_merge" : [ "minecraft:fog_stone_beach" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#0d67bb" - }, - "sunflower_plains" : { - "fog_identifier" : "minecraft:fog_sunflower_plains", - "fog_ids_to_merge" : [ "minecraft:fog_sunflower_plains" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#44AFF5" - }, - "swampland" : { - "fog_identifier" : "minecraft:fog_swampland", - "fog_ids_to_merge" : [ "minecraft:fog_swampland" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#4c6559", - "water_surface_transparency" : 1.0 - }, - "swampland_mutated" : { - "fog_identifier" : "minecraft:fog_swampland_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_swampland_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#4c6156", - "water_surface_transparency" : 1.0 - }, - "taiga" : { - "fog_identifier" : "minecraft:fog_taiga", - "fog_ids_to_merge" : [ "minecraft:fog_taiga" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#287082" - }, - "taiga_hills" : { - "fog_identifier" : "minecraft:fog_taiga_hills", - "fog_ids_to_merge" : [ "minecraft:fog_taiga_hills" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#236583" - }, - "taiga_mutated" : { - "fog_identifier" : "minecraft:fog_taiga_mutated", - "fog_ids_to_merge" : [ "minecraft:fog_taiga_mutated" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#1E6B82" - }, - "the_end" : { - "fog_identifier" : "minecraft:fog_the_end", - "fog_ids_to_merge" : [ "minecraft:fog_the_end" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#62529e" - }, - "warm_ocean" : { - "fog_identifier" : "minecraft:fog_warm_ocean", - "fog_ids_to_merge" : [ "minecraft:fog_warm_ocean" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#02B0E5", - "water_surface_transparency" : 0.550 - }, - "warped_forest" : { - "fog_identifier" : "minecraft:fog_warped_forest", - "fog_ids_to_merge" : [ "minecraft:fog_warped_forest" ], - "inherit_from_prior_fog" : false, - "water_surface_color" : "#905957" - } - } + "biomes": { + "default": { + "water_surface_color": "#44AFF5", + "water_surface_transparency": 0.65, + "fog_identifier": "minecraft:fog_default", + "remove_all_prior_fog": false, + "inherit_from_prior_fog": false + }, + "plains": { + "water_surface_color": "#44AFF5", + "fog_identifier": "minecraft:fog_plains", + "inherit_from_prior_fog": false + }, + "sunflower_plains": { + "water_surface_color": "#44AFF5", + "fog_identifier": "minecraft:fog_sunflower_plains", + "inherit_from_prior_fog": false + }, + "desert": { + "water_surface_color": "#32A598", + "fog_identifier": "minecraft:fog_desert", + "inherit_from_prior_fog": false + }, + "extreme_hills": { + "water_surface_color": "#007BF7", + "fog_identifier": "minecraft:fog_extreme_hills", + "inherit_from_prior_fog": false + }, + "forest": { + "water_surface_color": "#1E97F2", + "fog_identifier": "minecraft:fog_forest", + "inherit_from_prior_fog": false + }, + "flower_forest": { + "water_surface_color": "#20A3CC", + "fog_identifier": "minecraft:fog_flower_forest", + "inherit_from_prior_fog": false + }, + "taiga": { + "water_surface_color": "#287082", + "fog_identifier": "minecraft:fog_taiga", + "inherit_from_prior_fog": false + }, + "taiga_mutated": { + "water_surface_color": "#1E6B82", + "fog_identifier": "minecraft:fog_taiga_mutated", + "inherit_from_prior_fog": false + }, + "swampland": { + "water_surface_color": "#4c6559", + "water_surface_transparency": 1.0, + "fog_identifier": "minecraft:fog_swampland", + "inherit_from_prior_fog": false + }, + "swampland_mutated": { + "water_surface_color": "#4c6156", + "water_surface_transparency": 1.0, + "fog_identifier": "minecraft:fog_swampland_mutated", + "inherit_from_prior_fog": false + }, + "mangrove_swamp": { + "water_surface_color": "#3a7a6a", + "fog_identifier": "minecraft:fog_mangrove_swamp", + "inherit_from_prior_fog": false + }, + "river": { + "water_surface_color": "#0084FF", + "fog_identifier": "minecraft:fog_river", + "inherit_from_prior_fog": false + }, + "hell": { + "water_surface_color": "#905957", + "fog_identifier": "minecraft:fog_hell", + "inherit_from_prior_fog": false + }, + "the_end": { + "water_surface_color": "#62529e", + "fog_identifier": "minecraft:fog_the_end", + "inherit_from_prior_fog": false + }, + "frozen_river": { + "water_surface_color": "#185390", + "fog_identifier": "minecraft:fog_frozen_river", + "inherit_from_prior_fog": false + }, + "ice_plains": { + "water_surface_color": "#14559b", + "fog_identifier": "minecraft:fog_ice_plains", + "inherit_from_prior_fog": false + }, + "ice_plains_spikes": { + "water_surface_color": "#14559b", + "fog_identifier": "minecraft:fog_ice_plains_spikes", + "inherit_from_prior_fog": false + }, + "ice_mountains": { + "water_surface_color": "#1156a7", + "fog_identifier": "minecraft:fog_ice_mountains", + "inherit_from_prior_fog": false + }, + "mushroom_island": { + "water_surface_color": "#8a8997", + "fog_identifier": "minecraft:fog_mushroom_island", + "inherit_from_prior_fog": false + }, + "mushroom_island_shore": { + "water_surface_color": "#818193", + "fog_identifier": "minecraft:fog_mushroom_island_shore", + "inherit_from_prior_fog": false + }, + "beach": { + "water_surface_color": "#157cab", + "fog_identifier": "minecraft:fog_beach", + "inherit_from_prior_fog": false + }, + "desert_hills": { + "water_surface_color": "#1a7aa1", + "fog_identifier": "minecraft:fog_desert_hills", + "inherit_from_prior_fog": false + }, + "forest_hills": { + "water_surface_color": "#056bd1", + "fog_identifier": "minecraft:fog_forest_hills", + "inherit_from_prior_fog": false + }, + "taiga_hills": { + "water_surface_color": "#236583", + "fog_identifier": "minecraft:fog_taiga_hills", + "inherit_from_prior_fog": false + }, + "extreme_hills_edge": { + "water_surface_color": "#045cd5", + "fog_identifier": "minecraft:fog_extreme_hills_edge", + "inherit_from_prior_fog": false + }, + "jungle": { + "water_surface_color": "#14A2C5", + "fog_identifier": "minecraft:fog_jungle", + "inherit_from_prior_fog": false + }, + "bamboo_jungle": { + "water_surface_color": "#14A2C5", + "fog_identifier": "minecraft:fog_bamboo_jungle", + "inherit_from_prior_fog": false + }, + "jungle_mutated": { + "water_surface_color": "#1B9ED8", + "fog_identifier": "minecraft:fog_jungle_mutated", + "inherit_from_prior_fog": false + }, + "jungle_hills": { + "water_surface_color": "#1B9ED8", + "fog_identifier": "minecraft:fog_jungle_hills", + "inherit_from_prior_fog": false + }, + "bamboo_jungle_hills": { + "water_surface_color": "#1B9ED8", + "fog_identifier": "minecraft:fog_bamboo_jungle_hills", + "inherit_from_prior_fog": false + }, + "jungle_edge": { + "water_surface_color": "#0D8AE3", + "fog_identifier": "minecraft:fog_jungle_edge", + "inherit_from_prior_fog": false + }, + "stone_beach": { + "water_surface_color": "#0d67bb", + "fog_identifier": "minecraft:fog_stone_beach", + "inherit_from_prior_fog": false + }, + "cold_beach": { + "water_surface_color": "#1463a5", + "fog_identifier": "minecraft:fog_cold_beach", + "inherit_from_prior_fog": false + }, + "birch_forest": { + "water_surface_color": "#0677ce", + "fog_identifier": "minecraft:fog_birch_forest", + "inherit_from_prior_fog": false + }, + "birch_forest_hills": { + "water_surface_color": "#0a74c4", + "fog_identifier": "minecraft:fog_birch_forest_hills", + "inherit_from_prior_fog": false + }, + "roofed_forest": { + "water_surface_color": "#3B6CD1", + "fog_identifier": "minecraft:fog_roofed_forest", + "inherit_from_prior_fog": false + }, + "cold_taiga": { + "water_surface_color": "#205e83", + "fog_identifier": "minecraft:fog_cold_taiga", + "inherit_from_prior_fog": false + }, + "cold_taiga_mutated": { + "water_surface_color": "#205e83", + "fog_identifier": "minecraft:fog_cold_taiga_mutated", + "inherit_from_prior_fog": false + }, + "cold_taiga_hills": { + "water_surface_color": "#245b78", + "fog_identifier": "minecraft:fog_cold_taiga_hills", + "inherit_from_prior_fog": false + }, + "mega_taiga": { + "water_surface_color": "#2d6d77", + "fog_identifier": "minecraft:fog_mega_taiga", + "inherit_from_prior_fog": false + }, + "mega_spruce_taiga": { + "water_surface_color": "#2d6d77", + "fog_identifier": "minecraft:fog_mega_spruce_taiga", + "inherit_from_prior_fog": false + }, + "mega_taiga_mutated": { + "water_surface_color": "#2d6d77", + "fog_identifier": "minecraft:fog_mega_taiga_mutated", + "inherit_from_prior_fog": false + }, + "mega_spruce_taiga_mutated": { + "water_surface_color": "#2d6d77", + "fog_identifier": "minecraft:fog_mega_spruce_taiga_mutated", + "inherit_from_prior_fog": false + }, + "mega_taiga_hills": { + "water_surface_color": "#286378", + "fog_identifier": "minecraft:fog_mega_taiga_hills", + "inherit_from_prior_fog": false + }, + "extreme_hills_plus_trees": { + "water_surface_color": "#0E63AB", + "fog_identifier": "minecraft:fog_extreme_hills_plus_trees", + "inherit_from_prior_fog": false + }, + "extreme_hills_plus_trees_mutated": { + "water_surface_color": "#0E63AB", + "fog_identifier": "minecraft:fog_extreme_hills_plus_trees_mutated", + "inherit_from_prior_fog": false + }, + "extreme_hills_mutated": { + "water_surface_color": "#0E63AB", + "fog_identifier": "minecraft:fog_extreme_hills_mutated", + "inherit_from_prior_fog": false + }, + "savanna": { + "water_surface_color": "#2C8B9C", + "fog_identifier": "minecraft:fog_savanna", + "inherit_from_prior_fog": false + }, + "savanna_plateau": { + "water_surface_color": "#2590A8", + "fog_identifier": "minecraft:fog_savanna_plateau", + "inherit_from_prior_fog": false + }, + "savanna_mutated": { + "water_surface_color": "#2590A8", + "fog_identifier": "minecraft:fog_savanna_mutated", + "inherit_from_prior_fog": false + }, + "mesa": { + "water_surface_color": "#4E7F81", + "fog_identifier": "minecraft:fog_mesa", + "inherit_from_prior_fog": false + }, + "mesa_bryce": { + "water_surface_color": "#497F99", + "fog_identifier": "minecraft:fog_mesa_bryce", + "inherit_from_prior_fog": false + }, + "mesa_mutated": { + "water_surface_color": "#497F99", + "fog_identifier": "minecraft:fog_mesa_mutated", + "inherit_from_prior_fog": false + }, + "mesa_plateau_stone": { + "water_surface_color": "#55809E", + "fog_identifier": "minecraft:fog_mesa_plateau_stone", + "inherit_from_prior_fog": false + }, + "mesa_plateau": { + "water_surface_color": "#55809E", + "fog_identifier": "minecraft:fog_mesa_plateau", + "inherit_from_prior_fog": false + }, + "ocean": { + "water_surface_color": "#1787D4", + "fog_identifier": "minecraft:fog_ocean", + "inherit_from_prior_fog": false + }, + "deep_ocean": { + "water_surface_color": "#1787D4", + "fog_identifier": "minecraft:fog_deep_ocean", + "inherit_from_prior_fog": false + }, + "warm_ocean": { + "water_surface_color": "#02B0E5", + "water_surface_transparency": 0.55, + "fog_identifier": "minecraft:fog_warm_ocean", + "inherit_from_prior_fog": false + }, + "deep_warm_ocean": { + "water_surface_color": "#02B0E5", + "fog_identifier": "minecraft:fog_deep_warm_ocean", + "inherit_from_prior_fog": false + }, + "lukewarm_ocean": { + "water_surface_color": "#0D96DB", + "fog_identifier": "minecraft:fog_lukewarm_ocean", + "inherit_from_prior_fog": false + }, + "deep_lukewarm_ocean": { + "water_surface_color": "#0D96DB", + "fog_identifier": "minecraft:fog_deep_lukewarm_ocean", + "inherit_from_prior_fog": false + }, + "cold_ocean": { + "water_surface_color": "#2080C9", + "fog_identifier": "minecraft:fog_cold_ocean", + "inherit_from_prior_fog": false + }, + "deep_cold_ocean": { + "water_surface_color": "#2080C9", + "fog_identifier": "minecraft:fog_deep_cold_ocean", + "inherit_from_prior_fog": false + }, + "frozen_ocean": { + "water_surface_color": "#2570B5", + "fog_identifier": "minecraft:fog_frozen_ocean", + "inherit_from_prior_fog": false + }, + "deep_frozen_ocean": { + "water_surface_color": "#2570B5", + "fog_identifier": "minecraft:fog_deep_frozen_ocean", + "inherit_from_prior_fog": false + }, + "warped_forest": { + "water_surface_color": "#905957", + "fog_identifier": "minecraft:fog_warped_forest", + "inherit_from_prior_fog": false + }, + "crimson_forest": { + "water_surface_color": "#905957", + "fog_identifier": "minecraft:fog_crimson_forest", + "inherit_from_prior_fog": false + }, + "soulsand_valley": { + "water_surface_color": "#905957", + "fog_identifier": "minecraft:fog_soulsand_valley", + "inherit_from_prior_fog": false + }, + "basalt_deltas": { + "water_surface_color": "#3f76e4", + "fog_identifier": "minecraft:fog_basalt_deltas", + "inherit_from_prior_fog": false + }, + "cherry_grove": { + "water_surface_color": "#5db7ef", + "fog_identifier": "minecraft:fog_cherry_grove", + "inherit_from_prior_fog": false + } + } } diff --git a/resource_pack/blocks.json b/resource_pack/blocks.json index 7a6e5ffb5..b6dd9bb7b 100644 --- a/resource_pack/blocks.json +++ b/resource_pack/blocks.json @@ -114,16 +114,32 @@ "west" : "ancient_debris_side" } }, + "andesite" : { + "sound" : "stone", + "textures" : "andesite" + }, + "andesite_double_slab" : { + "sound" : "stone", + "textures" : "andesite_slab" + }, + "andesite_slab" : { + "sound" : "stone", + "textures" : "andesite_slab" + }, "andesite_stairs" : { "sound" : "stone", "textures" : "andesite" }, + "andesite_wall" : { + "sound" : "stone", + "textures" : "andesite_wall" + }, "anvil" : { "sound" : "anvil", "textures" : { - "down" : "anvil_base", - "side" : "anvil_base", - "up" : "anvil_top_damaged_x" + "down" : "flattened_anvil_base", + "side" : "flattened_anvil_base", + "up" : "flattened_anvil_top" } }, "azalea" : { @@ -618,6 +634,11 @@ "up" : "brain_coral_fan" } }, + "brain_coral_wall_fan" : { + "carried_textures" : "brain_coral_wall_fan", + "sound" : "stone", + "textures" : "brain_coral_wall_fan" + }, "brewing_stand" : { "sound" : "stone", "textures" : { @@ -629,6 +650,10 @@ "brick_block" : { "textures" : "brick" }, + "brick_double_slab" : { + "sound" : "stone", + "textures" : "brick_slab" + }, "brick_slab" : { "sound" : "stone", "textures" : "brick_slab" @@ -636,6 +661,10 @@ "brick_stairs" : { "textures" : "brick" }, + "brick_wall" : { + "sound" : "stone", + "textures" : "brick_wall" + }, "brown_candle" : { "carried_textures" : "brown_candle_carried", "sound" : "candle", @@ -739,6 +768,11 @@ "up" : "bubble_coral_fan" } }, + "bubble_coral_wall_fan" : { + "carried_textures" : "bubble_coral_wall_fan", + "sound" : "stone", + "textures" : "bubble_coral_wall_fan" + }, "budding_amethyst" : { "sound" : "amethyst_block", "textures" : "budding_amethyst" @@ -990,6 +1024,14 @@ "west" : "chest_inventory_side" } }, + "chipped_anvil" : { + "sound" : "anvil", + "textures" : { + "down" : "flattened_anvil_base", + "side" : "flattened_anvil_base", + "up" : "chipped_anvil_top" + } + }, "chiseled_bookshelf" : { "sound" : "chiseled_bookshelf", "textures" : { @@ -1018,6 +1060,44 @@ "sound" : "stone", "textures" : "chiseled_polished_blackstone" }, + "chiseled_quartz_block" : { + "sound" : "stone", + "textures" : { + "down" : "chiseled_quartz_block_top", + "side" : "chiseled_quartz_block_side", + "up" : "chiseled_quartz_block_top" + } + }, + "chiseled_red_sandstone" : { + "brightness_gamma" : 0.70, + "isotropic" : { + "down" : true, + "up" : true + }, + "sound" : "stone", + "textures" : { + "down" : "flattened_redsandstone_top", + "side" : "chiseled_red_sandstone", + "up" : "flattened_redsandstone_top" + } + }, + "chiseled_sandstone" : { + "brightness_gamma" : 0.70, + "isotropic" : { + "down" : true, + "up" : true + }, + "sound" : "stone", + "textures" : { + "down" : "flattened_sandstone_top", + "side" : "chiseled_sandstone", + "up" : "flattened_sandstone_top" + } + }, + "chiseled_stone_bricks" : { + "sound" : "stone", + "textures" : "chiseled_stone_bricks" + }, "chiseled_tuff" : { "sound" : "tuff", "textures" : { @@ -1055,6 +1135,11 @@ "sound" : "stone", "textures" : "coal_ore" }, + "coarse_dirt" : { + "isotropic" : true, + "sound" : "gravel", + "textures" : "coarse_dirt" + }, "cobbled_deepslate" : { "isotropic" : false, "sound" : "deepslate", @@ -1084,12 +1169,17 @@ "sound" : "stone", "textures" : "cobblestone" }, + "cobblestone_double_slab" : { + "sound" : "stone", + "textures" : "cobblestone_slab" + }, "cobblestone_slab" : { "sound" : "stone", "textures" : "cobblestone_slab" }, "cobblestone_wall" : { - "textures" : "cobblestone_wall" + "sound" : "stone", + "textures" : "flattened_cobblestone_wall" }, "cocoa" : { "sound" : "wood", @@ -1233,6 +1323,10 @@ "sound" : "stone", "textures" : "cracked_polished_blackstone_bricks" }, + "cracked_stone_bricks" : { + "sound" : "stone", + "textures" : "cracked_stone_bricks" + }, "crafter" : { "sound" : "stone", "textures" : { @@ -1255,6 +1349,10 @@ "west" : "crafting_table_side" } }, + "creeper_head" : { + "sound" : "stone", + "textures" : "skull" + }, "crimson_button" : { "sound" : "nether_wood", "textures" : "crimson_planks" @@ -1384,6 +1482,48 @@ "sound" : "copper", "textures" : "cut_copper" }, + "cut_red_sandstone" : { + "brightness_gamma" : 0.70, + "isotropic" : { + "down" : true, + "up" : true + }, + "sound" : "stone", + "textures" : { + "down" : "flattened_redsandstone_top", + "side" : "cut_red_sandstone", + "up" : "flattened_redsandstone_top" + } + }, + "cut_red_sandstone_slab" : { + "sound" : "stone", + "textures" : { + "down" : "cut_red_sandstone_slab_top", + "side" : "cut_red_sandstone_slab_side", + "up" : "cut_red_sandstone_slab_top" + } + }, + "cut_sandstone" : { + "brightness_gamma" : 0.70, + "isotropic" : { + "down" : true, + "up" : true + }, + "sound" : "stone", + "textures" : { + "down" : "flattened_sandstone_top", + "side" : "cut_sandstone", + "up" : "flattened_sandstone_top" + } + }, + "cut_sandstone_slab" : { + "sound" : "stone", + "textures" : { + "down" : "cut_sandstone_slab_top", + "side" : "cut_sandstone_slab_side", + "up" : "cut_sandstone_slab_top" + } + }, "cyan_candle" : { "carried_textures" : "cyan_candle_carried", "sound" : "candle", @@ -1443,6 +1583,18 @@ "sound" : "cloth", "textures" : "wool_colored_cyan" }, + "damaged_anvil" : { + "sound" : "anvil", + "textures" : { + "down" : "flattened_anvil_base", + "side" : "flattened_anvil_base", + "up" : "damaged_anvil_top" + } + }, + "dandelion" : { + "sound" : "grass", + "textures" : "dandelion" + }, "dark_oak_button" : { "sound" : "wood", "textures" : "dark_oak_planks" @@ -1514,6 +1666,18 @@ "sound" : "wood", "textures" : "dark_oak_wood" }, + "dark_prismarine" : { + "sound" : "stone", + "textures" : "dark_prismarine" + }, + "dark_prismarine_double_slab" : { + "sound" : "stone", + "textures" : "dark_prismarine_slab" + }, + "dark_prismarine_slab" : { + "sound" : "stone", + "textures" : "dark_prismarine_slab" + }, "dark_prismarine_stairs" : { "sound" : "stone", "textures" : "dark_prismarine" @@ -1560,6 +1724,11 @@ "up" : "dead_brain_coral_fan" } }, + "dead_brain_coral_wall_fan" : { + "carried_textures" : "dead_brain_coral_wall_fan", + "sound" : "stone", + "textures" : "dead_brain_coral_wall_fan" + }, "dead_bubble_coral" : { "carried_textures" : "dead_bubble_coral", "sound" : "stone", @@ -1578,6 +1747,11 @@ "up" : "dead_bubble_coral_fan" } }, + "dead_bubble_coral_wall_fan" : { + "carried_textures" : "dead_bubble_coral_wall_fan", + "sound" : "stone", + "textures" : "dead_bubble_coral_wall_fan" + }, "dead_fire_coral" : { "carried_textures" : "dead_fire_coral", "sound" : "stone", @@ -1596,6 +1770,11 @@ "up" : "dead_fire_coral_fan" } }, + "dead_fire_coral_wall_fan" : { + "carried_textures" : "dead_fire_coral_wall_fan", + "sound" : "stone", + "textures" : "dead_fire_coral_wall_fan" + }, "dead_horn_coral" : { "carried_textures" : "dead_horn_coral", "sound" : "stone", @@ -1614,6 +1793,11 @@ "up" : "dead_horn_coral_fan" } }, + "dead_horn_coral_wall_fan" : { + "carried_textures" : "dead_horn_coral_wall_fan", + "sound" : "stone", + "textures" : "dead_horn_coral_wall_fan" + }, "dead_tube_coral" : { "carried_textures" : "dead_tube_coral", "sound" : "stone", @@ -1632,6 +1816,11 @@ "up" : "dead_tube_coral_fan" } }, + "dead_tube_coral_wall_fan" : { + "carried_textures" : "dead_tube_coral_wall_fan", + "sound" : "stone", + "textures" : "dead_tube_coral_wall_fan" + }, "deadbush" : { "sound" : "grass", "textures" : "deadbush" @@ -1746,6 +1935,18 @@ "sound" : "stone", "textures" : "build_deny" }, + "deprecated_anvil" : { + "sound" : "anvil", + "textures" : "flattened_anvil_base" + }, + "deprecated_purpur_block_1" : { + "sound" : "stone", + "textures" : "flattened_purpur_block" + }, + "deprecated_purpur_block_2" : { + "sound" : "stone", + "textures" : "flattened_purpur_block" + }, "detector_rail" : { "sound" : "metal", "textures" : { @@ -1762,14 +1963,30 @@ "sound" : "stone", "textures" : "diamond_ore" }, + "diorite" : { + "sound" : "stone", + "textures" : "diorite" + }, + "diorite_double_slab" : { + "sound" : "stone", + "textures" : "diorite_slab" + }, + "diorite_slab" : { + "sound" : "stone", + "textures" : "diorite_slab" + }, "diorite_stairs" : { "sound" : "stone", "textures" : "diorite" }, + "diorite_wall" : { + "sound" : "stone", + "textures" : "diorite_wall" + }, "dirt" : { "isotropic" : true, "sound" : "gravel", - "textures" : "dirt" + "textures" : "flattened_dirt" }, "dirt_with_roots" : { "isotropic" : true, @@ -1849,6 +2066,10 @@ "sound" : "stone", "textures" : "dragon_egg" }, + "dragon_head" : { + "sound" : "stone", + "textures" : "skull" + }, "dried_kelp_block" : { "carried_textures" : { "down" : "dried_kelp_block_top", @@ -1940,6 +2161,18 @@ "sound" : "stone", "textures" : "end_stone" }, + "end_stone_brick_double_slab" : { + "sound" : "stone", + "textures" : "end_stone_brick_slab" + }, + "end_stone_brick_slab" : { + "sound" : "stone", + "textures" : "end_stone_brick_slab" + }, + "end_stone_brick_wall" : { + "sound" : "stone", + "textures" : "end_stone_brick_wall" + }, "ender_chest" : { "textures" : { "down" : "ender_chest_inventory_top", @@ -2047,6 +2280,11 @@ "up" : "fire_coral_fan" } }, + "fire_coral_wall_fan" : { + "carried_textures" : "fire_coral_wall_fan", + "sound" : "stone", + "textures" : "fire_coral_wall_fan" + }, "fletching_table" : { "sound" : "wood", "textures" : { @@ -2087,7 +2325,7 @@ "up" : "still_water_grey" } }, - "format_version" : [ 1, 1, 0 ], + "format_version" : "1.21.40", "frame" : { "sound" : "itemframe", "textures" : "itemframe_background" @@ -2164,10 +2402,26 @@ "up" : "rail_golden_powered" } }, + "granite" : { + "sound" : "stone", + "textures" : "granite" + }, + "granite_double_slab" : { + "sound" : "stone", + "textures" : "granite_slab" + }, + "granite_slab" : { + "sound" : "stone", + "textures" : "granite_slab" + }, "granite_stairs" : { "sound" : "stone", "textures" : "granite" }, + "granite_wall" : { + "sound" : "stone", + "textures" : "granite_wall" + }, "grass" : { "carried_textures" : { "down" : "grass_carried_bottom", @@ -2399,10 +2653,27 @@ "up" : "horn_coral_fan" } }, + "horn_coral_wall_fan" : { + "carried_textures" : "horn_coral_wall_fan", + "sound" : "stone", + "textures" : "horn_coral_wall_fan" + }, "ice" : { "sound" : "glass", "textures" : "ice" }, + "infested_chiseled_stone_bricks" : { + "sound" : "stone", + "textures" : "infested_chiseled_stone_bricks" + }, + "infested_cobblestone" : { + "sound" : "stone", + "textures" : "infested_cobblestone" + }, + "infested_cracked_stone_bricks" : { + "sound" : "stone", + "textures" : "infested_cracked_stone_bricks" + }, "infested_deepslate" : { "isotropic" : { "down" : true, @@ -2415,6 +2686,18 @@ "up" : "deepslate_top" } }, + "infested_mossy_stone_bricks" : { + "sound" : "stone", + "textures" : "infested_mossy_stone_bricks" + }, + "infested_stone" : { + "sound" : "stone", + "textures" : "infested_stone" + }, + "infested_stone_bricks" : { + "sound" : "stone", + "textures" : "infested_stone_bricks" + }, "info_update" : { "sound" : "gravel", "textures" : "missing_tile" @@ -2658,6 +2941,70 @@ "light_block" : { "carried_textures" : "light_block_carried" }, + "light_block_0" : { + "carried_textures" : "light_block_0", + "sound" : "stone" + }, + "light_block_1" : { + "carried_textures" : "light_block_1", + "sound" : "stone" + }, + "light_block_10" : { + "carried_textures" : "light_block_10", + "sound" : "stone" + }, + "light_block_11" : { + "carried_textures" : "light_block_11", + "sound" : "stone" + }, + "light_block_12" : { + "carried_textures" : "light_block_12", + "sound" : "stone" + }, + "light_block_13" : { + "carried_textures" : "light_block_13", + "sound" : "stone" + }, + "light_block_14" : { + "carried_textures" : "light_block_14", + "sound" : "stone" + }, + "light_block_15" : { + "carried_textures" : "light_block_15", + "sound" : "stone" + }, + "light_block_2" : { + "carried_textures" : "light_block_2", + "sound" : "stone" + }, + "light_block_3" : { + "carried_textures" : "light_block_3", + "sound" : "stone" + }, + "light_block_4" : { + "carried_textures" : "light_block_4", + "sound" : "stone" + }, + "light_block_5" : { + "carried_textures" : "light_block_5", + "sound" : "stone" + }, + "light_block_6" : { + "carried_textures" : "light_block_6", + "sound" : "stone" + }, + "light_block_7" : { + "carried_textures" : "light_block_7", + "sound" : "stone" + }, + "light_block_8" : { + "carried_textures" : "light_block_8", + "sound" : "stone" + }, + "light_block_9" : { + "carried_textures" : "light_block_9", + "sound" : "stone" + }, "light_blue_candle" : { "carried_textures" : "light_blue_candle_carried", "sound" : "candle", @@ -3119,7 +3466,7 @@ "textures" : "melon_stem" }, "mob_spawner" : { - "sound" : "metal", + "sound" : "mob_spawner", "textures" : "mob_spawner" }, "monster_egg" : { @@ -3137,14 +3484,38 @@ "sound" : "stone", "textures" : "cobblestone_mossy" }, + "mossy_cobblestone_double_slab" : { + "sound" : "stone", + "textures" : "mossy_cobblestone_slab" + }, + "mossy_cobblestone_slab" : { + "sound" : "stone", + "textures" : "mossy_cobblestone_slab" + }, "mossy_cobblestone_stairs" : { "sound" : "stone", "textures" : "cobblestone_mossy" }, + "mossy_cobblestone_wall" : { + "sound" : "stone", + "textures" : "mossy_cobblestone_wall" + }, + "mossy_stone_brick_slab" : { + "sound" : "stone", + "textures" : "mossy_stone_brick_slab" + }, "mossy_stone_brick_stairs" : { "sound" : "stone", "textures" : "mossy_stone_brick" }, + "mossy_stone_brick_wall" : { + "sound" : "stone", + "textures" : "mossy_stone_brick_wall" + }, + "mossy_stone_bricks" : { + "sound" : "stone", + "textures" : "mossy_stone_bricks" + }, "movingBlock" : { "textures" : "missing_tile" }, @@ -3187,6 +3558,17 @@ "west" : "muddy_mangrove_roots_side" } }, + "mushroom_stem" : { + "sound" : "wood", + "textures" : { + "down" : "mushroom_stem_bottom", + "east" : "mushroom_stem_east", + "north" : "mushroom_stem_north", + "south" : "mushroom_stem_south", + "up" : "mushroom_stem_top", + "west" : "mushroom_stem_west" + } + }, "mycelium" : { "isotropic" : { "down" : true, @@ -3204,6 +3586,10 @@ "sound" : "nether_brick", "textures" : "nether_brick" }, + "nether_brick_double_slab" : { + "sound" : "stone", + "textures" : "nether_brick_slab" + }, "nether_brick_fence" : { "sound" : "nether_brick", "textures" : "nether_brick" @@ -3216,6 +3602,10 @@ "sound" : "nether_brick", "textures" : "nether_brick" }, + "nether_brick_wall" : { + "sound" : "stone", + "textures" : "nether_brick_wall" + }, "nether_gold_ore" : { "sound" : "nether_gold_ore", "textures" : "nether_gold_ore" @@ -3245,6 +3635,10 @@ "sound" : "metal", "textures" : "reactor_core" }, + "normal_stone_slab" : { + "sound" : "stone", + "textures" : "normal_stone_slab" + }, "normal_stone_stairs" : { "sound" : "stone", "textures" : "stone" @@ -3467,10 +3861,18 @@ "up" : "peony_top" } }, + "petrified_oak_double_slab" : { + "sound" : "stone", + "textures" : "oak_planks" + }, "petrified_oak_slab" : { "sound" : "stone", "textures" : "oak_planks" }, + "piglin_head" : { + "sound" : "stone", + "textures" : "skull" + }, "pink_candle" : { "carried_textures" : "pink_candle_carried", "sound" : "candle", @@ -3579,6 +3981,10 @@ "sound" : "wood", "textures" : "planks" }, + "player_head" : { + "sound" : "stone", + "textures" : "skull" + }, "podzol" : { "isotropic" : { "down" : true, @@ -3602,6 +4008,18 @@ "west" : "pointed_dripstone_merge" } }, + "polished_andesite" : { + "sound" : "stone", + "textures" : "polished_andesite" + }, + "polished_andesite_double_slab" : { + "sound" : "stone", + "textures" : "polished_andesite_slab" + }, + "polished_andesite_slab" : { + "sound" : "stone", + "textures" : "polished_andesite_slab" + }, "polished_andesite_stairs" : { "sound" : "stone", "textures" : "polished_andesite" @@ -3687,10 +4105,34 @@ "sound" : "deepslate", "textures" : "polished_deepslate" }, + "polished_diorite" : { + "sound" : "stone", + "textures" : "polished_diorite" + }, + "polished_diorite_double_slab" : { + "sound" : "stone", + "textures" : "polished_diorite_slab" + }, + "polished_diorite_slab" : { + "sound" : "stone", + "textures" : "polished_diorite_slab" + }, "polished_diorite_stairs" : { "sound" : "stone", "textures" : "polished_diorite" }, + "polished_granite" : { + "sound" : "stone", + "textures" : "polished_granite" + }, + "polished_granite_double_slab" : { + "sound" : "stone", + "textures" : "polished_granite_slab" + }, + "polished_granite_slab" : { + "sound" : "stone", + "textures" : "polished_granite_slab" + }, "polished_granite_stairs" : { "sound" : "stone", "textures" : "polished_granite" @@ -3750,16 +4192,40 @@ }, "prismarine" : { "sound" : "stone", - "textures" : "prismarine" + "textures" : "flattened_prismarine" + }, + "prismarine_brick_double_slab" : { + "sound" : "stone", + "textures" : "prismarine_brick_slab" + }, + "prismarine_brick_slab" : { + "sound" : "stone", + "textures" : "prismarine_brick_slab" + }, + "prismarine_bricks" : { + "sound" : "stone", + "textures" : "prismarine_bricks" }, "prismarine_bricks_stairs" : { "sound" : "stone", "textures" : "prismarine_bricks" }, + "prismarine_double_slab" : { + "sound" : "stone", + "textures" : "prismarine_slab" + }, + "prismarine_slab" : { + "sound" : "stone", + "textures" : "prismarine_slab" + }, "prismarine_stairs" : { "sound" : "stone", "textures" : "prismarine" }, + "prismarine_wall" : { + "sound" : "stone", + "textures" : "prismarine_wall" + }, "pumpkin" : { "sound" : "wood", "textures" : { @@ -3835,32 +4301,60 @@ "textures" : "wool_colored_purple" }, "purpur_block" : { + "sound" : "stone", + "textures" : "flattened_purpur_block" + }, + "purpur_double_slab" : { + "sound" : "stone", + "textures" : "purpur_slab" + }, + "purpur_pillar" : { "sound" : "stone", "textures" : { - "down" : "purpur_block_bottom", - "side" : "purpur_block_side", - "up" : "purpur_block_top" + "down" : "purpur_pillar_top", + "side" : "purpur_pillar_side", + "up" : "purpur_pillar_top" } }, + "purpur_slab" : { + "sound" : "stone", + "textures" : "purpur_slab" + }, "purpur_stairs" : { "textures" : "stair_purpur_block" }, "quartz_block" : { "sound" : "stone", "textures" : { - "down" : "quartz_block_bottom", - "side" : "quartz_block_side", - "up" : "quartz_block_top" + "down" : "flattened_quartz_block_top", + "side" : "flattened_quartz_block_side", + "up" : "flattened_quartz_block_top" } }, "quartz_bricks" : { "sound" : "stone", "textures" : "quartz_bricks" }, + "quartz_double_slab" : { + "sound" : "stone", + "textures" : { + "down" : "quartz_slab_bottom", + "side" : "quartz_slab_side", + "up" : "quartz_slab_top" + } + }, "quartz_ore" : { "sound" : "nether_gold_ore", "textures" : "quartz_ore" }, + "quartz_pillar" : { + "sound" : "stone", + "textures" : { + "down" : "quartz_pillar_top", + "side" : "quartz_pillar_side", + "up" : "quartz_pillar_top" + } + }, "quartz_slab" : { "sound" : "stone", "textures" : { @@ -3955,11 +4449,29 @@ "sound" : "nether_brick", "textures" : "red_nether_brick" }, + "red_nether_brick_double_slab" : { + "sound" : "stone", + "textures" : "red_nether_brick_slab" + }, + "red_nether_brick_slab" : { + "sound" : "stone", + "textures" : "red_nether_brick_slab" + }, "red_nether_brick_stairs" : { "brightness_gamma" : 0.80, "sound" : "nether_brick", "textures" : "red_nether_brick" }, + "red_nether_brick_wall" : { + "sound" : "stone", + "textures" : "red_nether_brick_wall" + }, + "red_sand" : { + "brightness_gamma" : 0.550, + "isotropic" : true, + "sound" : "sand", + "textures" : "red_sand" + }, "red_sandstone" : { "brightness_gamma" : 0.70, "isotropic" : { @@ -3968,9 +4480,25 @@ }, "sound" : "stone", "textures" : { - "down" : "redsandstone_bottom", - "side" : "redsandstone_side", - "up" : "redsandstone_top" + "down" : "flattened_redsandstone_bottom", + "side" : "flattened_redsandstone", + "up" : "flattened_redsandstone_top" + } + }, + "red_sandstone_double_slab" : { + "sound" : "stone", + "textures" : { + "down" : "red_sandstone_slab_bottom", + "side" : "red_sandstone_slab_side", + "up" : "red_sandstone_slab_top" + } + }, + "red_sandstone_slab" : { + "sound" : "stone", + "textures" : { + "down" : "red_sandstone_slab_bottom", + "side" : "red_sandstone_slab_side", + "up" : "red_sandstone_slab_top" } }, "red_sandstone_stairs" : { @@ -3984,6 +4512,10 @@ "up" : "redsandstone_top" } }, + "red_sandstone_wall" : { + "sound" : "stone", + "textures" : "red_sandstone_wall" + }, "red_shulker_box" : { "sound" : "stone", "textures" : "red_shulker_box" @@ -4088,7 +4620,7 @@ "brightness_gamma" : 0.550, "isotropic" : true, "sound" : "sand", - "textures" : "sand" + "textures" : "flattened_sand" }, "sandstone" : { "brightness_gamma" : 0.70, @@ -4098,9 +4630,17 @@ }, "sound" : "stone", "textures" : { - "down" : "sandstone_bottom", - "side" : "sandstone_side", - "up" : "sandstone_top" + "down" : "flattened_sandstone_bottom", + "side" : "flattened_sandstone", + "up" : "flattened_sandstone_top" + } + }, + "sandstone_double_slab" : { + "sound" : "stone", + "textures" : { + "down" : "sandstone_slab_bottom", + "side" : "sandstone_slab_side", + "up" : "sandstone_slab_top" } }, "sandstone_slab" : { @@ -4122,6 +4662,10 @@ "up" : "sandstone_top" } }, + "sandstone_wall" : { + "sound" : "stone", + "textures" : "sandstone_wall" + }, "sapling" : { "sound" : "grass", "textures" : "sapling" @@ -4212,6 +4756,10 @@ "sound" : "stone", "textures" : "silver_glazed_terracotta" }, + "skeleton_skull" : { + "sound" : "stone", + "textures" : "skull" + }, "skull" : { "sound" : "stone", "textures" : "skull" @@ -4261,14 +4809,64 @@ "sound" : "basalt", "textures" : "smooth_basalt" }, + "smooth_quartz" : { + "sound" : "stone", + "textures" : "smooth_quartz" + }, + "smooth_quartz_slab" : { + "sound" : "stone", + "textures" : "smooth_quartz_slab" + }, "smooth_quartz_stairs" : { "sound" : "stone", "textures" : "stair_smooth_quartz_block" }, + "smooth_red_sandstone" : { + "brightness_gamma" : 0.70, + "isotropic" : { + "down" : true, + "up" : true + }, + "sound" : "stone", + "textures" : { + "down" : "flattened_redsandstone_top", + "side" : "smooth_red_sandstone", + "up" : "flattened_redsandstone_top" + } + }, + "smooth_red_sandstone_double_slab" : { + "sound" : "stone", + "textures" : "smooth_red_sandstone_slab" + }, + "smooth_red_sandstone_slab" : { + "sound" : "stone", + "textures" : "smooth_red_sandstone_slab" + }, "smooth_red_sandstone_stairs" : { "sound" : "stone", "textures" : "smooth_red_sandstone" }, + "smooth_sandstone" : { + "brightness_gamma" : 0.70, + "isotropic" : { + "down" : true, + "up" : true + }, + "sound" : "stone", + "textures" : { + "down" : "flattened_sandstone_top", + "side" : "smooth_sandstone", + "up" : "flattened_sandstone_top" + } + }, + "smooth_sandstone_double_slab" : { + "sound" : "stone", + "textures" : "smooth_sandstone_slab" + }, + "smooth_sandstone_slab" : { + "sound" : "stone", + "textures" : "smooth_sandstone_slab" + }, "smooth_sandstone_stairs" : { "sound" : "stone", "textures" : "smooth_sandstone" @@ -4277,6 +4875,14 @@ "sound" : "stone", "textures" : "smooth_stone" }, + "smooth_stone_double_slab" : { + "sound" : "stone", + "textures" : { + "down" : "smooth_stone_slab_bottom", + "side" : "smooth_stone_slab_side", + "up" : "smooth_stone_slab_top" + } + }, "smooth_stone_slab" : { "sound" : "stone", "textures" : { @@ -4348,7 +4954,7 @@ "sponge" : { "isotropic" : true, "sound" : "grass", - "textures" : "sponge" + "textures" : "flattened_sponge" }, "spore_blossom" : { "sound" : "spore_blossom", @@ -4483,7 +5089,11 @@ }, "stone" : { "sound" : "stone", - "textures" : "stone" + "textures" : "flattened_stone" + }, + "stone_brick_double_slab" : { + "sound" : "stone", + "textures" : "stone_brick_slab" }, "stone_brick_slab" : { "sound" : "stone", @@ -4492,6 +5102,14 @@ "stone_brick_stairs" : { "textures" : "stonebrick" }, + "stone_brick_wall" : { + "sound" : "stone", + "textures" : "stone_brick_wall" + }, + "stone_bricks" : { + "sound" : "stone", + "textures" : "stone_bricks" + }, "stone_button" : { "sound" : "stone", "textures" : "stone" @@ -4719,7 +5337,7 @@ "textures" : "structure_block" }, "structure_void" : { - "textures" : "structure_void" + "textures" : "flattened_structure_void" }, "sunflower" : { "carried_textures" : "sunflower_carried", @@ -4779,9 +5397,9 @@ "tnt" : { "sound" : "grass", "textures" : { - "down" : "tnt_bottom", - "side" : "tnt_side", - "up" : "tnt_top" + "down" : "flattened_tnt_bottom", + "side" : "flattened_tnt_side", + "up" : "flattened_tnt_top" } }, "torch" : { @@ -4850,6 +5468,11 @@ "up" : "tube_coral_fan" } }, + "tube_coral_wall_fan" : { + "carried_textures" : "tube_coral_wall_fan", + "sound" : "stone", + "textures" : "tube_coral_wall_fan" + }, "tuff" : { "sound" : "tuff", "textures" : "tuff" @@ -5350,6 +5973,11 @@ "west" : "weeping_vines_base" } }, + "wet_sponge" : { + "isotropic" : true, + "sound" : "grass", + "textures" : "wet_sponge" + }, "wheat" : { "sound" : "grass", "textures" : "wheat" @@ -5421,6 +6049,10 @@ "sound" : "grass", "textures" : "wither_rose" }, + "wither_skeleton_skull" : { + "sound" : "stone", + "textures" : "skull" + }, "wood" : { "sound" : "wood", "textures" : "wood" @@ -5511,5 +6143,9 @@ "yellow_wool" : { "sound" : "cloth", "textures" : "wool_colored_yellow" + }, + "zombie_head" : { + "sound" : "stone", + "textures" : "skull" } } diff --git a/resource_pack/entity/horse_v1.entity.json b/resource_pack/entity/horse_v1.entity.json index 33073446a..c643277e5 100644 --- a/resource_pack/entity/horse_v1.entity.json +++ b/resource_pack/entity/horse_v1.entity.json @@ -47,7 +47,7 @@ "variable.head_rotation = query.bone_rotation('head');" ], "pre_animation": [ - "variable.armor_texture_slot = query.armor_texture_slot(1);", + "variable.armor_texture_slot = query.armor_texture_slot(4);", "variable.eat_anim = math.clamp(variable.eat_anim + (query.is_grazing ? ((1.0 - variable.eat_anim) * 0.4 + 0.05) : -variable.eat_anim * 0.4 - 0.05) * query.delta_time * 20.0, 0.0, 1.0);", "variable.mouth_anim = math.clamp(variable.mouth_anim + (variable.open_mouth ? ((1.0 - variable.mouth_anim) * 0.7 + 0.05) : -variable.mouth_anim * 0.7 - 0.05) * query.delta_time * 20.0, 0.0, 1.0);", "variable.walk_tail_angle = math.clamp(query.modified_move_speed * 50.0, 0.0, 90.0) * (1.0 - variable.stand_anim);", diff --git a/resource_pack/entity/horse_v2.entity.json b/resource_pack/entity/horse_v2.entity.json index c55275a15..5a8268a5a 100644 --- a/resource_pack/entity/horse_v2.entity.json +++ b/resource_pack/entity/horse_v2.entity.json @@ -43,7 +43,7 @@ "variable.mouth_anim = 0.0;" ], "pre_animation": [ - "variable.armor_texture_slot = query.armor_texture_slot(1);", + "variable.armor_texture_slot = query.armor_texture_slot(4);", "variable.eat_anim = math.clamp(variable.eat_anim + (query.is_grazing ? ((1.0 - variable.eat_anim) * 0.4 + 0.05) : -variable.eat_anim * 0.4 - 0.05) * query.delta_time * 20.0, 0.0, 1.0);", "variable.mouth_anim = math.clamp(variable.mouth_anim + (variable.open_mouth ? ((1.0 - variable.mouth_anim) * 0.7 + 0.05) : -variable.mouth_anim * 0.7 - 0.05) * query.delta_time * 20.0, 0.0, 1.0);", "variable.head_x_rot = query.target_x_rotation + (query.modified_move_speed > 0.2 ? (math.cos(query.modified_distance_moved * 11.46) * 11.46 * query.modified_move_speed + query.modified_move_speed * 11.46) : 0.0);", 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/models/entity/bogged.geo.json b/resource_pack/models/entity/bogged.geo.json index 5d676835c..22ca07943 100644 --- a/resource_pack/models/entity/bogged.geo.json +++ b/resource_pack/models/entity/bogged.geo.json @@ -1,98 +1,105 @@ { - "format_version": "1.12.0", - "minecraft:geometry": [ - { - "description": { - "identifier": "geometry.skeleton.bogged", - "texture_width": 64, - "texture_height": 32, - "visible_bounds_width": 2, - "visible_bounds_height": 3, - "visible_bounds_offset": [0, 1.5, 0] - }, - "bones": [ - { - "name": "body", - "pivot": [0, 24, 0], - "cubes": [ - {"origin": [-4, 12, -2], "size": [8, 12, 4], "uv": [16, 16]} - ] - }, - { - "name": "waist", - "pivot": [0, 12, 0] - }, - { - "name": "head", - "pivot": [0, 24, 0], - "cubes": [ - {"origin": [-4, 24, -4], "size": [8, 8, 8], "uv": [0, 0]} - ], - "locators": { - "lead": [0, 24, 0] - } - }, - { - "name": "mushrooms", - "parent": "head", - "pivot": [3, 31.5, 3], - "cubes": [ - {"origin": [-6, 31, -3], "size": [6, 4, 0], "pivot": [-3, 32.5, -3], "rotation": [0, -45, 0], "uv": [50, 22]}, - {"origin": [-6, 31, -3], "size": [6, 4, 0], "pivot": [-3, 32.5, -3], "rotation": [0, 45, 0], "uv": [50, 22]}, - {"origin": [0, 31, 3], "size": [6, 4, 0], "pivot": [3, 31.5, 3], "rotation": [0, 45, 0], "uv": [50, 16]}, - {"origin": [0, 31, 3], "size": [6, 4, 0], "pivot": [3, 31.5, 3], "rotation": [0, -45, 0], "uv": [50, 16]}, - {"origin": [-5, 25, 3], "size": [6, 5, 0], "pivot": [-2, 25, 3], "rotation": [-90, 0, 45], "uv": [50, 27]}, - {"origin": [-5, 25, 3], "size": [6, 5, 0], "pivot": [-2, 25, 3], "rotation": [-90, 0, 135], "uv": [50, 27]} - ] - }, - { - "name": "hat", - "pivot": [0, 24, 0], - "cubes": [ - {"origin": [-4, 24, -4], "size": [8, 8, 8], "inflate": 0.2, "uv": [32, 0]} - ] - }, - { - "name": "rightArm", - "pivot": [-5, 22, 0], - "cubes": [ - {"origin": [-6, 12, -1], "size": [2, 12, 2], "uv": [40, 16]} - ] - }, - { - "name": "rightItem", - "parent": "rightArm", - "pivot": [-6, 15, 1] - }, - { - "name": "leftArm", - "pivot": [5, 22, 0], - "mirror": true, - "cubes": [ - {"origin": [4, 12, -1], "size": [2, 12, 2], "uv": [40, 16]} - ] - }, - { - "name": "leftItem", - "parent": "leftArm", - "pivot": [6, 15, 1] - }, - { - "name": "rightLeg", - "pivot": [-2, 12, 0], - "cubes": [ - {"origin": [-3, 0, -1], "size": [2, 12, 2], "uv": [0, 16]} - ] - }, - { - "name": "leftLeg", - "pivot": [2, 12, 0], - "mirror": true, - "cubes": [ - {"origin": [1, 0, -1], "size": [2, 12, 2], "uv": [0, 16]} - ] - } - ] - } - ] + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.skeleton.bogged", + "texture_width": 64, + "texture_height": 32, + "visible_bounds_width": 2, + "visible_bounds_height": 3, + "visible_bounds_offset": [0, 1.5, 0] + }, + "bones": [ + { + "name": "waist", + "pivot": [0, 12, 0] + }, + { + "name": "body", + "parent": "waist", + "pivot": [0, 24, 0], + "cubes": [ + {"origin": [-4, 12, -2], "size": [8, 12, 4], "uv": [16, 16]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 24, 0], + "cubes": [ + {"origin": [-4, 24, -4], "size": [8, 8, 8], "uv": [0, 0]} + ], + "locators": { + "lead": [0, 24, 0] + } + }, + { + "name": "mushrooms", + "parent": "head", + "pivot": [3, 31.5, 3], + "cubes": [ + {"origin": [-6, 31, -3], "size": [6, 4, 0], "pivot": [-3, 32.5, -3], "rotation": [0, -45, 0], "uv": [50, 22]}, + {"origin": [-6, 31, -3], "size": [6, 4, 0], "pivot": [-3, 32.5, -3], "rotation": [0, 45, 0], "uv": [50, 22]}, + {"origin": [0, 31, 3], "size": [6, 4, 0], "pivot": [3, 31.5, 3], "rotation": [0, 45, 0], "uv": [50, 16]}, + {"origin": [0, 31, 3], "size": [6, 4, 0], "pivot": [3, 31.5, 3], "rotation": [0, -45, 0], "uv": [50, 16]}, + {"origin": [-5, 25, 3], "size": [6, 5, 0], "pivot": [-2, 25, 3], "rotation": [-90, 0, 45], "uv": [50, 27]}, + {"origin": [-5, 25, 3], "size": [6, 5, 0], "pivot": [-2, 25, 3], "rotation": [-90, 0, 135], "uv": [50, 27]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 24, 0], + "cubes": [ + {"origin": [-4, 24, -4], "size": [8, 8, 8], "inflate": 0.2, "uv": [32, 0]} + ] + }, + { + "name": "rightArm", + "parent": "body", + "pivot": [-5, 22, 0], + "cubes": [ + {"origin": [-6, 12, -1], "size": [2, 12, 2], "uv": [40, 16]} + ] + }, + { + "name": "rightItem", + "parent": "rightArm", + "pivot": [-6, 15, 1] + }, + { + "name": "leftArm", + "parent": "body", + "pivot": [5, 22, 0], + "mirror": true, + "cubes": [ + {"origin": [4, 12, -1], "size": [2, 12, 2], "uv": [40, 16]} + ] + }, + { + "name": "leftItem", + "parent": "leftArm", + "pivot": [6, 15, 1] + }, + { + "name": "rightLeg", + "parent": "body", + "pivot": [-2, 12, 0], + "cubes": [ + {"origin": [-3, 0, -1], "size": [2, 12, 2], "uv": [0, 16]} + ] + }, + { + "name": "leftLeg", + "parent": "body", + "pivot": [2, 12, 0], + "mirror": true, + "cubes": [ + {"origin": [1, 0, -1], "size": [2, 12, 2], "uv": [0, 16]} + ] + } + ] + } + ] } \ No newline at end of file diff --git a/resource_pack/particles/sneeze.json b/resource_pack/particles/sneeze.json new file mode 100644 index 000000000..bd00f896e --- /dev/null +++ b/resource_pack/particles/sneeze.json @@ -0,0 +1,49 @@ +{ + "format_version": "1.10.0", + "particle_effect": { + "description": { + "identifier": "minecraft:sneeze", + "basic_render_parameters": { + "material": "particles_blend", + "texture": "textures/particle/particles" + } + }, + "components": { + "minecraft:emitter_rate_instant": { + "num_particles": 1 + }, + + "minecraft:emitter_lifetime_once": {}, + + "minecraft:emitter_shape_point": {}, + + "minecraft:particle_lifetime_expression": { + "max_lifetime": "2 / ((Math.random(0.0, 1.0) * 0.8 + 0.2) * 5)" + }, + + "minecraft:particle_appearance_billboard": { + "size": [ 0.375, 0.375 ], + "facing_camera_mode": "lookat_xyz", + + "uv": { + "texture_width": 128, + "texture_height": 128, + "flipbook": { + "base_UV": [ 56, 0 ], + "size_UV": [ 8, 8 ], + "step_UV": [ -8, 0 ], + "frames_per_second": 8, + "max_frame": 8, + "stretch_to_lifetime": true + } + } + }, + + "minecraft:particle_appearance_tinting": { + "color": [ 0.2, 0.78, 0.55, 0.35 ] + }, + + "minecraft:particle_appearance_lighting": {} + } + } +} 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/render_controllers/horse_v1_and_v2.render_controllers.json b/resource_pack/render_controllers/horse_v1_and_v2.render_controllers.json index bcb4994a3..634b6dc72 100644 --- a/resource_pack/render_controllers/horse_v1_and_v2.render_controllers.json +++ b/resource_pack/render_controllers/horse_v1_and_v2.render_controllers.json @@ -46,10 +46,10 @@ "Array.armor[variable.armor_texture_slot]" ], "color": { - "r": "variable.armor_texture_slot ? query.armor_color_slot(1, 0) : this", - "g": "variable.armor_texture_slot ? query.armor_color_slot(1, 1) : this", - "b": "variable.armor_texture_slot ? query.armor_color_slot(1, 2) : this", - "a": "variable.armor_texture_slot ? query.armor_color_slot(1, 3) : this" + "r": "variable.armor_texture_slot ? query.armor_color_slot(4, 0) : this", + "g": "variable.armor_texture_slot ? query.armor_color_slot(4, 1) : this", + "b": "variable.armor_texture_slot ? query.armor_color_slot(4, 2) : this", + "a": "variable.armor_texture_slot ? query.armor_color_slot(4, 3) : this" } } } diff --git a/resource_pack/sounds.json b/resource_pack/sounds.json index 4e7ecd5f6..d132f7cb7 100644 --- a/resource_pack/sounds.json +++ b/resource_pack/sounds.json @@ -1748,7 +1748,8 @@ "default" : "", "hit" : { "pitch" : 0.50, - "sound" : "block.mob_spawner.step" + "sound" : "block.mob_spawner.step", + "volume" : 0.40 }, "item.use.on" : { "sound" : "block.mob_spawner.step" @@ -3054,7 +3055,7 @@ "hit" : { "pitch" : 0.50, "sound" : "trial_spawner.hit", - "volume" : 1.0 + "volume" : 0.380 }, "place" : { "pitch" : 0.80, @@ -5078,7 +5079,7 @@ "step" : { "pitch" : 1.0, "sound" : "entity.wither_skeleton.step", - "volume" : 0.150 + "volume" : 1.0 } }, "pitch" : [ 0.80, 1.20 ], @@ -5788,6 +5789,26 @@ "sound" : "mob.shulker.bullet.hit", "volume" : 1.0 }, + "bundle.drop_contents" : { + "pitch" : 1.0, + "sound" : "bundle.drop_contents", + "volume" : 1.0 + }, + "bundle.insert" : { + "pitch" : 1.0, + "sound" : "bundle.insert", + "volume" : 1.0 + }, + "bundle.insert_fail" : { + "pitch" : 1.0, + "sound" : "bundle.insert_fail", + "volume" : 1.0 + }, + "bundle.remove_one" : { + "pitch" : 1.0, + "sound" : "bundle.remove_one", + "volume" : 1.0 + }, "burp" : { "pitch" : [ 0.90, 1.0 ], "sound" : "random.burp", @@ -7891,7 +7912,8 @@ "sound" : "block.mob_spawner.step" }, "step" : { - "sound" : "block.mob_spawner.step" + "sound" : "block.mob_spawner.step", + "volume" : 0.20 } }, "pitch" : 1.0, diff --git a/resource_pack/sounds/item/bundle/drop_contents1.fsb b/resource_pack/sounds/item/bundle/drop_contents1.fsb new file mode 100644 index 000000000..71ec66914 Binary files /dev/null and b/resource_pack/sounds/item/bundle/drop_contents1.fsb differ diff --git a/resource_pack/sounds/item/bundle/drop_contents2.fsb b/resource_pack/sounds/item/bundle/drop_contents2.fsb new file mode 100644 index 000000000..4c5fd008d Binary files /dev/null and b/resource_pack/sounds/item/bundle/drop_contents2.fsb differ diff --git a/resource_pack/sounds/item/bundle/drop_contents3.fsb b/resource_pack/sounds/item/bundle/drop_contents3.fsb new file mode 100644 index 000000000..1fd40a8ae Binary files /dev/null and b/resource_pack/sounds/item/bundle/drop_contents3.fsb differ diff --git a/resource_pack/sounds/item/bundle/insert1.fsb b/resource_pack/sounds/item/bundle/insert1.fsb new file mode 100644 index 000000000..7b331a295 Binary files /dev/null and b/resource_pack/sounds/item/bundle/insert1.fsb differ diff --git a/resource_pack/sounds/item/bundle/insert2.fsb b/resource_pack/sounds/item/bundle/insert2.fsb new file mode 100644 index 000000000..36714b688 Binary files /dev/null and b/resource_pack/sounds/item/bundle/insert2.fsb differ diff --git a/resource_pack/sounds/item/bundle/insert3.fsb b/resource_pack/sounds/item/bundle/insert3.fsb new file mode 100644 index 000000000..fc8f09659 Binary files /dev/null and b/resource_pack/sounds/item/bundle/insert3.fsb differ diff --git a/resource_pack/sounds/item/bundle/insert_fail.fsb b/resource_pack/sounds/item/bundle/insert_fail.fsb new file mode 100644 index 000000000..c0647a981 Binary files /dev/null and b/resource_pack/sounds/item/bundle/insert_fail.fsb differ diff --git a/resource_pack/sounds/item/bundle/remove_one1.fsb b/resource_pack/sounds/item/bundle/remove_one1.fsb new file mode 100644 index 000000000..3bcf10229 Binary files /dev/null and b/resource_pack/sounds/item/bundle/remove_one1.fsb differ diff --git a/resource_pack/sounds/item/bundle/remove_one2.fsb b/resource_pack/sounds/item/bundle/remove_one2.fsb new file mode 100644 index 000000000..e4b66f02e Binary files /dev/null and b/resource_pack/sounds/item/bundle/remove_one2.fsb differ diff --git a/resource_pack/sounds/item/bundle/remove_one3.fsb b/resource_pack/sounds/item/bundle/remove_one3.fsb new file mode 100644 index 000000000..31e1abd7f Binary files /dev/null and b/resource_pack/sounds/item/bundle/remove_one3.fsb differ diff --git a/resource_pack/sounds/sound_definitions.json b/resource_pack/sounds/sound_definitions.json index 433642611..01a34627d 100644 --- a/resource_pack/sounds/sound_definitions.json +++ b/resource_pack/sounds/sound_definitions.json @@ -3662,6 +3662,101 @@ "sounds/bucket/fill3" ] }, + "bundle.drop_contents" : { + "category" : "player", + "max_distance" : null, + "min_distance" : null, + "sounds" : [ + { + "name" : "sounds/item/bundle/drop_contents1", + "pitch" : 0.950 + }, + "sounds/item/bundle/drop_contents2", + { + "name" : "sounds/item/bundle/drop_contents2", + "pitch" : 0.950 + }, + "sounds/item/bundle/drop_contents3", + { + "name" : "sounds/item/bundle/drop_contents3", + "pitch" : 0.950 + } + ] + }, + "bundle.insert" : { + "category" : "player", + "max_distance" : null, + "min_distance" : null, + "sounds" : [ + "sounds/item/bundle/insert1", + { + "name" : "sounds/item/bundle/insert1", + "pitch" : 0.950 + }, + { + "name" : "sounds/item/bundle/insert1", + "pitch" : 1.050 + }, + "sounds/item/bundle/insert2", + { + "name" : "sounds/item/bundle/insert2", + "pitch" : 0.950 + }, + { + "name" : "sounds/item/bundle/insert2", + "pitch" : 1.050 + }, + "sounds/item/bundle/insert3", + { + "name" : "sounds/item/bundle/insert3", + "pitch" : 0.950 + }, + { + "name" : "sounds/item/bundle/insert3", + "pitch" : 1.050 + } + ] + }, + "bundle.insert_fail" : { + "category" : "player", + "max_distance" : null, + "min_distance" : null, + "sounds" : [ "sounds/item/bundle/insert_fail" ] + }, + "bundle.remove_one" : { + "category" : "player", + "max_distance" : null, + "min_distance" : null, + "sounds" : [ + "sounds/item/bundle/remove_one1", + { + "name" : "sounds/item/bundle/remove_one1", + "pitch" : 1.050 + }, + { + "name" : "sounds/item/bundle/remove_one1", + "pitch" : 1.10 + }, + "sounds/item/bundle/remove_one2", + { + "name" : "sounds/item/bundle/remove_one2", + "pitch" : 1.050 + }, + { + "name" : "sounds/item/bundle/remove_one2", + "pitch" : 1.10 + }, + "sounds/item/bundle/remove_one3", + { + "name" : "sounds/item/bundle/remove_one3", + "pitch" : 1.050 + }, + { + "name" : "sounds/item/bundle/remove_one3", + "pitch" : 1.10 + } + ] + }, "cake.add_candle" : { "category" : "block", "max_distance" : null, @@ -7777,13 +7872,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 +7906,7 @@ ] }, "jump.basalt" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7840,7 +7935,7 @@ ] }, "jump.bone_block" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7867,7 +7962,7 @@ ] }, "jump.chain" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7884,7 +7979,7 @@ }, "jump.cloth" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7898,7 +7993,7 @@ ] }, "jump.coral" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7969,7 +8064,7 @@ }, "jump.grass" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7984,7 +8079,7 @@ }, "jump.gravel" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8011,7 +8106,7 @@ ] }, "jump.honey_block" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8039,7 +8134,7 @@ ] }, "jump.nether_brick" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8055,7 +8150,7 @@ ] }, "jump.nether_gold_ore" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8070,7 +8165,7 @@ ] }, "jump.nether_sprouts" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8085,7 +8180,7 @@ ] }, "jump.nether_wart" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8100,7 +8195,7 @@ ] }, "jump.netherite" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8116,7 +8211,7 @@ ] }, "jump.netherrack" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8132,7 +8227,7 @@ ] }, "jump.nylium" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8161,7 +8256,7 @@ ] }, "jump.roots" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8177,7 +8272,7 @@ }, "jump.sand" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8204,7 +8299,7 @@ ] }, "jump.shroomlight" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8221,7 +8316,7 @@ }, "jump.slime" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8234,7 +8329,7 @@ }, "jump.snow" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8248,7 +8343,7 @@ ] }, "jump.soul_sand" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8263,7 +8358,7 @@ ] }, "jump.soul_soil" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8291,7 +8386,7 @@ ] }, "jump.stem" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8308,7 +8403,7 @@ }, "jump.stone" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8322,7 +8417,7 @@ ] }, "jump.vines" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8338,7 +8433,7 @@ }, "jump.wood" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8352,7 +8447,7 @@ ] }, "land.ancient_debris" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8377,7 +8472,7 @@ ] }, "land.basalt" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8403,7 +8498,7 @@ ] }, "land.bone_block" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8427,7 +8522,7 @@ ] }, "land.chain" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8441,7 +8536,7 @@ }, "land.cloth" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8452,7 +8547,7 @@ ] }, "land.coral" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8517,7 +8612,7 @@ }, "land.grass" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8529,7 +8624,7 @@ }, "land.gravel" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8553,7 +8648,7 @@ ] }, "land.honey_block" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8578,7 +8673,7 @@ ] }, "land.nether_brick" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8591,7 +8686,7 @@ ] }, "land.nether_gold_ore" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8603,7 +8698,7 @@ ] }, "land.nether_sprouts" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8615,7 +8710,7 @@ ] }, "land.nether_wart" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8627,7 +8722,7 @@ ] }, "land.netherite" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8640,7 +8735,7 @@ ] }, "land.netherrack" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8653,7 +8748,7 @@ ] }, "land.nylium" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8678,7 +8773,7 @@ ] }, "land.roots" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8691,7 +8786,7 @@ }, "land.sand" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8715,7 +8810,7 @@ ] }, "land.shroomlight" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8729,7 +8824,7 @@ }, "land.slime" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8742,7 +8837,7 @@ }, "land.snow" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8753,7 +8848,7 @@ ] }, "land.soul_sand" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8765,7 +8860,7 @@ ] }, "land.soul_soil" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8790,7 +8885,7 @@ ] }, "land.stem" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8804,7 +8899,7 @@ }, "land.stone" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8815,7 +8910,7 @@ ] }, "land.vines" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8828,7 +8923,7 @@ }, "land.wood" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -13585,7 +13680,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 +15178,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 +19304,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..7bfce8da3 100644 --- a/resource_pack/texts/bg_BG.lang +++ b/resource_pack/texts/bg_BG.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Екран на енциклопедия # accessibility.screenName.howToPlay=Екран „Как да играем“ # accessibility.screenName.inviteToGame=Екран за покана в играта # accessibility.screenName.joinByIP=Диалогов прозорец за присъединяване по IP # +accessibility.screenName.joinByConnectionID=Присъединете се чрез диалоговия прозорец на ID на връзката # accessibility.screenName.joinCode=Диалогов прозорец за код за присъединяване # accessibility.screenName.library=Екран на библиотеката # accessibility.screenName.modalDialog=Изскачащ диалогов прозорец # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Екран на профила # accessibility.screenName.realmInviteLinkSettings=Екран с настройки на линк за покана за обител # accessibility.screenName.realmSettings=Екран за настройки на обител # accessibility.screenName.settings=Екран за настройки на играта # -accessibility.screenName.addFriend=Екран за добавяне на приятел # accessibility.screenName.skinPicker=Екран за избор на скин # accessibility.screenName.start=Основно меню # accessibility.screenName.vrAlignment=Екран за подравняване във VR # accessibility.screenName.emoteWheel=Екран за изразяване на емоция # +accessibility.screenName.addExternalServer=Екран за добавяне на външен сървър # +accessibility.screenName.editExternalServer=Екран за редактиране на външен сървър # accessibility.search.sort_menu.A_to_Z.tts.title=По азбучен ред ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Обратно на азбучния ред ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Неуспешно премахване н commands.effect.failure.notAMob=%1$ не може да има ефекти # commands.effect.notFound=Не съществува ефект на моб с ИД %s # commands.effect.success=Предоставен ефект %1$s * %2$d на %3$s за %4$d секунди # +commands.effect.success.infinite=Даде %1$s * %2$d на %3$s за безкрайно дълго време # commands.effect.success.removed=Отнет е ефект %1$s от %2$s # commands.effect.success.removed.all=Отнети са всички ефекти от %1$s # commands.enchant.cantCombine=%1$s не може да се комбинира с %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Целевият обект не мо commands.generic.entity.invalidType=Типът обект „%1$s“ е невалиден # commands.generic.entity.invalidUuid=Предоставеният UUID на обекта е с невалиден формат # commands.generic.entity.notFound=Обектът не може да бъде намерен # -commands.generic.error.permissions=Неправилни нива на разрешение. %s е команда от ниво %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Неправилно ниво на разрешение за команда: %s. ###1: command name commands.generic.exception=Възникна неизвестна грешка при опит за изпълнение на тази команда # commands.generic.invalidAgentType=Аргумент за тип е приложен на селектор само за Agent # commands.generic.invalidcontext=Невалиден контекст е предоставен за даден тип команда # +commands.generic.invalidOrigin=Произходът на командата е бил невалиден по време на изпълнението ѝ # commands.generic.invalidDevice=Командата, която въведохте, %s, не се поддържа на това устройство # commands.generic.invalidMessage=Невалидна дължина на съобщението # commands.generic.invalidPlayerType=Аргумент за тип е приложен на селектор само за играч # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Успешно изпълнени %1$d въвед commands.schedule.invalidOrigin=Необходимият за изпълнение произход на тази функция е невалиден. # commands.schedule.name.empty=Полето с името на зоната с активни тикове не може да е празно. # commands.schedule.too.many.areas=Бяха намерени повече от една зони с активни тикове с името %s. Моля, използвайте една зона. # +commands.schedule.clear.failure=Не бяха премахнати функции с името %1$s. # +commands.schedule.clear.success=Премахнати са %1$d функции с името %2$s. # +commands.schedule.tickingarea.clear.success=Премахнати са %1$d функции с името в зоната с активни тикове %2$s. # +commands.schedule.tickingarea.clear.failure=Не бяха премахнати функции с името в зоната с активни тикове %1$s. # +commands.schedule.tickingarea.func.clear.success=Премахнати са %1$d функции с името в зоната с активни тикове %2$s и с името %3$s. # +commands.schedule.tickingarea.func.clear.failure=Не бяха премахнати функции с името в зоната с активни тикове %1$s и с името %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Стойностите на избледняван commands.camera.invalid.easing=Не се поддържа преминаване към нестационарни камери # commands.camera.invalid.time=Продължителността на избледняването трябва да е между 0 и 10 секунди # commands.camera.invalid.pitch=Наклонът на камерата (завъртането по X) трябва да е между -90 и 90 градуса # -commands.camera.invalid.view.offset=Отместването на изгледа трябва да е между -100 и 100 # +commands.camera.invalid.view.offset=Отместването на изгледа трябва да е между -64 и 64 # +commands.camera.invalid.entity.offset=Отместването на обекта трябва да е между -64 и 64 # +commands.camera.invalid.offset.camera=Отместването на обекта и изгледа може да се прилага само за камерата follow_orbit # commands.camera.perspective.locked=Перспективата не може да бъде променена, докато използвате персонализирани камери # commands.camera.perspective.option=Избраната от вас камера ще се промени, когато персонализираната камера не е активна # commands.world_age.description=Променя или подава заявка за възрастта на света (време от създаването). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Премахване на входящия ма controller.buttonTip.removeMaterial=Премахване на материала # controller.buttonTip.renameItem=Преименуване на предмета # controller.buttonTip.returnToRecipe=Връщане към рецептата # +controller.buttonTip.swap=Размяна # controller.buttonTip.enterSearch=Търсене # controller.buttonTip.searchRecipe=Бързо търсене # controller.buttonTip.confirmSearch=Потвърждаване # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Изработване на един # controller.buttonTip.take=Взимане # controller.buttonTip.takeItem=Взимане на предмета # controller.buttonTip.clearHotbar=Изчистване на лентата за бързи слотове # +controller.buttonTip.add.to.bundle=Добавяне към колекция # +controller.buttonTip.place.from.bundle=Поставяне от колекция # +controller.buttonTip.take.from.bundle=Взимане от колекция # controllerLayoutScreen.actions=Действия # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Пробвайте го сега # ## Edu Course Multiplayer strings course.edu.enterIp=Въведете IP адрес на света, към който искате да се присъедините. # course.edu.enterConnection=Въведете ID на връзката на света, към който искате да се присъедините. # +course.edu.enterConnectionScreenReader=Въведете ID на връзката на света, към който искате да се присъедините. # course.edu.ipAddress=IP адрес # course.edu.ipPlaceholder=Въведете IP или адрес на сървър # course.edu.ipTooltipText=За да откриете IP адреса, поискайте от домакина да постави урока на пауза. Можете да видите IP адреса от дясната страна на неговия екран. # course.edu.connectionInfo=ID на връзката # course.edu.conInfoPlaceholder=Моля, въведете ID на връзката # -course.edu.conInfoHostTooltipText=Можете да споделите ID на връзката, ако други имат проблеми с присъединяването към света ви, като използвате кода за присъединяване или споделена връзка. # +course.edu.conInfoHostTooltipText=Можете да споделите ID на връзката, ако други имат проблеми с присъединяването към света ви, като използвате кода за присъединяване или споделена връзка без презареждане. # +course.edu.conInfoHostTooltipTextScreenReader=Можете да споделите ID на връзката, ако други имат проблеми с присъединяването към света ви, като използвате кода за присъединяване или споделена връзка. # course.edu.conInfoTooltipText=Домакинът може да намери номера на връзката в раздела за групова игра на менюто на играта в света. # +course.edu.conInfoTooltipTextScreenReader=Домакинът може да намери номера на връзката в раздела за групова игра на менюто на играта в света. # course.edu.joinLesson=Присъединете се към урока # course.edu.joinLessonIntro=Открийте съученици в урок, към който искате да се присъедините, или въведете техния IP адрес, ако не ги виждате в списъка. # course.edu.joinLessonIntroTeacher=Изберете група, към която искате да се присъедините, или въведете IP адреса, ако не я виждате в списъка. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Добавяйте неограничен б createWorldUpsell.realm.sellPoint2=Записано онлайн: играйте на всяко устройство с Minecraft с пазара в Minecraft # createWorldUpsell.realm.sellPoint3=Не отнема никакво място за съхранение на устройството ви # createWorldUpsell.realm.sellPoint4=Приятелите ви могат да играят, докато ви няма # -createWorldUpsell.signIn=Създаване на обител с акаунт в Microsoft # +createWorldUpsell.signIn=Създаване на Realm с акаунт в Microsoft # createWorldUpsell.world.sellPoint1=Играйте онлайн с до 7 приятели # createWorldUpsell.world.sellPoint2=Записване на устройството: играйте офлайн # createWorldUpsell.world.sellPoint3=Използва място за съхранение на устройството # @@ -1908,8 +1927,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Баланс на търг createWorldScreen.experimentalVillagerTradesRebalanceDescription=Съдържа актуализирана търговия със селяни с цел коригиране на баланса # createWorldScreen.experimentalArmadillo=Броненосец и вълча броня # createWorldScreen.experimentalArmadilloDescription=Запознайте се с броненосеца и екипирайте вълка си с новата вълча броня! # -createWorldScreen.experimentalBundles=Колекции # -createWorldScreen.experimentalBundlesDescription=Позволява ви да изработвате и използвате пакета от колекцията # createWorldScreen.worldPreferences=Предпочитания за света # createWorldScreen.startWithMap=Карта в началото # createWorldScreen.defaultName=Моят свят # @@ -1956,7 +1973,7 @@ createWorldScreen.randomtickspeed.reset=Нулиране на случайна createWorldScreen.serverSimDistance=Разстояние за симулация # createWorldScreen.serverSimDistanceFormat=%s отрязъка # createWorldScreen.showbordereffect=Показване на ефект на границата # -createWorldScreen.check_internet_connection=Не сте свързани към интернет. Вашите приятели няма да могат да се присъединяват към вашите светове в групова игра. Влезте в своя акаунт в Microsoft, за да играете с приятели. # +createWorldScreen.check_internet_connection=Не сте свързани към интернет. Приятелите ви няма да могат да се присъединяват към вашите светове в групова игра. Влезте в акаунта си в Microsoft, за да играете с приятели. # createWorldScreen.disconnectedXboxLive=Не сте свързани към услугите на Microsoft. Вашите приятели с етикети на играча няма да могат да се присъединяват към вашия свят в групова игра. Влезте в своя акаунт в Microsoft, за да играете с приятели. # createWorldScreen.clearPlayerData.button=Изчистване на данни за играч # createWorldScreen.clearPlayerData.title=Да се изтрият ли данните за играч от света? # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s е изтекла. Помолет realmsSharingScreen.cantJoinClosedTitle=%s затвори тази обител # realmsSharingScreen.cantJoinClosedMessage=%s е затворен. Помолете %s да го отвори отново. # realmsSharingScreen.failedSignInModalTitle=Влезте, за да се присъедините към тази обител # -realmsSharingScreen.failedSignInModalMessage=Трябва да сте влезли в акаунт в Microsoft, за да се присъедините към обител. Влезте и опитайте отново. # +realmsSharingScreen.failedSignInModalMessage=Трябва да сте влезли в акаунт в Microsoft, за да се присъедините към Realm. Влезте и опитайте отново. # realmsSharingScreen.invalidPermissionTitle=Неправилни разрешения # realmsSharingScreen.unexpectedServerResponseTitle=Грешка в Realms # realmsSharingScreen.unexpectedServerResponseMessage=Съжаляваме, но имахме проблем със свързването към Realm. Опитайте отново по-късно. # @@ -2130,7 +2147,7 @@ realmsCreateScreen.incomplete.create.b=Изглежда сте започнал realmsCreateScreen.incomplete.create.c=Някой е започнал да създава Realm с акаунта за плащане на това устройство. Искате ли да завършите създаването на този Realm с този акаунт в Microsoft като собственик? # realmsCreateScreen.incomplete.renew.a=Изглежда, че последния път не сме приключили с всичко. Нека завършим подновяването на вашия Realm сега. # realmsCreateScreen.incomplete.renew.b=Изглежда, че сте започнали да подновявате обител с различен акаунт в Microsoft. Искате ли да завършите подновяването на тази обител с този акаунт в Microsoft като собственик? # -realmsCreateScreen.incomplete.renew.c=Някой е започнал да подновява обител с акаунта за плащане на това устройство. Искате ли да завършите подновяването на тази обител с този акаунт в Microsoft като неин собственик? # +realmsCreateScreen.incomplete.renew.c=Някой е започнал да подновява Realm с акаунта за плащане на това устройство.  Искате ли да завършите подновяването на този Realm с този акаунт в Microsoft като собственик? # realmsCreateScreen.incomplete.override.renew=Опитвате се да създадете нов Realm, но е намерена предишна покупка за подновяване на Realm. Искате ли да приложите покупката сега? # realmsCreateScreen.incomplete.override.create=Опитвате се да подновите Realm, но е намерена предишна покупка за създаване на Realm. Искате ли да приложите покупката сега? # realmsCreateScreen.incomplete.override.realm=Опитвате се да подновите Realm, но е намерена предишна покупка за различен Realm. Искате ли да приложите покупката сега? # @@ -2226,9 +2243,9 @@ networkWorld.no_joinable_friends_label=В момента приятелите в networkWorld.check_internet_connection=Опа! Може би трябва да проверите интернет връзката си? Не можем да намерим световете на вашите приятели. # networkWorld.connect_to_xbl=Влезте с акаунт в Microsoft, за да играете с приятели. # networkWorld.memberOfTooManyRealms=Достигнахте ограничението за членове на обителите. # -networkWorld.multiplayerPrivilegesBlocked=Не можете да играете онлайн мултиплейър поради начина, по който е настроен вашият акаунт в Microsoft. Уверете се, че вашите настройки за онлайн безопасност позволяват мултиплейър. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Не можете да играете онлайн мултиплейър заради начина, по който е настроен вашият акаунт в Microsoft. Уверете се, че имате активен абонамент за Xbox Live Gold и че вашите настройки за онлайн безопасност позволяват груповата игра. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Не можете да играете групова игра онлайн поради начина, по който е настроен акаунтът ви в Microsoft. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=Не можете да играете онлайн групови игри заради начина, по който е настроен вашият акаунт в Microsoft. Уверете се, че вашите настройки за онлайн безопасност позволяват групова игра. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=Не можете да играете онлайн групова игра заради начина, по който е настроен акаунтът ви в Microsoft. Уверете се, че имате активен абонамент за Xbox Live Gold и че настройките ви за онлайн безопасност позволяват груповата игра. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Не можете да играете групова игра онлайн заради начина, по който е настроен акаунтът ви в Microsoft. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Възникна неизвестна грешка, която пречи на играта онлайн. Моля, опитайте отново по-късно. # networkWorld.multiplayerPrivilegesBlockedBanned=Не можете да играете онлайн групова игра, тъй като акаунтът ви е преустановен. # networkWorld.versionOutOfDate=Не може да играете онлайн групова игра, тъй като не използвате най-новата версия. Инсталирайте най-новата версия за достъп до онлайн функции. # @@ -2470,7 +2487,7 @@ realmsSettingsScreen.extendConsumableButton=Удължаване на срока realmsSettingsScreen.extendConsumableButton.30=Удължаване с 30 дни # realmsSettingsScreen.extendConsumableButton.180=Удължаване със 180 дни # -xblLogin.LoginMessageTitle=акаунт в Microsoft # +xblLogin.LoginMessageTitle=Акаунт в Microsoft # xblLogin.LoginMessage=Свързване... # xbl.savePurchase.saveButton=Записване в акаунт в Microsoft # @@ -2550,7 +2567,7 @@ date.timeLeft=Остават %s # dayOneExperience.carousel.title=Добре дошли в новия Minecraft! # dayOneExperience.carousel.welcome_text=В тази нова версия на Minecraft има много нови вълнуващи неща. Разгледайте пазара, създайте обител и играйте онлайн с приятели на различни платформи! # dayOneExperience.carousel.marketplace=Пазарът на Minecraft е място, където можете да намерите нови скинове, светове, текстури и пакети с гости от други игри от различни талантливи създатели. # -dayOneExperience.carousel.cross_platform=Играта на различни платформи ви позволява да се свържете с играчи на различни платформи. Влезте в своя акаунт в Microsoft, за да играете с всички ваши приятели от Minecraft! # +dayOneExperience.carousel.cross_platform=Играта на различни платформи ви позволява да се свържете с играчи на различни платформи. Влезте в своя акаунт в Microsoft, за да играете с всичките си приятели от Minecraft! # dayOneExperience.carousel.realms=Обителите са сървъри, управлявани от нас, само за вас и вашите приятели. Поддържайте своя свят на Minecraft онлайн и винаги достъпен дори когато излезете. # dayOneExperience.carousel.villager=Новият Minecraft е единственото място за получаване на бъдещи актуализации, съдържащи нови функции, мобове, елементи, блокове и много други! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Сървърът е изключен пор disconnectionScreen.header.realms_hidden=Покана за групова игра # disconnectionScreen.body.realms_hidden=Неуспешно присъединяване към този конкретен сървър. # +disconnectionScreen.biomeData.IdDuplication=%s ID е в конфликт с %s # +disconnectionScreen.biomeData.MalformedData=Лошо оформени данни за биом # +disconnectionScreen.biomeData.MixedIdPresence=Пакетът на биома има смесено id за персонализирани биоми # +disconnectionScreen.biomeData.ReservedRange=Персонализиран биом %s използва ID от запазен диапазон. Диапазонът на ID за персонализирани биоми е: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Данните за стандартен биом не трябва да съдържат поле „id“ # disconnectionScreen.blockMismatch=Блоковете между клиента и сървъра не съвпадат. # disconnectionScreen.cantConnect=Неуспешно свързване със света. # disconnectionScreen.cantConnectToRealm=Неуспешно свързване с обителта. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Можете да вземете шаблони на edu.pause.multiplayer.disabled=Съжаляваме, но в този урок няма възможност за мултиплейър. # +effect.duration.infinite=∞ # effect.badOmen=Лоша поличба # effect.infested=Заразено # effect.oozing=Тинесто # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Невалидна екранна снимка # feed.failedToPostRateLimit=Опитайте да публикувате отново след няколко минути. Realms се опитва да навакса. # feed.uppload_started=Екранната снимка се качва # feed.uppload_success=Екранната снимка е качена # -feed.connected=Всяка обител е свързана към клуб с вашия акаунт в Microsoft. # +feed.connected=Всеки Realm е свързан с клуб с вашия акаунт в Microsoft. # feed.unviewedPost=Ново # -comment.like=%d харесване ### 1 like -comment.likes=%d харесвания ### 0 or 2+ likes -comment.comment=%d коментар ### 1 comment -comment.comments=%d коментара ### 0 or 2+ comments -comment.likes_and_comments=%1 и %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Коментар... # - furnaceScreen.fuel=Гориво # furnaceScreen.header=Пещ # furnaceScreen.input=Входящ материал # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Искате да преместите нещ howtoplay.inventory.text.2.touch=Искате ли да преместите нещо между своята §eлента за бързи слотове§f и инвентара? Докоснете избрания от вас предмет, след което докоснете празния слот за предмети, в който искате да го преместите. # howtoplay.inventory.text.2.vr=Искате ли да преместите нещо между §eлентата за бързи слотове§f и инвентара? Използвайте курсора, за да изберете предмет, и натиснете :_input_key.use:. След това преместете курсора до празен слот за предмет и натиснете отново, за да го пуснете. # +howtoplay.jigsawBlocks=Пъзелни блокове # +howtoplay.jigsawBlocks.text.1=Позелните блокове дават на създателите възможност да генерират големи структури в света чрез свързване на множество шаблони на структури. # +howtoplay.jigsawBlocks.header.1=Начин на получаване # +howtoplay.jigsawBlocks.text.2=За да получите пъзелен блок, трябва да използвате командата с наклонена черта /give. За да използвате пъзелен блок, трябва да имате разрешения на оператор. # +howtoplay.jigsawBlocks.header.2= Настройки # +howtoplay.jigsawBlocks.text.3=Пъзелните блокове имат множество настройки, които контролират начина, по който се съединяват, за да образуват по-голяма структура. # +howtoplay.jigsawBlocks.text.4=§eЦелева група§f – Пътят на групата от шаблони за търсене на шаблон на свързваща структура. Групата от шаблони трябва да съдържа поне една структура, която да съответства на полето „Име на целта“ на пъзела. # +howtoplay.jigsawBlocks.text.5=§eИме§f – Името на пъзела. Използва се при свързване от пъзели със съвпадащо „Име на целта“. # +howtoplay.jigsawBlocks.text.6=§eПревръща се в§f – Видът блок, в който ще се превърне пъзелният блок, когато бъде поставен в света по време на генерирането на структурата. # +howtoplay.jigsawBlocks.text.7=§eПриоритет на избора§f – Когато родителското парче се обработва за връзки, това е редът, в който този пъзелен блок се опитва да се свърже с целевото си парче. Пъзелите се обработват по низходящ приоритет, като еднаквите се нареждат в произволен ред. # +howtoplay.jigsawBlocks.text.8=§eПриоритет на поставянето§f – Когато този пъзелен блок се свързва с парче, това е редът, по който този елемент се обработва за връзки в по-широката структура. Парчетата се обработват в низходящ приоритет, като еднаквите се нареждат по ред на вмъкване. # +howtoplay.jigsawBlocks.text.9=§eВид на свързването§f – Свързването може да бъде въртящо (по подразбиране) или подравнено. Ако видът на свързването е въртящ, целевата структура ще бъде завъртяна на случаен принцип около изходния пъзелен блок. Ако видът свързване е подравнен, целевата структура ще бъде поставена така, че въртенето на целевия пъзелен блок да съвпадне с въртенето на изходния пъзелен блок. Обърнете внимание, че това се прилага само когато пъзелният блок е поставен с лице нагоре или надолу. # + howtoplay.jukebox=Джубокс # howtoplay.jukebox.text.1=Джубоксът пуска музикални дискове, които сте намерили. # howtoplay.jukebox.header.1=Хайде на купона # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Кафяв щит # item.shield.black.name=Черен щит # item.shield.blue.name=Син щит # +item.bundle=Колекция # +item.black_bundle=Черна колекция # +item.white_bundle=Бяла колекция # +item.red_bundle=Червена колекция # +item.orange_bundle=Оранжева колекция # +item.yellow_bundle=Жълта колекция # +item.green_bundle=Зелена колекция # +item.lime_bundle=Лимоненозелена колекция # +item.brown_bundle=Кафява колекция # +item.light_gray_bundle=Светлосива колекция # +item.light_blue_bundle=Светлосиня колекция # +item.blue_bundle=Синя колекция # +item.gray_bundle=Сива колекция # +item.pink_bundle=Розова колекция # +item.magenta_bundle=Колекция в магента # +item.purple_bundle=Лилава колекция # +item.cyan_bundle=Цианова колекция # +item.bundle.empty=Изпразнете # +item.bundle.empty.description=Може да побере смесена купчина от предмети # +item.bundle.full=Пълна # +item.bundle.fullness=Остават %s # + item.goat_horn.name=Кози рог # item.minecraft.goat_horn.sound.0=Размисъл # item.minecraft.goat_horn.sound.1=Пеене # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Стрели # itemGroup.name.potion=Отвари # itemGroup.name.splashPotion=Разплискващи се отвари # itemGroup.name.lingeringPotion=Дълготрайни отвари # +itemGroup.name.ominousBottle=Зловещи бутилки # itemGroup.name.bed=Легла # itemGroup.name.chalkboard=Черни дъски # itemGroup.name.anvil=Наковални # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Свещи # itemGroup.name.goatHorn=Кози рога # itemGroup.name.compounds=Съединения # itemGroup.name.products=Продукти # +itemGroup.name.bundles=Колекции # +##Jigsaw Block +jigsaw_block.title=Пъзелен блок # jigsaw.title.target_pool=Целева група: # jigsaw.title.name=Име: # jigsaw.title.target=Име на целта: # jigsaw.title.final_block=Превръща се в: # -jigsaw.title.joint_type=Тип на съединението: # +jigsaw.title.selection_priority=Приоритет на избора: # +jigsaw.title.placement_priority=Приоритет на поставянето: # +jigsaw.title.joint_type=Вид на свързването: # jigsaw.title.joint_type.aligned=Подравнено # jigsaw.joint_type.aligned=Подравнено # jigsaw.joint_type.rollable=Търкалящо # jigsaw.exit.done=Готово # -jigsaw.exit.cancel=Отказ # ##EDU Joincode joincode.entry_popup.icon_button=%1 бутон за код за присъединяване # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Отваряне в LAN # menu.simulating=Кратко симулиране на света # menu.singleplayer=Самостоятелна игра # menu.store=Пазар # +menu.store.addons=Разгледайте добавките! # menu.skins=Скинове # menu.start=Старт # menu.switchingLevel=Превключване на светове # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Твърденията се „чупят“ options.dev_assertions_show_dialog=Твърденията се показват в модален диалогов прозорец # options.dev_force_trial_mode=Принудително разрешаване на пробен режим # options.dev_eduDemo=Демонстративна версия на Edu (изисква повторно влизане) # +options.dev_eduCloudResumableUpload=Използване на API за качване с възможност за възобновяване, ако качвате файлове >4MB # options.remote_imgui_toggle=Разрешен е отдалечен Imgui # options.dev_enableDebugUI=Разрешаване на ПИ за отстраняване на грешки # options.dev_createRealmWithoutPurchase=Създаване на обител без закупуване # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Крайна точка на Realms # options.dev_realmsEndpointPayment=Плащане за крайна точка на Realms # options.dev_realmsRelyingParty=Отговаряща страна за Realms # options.dev_realmsRelyingPartyPayment=Плащане на отговаряща страна за Realms # -options.dev_realms_stories=Разрешаване на Realms Stories # options.dev_overrideXboxEnvironmentWindows=Замяна на ограничителен режим на Xbox (контролиран от ОС на Windows) # options.dev_overrideXboxEnvironment=Замяна на ограничителен режим на Xbox (изисква се рестартиране) # options.dev_xboxEnvironment=Среда в ограничителен режим на Xbox (изисква се рестартиране) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Ограничителен режим на Xforge: з options.dev_sandboxDev=Ограничителен режим на Xforge: за разработчици # options.dev_sandboxDevAchievement=Xforge Sandbox: Постижение на разработчик # options.dev_showDiscoveryOverridePanel=Отмяна на крайните точки на услугата # +options.dev_serviceOverrideType=Вид на замяната # +options.dev_serviceOverrideTypeMultibranch=Внедряване на множество клонове # +options.dev_serviceOverrideTypeCustom=По избор # options.dev_discoveryOverrideServiceName=Име на услугата (безопасност, личност и т.н.) # options.dev_discoveryOverrideServiceBranch=Клон # +options.dev_discoveryOverrideServiceCustom=URL адрес # options.dev_resetAllEndpointOverrides=Нулиране на всички крайни точки # options.dev_apply=Прилагане # options.dev_displayTreatmentsPanel=Показване на манипулациите # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Събирания: Разрешени # options.dev_gatherings_system_service_pack=Събирания: Деактивирано поради липсващ(и) пакет(и) от системни услуги # options.dev_gatherings_active_gathering=Активно: %s # options.dev_gatherings_available_gatherings=Налични събирания # +options.dev_gatherings_clear_system_service_pack=Изчистване на кеша на сервизния пакет на системата # options.difficulty=Сложност # options.difficulty.easy=Лесна # options.difficulty.hard=Сложна # @@ -6524,7 +6586,8 @@ options.creatorTitle=Настройки на създател # options.creator.serverboundClientDiagnosticsEnabled=Разрешаване на диагностиката на клиента # options.creator.debuggerHeading=Настройки на дебъгъра на скриптове # options.creator.debuggerAutoAttach=Включване на дебъгъра при зареждане # -options.creator.debuggerAutoConnect=Свързване на дебъгъра при зареждане # +options.creator.debuggerAutoAttachTimeout=Изтекло време на прикачване # +options.creator.debuggerAutoAttachTimeoutFormat=%s секунди # options.creator.debuggerConnect=Свързване # options.creator.debuggerListen=Слушайте # options.creator.debuggerHost=Хостване # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=Зареждане на свят въпреки това options.updateAndPlay=Актуализиране и започване на играта # options.makeBackup=Създаване на резервно копие на моя свят # options.managePrivacy=За управление на настройките за поверителност посетете https://account.xbox.com/Settings в който и да е уеб браузър. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Прекратяване на връзката на акаунт в Microsoft # -options.unlink_msa.confirm.title=Прекратяване на връзката на акаунта в Microsoft? # +options.unlink_msa.button=Прекратяване на връзката с акаунт в Microsoft # +options.unlink_msa.confirm.title=Прекратяване на връзката с акаунт в Microsoft? # options.unlink_msa.confirm.warning=ВНИМАНИЕ: След като прекратите връзката, вече няма да можете да съхранявате напредък или покупки, направени на вашата конзола PlayStation®4 на акаунта %s. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Прекратяването на връзката с вашия акаунт в Microsoft от тази игра ще засегне всички игри на Minecraft на тази платформа, които са използвали този акаунт в Microsoft. # +options.unlink_msa.confirm.warning.2=Прекратяването на връзката с акаунта ви в Microsoft от тази игра ще засегне всички игри на Minecraft на тази платформа, които са използвали този акаунт в Microsoft. # options.unlink_msa.confirm.checkbox1=Вече няма да имам достъп до съдържание от магазина в играта, когато играя на други платформи. # options.unlink_msa.confirm.checkbox2=Вече няма да мога да играя игри на различни платформи с приятелите си на други платформи. # options.unlink_msa.confirm.checkbox3=Вече няма да имам достъп до Realms, включително абонаменти за Realms, които са активни в момента. # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Ниска # options.volumetricFogQuality.medium=Средна # options.volumetricFogQuality.high=Висока # options.volumetricFogQuality.ultra=Ултра # +options.upscalingPercentage=Решение # +options.upscalingPercentage.hundred=Местни # options.reflectionsQuality=Отражения # options.reflectionsQuality.off=Изключено # options.reflectionsQuality.low=Ниска # @@ -6966,12 +7031,10 @@ 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.device=Възможността ни да осигуряваме поддръжка за това устройство е към своя край. Ще продължите да получавате актуализации до март 2025 г., когато ще получите окончателната актуализация за това устройство.%sСлед като получите последната актуализация, все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките от пазара (включително Minecoins). Realms, управлявани с това устройство, ще продължат да работят 6 месеца, освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство.%sЗа да отмените абонамента си за Realm, трябва да го направите в менюто „Настройки“ за абонаменти на устройството, от което е създаден този Realm.%sВече няма да получавате най-новите актуализации и няма да можете да играете мултиплейър с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри.%sЩракнете върху бутона за повече информация. # +sunsetting.popup.sunset.device=Вече не можем да поддържаме това устройство. Няма да получавате актуализации след март 2025 г. и това е последната ви актуализация за това устройство.%sВсе още ще можете да играете в своите светове, както и ще имате достъп до покупките от пазара (включително Minecoins). Realms, управлявани с това устройство, ще продължат да работят 6 месеца след март 2025 г., освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство.%sЗа да отмените абонамента си за Realm, трябва да го направите в менюто „Настройки“ за абонаменти на устройството, от което е създаден този Realm.%sВече няма да получавате най-новите актуализации и няма да можете да играете групова игра с устройства или 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.banner.play.worldTab.pending=Вашата версия може скоро да не осъществява връзка за групова игра # sunsetting.banner.play.friendsTab.pending=Вашата версия може скоро да не осъществява връзка за групова игра # @@ -7158,13 +7221,13 @@ permissions.ability.op=Команди на оператор # permissions.ability.invisible=Невидимост # permissions.ability.teleport=Използване на телепортиране # permissions.NeedPermission=Трябва ви разрешение # -permissions.AddFriends=Не можете да добавяте приятели поради начина, по който е настроен вашият акаунт в Microsoft. Уверете се, че вашите настройки за онлайн безопасност позволяват добавяне на приятели. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Не можете да играете в Realms заради начина, по който е настроен вашият акаунт в Microsoft. Уверете се, че вашите настройки за онлайн безопасност позволяват груповата игра. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. # -permissions.Communications=Не можете да провеждате чат с други играчи поради начина, по който е настроен вашият акаунт в Microsoft. Уверете се, че вашите настройки за поверителност позволяват комуникация с други лица Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=Не можете да добавяте приятели заради начина, по който е настроен акаунтът ви в Microsoft. Уверете се, че настройките ви за онлайн безопасност позволяват добавяне на приятели. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Не можете да играете в Realms заради начина, по който е настроен акаунтът ви в Microsoft. Уверете се, че настройките ви за онлайн безопасност позволяват груповата игра. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. # +permissions.Communications=Не можете да водите чат с други играчи заради начина, по който е настроен акаунтът ви в Microsoft. Уверете се, че настройките ви за поверителност позволяват комуникация с други лица. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Няма да можете да добавяте нови приятели, които да играят на вашия Realm с вас, поради начина, по който е настроен вашият акаунт в Xbox. Това може да бъде променено във вашите настройки за поверителност и онлайн защита на Xbox.com. Искате ли да продължите? # permissions.CloudSave=Не можете да записвате световете си в своя профил на Xbox поради начина, по който е настроен акаунтът ви. Можете да промените това от настройките за поверителност и онлайн защита на Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Не можете да играете в Realms заради начина, по който е настроен вашият акаунт в Microsoft. Уверете се, че вашите настройки за онлайн безопасност позволяват груповата игра и че имате активен абонамент за Xbox Live Gold. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Не можете да играете в Realms поради начина, по който е настроен вашият акаунт в Microsoft. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Не можете да играете в Realms заради начина, по който е настроен акаунтът в Microsoft. Уверете се, че настройките ви за онлайн безопасност позволяват груповата игра и че имате активен абонамент за Xbox Live Gold. Вижте инструкциите за промяна на тези настройки на aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=Не можете да играете в Realms заради начина, по който е настроен акаунтът ви в Microsoft. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Получаване на помощ за коригиране на този проблем # permissions.open.account.help.button.gamecore=Оправете това # permissions.open.account.setting.button=Вижте условията на услугата # @@ -8140,7 +8203,7 @@ selectTemplate.create=Създаване... # selectTemplate.worldsByCreators=Светове от създатели # selectTemplate.realm=Нова обител # selectTemplate.realmInfo=Можете да качвате светове в своята обител, след като я създадете! # -selectTemplate.signIn=Създаване на обител с акаунт в Microsoft # +selectTemplate.signIn=Създаване на Realm с акаунт в Microsoft # selectTemplate.unableToSignIn=Услугите на Microsoft не са налични на това устройство # selectTemplate.world=Нов свят # selectTemplate.help=? # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Стартирайте абонамента си за Mar store.csb.subscription=След като се регистрирате, ще имате на разположение над 150 броя вълнуващо съдържание от пазара на Minecraft. Всеки месец можете да изтегляте и играете приключенски карти, да носите скинове, да се потапяте в пакети с текстури и дори да вземете набор от предмети за създателя на персонажи, които можете да запазите. Каталогът се обновява редовно и винаги има какво ново да откриете с Marketplace Pass. Ще бъдете таксувани %s/месец и можете да се откажете по всяко време, за да спрете бъдещото таксуване. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass е абонамент за съдържание, което може да се използва с поддържаните версии на Minecraft (играта се продава отделно) на Windows и други поддържани платформи, на които притежавате играта (Minecraft Java и Amazon Kindle Fire Edition не се поддържат); за да използвате съдържанието на Marketplace Pass, е нужен активен абонамент. Съдържанието се променя с течение на времето и може да не е налично във всички държави. След изтичане на безплатния пробен период, абонаментът продължава да се таксува по актуалната към момента редовна цена (подлежи на промяна) плюс приложимите данъци, освен ако не бъде отменен. Можете да отмените абонамента си, като влезете в Услуги и абонаменти в акаунта си в Microsoft. Ако абонаментът ви приключи или даден елемент от съдържанието бъде премахнат от каталога, трябва да активирате отново абонамента си или да закупите съдържанието отделно, за да продължите да го използвате. Възможно е да се прилагат такси от доставчика на интернет услуги. Възможно е понякога да предоставяме съдържание, което остава достъпно за вас дори след края на абонамента ви, като в този случай си запазваме правото да премахнем такова съдържание, ако то стане несъвместимо или ако правата ни върху съдържанието изтекат. Абонаментът подлежи на промяна и/или прекратяване. Съобразно Споразумението за услуги на Microsoft (www.microsoft.com/msa) и на Лицензионното споразумение с крайния потребител на Minecraft (https://www.minecraft.net/eula). Всички преводи на тези термини са направени единствено за ваше удобство и в случаи на различия между английските версии и тези на други езици английските версии се считат за определящи. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass е абонамент за съдържание, което може да се използва с поддържаните версии на Minecraft (играта се продава отделно) на Windows и други поддържани платформи, на които притежавате играта (Minecraft Java и Amazon Kindle Fire Edition не се поддържат); за да използвате съдържанието на Marketplace Pass, е нужен активен абонамент. Съдържанието се променя с течение на времето и може да не е налично във всички държави. След изтичане на безплатния пробен период, абонаментът продължава да се таксува по актуалната към момента редовна цена (подлежи на промяна) плюс приложимите данъци, освен ако не бъде отменен. Можете да отмените абонамента си, като влезете в „Услуги и абонаменти“ в акаунта си в Microsoft. Ако абонаментът ви приключи или даден елемент от съдържанието бъде премахнат от каталога, трябва да активирате отново абонамента си или да закупите съдържанието отделно, за да продължите да го използвате. Възможно е да се прилагат такси от доставчика на интернет услуги. Възможно е понякога да предоставяме съдържание, което остава достъпно за вас дори след края на абонамента ви, като в този случай си запазваме правото да премахнем такова съдържание, ако то стане несъвместимо или ако правата ни върху съдържанието изтекат. Абонаментът подлежи на промяна и/или прекратяване. Съобразно Споразумението за услуги на Microsoft (www.microsoft.com/msa) и на Лицензионното споразумение с крайния потребител на Minecraft (https://www.minecraft.net/eula). Всички преводи на тези термини са направени единствено за ваше удобство и в случаи на различия между английските версии и тези на други езици английските версии се считат за определящи. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass е продължителен абонамент с периодично заплащане на сума, която се таксува автоматично всеки месец, докато абонаментът не бъде деактивиран.%sНад 150 пакета от пазара ще бъдат налични веднага. Можете да деактивирате абонамента си, за да спрете бъдещото таксуване, като влезете в настройките на абонаментите. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass е продължителен абонамент с периодично заплащане на сума, която се таксува автоматично всеки месец, докато абонаментът не бъде деактивиран.%sНад 150 пакета от пазара ще бъдат налични веднага. Ще бъдете таксувани %s/месец и можете да деактивирате абонамента си, за да спрете бъдещото таксуване, като влезете в настройките на абонаментите. #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass е абонаментна услуга, store.csb.faq.question2=Колко често се актуализира съдържанието в Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Избраното съдържание се обновява всеки месец, така че винаги има какво ново да разгледате. # store.csb.faq.question3=Какво ми е необходимо, за да се възползвам от Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=За достъпа до Marketplace Pass е нужен активен абонамент и съвместима версия на Minecraft: Bedrock Edition с Minecraft пазар. Нужно е да влезете с акаунт в Microsoft. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=За достъпа до Marketplace Pass е нужен активен абонамент и съвместима версия на Minecraft: Bedrock Edition с пазар на Minecraft. Нужно е да влезете с акаунт в Microsoft. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Какво се случва със съдържанието ми, след като излезе от Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=След като даден свят, пакет текстури, пакет скинове или пакет с гости излезе от каталога, ще трябва да закупите елемента от пазара, за да продължите да играете. Пакетите няма да бъдат изтрити от локалното ви хранилище, докато вие не ги изтриете. Закупените от вас месечни предмети за създателя на персонажи са ваши и можете да ги запазите. # store.csb.faq.question5=Какво се случва, когато абонаментът ми приключи? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Този елемент може да не е съ store.owned=Собствени # store.owned.legacy=Притежавано (P) # store.unlocked=Отключено # -store.mypacks=Моето съдържание # +store.myLibrary=Моята библиотека # store.error=Грешка на пазара # @@ -8758,7 +8821,7 @@ store.ratings.rate=Оценете този пакет! # store.ratings.signIn.title=Оценяване на елементите в пазара # store.ratings.signIn.description1=Разкажете на създателя и на общността за опита ви с този елемент! # -store.ratings.signIn.description2=Преди да ви разрешим да оцените даден елемент, трябва влезете с акаунт в Microsoft. # +store.ratings.signIn.description2=Преди да ви разрешим да оцените даден предмет, трябва влезете с акаунт в Microsoft. # store.purchase.success.realMoney1=Току-що отключихте: %s за %s # store.purchase.success.realMoney2=+:minecoin:%s # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Не успяхме да се свържем store.coins.tooManyCoins=Използвайте част от вашите монети за Minecraft, след което можете да закупите още. # store.coins.incomplete.title=Покупката на монети за Minecraft не е завършена # store.coins.incomplete.fulfill.a=Изглежда, че последния път не сме приключили всичко. Нека завършим вашата покупка сега. # -store.coins.incomplete.fulfill.b=Изглежда, че сте започнали покупка с различен акаунт в Microsoft. Искате ли да завършите покупката с този акаунт вместо това? # +store.coins.incomplete.fulfill.b=Изглежда, че сте започнали покупка с различен акаунт в Microsoft. Искате ли вместо това да завършите покупката с този акаунт? # store.coins.incomplete.fulfill.c=Някой е започнал покупка с акаунта за плащане на това устройство. Искате ли да завършите покупката с този акаунт? # store.coins.fixAppReceipt.title=Възникна грешка # store.coins.fixAppReceipt.body=Изглежда, че има грешка с разписката за приложението. Влезте за продължаване. # @@ -8828,7 +8891,6 @@ store.updating.title=Актуализиране: %s # store.importing.title=Импортиране: %s # store.importing=Импортиране... # store.showMore=Преглед на всички # -store.inventory.no.xbl=Моите пакети # store.promo.today=Само днес! # store.promo.upsell=Не пропускайте днешния безплатен подарък! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Инсталирано състояние # store.search.filter.installed=Инсталирано # store.search.filter.notInstalled=Не е инсталирано # store.search.filter.clear.installed=Нулиране на инсталирани филтри # +store.search.filter.dressingroombody=Тяло # +store.search.filter.dressingroombody.selectedCount=%d части # +store.search.filter.dressingroomstyle=Стил # +store.search.filter.dressingroomstyle.selectedCount=%d стилове # store.search.sort_menu.sortConstWord=Сортиране # store.search.sort_menu.Default=Уместност # @@ -10210,7 +10276,7 @@ trial.thanks_for_testing.minecraft.description=Благодарим ви, че trial.thanks_for_testing.xbl.title=АКАУНТ В MICROSOFT # trial.thanks_for_testing.xbl.description=Потопете се напълно в изживяването в Minecraft с творчески режим, постижения и още много функции! Използвайте акаунта си в Microsoft и създайте нови запознанства в общността на Minecraft! Ще можете да се включвате в световете на приятелите си, да срещнете нови такива в някой от сървърите и да синхронизирате покупките си от пазара на всички устройства, на които играете Minecraft. # trial.thanks_for_testing.xbl.description.line2=*(във версии с пазар) # -trial.thanks_for_testing.achievements.description=Освен че ще получите пълното изживяване в Minecraft с творчески режим, групова игра и други, ще можете да печелите и постижения. Постиженията и резултатите от играта отбелязват вашия напредък в Minecraft и показват на приятелите ви в акаунта в Microsoft какво сте постигнали. # +trial.thanks_for_testing.achievements.description=Освен че ще получите пълното изживяване в Minecraft с творчески режим, групова игра и други, ще можете да печелите и постижения. Постиженията и резултатите от играта отбелязват напредъка ви в Minecraft и показват на приятелите ви в акаунта в Microsoft какво сте постигнали. # trial.thanks_for_testing.multiplayer.description=Пълната версия на Minecraft ви позволява да се забавлявате с творчески режим, постижения и групова игра с приятели на различни устройства с Minecraft! Играйте с приятели на конзола, PC или мобилно устройство, за да създавате, изследвате и оцелявате заедно. # trial.thanks_for_testing.server.description=Като част от пълната версия на Minecraft, сървърите предлагат някои от най-креативните начини да се насладите на играта! Играйте страхотни миниигри, запознайте се с общността на Minecraft и създавайте нови приятелства. # trial.thanks_for_testing.store.description=Пълната игра дава достъп до пазара на Minecraft, нашият магазин в играта. Раздвижете външния си вид с нови скинове, променете света си или разгледайте невероятни нови карти от най-добрите творци на общността! # @@ -10284,7 +10350,7 @@ autosave.info.desktop=Когато видите тази икона, значи xbox.signin.error=Влезте с акаунта си в Microsoft, за да играете с приятели, да натрупате резултат на играча и да печелите постижения. # xbox.signin.error.pocket.line1=Благодарим ви, че тествахте Realms! Тези функции не са финализирани и може да намерите грешки. Изпратете ни обратна връзка! Ние я очакваме. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=По време на този тест всички вие ще трябва да влезете с акаунт в Microsoft, за да ви изпратим покани и да ви добавим в Realms. # +xbox.signin.error.pocket.line3=По време на този тест всички ще трябва да влезете с акаунт в Microsoft, за да ви изпратим покани и да ви добавим в Realms. # xbox.signin.warning.kickPlayer=Това ще ви изпрати обратно в главното меню. Продължаване? # xbox.connection.error=Връзката с акаунта в Microsoft беше прекъсната # xbox.signin=Влизане # @@ -10292,12 +10358,12 @@ xbox.signin.qr=Два начина за влизане # xbox.signin.qr.left.header=Сканиране на QR кода # xbox.signin.qr.left.body=Използвайте приложението си за камера или четеца на QR кодове на устройството си. # xbox.signin.qr.right.header=Или посетете уеб сайта # -xbox.signin.qr.account=Влизане с безплатен акаунт в Microsoft, за да играете онлайн с приятелите си в различни платформи # -xbox.signin.beta.blocked=Влизането с акаунт в Microsoft не е достъпно в бета-версията в момента. # +xbox.signin.qr.account=Влезте с безплатен акаунт в Microsoft, за да играете онлайн с приятелите си на различни платформи # +xbox.signin.beta.blocked=В момента влизането с акаунт в Microsoft не е достъпно в бета-версията. # xbox.signin.enterCode=И въведете този код: # xbox.signin.enterCode.qr=2. Въведете кода по-долу, когато бъдете подканени: # xbox.signin.letsPlay=Хайде да играем! # -xbox.signin.message=Влезте със своя безплатен акаунт в Microsoft, за да изживеете изцяло света на Minecraft. # +xbox.signin.message=Влезте с безплатния си акаунт в Microsoft, за да откриете целия свят на Minecraft. # xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Влизане с различен акаунт в Microsoft # xbox.signin.website=Посетете този сайт от друго устройство: # @@ -10312,7 +10378,7 @@ xbox.signinquestion=Влизане? # xbox.notnow=Не сега # xbox.signingin=Влизане с вашия акаунт в Microsoft... # xbox.signingin.offline=Влизане # -xbox.failedsignin.body=Неуспешно влизане във вашия акаунт в Microsoft. Достъпът до Realms, профили и вашите елементи на пазара ще бъде ограничен. Опитайте отново по-късно. # +xbox.failedsignin.body=Неуспешно влизане в акаунта ви в Microsoft. Достъпът до Realms, профили и предметите ви на пазара ще бъде ограничен. Опитайте отново по-късно. # xbox.failedsignin.error=Код на грешка: # xbox.failedsignin.moreInfo=Повече информация # xbox.dev_wrongSandboxSigninFailed.title=Възникна грешка # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Влезте с акаунта си в Micro xbox.disconectionscreen.multiplayerNotAllowed=Този акаунт в Microsoft няма разрешение за присъединяване към групови игри. # xbox.disconectionscreen.accessDenied=Трябва да сте приятел на играч в тази игра, за да се присъедините. # -xbox.friendfinder.enterGamertag=Въведете етикет на играч # -xbox.friendfinder.findFriends=Намерете приятели по етикет на играч # -xbox.friendfinder.searchingForGamertag=Търсене # -xbox.friendfinder.gamertagNotFound=Този етикет на играч не е намерен # - xbox.profile.addFriend=Добавяне на приятел # xbox.profile.addFriend.success=Успешно! %s беше добавен/а към вашия списък с приятели. # xbox.profile.block=Блокиране # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Свойството „%s“ не се из packdiscoveryerror.version_too_high=Свойството „%s“ съдържа твърде висока версия на „%s“. Най-високата приемана стойност е „%s“. # packdiscoveryerror.version_too_low=Свойството „%s“ съдържа твърде ниска версия на „%s“. Най-ниската приемана стойност е „%s“. # packdiscoveryerror.format_version_1_engine_version_cap=Свойството „%s“ трябва да има зададена стойност, по-малка от „%s“. За да използвате по-висока версия, трябва да използвате форматна версия 2. # +packdiscoveryerror.folder_structure_too_deep=Структурата на папките в пакета е твърде дълбока. # ## pack upgrading packupgradewarning.invalidpacktype=Предоставеният елемент „%s“ е с невалидна стойност в манифеста на пакета, връщане по подразбиране към пакета с ресурси. # diff --git a/resource_pack/texts/cs_CZ.lang b/resource_pack/texts/cs_CZ.lang index 60628a82e..d92590f28 100644 --- a/resource_pack/texts/cs_CZ.lang +++ b/resource_pack/texts/cs_CZ.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Obrazovka encyklopedie # accessibility.screenName.howToPlay=Obrazovka s pravidly hry # accessibility.screenName.inviteToGame=Obrazovka Pozvat do hry # accessibility.screenName.joinByIP=Dialogové okno Připojit se pomocí IP adresy # +accessibility.screenName.joinByConnectionID=Dialog ohledně připojení pomocí připojovacího I D # accessibility.screenName.joinCode=Dialogové okno Kód pro připojení # accessibility.screenName.library=Obrazovka Knihovna # accessibility.screenName.modalDialog=Místní dialogové okno # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Obrazovka Profil # accessibility.screenName.realmInviteLinkSettings=Obrazovka s nastavením odkazu s pozvánkou do říše # accessibility.screenName.realmSettings=Obrazovka s nastaveními říše # accessibility.screenName.settings=Obrazovka s herními nastaveními # -accessibility.screenName.addFriend=Obrazovka Přidat přítele # accessibility.screenName.skinPicker=Obrazovka s výběrem skinu # accessibility.screenName.start=Hlavní nabídka # accessibility.screenName.vrAlignment=Obrazovka se zarovnáním VR # accessibility.screenName.emoteWheel=Obrazovka s emotikonami # +accessibility.screenName.addExternalServer=Přidat obrazovku externího serveru # +accessibility.screenName.editExternalServer=Upravit obrazovku externího serveru # accessibility.search.sort_menu.A_to_Z.tts.title=Od A do Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Od Z do A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Hráči %1$s nelze odebrat žádné účin commands.effect.failure.notAMob=%1$s nemůže mít účinky # commands.effect.notFound=Účinek stvoření s ID %s neexistuje # commands.effect.success=Předáno %1$s * %2$d hráči %3$s po dobu %4$d sekund # +commands.effect.success.infinite=Udělil %1$s *%2$d %3$s na neomezeně dlouhou dobu # commands.effect.success.removed=Převzato %1$s od hráče %2$s # commands.effect.success.removed.all=Převzaty všechny účinky od hráče %1$s # commands.enchant.cantCombine=%1$s nelze kombinovat s %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Cílová entita nemůže být v jiné commands.generic.entity.invalidType=Typ entity „%1$s“ je neplatný # commands.generic.entity.invalidUuid=Uvedená entita UUID má neplatný formát # commands.generic.entity.notFound=Danou entitu nelze najít # -commands.generic.error.permissions=Nesprávné úrovně oprávnění. %s je příkaz úrovně %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Nesprávná úroveň oprávnění pro příkaz: %s. ###1: command name commands.generic.exception=Při pokusu o provedení tohoto příkazu došlo k neznámé chybě # commands.generic.invalidAgentType=Zadejte argument použitý u selektoru vyhrazeného pro agenta # commands.generic.invalidcontext=Neplatný kontext zadaný pro daný typ příkazu # +commands.generic.invalidOrigin=Původ příkazu byl během provádění příkazu neplatný # commands.generic.invalidDevice=Zadaný příkaz %s není na tomto zařízení podporován # commands.generic.invalidMessage=Neplatná délka zprávy # commands.generic.invalidPlayerType=Typ argumentu byl použit na hráče – pouze oblast výběru # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=%1$d záznamů funkce ve funkci %2$s bylo úspěš commands.schedule.invalidOrigin=Původ potřebný k provedení této funkce byl neplatný. # commands.schedule.name.empty=Název tikající oblasti nemůže být prázdný. # commands.schedule.too.many.areas=Bylo nalezeno několik tikajících oblastí s názvem %s. Použijte jednu oblast. # +commands.schedule.clear.failure=Nebyly odstraněny žádné funkce s názvem %1$s. # +commands.schedule.clear.success=Odebrány %1$d funkce s názvem %2$s. # +commands.schedule.tickingarea.clear.success=Odebrány %1$d funkce s oblastí zaškrtnutí s názvem %2$s. # +commands.schedule.tickingarea.clear.failure=Nebyly odebrány žádné funkce oblasti zaškrtnutí s názvem %1$s. # +commands.schedule.tickingarea.func.clear.success=Odebrány %1$d funkce oblasti zaškrtnutí s názvem, %2$s a názvem %3$s. # +commands.schedule.tickingarea.func.clear.failure=Nebyly odebrány žádné funkce oblasti zaškrtnutí s názvem %1$s a názvem %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Hodnoty blednutí barev musí být celá čísla o commands.camera.invalid.easing=Uvolnění nestacionární kamery není podporováno # commands.camera.invalid.time=Doba trvání blednutí musí být mezi 0 a 10 sekund # commands.camera.invalid.pitch=Sklon kamery (natočení X) musí být mezi -90 a 90 stupni # -commands.camera.invalid.view.offset=Posun zobrazení musí být mezi -100 a 100 # +commands.camera.invalid.view.offset=Posun zobrazení musí být mezi hodnotami -64 a 64 # +commands.camera.invalid.entity.offset=Posun Entity musí být mezi hodnotami -64 a 64 # +commands.camera.invalid.offset.camera=Posun zobrazení a posun Entity lze použít pouze na pozorovací_orbitální kameru # commands.camera.perspective.locked=Při používání vlastních kamer nelze měnit perspektivu # commands.camera.perspective.option=Vybraná kamera se změní, když není aktivní vlastní kamera # commands.world_age.description=Změní nebo se zeptá na stáří světa (čas od vytvoření). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Odebrat vstup # controller.buttonTip.removeMaterial=Odebrat materiál # controller.buttonTip.renameItem=Přejmenovat předmět # controller.buttonTip.returnToRecipe=Návrat k receptu # +controller.buttonTip.swap=Vyměnit # controller.buttonTip.enterSearch=Hledat # controller.buttonTip.searchRecipe=Rychle hledat # controller.buttonTip.confirmSearch=Potvrdit # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Vzít jeden # controller.buttonTip.take=Vzít # controller.buttonTip.takeItem=Vzít předmět # controller.buttonTip.clearHotbar=Vymazat rychlý panel # +controller.buttonTip.add.to.bundle=Přidat do balíčku # +controller.buttonTip.place.from.bundle=Vložit z balíčku # +controller.buttonTip.take.from.bundle=Odebrat z balíčku # controllerLayoutScreen.actions=Akce # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Vyzkoušet # ## Edu Course Multiplayer strings course.edu.enterIp=Zadejte IP adresu světa, ke kterému se chcete připojit. # course.edu.enterConnection=Zadejte ID připojení světa, ke kterému se chcete připojit. # +course.edu.enterConnectionScreenReader=Zadejte připojovací I.D. světa, ke kterému se chcete připojit. # course.edu.ipAddress=IP adresa # course.edu.ipPlaceholder=Zadejte IP adresu nebo adresu serveru # course.edu.ipTooltipText=Chcete-li zjistit IP adresu, požádejte hostitele o pozastavení lekce. IP adresa je uvedena na pravé straně jeho obrazovky. # course.edu.connectionInfo=ID připojení # course.edu.conInfoPlaceholder=Zadejte ID připojení # -course.edu.conInfoHostTooltipText=Pokud mají ostatní problémy s připojením k vašemu světu pomocí kódu pro připojení nebo sdíleného odkazu, můžete ID připojení sdílet. # +course.edu.conInfoHostTooltipText=Pokud mají ostatní problémy s připojením k vašemu světu pomocí kódu pro připojení nebo pomocí sdíleného odkazu, můžete jim nasdílet připojovací ID bez opětovného nahrání. # +course.edu.conInfoHostTooltipTextScreenReader=Pokud mají ostatní problémy s připojením k vašemu světu pomocí kódu pro připojení nebo pomocí sdíleného odkazu, můžete jim nasdílet připojovací ID. # course.edu.conInfoTooltipText=Hostitel může najít ID připojení na kartě hry pro více hráčů v herní nabídce jejich světa. # +course.edu.conInfoTooltipTextScreenReader=Hostitel může najít ID připojení na kartě hry pro více hráčů v herní nabídce jejich světa. # course.edu.joinLesson=Připojit se k lekci # course.edu.joinLessonIntro=Najděte si spolužáky se stejnou lekcí, ke kterým byste se mohli připojit, nebo zadejte jejich IP adresu, pokud se nezobrazí na seznamu. # course.edu.joinLessonIntroTeacher=Vyberte skupinu, ke které se chcete připojit, nebo zadejte IP adresu, pokud se nezobrazí na seznamu. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Přidejte nekonečný počet členů a hrajte createWorldUpsell.realm.sellPoint2=Uloženo online: hrajte na jakémkoli zařízení Minecraft s Minecraft Marketplace # createWorldUpsell.realm.sellPoint3=Nezabere žádné úložné místo vašeho zařízení # createWorldUpsell.realm.sellPoint4=Přátelé mohou hrát, i když jste pryč # -createWorldUpsell.signIn=Vytvořit říši pomocí účtu Microsoft # +createWorldUpsell.signIn=Vytvořte Říši s účtem Microsoft # createWorldUpsell.world.sellPoint1=Hrajte online až se 7 přáteli # createWorldUpsell.world.sellPoint2=Uloženo ve vašem zařízení: hrajte offline # createWorldUpsell.world.sellPoint3=Využívá úložiště zařízení # @@ -1908,8 +1927,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 # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=Říše %s vypršela. Požádejte hr realmsSharingScreen.cantJoinClosedTitle=Hráč %s tuto říši uzavřel # realmsSharingScreen.cantJoinClosedMessage=Říše %s je uzavřena. Požádejte hráče %s o její opětovné otevření. # realmsSharingScreen.failedSignInModalTitle=Pro připojení k této říši se přihlaste # -realmsSharingScreen.failedSignInModalMessage=Chcete-li se připojit k říši, musíte se přihlásit k účtu Microsoft. Přihlaste se a zkuste to znovu. # +realmsSharingScreen.failedSignInModalMessage=Chcete-li se připojit k Říši, musíte se přihlásit k účtu Microsoft. Přihlaste se a zkuste to znovu, prosím. # realmsSharingScreen.invalidPermissionTitle=Neplatná oprávnění # realmsSharingScreen.unexpectedServerResponseTitle=Chyba Realms # realmsSharingScreen.unexpectedServerResponseMessage=Mrzí nás to, ale při připojování k říši došlo k problému. Zkuste to znovu. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Služba pro platby # realmsCreateScreen.paymentFailed.body=V tomto okamžiku se nelze připojit ke službě Realms a dokončit váš nákup. Zkuste to znovu později. # realmsCreateScreen.incomplete=Neúplná říše # realmsCreateScreen.incomplete.create.a=Zdá se, že jsme to posledně nedotáhli do konce. Pojďme dokončit vytváření vaší říše ve službě Realms nyní. # -realmsCreateScreen.incomplete.create.b=Zdá se, že jste začali s vytvářením říše ve službě Realms pomocí jiného účtu Microsoft. Chcete dokončit vytváření dané říše ve službě Realms pomocí tohoto účtu Microsoft jako vlastník? # -realmsCreateScreen.incomplete.create.c=Někdo začal s vytvářením říše ve službě Realms pomocí fakturačního účtu na tomto zařízení. Chcete dokončit vytváření dané říše ve službě Realms pomocí tohoto účtu Microsoft jako vlastník? # +realmsCreateScreen.incomplete.create.b=Zdá se, že jste začali s vytvářením Říše pomocí jiného účtu Microsoft. Chcete dokončit vytváření dané Říše pomocí tohoto účtu Microsoft jako vlastník? # +realmsCreateScreen.incomplete.create.c=Někdo začal s vytvářením Říše pomocí fakturačního účtu na tomto zařízení. Chcete dokončit vytváření dané Říše pomocí tohoto účtu Microsoft jako vlastník? # realmsCreateScreen.incomplete.renew.a=Zdá se, že jsme to posledně nedotáhli do konce. Pojďme dokončit obnovení vaší říše ve službě Realms nyní. # -realmsCreateScreen.incomplete.renew.b=Zdá se, že jste začali s obnovováním říše pomocí jiného účtu Microsoft. Chcete dokončit obnovování dané říše pomocí tohoto účtu Microsoft jako vlastník? # -realmsCreateScreen.incomplete.renew.c=Někdo začal s obnovováním říše pomocí fakturačního účtu na tomto zařízení. Chcete dokončit obnovování dané říše pomocí tohoto účtu Microsoft jako vlastník? # +realmsCreateScreen.incomplete.renew.b=Zdá se, že jste začali s obnovováním říše pomocí jiného  účtu Microsoft . Chcete dokončit obnovování dané říše pomocí tohoto účtu Microsoft jako vlastník? # +realmsCreateScreen.incomplete.renew.c=Někdo začal s obnovováním Říše pomocí fakturačního účtu na tomto zařízení. Chcete dokončit obnovování dané Říše pomocí tohoto účtu Microsoft jako vlastník? # realmsCreateScreen.incomplete.override.renew=Pokoušíte se vytvořit novou říši ve službě Realms, avšak nalezli jsme dřívější nákup k obnovení říše ve službě Realms. Chcete tento nákup použít nyní? # realmsCreateScreen.incomplete.override.create=Pokoušíte se obnovit říši ve službě Realms, avšak nalezli jsme dřívější nákup k vytvoření říše ve službě Realms. Chcete tento nákup použít nyní? # realmsCreateScreen.incomplete.override.realm=Pokoušíte se obnovit říši ve službě Realms, avšak nalezli jsme dřívější nákup jiné říše ve službě Realms. Chcete tento nákup použít nyní? # @@ -2184,7 +2201,7 @@ realmsPlus.popup.title=Předplatné Realms Plus vypršelo # realmsPlus.popup.message=Vaše předplatné Realms Plus vypršelo. Abyste opět získali přístup do své říše a k sadám nebo skinům, které jste v rámci předplatného Realms Plus obdrželi, musíte své předplatné obnovit. # realmsPlusUpgradeNotice.title=Vítejte ve službě Realms Plus! # -realmsPlusUpgradeNotice.body=Vaše předplatné Realms bylo upgradováno na předplatné Realms Plus. Nyní máte přístup k více než 150 balíčkům obsahu z obchodu Marketplace bez dalších poplatků. Najednou může hrát až 10 hráčů, kteří získají přístup k veškerému obsahu předplatného ve vaší říši – zdarma! # +realmsPlusUpgradeNotice.body=Vaše předplatné Realms bylo upgradováno na předplatné Realms Plus. Nyní máte přístup k více než 150 balíčkům obsahu z tržiště bez dalších poplatků. Najednou může hrát až 10 hráčů, kteří získají přístup k veškerému obsahu předplatného ve vaší službě Realms – zdarma! # realmsPlusUpgradeNotice.continue=Pokračovat # realmsPlusUpgradeNotice.viewpacks=Zobrazit sady Realms Plus # @@ -2227,8 +2244,8 @@ networkWorld.check_internet_connection=Jejda! Co takhle si zkontrolovat připoje networkWorld.connect_to_xbl=Chcete-li hrát s přáteli, přihlaste se pomocí účtu Microsoft. # networkWorld.memberOfTooManyRealms=Dosáhli jste limitu členů ve službě Realms. # networkWorld.multiplayerPrivilegesBlocked=Nemůžete hrát online hru pro více hráčů kvůli způsobu nastavení vašeho účtu Microsoft. Zkontrolujte, zda vaše nastavení online bezpečnosti umožňují hru pro více hráčů. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Nastavení vašeho účtu Microsoft vám neumožňuje hrát hru pro více hráčů. Zkontrolujte, zda vaše nastavení online bezpečnosti povoluje hru pro více hráčů a zda máte aktivní předplatné Xbox Live Gold. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Nemůžete hrát online hru pro více hráčů z důvodu nastavení vašeho účtu Microsoft. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsole=Nemůžete hrát online hru pro více hráčů kvůli způsobu nastavení vašeho účtu Microsoft. Prosím, zkontrolujte, zda vaše nastavení online bezpečnosti povoluje hru pro více hráčů a zda máte aktivní předplatné Xbox Live Gold. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Nemůžete hrát online hru pro více hráčů kvůli způsobu nastavení vašeho účtu Microsoft. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Došlo k neznámé chybě, která brání online hraní. Zkuste to znovu později. # networkWorld.multiplayerPrivilegesBlockedBanned=Nemůžete hrát online hru pro více hráčů, protože váš účet je pozastaven. # networkWorld.versionOutOfDate=Nemůžete hrát online hru pro více hráčů, protože nemáte spuštěnou nejnovější verzi. Pro přístup k online funkcím nainstalujte nejnovější verzi. # @@ -2475,13 +2492,13 @@ xblLogin.LoginMessage=Připojování... # xbl.savePurchase.saveButton=Uložit do účtu Microsoft # -xbl.marketplace.account.error.body.nobutton=U vašeho účtu došlo k chybě. Dokud problém nevyřešíme, nebudete moct obchod používat. Pokud tento problém přetrvává několik dní, kontaktujte podporu. # +xbl.marketplace.account.error.body.nobutton=U vašeho účtu došlo k chybě. Dokud problém nevyřešíme, nebudete moct tržiště používat. Pokud tento problém přetrvává několik dní, kontaktujte podporu. # playfab.account.banned.temporary=pozastaveno # playfab.account.banned.permanent=zakázáno # playfab.account.banned.title=Byli jste %s # -playfab.account.banned.body=Bylo vám %s hraní hry pro více hráčů v Minecraftu. Nebudete moct hrát na serverech, připojovat se ke službě Realms, hostit ani se připojovat k hrám pro více hráčů či používat obchod Marketplace. # -playfab.account.banned.body.line1=Bylo vám %s hraní hry pro více hráčů v Minecraftu z důvodu „%s“. Nebudete moct hrát na serverech, připojovat se ke službě Realms, hostit ani se připojovat k hrám pro více hráčů či používat obchod Marketplace. # +playfab.account.banned.body=Bylo vám %s hraní hry pro více hráčů v Minecraftu. Nebudete moct hrát na serverech, připojovat se ke službě Realms, hostit ani se připojovat k hrám pro více hráčů či používat tržiště. # +playfab.account.banned.body.line1=Bylo vám %s hraní hry pro více hráčů v Minecraftu z důvodu „%s“. Nebudete moct hrát na serverech, připojovat se ke službě Realms, hostit ani se připojovat k hrám pro více hráčů či používat tržiště. # playfab.account.banned.body.line2=Kliknutím na %s níže zobrazíte naše zásady komunity a způsob, jak odeslat žádost o přezkoumání případu, pokud se domníváte, že jste byli %s omylem. # playfab.account.banned.body.line3.hour=Do konce vašeho pozastavení zbývá 1 hodina. # playfab.account.banned.body.line3.hours=Do konce vašeho pozastavení zbývá hodin: %d # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=Předtím jste si stáhli obsah n store.sign_in_warning.no_xbl_and_no_local_content.line1=Přihlaste se a ukládejte a sdílejte své nákupy napříč platformami. Uložte si zakoupené položky, aby se neztratily, pokud se něco stane s vaším systémem nebo pokud je Minecraft odinstalován. Získejte přístup k zakoupenému obsahu na webu Marketplace z libovolné platformy a používejte své vlastní postavy napříč platformami. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Nemáte účet Microsoft? Vytvořte si ho - zdarma # -xbl.signOut.title=Nákupy v rámci účtu Microsoft! # -xbl.signOut.message1=Pokud jste odhlášeni od účtu Microsoft, nebudete mít přístup k mincím a předmětům zakoupeným v obchodě. # +xbl.signOut.title=Nákupy v účtu Microsoft! # +xbl.signOut.message1=Když jste odhlášeni od účtu Microsoft, nemáte přístup k Minecoins a položkám zakoupeným v obchodě. # xbl.signOut.message2=Opravdu chcete pokračovat? # date.short_january=Led # @@ -2548,14 +2565,14 @@ date.secondSingular=%s sekunda # date.timeLeft=zbývá %s # dayOneExperience.carousel.title=Vítejte v novém Minecraftu! # -dayOneExperience.carousel.welcome_text=Tato nová verze Minecraftu obsahuje spoustu nového a vzrušujícího obsahu. Procházejte obchod Marketplace, vytvářejte říše a hrajte online s přáteli na různých platformách! # +dayOneExperience.carousel.welcome_text=Tato nová verze Minecraftu obsahuje spoustu nového a vzrušujícího obsahu. Procházejte tržiště, vytvářejte Realms a hrajte online s přáteli na různých platformách! # dayOneExperience.carousel.marketplace=Minecraft Marketplace je místem, kde můžete najít nové skiny, světy, textury a mash-up sady od různých talentovaných tvůrců. # -dayOneExperience.carousel.cross_platform=Hraní na různých platformách vám umožní připojit se k hráčům na jiných platformách. Přihlaste se ke svému účtu Microsoft a hrajte se všemi přáteli, které v Minecraftu máte! # +dayOneExperience.carousel.cross_platform=Hraní na různých platformách vám umožní připojit se k hráčům na jiných platformách. Přihlaste se ke svému účtu Microsoft a hrajte se všemi svými Minecraftovými přáteli! # dayOneExperience.carousel.realms=Říše jsou servery, které provozujeme jen pro vás a vaše přátele. Nechte svůj svět Minecraftu běžet online, aby byl neustále dostupný, i když se odhlásíte. # dayOneExperience.carousel.villager=Nový Minecraft je jediné místo, kde můžete přijímat budoucí aktualizace obsahující nové funkce, stvoření, předměty, bloky a spoustu dalšího! # dayOneExperience.tab.landing=Novinky # -dayOneExperience.tab.marketplace=Obchod Marketplace # +dayOneExperience.tab.marketplace=Tržiště # dayOneExperience.tab.crossplatform=Hra na různých platformách # dayOneExperience.tab.realms=Realms # dayOneExperience.tab.villager=Další obsah # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Server byl ukončen kvůli překročení li disconnectionScreen.header.realms_hidden=Pozvánka ke hře pro více hráčů # disconnectionScreen.body.realms_hidden=K uvedenému serveru se nelze připojit. # +disconnectionScreen.biomeData.IdDuplication=%s ID koliduje s %s # +disconnectionScreen.biomeData.MalformedData=Zdeformovaná data biomu # +disconnectionScreen.biomeData.MixedIdPresence=Balíček biomů má smíšené id pro speciální biomy # +disconnectionScreen.biomeData.ReservedRange=Speciální biom %s používá ID z rezervovaného rozsahu. ID rozsah pro speciální biomy je: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Data biomů původní hry by neměla obsahovat pole „id“ # disconnectionScreen.blockMismatch=Bloky mezi klientem a serverem se neshodují. # disconnectionScreen.cantConnect=Ke světu se nelze připojit. # disconnectionScreen.cantConnectToRealm=K realmu se nelze připojit. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Šablony světů můžete získat z knihovny Minecraf edu.pause.multiplayer.disabled=V této lekci není hra pro více hráčů podporována. # +effect.duration.infinite=∞ # effect.badOmen=Špatné znamení # effect.infested=Ukrývající rybenku # effect.oozing=Vytékající # @@ -3026,7 +3049,7 @@ entity.villager.librarian=Knihovník # entity.villager.shepherd=Pastýř # entity.villager.tool=Nástrojář # entity.villager.weapon=Mečíř # -entity.villager.mason=Mason # +entity.villager.mason=Zedník # entity.villager.unskilled=Nevyučený vesničan # entity.villager_v2.name=Vesničan # entity.vindicator.name=Mstitel # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Neplatný snímek obrazovky # feed.failedToPostRateLimit=Zkuste postování znovu za několik minut. Služba Realms se snaží chytit. # feed.uppload_started=Snímek obrazovky se nahrává # feed.uppload_success=Snímek byl nahrán # -feed.connected=Každá říše je připojena do klubu pomocí vašeho účtu Microsoft. # +feed.connected=Každá Říše je připojena do Klubu pomocí vašeho účtu Microsoft. # feed.unviewedPost=Nový # -comment.like=%d se líbí ### 1 like -comment.likes=%d se líbí ### 0 or 2+ likes -comment.comment=%d komentář ### 1 comment -comment.comments=%d komentáře ### 0 or 2+ comments -comment.likes_and_comments=%1 a %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Komentář... # - furnaceScreen.fuel=Palivo # furnaceScreen.header=Pec # furnaceScreen.input=Vstup # @@ -3341,10 +3357,10 @@ gui.edu.exitGameWarningMessagePreview=Ukončit ukázkovou verzi Minecraft Educat updateScreen.update=Aktualizovat # updateScreen.updateRequired=Je vyžadována aktualizace # updateScreen.title=Zastaralá verze # -updateScreen.body=Aktualizujte na nejnovější verzi, abyste měli přístup ke všem novým funkcím, mohli hrát s přáteli online nebo se podívat, co je nového v obchodě Marketplace. # -updateScreen.commerceNotSupported.title=Není přístup do obchodu Marketplace # -updateScreen.commerceNotSupported.body=Tato verze Minecraftu již nemá přístup do obchodu Minecraft Marketplace. Aktualizujte na nejnovější verzi, abyste obnovili přístup do obchodu Marketplace. # -updateScreen.packs.updateRequired=Ke stažení balíčku zakoupeného v obchodě Minecraft Marketplace proveďte aktualizaci na nejnovější verzi. # +updateScreen.body=Aktualizujte na nejnovější verzi, abyste měli přístup ke všem novým funkcím, mohli hrát s přáteli online nebo se podívat, co je nového na tržišti. # +updateScreen.commerceNotSupported.title=Není přístup na tržiště # +updateScreen.commerceNotSupported.body=Tato verze Minecraftu již nemá přístup na tržiště Minecraft Marketplace. Aktualizujte na nejnovější verzi, abyste obnovili přístup na tržiště. # +updateScreen.packs.updateRequired=Ke stažení balíčku zakoupeného na tržišti Minecraft Marketplace proveďte aktualizaci na nejnovější verzi. # updateScreen.patchVersion=Verze %s – poznámky k opravě: # hostOption.codeBuilder=Nástroj pro tvorbu kódu # @@ -3381,7 +3397,7 @@ howtoplay.category.optionsAndCheats=Možnosti a cheaty # howtoplay.category.marketplace=Tržiště # howtoplay.addons=Doplňky # -howtoplay.addons.text.1=Doplňky jsou typ obsahu, který je k dispozici v obchodě Minecraft Marketplace, který vám umožní přidávat speciální bloky, předměty, stvoření, recepty a další herní obsah do vašeho světa. # +howtoplay.addons.text.1=Doplňky jsou typ obsahu dostupný na tržišti Minecraft Marketplace, který vám umožní přidávat speciální bloky, předměty, stvoření, recepty a další herní obsah do vašeho světa. # howtoplay.addons.text.2=Doplňky umožňují upravovat vaše stávající světy a Realms pomocí možností Upravit svět a Vytvořit nový svět. # howtoplay.addons.header.1=Hromadění doplňků # howtoplay.addons.text.3=Hromadění nebo přidávání několika doplňků najednou, může prodloužit načítací časy a může vyústit v neočekávané chování hry. # @@ -3597,7 +3613,7 @@ howtoplay.playingTogether.text.4=Když spustíte nebo když se připojíte k onl howtoplay.playingTogether.text.5=Chcete-li hrát hru pro více hráčů, musíte se přihlásit k §eMicrosoft účtu§f s aktivním připojením k internetu. # howtoplay.playingTogether.header.3=Realms – nejlepší způsob, jak hrát společně # howtoplay.playingTogether.text.6=Je snadné hrát s přáteli pomocí §eRealms§f. # -howtoplay.playingTogether.text.7=Vy a až 10 přátel získáte nepřetržitý přístup ke světu, který je vždy online. Prozkoumávejte, buďte kreativní, nebo zkuste vyrazit na průzkum obsahu z obchodu Marketplace. # +howtoplay.playingTogether.text.7=Vy a až 10 přátel získáte nepřetržitý přístup ke světu, který je vždy online. Prozkoumávejte, buďte kreativní, nebo zkuste vyrazit na průzkum obsahu z tržiště. # howtoplay.playingTogether.text.8=Vše, co potřebujete, je placené předplatné služby Realms. Proč nevyzkoušet 30denní zkušební verzi? # howtoplay.playingTogether.header.4=Oprávnění hráče # howtoplay.playingTogether.text.9=Rozhodněte se, co mohou lidé ve vašem světě dělat, změněním §ehráčských oprávnění §f. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Chcete něco přesunout mezi svým §epanelem howtoplay.inventory.text.2.touch=Chcete něco přesunout mezi vaším §erychlým panelem§f a vaším inventářem? Klepněte na předmět dle svého výběru a poté klepněte na prázdné místo pro položku, kam ho chcete přesunout. # howtoplay.inventory.text.2.vr=Chcete něco přesunout mezi vaším §erychlým panelem§f a vaším inventářem? Pomocí kurzoru vyberete předmět a stiskněte tlačítko :_input_key.use:. Pak přesuňte kurzor na prázdné místo pro položku a dalším stisknutím předmět položte. # +howtoplay.jigsawBlocks=Skládací bloky # +howtoplay.jigsawBlocks.text.1=Pomocí Skládacích bloků mohou tvůrci vytvářet velké stavby ve světě tím, že vzájemně propojí několik šablon budov. # +howtoplay.jigsawBlocks.header.1=Jak je získat # +howtoplay.jigsawBlocks.text.2=Skládací blok získáte pomocí příkazu s lomítkem /give. K použití Skládacího bloku musíte mít oprávnění operátora. # +howtoplay.jigsawBlocks.header.2= Nastavení # +howtoplay.jigsawBlocks.text.3=Skládací bloky mají několik nastavení, které určují, jakým způsobem se vzájemně propojí, aby vytvořily větší budovu. # +howtoplay.jigsawBlocks.text.4=§eCílový výběr§f - Způsob výběru šablon, pomocí kterého bude nalezena odpovídající šablona budovy, která lze připojit. Výběr šablon by měl obsahovat alespoň jednu budovu, která odpovídá poli s „Cílovým názvem“ dané Skládačky. # +howtoplay.jigsawBlocks.text.5=§eNázev§f - Název Skládačky. Používá se při připojování Skládaček s odpovídajícím „Cílovým názvem“. # +howtoplay.jigsawBlocks.text.6=§ePřeměnit na§f - Typ bloku, na který se Skládací blok přemění, pokud ho umístíte do světa během vytváření budovy. # +howtoplay.jigsawBlocks.text.7=§ePriorita při výběru§f - Když se mateřský blok zpracovává pro připojení, podle tohoto pořadí jsou postupně vybírány Skládací bloky při připojování k cílovému bloku. Skládací bloky budou zpracovány s klesající prioritou a náhodným řazením přerušení vazeb. # +howtoplay.jigsawBlocks.text.8=§ePriorita při umístění§f - Když se tento Skládací blok připojí k dalšímu dílku, podle tohoto pořadí je tento dílek zpracován pro připojení k stavbě v širším měřítku. Dílky budou zpracovány s klesající prioritou a určeným řazením přerušení vazeb. # +howtoplay.jigsawBlocks.text.9=§eTyp spojení§f - Spojení může být buď Otočné (základní), nebo Zarovnané. Pokud je spojení Otočné, cílová stavba bude náhodně otočena kolem zdrojového Skládacího bloku. Pokud je spojení Zarovnané, cílová budova bude umístěna tak, aby bylo pootočení cílového Skládacího bloku zarovnáno s pootočením zdrojového Skládacího bloku. Pamatujte, že tato pravidla platí pouze pokud je Skládací blok umístěn tak, že směřuje nahoru, nebo dolů. # + howtoplay.jukebox=Hrací skříň # howtoplay.jukebox.text.1=Hrací skříň dokáže přehrávat nalezené hudební disky. # howtoplay.jukebox.header.1=Párty může začít # @@ -4195,7 +4224,7 @@ howtoplay.weapons.text.7=Na meč, luk, samostříl a trojzubec lze použít zvl howtoplay.worlds=Světy # howtoplay.worlds.text.1=Světy v Minecraft levelech z Minecraft Marketplace, kde naši partneři pozměnili terén a umístili nové bloky, aby vytvořili úžasné budovy a terén, který si můžete užít a prozkoumat. # howtoplay.worlds.text.2=Světy mohou také obsahovat nové předměty, stvoření, bloky a dokonce speciální hratelnost. # -howtoplay.worlds.text.3=Veškerý obsah v obchodě Marketplace vytváří naši profesionální komunitní tvůrci. # +howtoplay.worlds.text.3=Veškerý obsah na tržišti vytváří naši profesionální komunitní tvůrci. # howtoplay.worlds.text.4=Světy toho zvládnou tolik, že jsme vytvořili několik podkategorií, abychom vám pomohli osvětlit, co vše dokáží: # howtoplay.worlds.header.1=Minihry # howtoplay.worlds.text.5=Minihry jsou menší světy, které obsahují nové herní mechaniky, výzvy nebo pravidla. # @@ -5118,7 +5147,7 @@ item.cooked_beef.name=Steak # item.cooked_chicken.name=Vařená slepice # item.cooked_porkchop.name=Vařená kotleta # item.chicken.name=Syrová slepice # -item.clay_ball.name=Jílový míč # +item.clay_ball.name=Jílová koule # item.clock.name=Hodiny # item.coal.name=Uhlí # item.comparator.name=Ruditový porovnávač # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Hnědý štít # item.shield.black.name=Černý štít # item.shield.blue.name=Modrý štít # +item.bundle=Sada # +item.black_bundle=Černá sada # +item.white_bundle=Bílá sada # +item.red_bundle=Červená sada # +item.orange_bundle=Oranžová sada # +item.yellow_bundle=Žlutá sada # +item.green_bundle=Zelená sada # +item.lime_bundle=Světle zelená sada # +item.brown_bundle=Hnědá sada # +item.light_gray_bundle=Světle šedá sada # +item.light_blue_bundle=Světle modrá sada # +item.blue_bundle=Modrá sada # +item.gray_bundle=Šedá sada # +item.pink_bundle=Růžový balíček # +item.magenta_bundle=Purpurová sada # +item.purple_bundle=Fialová sada # +item.cyan_bundle=Azurová sada # +item.bundle.empty=Vyprázdnit # +item.bundle.empty.description=Dokáže uchovávat smíšený stoh položek # +item.bundle.full=Plná # +item.bundle.fullness=zbývá %s # + item.goat_horn.name=Kozí roh # item.minecraft.goat_horn.sound.0=Úvahy # item.minecraft.goat_horn.sound.1=Zpěv # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Šípy # itemGroup.name.potion=Lektvary # itemGroup.name.splashPotion=Vrhací lektvary # itemGroup.name.lingeringPotion=Lektvary s místním účinkem # +itemGroup.name.ominousBottle=Zlověstné láhve # itemGroup.name.bed=Postele # itemGroup.name.chalkboard=Tabule # itemGroup.name.anvil=Kovadliny # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Svíčky # itemGroup.name.goatHorn=Kozí rohy # itemGroup.name.compounds=Sloučeniny # itemGroup.name.products=Produkty # +itemGroup.name.bundles=Sady # -jigsaw.title.target_pool=Cílová zásoba: # +##Jigsaw Block +jigsaw_block.title=Skládací blok # +jigsaw.title.target_pool=Cílový výběr: # jigsaw.title.name=Název: # -jigsaw.title.target=Název cíle: # -jigsaw.title.final_block=Změní se na: # +jigsaw.title.target=Cílový název: # +jigsaw.title.final_block=Přeměnit na: # +jigsaw.title.selection_priority=Priorita při výběru: # +jigsaw.title.placement_priority=Priorita při umístění: # jigsaw.title.joint_type=Typ spojení: # jigsaw.title.joint_type.aligned=Zarovnané # jigsaw.joint_type.aligned=Zarovnané # jigsaw.joint_type.rollable=Rozevírací # jigsaw.exit.done=Hotovo # -jigsaw.exit.cancel=Zrušit # ##EDU Joincode joincode.entry_popup.icon_button=Tlačítko kódu pro připojení %1 # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Otevřít pro místní síť # menu.simulating=Krátká simulace světa # menu.singleplayer=Hra pro jednoho hráče # menu.store=Tržiště # +menu.store.addons=Procházejte doplňky! # menu.skins=Skiny # menu.start=Spustit # menu.switchingLevel=Přepínání světů # @@ -6173,7 +6230,7 @@ options.csbExpired=Exspirováno od %s # options.csbHeading=MARKETPLACE PASS #### {StrContains="MARKETPLACE PASS"} options.csbInfoLine01=Katalog s více než 150+ sadami a předměty z Tržiště # options.csbInfoLine02=Obsah obnovován měsíčně # -options.csbSubheading=Obsah obchodu Marketplace # +options.csbSubheading=Obsah tržiště # options.customizeTitle=Přizpůsobit nastavení světa # options.destroyvibration=Vibruje při ničení bloků # options.splitvibration=Vibrace při rozdělování předmětů # @@ -6183,7 +6240,7 @@ options.debugTitle=Možnosti pro vývojáře # options.delete_account.button=Odstranit účet Microsoft # options.delete_account.confirm.title=Odstranit účet Microsoft? # options.delete_account.confirm.warning=VAROVÁNÍ: Po odstranění účtu %s už nebudete moct chránit svůj postup ani nákupy provedené na vašem zařízení. # -options.delete_account.confirm.warning.2=Odstranění účtu Microsoft v této hře bude mít vliv na všechny hry Minecraft, které tento účet používají. # +options.delete_account.confirm.warning.2=Odstranění účtu Microsoft z této hry bude mít vliv na všechny hry Minecraft, které tento účet využívají. # options.delete_account.confirm.checkbox1=Při hře na jiných platformách už nebudete mít přístup k obsahu herního obchodu. # options.delete_account.confirm.checkbox2=Už nebudete moct hrát s přáteli online. # options.delete_account.confirm.checkbox3=Už nebudete mít přístup ke službě Realms včetně momentálně aktivních předplatných služby Realms. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Přerušení kontrolních výrazů v ladicím options.dev_assertions_show_dialog=Zobrazení kontrolních výrazů v modálním dialogovém okně # options.dev_force_trial_mode=Vynutit povolení zkušebního režimu # options.dev_eduDemo=Výuková ukázka (vyžaduje opětovné přihlášení) # +options.dev_eduCloudResumableUpload=Použít obnovitelné nahrávání API pro nahrávání souborů >4MB # options.remote_imgui_toggle=Vzdálený systém Imgui povolen # options.dev_enableDebugUI=Povolit ladění uživatelského rozhraní # options.dev_createRealmWithoutPurchase=Vytvořit říši bez nákupu # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Koncový bod Realms # options.dev_realmsEndpointPayment=Platba koncového bodu Realms # options.dev_realmsRelyingParty=Předávající strana Realms # options.dev_realmsRelyingPartyPayment=Platba předávající strany Realms # -options.dev_realms_stories=Povolit Realms Stories # options.dev_overrideXboxEnvironmentWindows=Přepsat sandbox pro Xbox (operační systém ovládaný ve Windows) # options.dev_overrideXboxEnvironment=Přepsat sandbox pro Xbox (vyžaduje restartování) # options.dev_xboxEnvironment=Prostředí sandboxu pro Xbox (vyžaduje restartování) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Izolovaný prostor Xforge: maloobchod # options.dev_sandboxDev=Izolovaný prostor Xforge: zařízení # options.dev_sandboxDevAchievement=Xforge Sandbox: Vývojářský úspěch # options.dev_showDiscoveryOverridePanel=Přepsat koncové body služby # +options.dev_serviceOverrideType=Typ přepsání # +options.dev_serviceOverrideTypeMultibranch=Víceúrovňové rozmístění # +options.dev_serviceOverrideTypeCustom=Vlastní # options.dev_discoveryOverrideServiceName=Název služby (bezpečnost, osoba atd.) # options.dev_discoveryOverrideServiceBranch=Větev # +options.dev_discoveryOverrideServiceCustom=Adresa URL # options.dev_resetAllEndpointOverrides=Resetovat všechny koncové body # options.dev_apply=Použít # options.dev_displayTreatmentsPanel=Zobrazit úpravy # @@ -6371,7 +6432,7 @@ options.dev_overrideVersionMinor=Méně závažná # options.dev_overrideVersionPatch=Oprava # options.dev_updateVersionOverride=Přepsání verze klienta aktualizací # options.dev_resetOverrideDate=Resetovat datum přepsání # -options.dev_clearStoreCache=Vymazat mezipaměť obchodu Marketplace # +options.dev_clearStoreCache=Vymazat mezipaměť tržiště # options.dev_clearLibraryCache=Vymazat mezipaměť knihovny # options.dev_clearScreenshotsCache=Vymazat mezipaměť snímků obrazovky # options.dev_clearAllCache=Vymazat veškerou mezipaměť # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Sbírání: Povoleno # options.dev_gatherings_system_service_pack=Sbírání: Vypnuto z důvodu chybějících balíčků systémové služby # options.dev_gatherings_active_gathering=Aktivní: %s # options.dev_gatherings_available_gatherings=Dostupné sbírání # +options.dev_gatherings_clear_system_service_pack=Vymazat mezipaměť balíčku systémové služby # options.difficulty=Obtížnost # options.difficulty.easy=Snadná # options.difficulty.hard=Těžká # @@ -6487,7 +6549,7 @@ options.gui.accessibility.scaling=Extra velké nové uživatelské rozhraní # options.gui.accessibility.scaling.tooltip=Umožňuje extra velkou verzi nové nabídky uživatelského rozhraní jako další možnosti usnadnění přístupu. Toto nastavení může způsobit vizuální vady, které se objeví na některých obrazovkách nabídek. # options.upscaling=Upscaling # options.raytracing=Technologie sledování paprsku # -options.raytracing.disabled.upsell.supported_platform=Tuto možnost lze upravit pouze při hraní ve světě podporujícím technologii sledování paprsku. Najdete ho v obchodě Marketplace, nebo si můžete vytvořit vlastní balíček zdrojů podporující tuto technologii. # +options.raytracing.disabled.upsell.supported_platform=Tuto možnost lze upravit pouze při hraní ve světě podporujícím technologii sledování paprsku. Najdete ho na tržišti, nebo si můžete vytvořit vlastní balíček zdrojů podporující tuto technologii. # options.raytracing.disabled.upsell.supported_platform.edu=Tuto možnost lze upravovat pouze při hraní ve světě, který podporuje sledování paprsku. # options.raytracing.disabled.upsell.unsupported_platform=Chcete-li používat tuto funkci, potřebujete speciální zařízení. Další informace naleznete na stránce http://aka.ms/ray-tracing-FAQ. # options.graphics.fancy=Ozdobná # @@ -6524,7 +6586,8 @@ options.creatorTitle=Nastavení tvůrce # options.creator.serverboundClientDiagnosticsEnabled=Povolit diagnostiku klienta # options.creator.debuggerHeading=Nastavení ladícího programu skriptů # options.creator.debuggerAutoAttach=Připojení ladícího programu při načtení # -options.creator.debuggerAutoConnect=Připojení ladícího programu při načtení # +options.creator.debuggerAutoAttachTimeout=Připojit časový limit # +options.creator.debuggerAutoAttachTimeoutFormat=%s sekund # options.creator.debuggerConnect=Připojit # options.creator.debuggerListen=Poslouchej # options.creator.debuggerHost=Zakládající hráč # @@ -6675,7 +6738,7 @@ options.xboxliveBroadcastSettings=Nastavení účtu Microsoft # options.xboxlivevisible=Viditelné pro hráče v síti Xbox # options.xboxLiveAccountSettings=Nastavení účtu Microsoft # options.xboxLiveSignedIn=Proběhlo přihlášení pomocí účtu Microsoft # -options.xboxLiveSignedOut=Proběhlo odhlášení od účtu Microsoft # +options.xboxLiveSignedOut=Proběhlo odhlášení z účtu Microsoft # options.xboxLive.privacyControl=Ochrana osobních údajů a bezpečnost online # options.realms.checkInvites=Spravovat pozvánky ke členství ve službě Realms # options.skinCustomisation=Přizpůsobení skinu... # @@ -6768,7 +6831,7 @@ options.viewSubscriptions.renew=Obnovuje se každých 30 dní # options.viewSubscriptions.daysRemaining=Zbývá dní: %d # options.viewSubscriptions.realmsPlus.header=Dostupná předplatná # options.viewSubscriptions.realmsPlus.headerAdditional=Další předplatná # -options.viewSubscriptions.realmsPlus.detail=Přes 150 balíčků v obchodě Marketplace a vlastní server služby Realms pro 10 hráčů # +options.viewSubscriptions.realmsPlus.detail=Přes 150 balíčků na tržišti a vlastní server služby Realms pro 10 hráčů # options.viewSubscriptions.realms.header=Další předplatná # options.viewSubscriptions.realms.detail=Přístup k vašemu vlastnímu serveru služby Realms, kde může současně hrát až %d hráčů. # options.viewSubscriptions.loadingSubscriptions=Načítání vašich předplatných... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Hardcore režim nelze po vytvoření sv options.turnOnHardcoreMode.message.3=3. Po smrti tento svět sice uvidíte, ale nemůžete s ním nijak pracovat. # options.achievementsDisabled=V tomto světě nelze získávat herní úspěchy. # options.achievementsDisabled.onLoad=Pokud začnete hrát s těmito nastaveními, herní úspěchy již nebude možné v tomto světě získávat. # -options.achievementsDisabled.notSignedIn=V tomto světě lze získávat herní úspěchy, avšak musíte se přihlásit k účtu Microsoft. # +options.achievementsDisabled.notSignedIn=V tomto světě lze získávat herní úspěchy, k jejich získání je ovšem nutné přihlásit se do účtu Microsoft. # options.turnOffCrossPlatformMultiplayer=Vypnout hru pro více hráčů na různých platformách? # options.turnOffCrossPlatformMultiplayer.message=Obsah, který se snažíte použít, nelze použít ve hrách pro více hráčů na různých platformách. Když budete pokračovat, nebudete moci hrát hry pro více hráčů na různých platformách. # options.conflictingPacks=Konfliktní balíčky # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=Přesto načíst svět # options.updateAndPlay=Aktualizovat a hrát # options.makeBackup=Vytvořit záložní kopii mého světa # options.managePrivacy=Nastavení soukromí můžete spravovat na adrese https://account.xbox.com/Settings v libovolném prohlížeči. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Zrušit propojení účtu Microsoft # -options.unlink_msa.confirm.title=Zrušit propojení účtu Microsoft? # +options.unlink_msa.button=Zrušit propojení s účtem Microsoft # +options.unlink_msa.confirm.title=Zrušit propojení s účtem Microsoft? # options.unlink_msa.confirm.warning=UPOZORNĚNÍ: Po zrušení propojení už ve svém účtu %s nebudete moci ukládat svůj postup ani nákupy provedené v konzole PlayStation®4. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Zrušení propojení účtu Microsoft s touto hrou bude mít vliv na všechny hry Minecraft na této platformě, které tento účet Microsoft používaly. # +options.unlink_msa.confirm.warning.2=Zrušení propojení účtu Microsoft s touto hrou bude mít vliv na všechny hry Minecraft na této platformě, které tento účet Microsoft využívaly. # options.unlink_msa.confirm.checkbox1=Při hře na jiných platformách už nebudu mít přístup k obsahu herního obchodu. # options.unlink_msa.confirm.checkbox2=Už nebudu moct hrát s přáteli na jiných platformách. # options.unlink_msa.confirm.checkbox3=Už nebudu mít přístup ke službě Realms včetně momentálně aktivních předplatných služby Realms. # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Nízká # options.volumetricFogQuality.medium=Střední # options.volumetricFogQuality.high=Vysoká # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Rozlišení # +options.upscalingPercentage.hundred=Rodáci # options.reflectionsQuality=Odrazy # options.reflectionsQuality.off=Vypnuto # options.reflectionsQuality.low=Nízká # @@ -6966,12 +7031,10 @@ 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.device=Naše schopnost podporovat toto zařízení se blíží ke konci. Budete nadále dostávat aktualizace až do března roku 2025, kdy obdržíte poslední aktualizaci pro toto zařízení.%sAž obdržíte poslední aktualizaci, stále budete moci hrát ve svých světech a mít přístup k zakoupeným položkám v Marketplace (včetně Minecoins). Říše spravované z tohoto zařízení budou funkční dalších 6 měsíců, pokud je neaktualizuje majitel Říše na jiném zařízení.%sZrušit vaše předplatné Říše je možné v menu Nastavení v záložce Předplatné, a to na zařízení, na kterém byla Říše vytvořena.%sUž nadále nebudete dostávat nejnovější aktualizace a nebudete moci hrát hru pro více hráčů se zařízeními či v Říších, které jsou nadále aktualizovány. Rovněž se nebudete moci připojit k určitým serverům.%sKlikněte na tlačítko pro více informací. # +sunsetting.popup.sunset.device=Naše schopnost podporovat toto zařízení je u konce. Od března roku 2025 již nebudete dostávat další aktualizace a toto je poslední aktualizace pro toto zařízení.%sStále budete moci hrát ve svých světech a mít přístup k zakoupeným položkám v Marketplace (včetně Minecoins), Říše spravované z tohoto zařízení budou funkční dalších 6 měsíců od března 2025, pokud je neaktualizuje majitel Říše na jiném zařízení.%sZrušit vaše předplatné Říše je možné v menu Nastavení v záložce Předplatné, a to na zařízení, na kterém byla Říše vytvořena.%sUž nadále nebudete dostávat nejnovější aktualizace a nebudete moci hrát hru pro více hráčů se zařízeními či v Říších, které jsou nadále aktualizovány. Rovněž se nebudete moci připojit k určitým serverům.%sKlikněte na tlačítko pro více informací. # 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.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áčů # @@ -7108,7 +7171,7 @@ playscreen.realmsCreateFirstWorld=Vytvořte si svou první říši # playscreen.realmsCombo=Hrajte s přáteli, užijte si přes 150 balíčků # playscreen.realmsGetServer=Pořiďte si vlastní server a přes 150 balíčků # playscreen.realmGoogleHoldBody=Došlo k potížím s jedním nebo více předplatnými služby Realms. Kliknutím na tlačítko OK přejděte do nastavení předplatného Google Play a opravte platební metodu. # -playscreen.realmsContent=Zahrajte si přes 150 balíčků z obchodu Marketplace # +playscreen.realmsContent=Zahrajte si přes 150 balíčků z tržiště # playscreen.checkingRealmsCompatibility=Kontrola kompatibility služby Realms... # playscreen.fetchingRealms=Načítání služby Realms... # playscreen.confirmLeaveMessage=Opravdu chcete opustit říši %1$s? # @@ -7158,13 +7221,13 @@ permissions.ability.op=Příkazy operátora # permissions.ability.invisible=Stát se neviditelným # permissions.ability.teleport=Použít teleport # permissions.NeedPermission=Potřebujete oprávnění # -permissions.AddFriends=Nemůžete přidávat přátele kvůli způsobu nastavení vašeho účtu Microsoft. Zkontrolujte, zda vaše nastavení online bezpečnosti umožňují přidávání přátel. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Nastavení vašeho účtu Microsoft znemožňuje hraní ve službě Realms. Zkontrolujte, zda vaše nastavení online bezpečnosti povoluje hru pro více hráčů. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. # -permissions.Communications=Nemůžete chatovat s ostatními hráči kvůli způsobu nastavení vašeho účtu Microsoft. Zkontrolujte, zda vaše nastavení ochrany osobních údajů umožňují komunikaci s ostatními hráči. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=Nemůžete přidávat přátele kvůli způsobu nastavení vašeho účtu Microsoft. Prosím, zkontrolujte, zda vaše nastavení online bezpečnosti umožňuje přidávání přátel. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Nemůžete hrát v Realms kvůli způsobu nastavení vašeho účtu Microsoft. Prosím. zkontrolujte, zda vaše nastavení online bezpečnosti povoluje hru pro více hráčů. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. # +permissions.Communications=Nemůžete chatovat s ostatními hráči kvůli způsobu nastavení vašeho účtu Microsoft. Prosím, zkontrolujte, zda vaše nastavení ochrany soukromí umožňuje komunikaci s ostatními hráči. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Nebudete moci do hry ve vaší službě Realms přidávat nové přátele kvůli způsobu nastavení vašeho účtu Xbox. Lze to změnit v nastaveních ochrany osobních údajů a bezpečnosti online na webu Xbox.com. Chcete pokračovat? # permissions.CloudSave=Nemůžete ukládat světy ve svém profilu Xbox kvůli způsobu nastavení vašeho účtu. Lze to změnit v nastaveních ochrany osobních údajů a bezpečnosti online na webu Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Nastavení vašeho účtu Microsoft znemožňuje hraní ve službě Realms. Zkontrolujte, zda vaše nastavení online bezpečnosti povoluje hru pro více hráčů a zda máte aktivní předplatné Xbox Live Gold. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Nemůžete hrát ve službě Realms z důvodu nastavení vašeho účtu Microsoft. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Nemůžete hrát v Realms kvůli způsobu nastavení vašeho účtu Microsoft. Prosím, zkontrolujte, zda vaše nastavení online bezpečnosti povoluje hru pro více hráčů a zda máte aktivní předplatné Xbox Live Gold. Pokyny pro změnu těchto nastavení naleznete na stránce aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=Nemůžete hrát v Realms kvůli způsobu nastavení vašeho účtu Microsoft. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Získat pomoc s řešením tohoto problému # permissions.open.account.help.button.gamecore=Opravit to # permissions.open.account.setting.button=Přečíst podmínky služby # @@ -7372,7 +7435,7 @@ persona.realms.redeem=Uplatnit # persona.realms.see.subscription=Ve službě Realms Plus # persona.realms.time.remaining=%s k vyzvednutí # persona.realms.savings=S předplatným Realms Plus ušetříte %s minecoinů! # -persona.csb.savings=Odběrem předplatného Tržiště ušetříte %s minecoinů! # +persona.csb.savings=S předplatným Marketplace Pass ušetříte %s minecoinů! # persona.preview.emote=Přehrát emotikonu # progressScreen.cantConnect=Ke světu se nelze připojit. Zkontrolujte si připojení k internetu a zkuste to znovu. # @@ -7434,7 +7497,7 @@ progressScreen.message.leaveLevel=Vaše hra se ukládá. Nevypínejte zařízen progressScreen.message.genericMayTakeAMoment=Může to chvíli trvat # progressScreen.message.noUploadResponse=Nepodařilo se nám ověřit, zda se váš svět nahrál správně. Připojte se pro kontrolu ke své říši a zkuste znovu, zda se svět aktualizoval na nový. # progressScreen.message.noUploadEndpoint=Nepodařilo se nám najít místo pro nahrání vašeho světa. Zkuste zkontrolovat své připojení k internetu. # -progressScreen.message.unownedTemplate=Zdá se, že nevlastníte šablonu z obchodu Marketplace, ze které vychází tento svět. Můžete ji zakoupit v obchodě Minecraft Marketplace. # +progressScreen.message.unownedTemplate=Zdá se, že nevlastníte šablonu z tržiště, ze které vychází tento svět. Můžete ji zakoupit na tržišti Minecraft Marketplace. # progressScreen.message.createArchiveFileFailed=Nemohli jsme zabalit soubor vašeho světa k nahrání. Možná máte plný pevný disk. # progressScreen.message.createLevelStorageFailed=Něco se nepovedlo při přípravě k nahrání vašeho světa. Pokud tento problém přetrvává, může pomoct restartování zařízení. # progressScreen.message.unknownError=Došlo k chybě # @@ -7518,7 +7581,7 @@ resourcePack.available.title.packs=Moje balíčky # resourcePack.available.add=Aktivovat # resourcePack.available.none.text=Nemáte žádné balíčky zdrojů # resourcePack.available.none.behavior=Nemáte žádné balíčky zdrojů # -resourcePack.available.none.store=Zobrazit obchod Marketplace # +resourcePack.available.none.store=Zobrazit tržiště # resourcePack.message.noneFound.packs=Na tomto zařízení nejsou žádné dostupné sady. # resourcePack.message.allInUse.packs=Vaše sady se momentálně používají. # resourcePack.message.error=Balíček obsahuje chyby, kvůli kterým nebude fungovat # @@ -7539,7 +7602,7 @@ resourcePack.errors=Chyby: # resourcePack.error.ingame.packs=Během hraní ve světě nemůžete měnit balíčky zdrojů. # resourcePack.error.ingame.behaviorPacks=Během hraní ve světě nemůžete měnit balíčky chování. # resourcePack.error.enteringgame.title=Propadlé balíčky v říši # -resourcePack.error.enteringgame.message=Tato říše obsahuje balíčky prostředků nebo chování, u kterých vypršelo předplatné Realms Plus. Tyto balíčky budete muset deaktivovat nebo je zakoupit v obchodu Marketplace, abyste mohli v této říši hrát. # +resourcePack.error.enteringgame.message=Tento Realm obsahuje balíčky prostředků nebo chování, u kterých vypršelo předplatné Realms Plus. Tyto balíčky budete muset deaktivovat nebo je zakoupit na tržišti, abyste mohli v této službě Realms hrát. # resourcePack.error.enteringgame.button=Zobrazit aktivní balíčky # resourcePack.title=Vybrat balíčky zdrojů # resourcePack.toast.atlasFallback.message=Nedostatek paměti. Textury se budou zobrazovat v hrubším rozlišení. # @@ -7605,7 +7668,7 @@ sidebar.emotes=Emotikony # sidebar.fantasy=Fantasy # sidebar.featured=Oblíbené # sidebar.genre=Žánr # -sidebar.marketplace=Obchod Marketplace # +sidebar.marketplace=Tržiště # sidebar.mashups=Mash-upy # sidebar.minigame=Minihra # sidebar.myCharacters=Moje postavy # @@ -7819,24 +7882,24 @@ item.smithing_template.name=Kovářská šablona # item.smithing_template.netherite_upgrade.applies_to=Diamantové vybavení # item.smithing_template.netherite_upgrade.ingredients=Netheritový ingot # item.netherite_upgrade_smithing_template.name=Vylepšení na netherit # -item.sentry_armor_trim_smithing_template.name=Vzor zbroje stráže # -item.vex_armor_trim_smithing_template.name=Vzor zbroje otrapy # -item.wild_armor_trim_smithing_template.name=Vzor divoké zbroje # -item.coast_armor_trim_smithing_template.name=Vzor pobřežní zbroje # -item.dune_armor_trim_smithing_template.name=Vzor zbroje duny # -item.wayfinder_armor_trim_smithing_template.name=Vzor zbroje Wayfinder # -item.raiser_armor_trim_smithing_template.name=Vzor zbroje raiseru # -item.shaper_armor_trim_smithing_template.name=Tvarovací vzor zbroje # -item.host_armor_trim_smithing_template.name=Vzor zbroje hostitele # -item.ward_armor_trim_smithing_template.name=Vzor ochranné zbroje # -item.silence_armor_trim_smithing_template.name=Vzor zbroje Silence # -item.tide_armor_trim_smithing_template.name=Vzor přílivové zbroje # -item.snout_armor_trim_smithing_template.name=Vzor čenichové zbroje # -item.rib_armor_trim_smithing_template.name=Vzor žeberní zbroje # -item.eye_armor_trim_smithing_template.name=Vzor zbroje očí # -item.spire_armor_trim_smithing_template.name=Vzor zbroje věže # -item.flow_armor_trim_smithing_template.name=Lem průtokového brnění # -item.bolt_armor_trim_smithing_template.name=Lem bleskového brnění # +item.sentry_armor_trim_smithing_template.name=Vzor zbroje: stráž # +item.vex_armor_trim_smithing_template.name=Vzor zbroje: otrapa # +item.wild_armor_trim_smithing_template.name=Vzor zbroje: divočina # +item.coast_armor_trim_smithing_template.name=Vzor zbroje: pobřeží # +item.dune_armor_trim_smithing_template.name=Vzor zbroje: duny # +item.wayfinder_armor_trim_smithing_template.name=Vzor zbroje: Wayfinder # +item.raiser_armor_trim_smithing_template.name=Vzor zbroje: raiser # +item.shaper_armor_trim_smithing_template.name=Vzor zbroje: tvar # +item.host_armor_trim_smithing_template.name=Vzor zbroje: hostitel # +item.ward_armor_trim_smithing_template.name=Vzor zbroje: ochrana # +item.silence_armor_trim_smithing_template.name=Vzor zbroje: ticho # +item.tide_armor_trim_smithing_template.name=Vzor zbroje: příliv # +item.snout_armor_trim_smithing_template.name=Vzor zbroje: rypák # +item.rib_armor_trim_smithing_template.name=Vzor zbroje: žebra # +item.eye_armor_trim_smithing_template.name=Vzor zbroje: oči # +item.spire_armor_trim_smithing_template.name=Vzor zbroje: věž # +item.flow_armor_trim_smithing_template.name=Vzor zbroje: tok # +item.bolt_armor_trim_smithing_template.name=Vzor zbroje: blesk # item.snort_pottery_sherd.name=Keramický střep Pátrající # item.spawn_egg.entity.camel.name=Vejce velblouda # item.spruce_hanging_sign.name=Smrková závěsná cedule # @@ -7890,24 +7953,24 @@ trim_material.lapis.name=Lazuritový materiál # trim_material.netherite.name=Netheritový materiál # trim_material.quartz.name=Křemenný materiál # trim_material.redstone.name=Ruditový materiál # -trim_pattern.coast.name=Vzor pobřežní zbroje # -trim_pattern.dune.name=Vzor zbroje duny # -trim_pattern.eye.name=Vzor zbroje očí # -trim_pattern.host.name=Vzor zbroje hostitele # -trim_pattern.raiser.name=Vzor zbroje raiseru # -trim_pattern.rib.name=Vzor žeberní zbroje # -trim_pattern.sentry.name=Vzor zbroje stráže # -trim_pattern.shaper.name=Tvarovací vzor zbroje # -trim_pattern.silence.name=Vzor zbroje Silence # -trim_pattern.snout.name=Vzor čenichové zbroje # -trim_pattern.spire.name=Vzor zbroje věže # -trim_pattern.tide.name=Vzor přílivové zbroje # -trim_pattern.vex.name=Vzor zbroje otrapy # -trim_pattern.ward.name=Vzor ochranné zbroje # -trim_pattern.wayfinder.name=Vzor zbroje Wayfinder # -trim_pattern.wild.name=Vzor divoké zbroje # -trim_pattern.bolt.name=Lem bleskového brnění # -trim_pattern.flow.name=Lem průtokového brnění # +trim_pattern.coast.name=Vzor zbroje: pobřeží # +trim_pattern.dune.name=Vzor zbroje: duny # +trim_pattern.eye.name=Vzor zbroje: oči # +trim_pattern.host.name=Vzor zbroje: hostitel # +trim_pattern.raiser.name=Vzor zbroje: raiser # +trim_pattern.rib.name=Vzor zbroje: žebra # +trim_pattern.sentry.name=Vzor zbroje: stráž # +trim_pattern.shaper.name=Vzor zbroje: tvar # +trim_pattern.silence.name=Vzor zbroje: ticho # +trim_pattern.snout.name=Vzor zbroje: rypák # +trim_pattern.spire.name=Vzor zbroje: věž # +trim_pattern.tide.name=Vzor zbroje: příliv # +trim_pattern.vex.name=Vzor zbroje: otrapa # +trim_pattern.ward.name=Vzor zbroje: ochrana # +trim_pattern.wayfinder.name=Vzor zbroje: Wayfinder # +trim_pattern.wild.name=Vzor zbroje: divočina # +trim_pattern.bolt.name=Vzor zbroje: blesk # +trim_pattern.flow.name=Vzor zbroje: tok # storageManager.mainSizeLabel=%s – 1 položka # storageManager.mainSizeLabelPlural=%s – položek: %s # @@ -7917,14 +7980,14 @@ storageManager.title.item.single=položka # storageManager.title.item.plural=položky # storageManager.title.allScreenshots=všechny snímky obrazovky # storageManager.delete.content=Opravdu chcete odstranit vybrané položky? Tyto položky budou navždy ztraceny! (Což je dlouho!) %s%s%s # -storageManager.delete.content.redownload=Obsah zakoupený v obchodě Marketplace si můžete znovu stáhnout. # +storageManager.delete.content.redownload=Obsah zakoupený na tržišti si můžete znovu stáhnout. # storageManager.delete.content.worldtemplate=Odstranění šablon může mít za následek nesprávné fungování světů, které je používají. # storageManager.delete.content.affectedWorlds=Následující světy mohou přestat správně fungovat: # storageManager.delete.content.screenshots=Tímto odstraníte všechny snímky obrazovky pro všechny hráče Minecraftu na tomto zařízení. Opravdu chcete pokračovat? # storageManager.delete.confirm=Odstranit # storageManager.delete.cancel=Zrušit # storageManager.delete.dependency=Následující obsah závisí na této položce %s a nemusí nadále správně fungovat, pokud odstraníte „%s“:%s. Chcete i přesto odstranit „%s“? Tato položka %s bude navždy ztracena! (Což je dlouho!) # -storageManager.delete.premium=Chystáte se odstranit položku „%s“. Položku %s budete nadále vlastnit a v případě, že budete chtít položku %s v budoucnu znovu využít, můžete si ji stáhnout z obchodu Marketplace. # +storageManager.delete.premium=Chystáte se odstranit položku „%s“. Položku %s budete nadále vlastnit a v případě, že budete chtít položku %s v budoucnu znovu využít, můžete si ji stáhnout z tržiště. # storageManager.delete.premium.end=Opravdu chcete odstranit položku „%s“? # storageManager.deleting.content=Odstraňování obsahu # storageManager.download.premium=Položka %s aktuálně není nainstalována. # @@ -8140,7 +8203,7 @@ selectTemplate.create=Vytvořit… # selectTemplate.worldsByCreators=Světy od tvůrců # selectTemplate.realm=Nová říše # selectTemplate.realmInfo=Po vytvoření můžete světy odesílat do své říše! # -selectTemplate.signIn=Vytvořit říši pomocí účtu Microsoft # +selectTemplate.signIn=Vytvořit Říši pomocí účtu Microsoft # selectTemplate.unableToSignIn=Služby Microsoft nejsou na tomto zařízení dostupné. # selectTemplate.world=Nový svět # selectTemplate.help=? # @@ -8159,7 +8222,7 @@ selectTemplate.noTemplates=Na tomto zařízení nejsou žádné šablony světů selectTemplate.suggestedContent.title=Vybraný obsah z Marketplace # selectTemplate.suggestedContent.button=Prohlédnout další šablony # selectTemplate.createdBy=Vytvořil(a) %s # -selectTemplate.inventory=Moje balíčky z obchodu Marketplace # +selectTemplate.inventory=Moje balíčky z tržiště # selectTemplate.seeMore=Prohlédnout další # selectTemplate.editor.generateRandom=Vytvořit nový projekt # @@ -8177,10 +8240,10 @@ skinpack.Education=Skiny pro edici Education Edition # skins.browse=Procházet # skins.buy.buyButton=Koupit # skins.buy.cancelButton=Zrušit # -skins.buy.noConnection=Nemůžeme se připojit k obchodu Marketplace. Můžete si zkontrolovat připojení k internetu? # +skins.buy.noConnection=Nemůžeme se připojit k tržišti. Můžete si zkontrolovat připojení k internetu? # skins.information.ingame=Je nám líto, jméno skinu nelze ve hře změnit. Přejděte do nabídky Možnosti v hlavní nabídce. # skins.information.invalidCustomSkin=To není skin pro Minecraft, kdepak. # -skins.information.upsellWithoutStore=Chcete-li použít daný skin, musíte zakoupit sadu skinů. Nemůžeme se připojit k obchodu Marketplace. # +skins.information.upsellWithoutStore=Chcete-li použít daný skin, musíte zakoupit sadu skinů. Nemůžeme se připojit k tržišti. # skins.information.selectSkin=Zvolte správný typ modelu pro váš skin # skins.restore.button=Obnovit # skins.show.restorePurchaseButton=Obnovit # @@ -8198,7 +8261,7 @@ skins.picker.no.multiplayer=Sada skinů, v níž není povolena hra pro více hr skins.picker.expanded.back=Skiny v sadě „%s“ # skins.store.upsell.equip.button=Použít tento skin # skins.store.upsell.info=Chcete-li použít vybraný skin, musíte odemknout tuto sadu. # -skins.store.upsell.seePack=Zobrazit sadu v obchodě Marketplace # +skins.store.upsell.seePack=Zobrazit sadu na tržišti # skins.store.upsell.unlockPack=Chcete-li použít vybraný skin, odemkněte tuto sadu. # skins.store.equipped=Použili jste skin %s. # @@ -8296,14 +8359,14 @@ store.coin.title=Nákup mincí Minecoins # store.disabledOnBeta=Tato funkce je v beta verzi momentálně zakázána. # store.disabled.nopermission=Momentálně nemáte oprávnění použít obchod Store. # store.disabled.generic=Obchod Store je momentálně nedostupný. # -store.disabled.preview=Obchod Marketplace nelze během náhledu otevřít. # -store.marketplaceDisabledWin32=Obchod Marketplace není na sestaveních Win32 k dispozici. Zvažte raději sestavení verze hry UWP. # +store.disabled.preview=Tržiště nelze během náhledu otevřít. # +store.marketplaceDisabledWin32=Tržiště není na sestaveních Win32 k dispozici. Zvažte raději sestavení verze hry UWP. # -store.loading.error.unavailable=Obchod Marketplace není k dispozici. # +store.loading.error.unavailable=Tržiště není k dispozici. # store.loading.error.trying=Stále se snažíme připojit. Čekejte prosím. # store.loading.error.failure=Došlo k chybě. Restartujte hru a zkuste to znovu. # store.loading.error.connecting=Došlo k problému při připojování. Vraťte se zpět a zkuste to znovu. # -store.loading.error.issues=Hmm, obchod Marketplace má nějaké problémy. Zkuste se připojit později. # +store.loading.error.issues=Hmm, tržiště má nějaké problémy. Zkuste se připojit později. # store.loading.error.internetDown=Nemůžeme najít připojení k internetu. # store.loading.error.account=Došlo k problému s vaším účtem. Zkuste to znovu a pokud bude problém přetrvávat, kontaktujte prosím podporu. # store.loading.error.account.banned=Dokud pozastavení nevyprší, nemůžete tržiště používat. # @@ -8331,36 +8394,36 @@ store.realmsPlus.errorNoOffer=CHYBA, NEBYLA NALEZENA ŽÁDNÁ NABÍDKA # store.realmsPlus.manageSubscription=SPRAVOVAT PŘEDPLATNÉ # store.realmsPlus.viewAllPacksTitle=VÝHODNÁ NABÍDKA – BALÍČKY V HODNOTĚ PŘES §g$150 (USD)!§r # -store.realmsPlus.nowActive=Vaše předplatné Realms Plus je nyní aktivní pro toto zařízení. Nyní máte přístup k více než 150 balíčkům obsahu z obchodu Marketplace bez dalších poplatků. Ve vaší říši může najednou hrát až 10 hráčů, kteří získají přístup k veškerému obsahu předplatného ve vaší říši – zdarma! # +store.realmsPlus.nowActive=Vaše předplatné Realms Plus je nyní aktivní pro toto zařízení. Nyní máte přístup k více než 150 balíčkům obsahu z tržiště bez dalších poplatků. Ve vaší službě Realms může najednou hrát až 10 hráčů, kteří získají přístup k veškerému obsahu předplatného ve vaší službě Realms – zdarma! # store.realmsPlus.buyNow.buttonText=KOUPIT ZA %s # store.realmsPlus.buyNow.viewTerms=PODMÍNKY A UJEDNÁNÍ # store.realmsPlus.buyNow.viewPrivacyPolicy=ZÁSADY OCHRANY OSOBNÍCH ÚDAJŮ # store.realmsPlus.buyNow.title=Zahajte své předplatné Realms Plus # -store.realmsPlus.startTrial.description=Vaše říše a více než 150 balíčků z obchodu Marketplace bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vaší říši zdarma! První měsíc budete mít zdarma a pak vám budeme účtovat %s/měsíc, přičemž předplatné můžete kdykoli zrušit. # -store.realmsPlus.startTrial.description.contentSub=Váš Realm a více než 150+ balíčků z obchodu Marketplace v předplatném Marketplace Pass budou ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! První měsíc budete mít zdarma a pak vám budeme účtovat %s/měsíc. Předplatné můžete kdykoli zrušit. # -store.realmsPlus.noTrial.description=Váš Realm a více než 150+ balíčků z obchodu Marketplace bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Předplatné vám bude k dispozici po dobu 30 dní za cenu :minecoin:%s. # -store.realmsPlus.noTrial.description.contentSub=Váš Realm a více než 150+ balíčků z obchodu Marketplace v předplatném Marketplace Pass budou ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Předplatné vám bude k dispozici po dobu 30 dní za cenu %s:minecoin:. # -store.realmsPlus.noTrial.description.iap=Vaše říše a více než 150 balíčků z obchodu Marketplace bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vaší říši zdarma! Budeme vám účtovat %s/měsíc a předplatné můžete zrušit v nastaveních předplatných, abyste nemuseli platit další poplatky. # -store.realmsPlus.noTrial.description.iap.contentSub=Váš Realm a více než 150+ balíčků z obchodu Marketplace zahrnutých v předplatném Marketplace Pass budou ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Budeme vám účtovat %s/měsíc a předplatné můžete zrušit v nastaveních předplatného, abyste nemuseli platit další poplatky. # +store.realmsPlus.startTrial.description=Váš Realm a více než 150 balíčků z tržiště bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! První měsíc budete mít zdarma a pak vám budeme účtovat %s/měsíc, přičemž předplatné můžete kdykoli zrušit. # +store.realmsPlus.startTrial.description.contentSub=Váš Realm a více než 150 balíčků z tržiště v předplatném Marketplace Pass bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! První měsíc budete mít zdarma a pak vám budeme účtovat %s/měsíc. Předplatné můžete kdykoli zrušit. # +store.realmsPlus.noTrial.description=Váš Realm a více než 150 balíčků z tržiště bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Předplatné vám bude k dispozici po dobu 30 dní za cenu :minecoin:%s. # +store.realmsPlus.noTrial.description.contentSub=Váš Realm a více než 150 balíčků z tržiště v předplatném Marketplace Pass bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Předplatné vám bude k dispozici po dobu 30 dní za cenu %s:minecoin:. # +store.realmsPlus.noTrial.description.iap=Váš Realm a více než 150 balíčků z tržiště bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Budeme vám účtovat %s/měsíc a předplatné můžete zrušit v nastaveních předplatného, abyste nemuseli platit další poplatky. # +store.realmsPlus.noTrial.description.iap.contentSub=Váš Realm a více než 150 balíčků z tržiště v předplatném Marketplace Pass bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Budeme vám účtovat %s/měsíc a předplatné můžete zrušit v nastaveních předplatného, abyste nemuseli platit další poplatky. # store.realmsPlus.realmName.placeholder=Říše uživatele %s #The string passed in here is the gamertag of the player to indicate the name of the player's world. # -store.realmsPlus.recurring.offerTrial=Realms Plus je průběžné předplatné s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud nebude předplatné zrušeno.%sOkamžitě získáte přístup k vaší říši a více než 150 balíčkům v obchodě Marketplace. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vaší říši zdarma! Prvních 30 dní je zdarma, pak vám budeme účtovat %s/měsíc. Předplatné můžete zrušit v nastaveních předplatných, abyste nemuseli platit další poplatky. # -store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus je průběžné předplatné s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud jej nezrušíte.%sOkamžitě získáte přístup k vašemu Realmu a více než 150+ balíčkům v obchodě Marketplace zahrnutým v předplatném Marketplace Pass. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Prvních 30 dní je zdarma, pak vám budeme účtovat %s/měsíc. Předplatné můžete zrušit v nastaveních předplatného, abyste nemuseli platit další poplatky. # -store.realmsPlus.recurring.withoutTrial=Realms Plus je průběžné předplatné s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud nebude předplatné zrušeno.%sOkamžitě získáte přístup k vaší říši a více než 150 balíčkům v obchodě Marketplace. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vaší říši zdarma! Budeme vám účtovat %s/měsíc a předplatné můžete zrušit v nastaveních předplatných, abyste nemuseli platit další poplatky. # -store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus je průběžné předplatné s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud jej nezrušíte.%sOkamžitě získáte přístup k vašemu Realmu a více než 150+ balíčkům v obchodě Marketplace zahrnutým v předplatném Marketplace Pass. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Budeme vám účtovat %s/měsíc a předplatné můžete zrušit v nastaveních předplatného, abyste nemuseli platit další poplatky. # -store.realmsPlus.consumable.offerTrial=Vaše říše a více než 150 balíčků z obchodu Marketplace bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vaší říši zdarma! Prvních 30 dní budete mít zdarma a pak budete moct předplatné obnovit na dalších 30 dní za cenu %s. # -store.realmsPlus.consumable.offerTrial.contentSub=Váš Realm a více než 150+ balíčků z obchodu Marketplace zahrnutých v předplatném Marketplace Pass bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Prvních 30 dní budete mít zdarma a pak budete moct předplatné obnovit na dalších 30 dní za cenu %s. # -store.realmsPlus.consumable.withoutTrial=Vaše říše a více než 150 balíčků z obchodu Marketplace bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vaší říši – zdarma! Předplatné vám bude k dispozici po dobu 30 dní za cenu %s. # -store.realmsPlus.consumable.withoutTrial.contentSub=Váš Realm a více než 150+ balíčků z obchodu Marketplace zahrnutých v předplatném Marketplace Pass bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Předplatné vám bude k dispozici po dobu 30 dní za cenu %s. # +store.realmsPlus.recurring.offerTrial=Realms Plus je průběžné předplatné s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud nebude předplatné zrušeno.%sOkamžitě získáte přístup k vašemu Realmu a více než 150 balíčkům na tržišti. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Prvních 30 dní je zdarma, pak vám budeme účtovat %s/měsíc. Předplatné můžete zrušit v nastaveních předplatných, abyste nemuseli platit další poplatky. # +store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus je průběžné předplatné s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud jej nezrušíte.%sOkamžitě získáte přístup k vašemu Realmu a více než 150 balíčkům na tržišti zahrnutým v předplatném Marketplace Pass. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Prvních 30 dní je zdarma, pak vám budeme účtovat %s/měsíc. Předplatné můžete zrušit v nastaveních předplatného, abyste nemuseli platit další poplatky. # +store.realmsPlus.recurring.withoutTrial=Realms Plus je průběžné předplatné s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud nebude předplatné zrušeno.%sOkamžitě získáte přístup k vašemu Realmu a více než 150 balíčkům na tržišti. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Budeme vám účtovat %s/měsíc a předplatné můžete zrušit v nastaveních předplatných, abyste nemuseli platit další poplatky. # +store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus je průběžné předplatné s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud jej nezrušíte.%sOkamžitě získáte přístup k vašemu Realmu a více než 150 balíčkům na tržišti zahrnutým v předplatném Marketplace Pass. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Budeme vám účtovat %s/měsíc a předplatné můžete zrušit v nastaveních předplatného, abyste nemuseli platit další poplatky. # +store.realmsPlus.consumable.offerTrial=Váš Realm a více než 150 balíčků z tržiště bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Prvních 30 dní budete mít zdarma a pak budete moct předplatné obnovit na dalších 30 dní za cenu %s. # +store.realmsPlus.consumable.offerTrial.contentSub=Váš Realm a více než 150 balíčků z tržiště zahrnutých v předplatném Marketplace Pass bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Prvních 30 dní budete mít zdarma a pak budete moct předplatné obnovit na dalších 30 dní za cenu %s. # +store.realmsPlus.consumable.withoutTrial=Váš Relam a více než 150 balíčků z tržiště bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu – zdarma! Předplatné vám bude k dispozici po dobu 30 dní za cenu %s. # +store.realmsPlus.consumable.withoutTrial.contentSub=Váš Realm a více než 150 balíčků z tržiště zahrnutých v předplatném Marketplace Pass bude ihned k dispozici. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vašem Realmu zdarma! Předplatné vám bude k dispozici po dobu 30 dní za cenu %s. # store.realmsPlus.landing.header=Předplatné zahrnuje: # store.realmsPlus.landing.headerTrial=Bezplatné 30denní zkušební období, poté %s/měsíc # store.realmsPlus.landing.info1.line1=Server vaší vlastní osobní Říše: přetrvávající svět vždy online pro vás a vaše přátele! # store.realmsPlus.landing.info1.line2=Přátelé hrají ve vaší Říši zdarma # -store.realmsPlus.landing.info1.line3=Přeskočte od konzole na mobilní zařízení a na počítač – hrajte svoji Říši na libovolném zařízení s obchodem Tržiště Minecraft # +store.realmsPlus.landing.info1.line3=Přeskočte od konzole na mobilní zařízení a na počítač – hrajte svůj Realm na libovolném zařízení s tržištěm Minecraft Marketplace # store.realmsPlus.landing.info2.catalog=Bezplatný přístup ke katalogu s více než 150 balíčky z Tržiště # store.realmsPlus.landing.info2.contentSub=Obsahuje předplatné Marketplace Pass # @@ -8384,14 +8447,14 @@ store.realmsPlus.faq.header=ČASTÉ DOTAZY # store.realmsPlus.faq.question1=Co je služba Realms Plus? # store.realmsPlus.faq.answer1=Realms Plus je předplatné na osobní server podporující až 10 hráčů současně a neomezený přístup k více než 150 skvělým světům, balíčkům textur, sadám skinů a mash-upům pro Minecraft za jeden nízký měsíční poplatek. # store.realmsPlus.faq.question2=Co je osobní server? # -store.realmsPlus.faq.answer2=Osobní server umožňuje vytvořit sdílený svět, který je vždy online a přístupný z libovolného zařízení s obchodem Minecraft Marketplace. Hráči, které pozvete do své služby Realms, mohou hrát v tomto světě kdykoli. # +store.realmsPlus.faq.answer2=Osobní server umožňuje vytvořit sdílený svět, který je vždy online a přístupný z libovolného zařízení s tržištěm Minecraft Marketplace. Hráči, které pozvete do své služby Realms, mohou hrát v tomto světě kdykoli. # store.realmsPlus.faq.question3=Musí si moji přátelé pořídit předplatné Realms Plus, aby mohli hrát v mé říši? # store.realmsPlus.faq.answer3=Vaši přátelé nemusí zakoupit předplatné Realms Plus, aby mohli hrát ve vaší říši ve službě Realms. Můžete pozvat přátele, kteří mají přístup ke službě Realms (a povolené oprávnění ke hře pro více hráčů), aby se k vaší říši ve službě Realms připojili zdarma. # store.realmsPlus.faq.question4=Která zařízení podporují službu Realms Plus pro Minecraft? # -store.realmsPlus.faq.answer4=Služba Realms Plus je v současné době k dispozici na všech platformách, na kterých je možné nainstalovat Minecraft Bedrock Edition. Pokud jste přihlášeni ke svému účtu Microsoft, můžete na každém z těchto zařízení hrát ve službě Realms a používat libovolný obsah ze služby Realms Plus. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Služba Realms Plus je v současné době k dispozici na všech platformách, na kterých je možné nainstalovat Minecraft Bedrock Edition. Pokud jste přihlášeni ke svému účtu Microsoft, můžete na každém z těchto zařízení hrát v Realms a používat libovolný obsah z Realms Plus. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Kolik stojí předplatné služby Realms Plus? # -store.realmsPlus.faq.answer5=%s měsíčně za server pro 10 hráčů a přístup k více než 150 balíčkům z obchodu Marketplace. # -store.realmsPlus.faq.answer5.contentSub=%s měsíčně. Přidejte členy s nekonečným přístupem, hrajte online s 10 dalšími hráči současně. Navíc si můžete užívat více než 150 kusů obsahu obchodu Marketplace z katalogu předplatného Marketplace Pass zdarma. # +store.realmsPlus.faq.answer5=%s měsíčně za server pro 10 hráčů a přístup k více než 150 balíčkům z tržiště. # +store.realmsPlus.faq.answer5.contentSub=%s měsíčně. Přidejte členy s nekonečným přístupem, hrajte online s 10 dalšími hráči současně. Navíc si můžete užívat více než 150 kusů obsahu tržiště z katalogu předplatného Marketplace Pass zdarma. # store.realmsPlus.faq.question6=Jak často jsou do služby Realms Plus přidávány nové balíčky? # store.realmsPlus.faq.answer6=Nové balíčky přidáváme do služby Realms Plus každý měsíc. # store.realmsPlus.faq.question7=Jak dlouho mám přístup k balíčkům v rámci služby Realms Plus? # @@ -8421,7 +8484,7 @@ store.realmsPlus.content.friendsGetAccess=Vaši přátelé získají zdarma př store.realmsPlus.content.popularPacks=Populární balíčky služby Realms Plus: # store.realmsPlus.content.viewAllPacks=ZOBRAZIT VŠECHNY BALÍČKY # -store.realmsPlus.content.contentDescription=Využívejte zdroj úžasného obsahu pro Minecraft! S předplatným Realms Plus získáte okamžitý přístup k více než 150 položkám v obchodě Marketplace, mezi které patří mash-upy, světy, sady skinů a epická dobrodružství – každý měsíc přibývají další. Váš obsah se ukládá na váš osobní server a je přístupný na všech platformách, kde je možné využívat službu Realms i obchod Minecraft Marketplace. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vaší službě Realms zdarma! # +store.realmsPlus.content.contentDescription=Využívejte zdroj úžasného obsahu pro Minecraft! S předplatným Realms Plus získáte okamžitý přístup k více než 150 položkám na tržišti, mezi které patří mash-upy, světy, sady skinů a epická dobrodružství – každý měsíc přibývají další. Váš obsah se ukládá na váš osobní server a je přístupný na všech platformách, kde je možné využívat službu Realms i tržiště Minecraft Marketplace. Najednou může hrát až 10 hráčů, kteří získají přístup ke světům ve vaší službě Realms zdarma! # store.realmsPlus.freeTrial=ZAHÁJIT BEZPLATNÉ ZKUŠEBNÍ OBDOBÍ # @@ -8453,12 +8516,12 @@ store.csb.buyNow.title=Zahajte své předplatné Marketplace Pass #### {StrCont store.csb.subscription=Po přihlášení budete mít k dispozici 150+ kusů vzrušujícího obsahu z Tržiště. Stáhněte si a hrajte dobrodružné mapy, oblečte si skiny, ponořte se do balíčků textur a získejte každý měsíc předměty z Tvůrce postav, které si můžete ponechat. S katalogem, který je pravidelně aktualizován, je s Marketplace Pass stále co objevovat. Bude vám účtováno %s/měsíc a předplatné můžete kdykoliv ukončit, aby vám nebyly účtovány další platby. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass je předplatné obsahu, který lze používat s podporovanými verzemi Minecraftu (hra se prodává samostatně) na Windows a dalších podporovaných platformách, na kterých hru vlastníte (Minecraft Java a Amazon Kindle Fire Edice nejsou podporovány); pro používání obsahu Marketplace Pass je nutné aktivní předplatné. Obsah se v průběhu času mění a nemusí být dostupný ve všech zemích. Po skončení bezplatného zkušebního období je předplatné nadále obnovováno za aktuální běžnou cenu (může se změnit) a příslušné poplatky, dokud není zrušeno. Předplatné můžete zrušit v účtu Microsoft v záložce Služby a předplatné. Pokud vaše předplatné skončí nebo je položka obsahu odstraněna z katalogu, musíte předplatné znovu aktivovat nebo si obsah zakoupit samostatně, abyste jej mohli nadále používat. Mohou být účtovány poplatky poskytovatele internetových služeb. Příležitostně můžeme poskytovat obsah, který vám zůstane k dispozici i po ukončení vašeho předplatného; v takovém případě si vyhrazujeme právo takový obsah stáhnout, pokud se stane nekompatibilním nebo pokud naše práva na obsah vyprší. Předplatné může být změněno, nebo ukončeno. Podléhá smlouvě o poskytování služeb společnosti Microsoft (www.microsoft.com/msa) a smlouvě Minecraft EULA (https://www.minecraft.net/eula). Jakékoli překlady těchto podmínek slouží pouze pro vaše pohodlí a v případě sporu mezi anglickou a neanglickou verzí platí anglická verze těchto podmínek. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass je předplatné obsahu, který lze používat s podporovanými verzemi Minecraftu (hra se prodává samostatně) na Windows a dalších podporovaných platformách, na kterých hru vlastníte (Minecraft Java a Amazon Kindle Fire Edice nejsou podporovány); pro používání obsahu Marketplace Pass je nutné aktivní předplatné. Obsah se v průběhu času může měnit a nemusí být dostupný ve všech zemích. Po skončení bezplatného zkušebního období je předplatné nadále obnovováno za aktuální běžnou cenu (může se změnit) a příslušné poplatky, dokud jej nezrušíte. Předplatné můžete zrušit v účtu Microsoft v záložce Služby a předplatné. Pokud vaše předplatné skončí nebo je položka obsahu odstraněna z katalogu, musíte předplatné znovu aktivovat nebo si obsah zakoupit samostatně, abyste jej mohli nadále používat. Mohou být účtovány poplatky poskytovatele internetových služeb. Příležitostně můžeme poskytovat obsah, který vám zůstane k dispozici i po skončení vašeho předplatného; v takovém případě si vyhrazujeme právo takový obsah stáhnout, pokud se stane nekompatibilním nebo pokud naše práva na obsah vyprší. Předplatné může být změněno, nebo ukončeno. Podléhá smlouvě o poskytování služeb společnosti Microsoft (www.microsoft.com/msa) a smlouvě Minecraft EULA (https://www.minecraft.net/eula). Jakékoli překlady těchto podmínek slouží pouze pro vaše pohodlí a v případě sporu mezi anglickou a neanglickou verzí platí anglická verze těchto podmínek. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Služba Marketplace Pass funguje na principu průběžného předplatného s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud předplatné nezrušíte.%sOkamžitě získáte přístup k vašim více než 150+ sadám v Tržišti. Předplatné můžete zrušit v nastavení předplatných, abyste nemuseli platit další poplatky. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Služba Marketplace Pass funguje na principu průběžného předplatného s opakovaným poplatkem, který se účtuje automaticky každý měsíc, dokud předplatné nezrušíte.%sOkamžitě získáte přístup k vašim více než 150+ sadám v Tržišti. Bude vám účtováno %s/měsíčně a přechodem do nastavení předplatných můžete své předplatné zrušit, aby vám nebyly účtovány další platby. #### {StrContains="Marketplace Pass"} -store.csb.consumable.offerTrial=Okamžitě získáte přístup k vašim více než 150+ balíčkům v obchodě Marketplace. Prvních 30 dnů budete mít zdarma a dalších 30 poté získáte za cenu %s. # -store.csb.consumable.withoutTrial=Okamžitě získáte přístup k vašim více než 150+ balíčkům v obchodě Marketplace. Vaše předplatné bude k dispozici na 30 dnů za cenu %s. # +store.csb.consumable.offerTrial=Okamžitě získáte přístup k vašim více než 150 balíčkům na tržišti. Prvních 30 dnů budete mít zdarma a dalších 30 poté získáte za cenu %s. # +store.csb.consumable.withoutTrial=Okamžitě získáte přístup k vašim více než 150 balíčkům na tržišti. Vaše předplatné bude k dispozici na 30 dnů za cenu %s. # store.csb.landing.header=Zahájit předplatné služby Marketplace Pass #### {StrContains="Marketplace Pass"} store.csb.landing.headerTrial=Bezplatné 30denní zkušební období, poté %s/měsíc # @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass je předplatné, které vám dává pří store.csb.faq.question2=Jak často se aktualizuje obsah v Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Vybraný obsah se každý měsíc obnovuje, takže vždy najdete něco nového. # store.csb.faq.question3=Co potřebuji, abych si užil Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Přístup k Marketplace Pass vyžaduje aktivní předplatné a kompatibilní verzi Minecraft: Bedrock Edition s Minecraft Tržištěm. Vyžaduje přihlášení k účtu Microsoft. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Přístup k Marketplace Pass vyžaduje aktivní předplatné a kompatibilní verzi Minecraft: Bedrock Edition s Minecraft Marketplace. Vyžaduje přihlášení k účtu Microsoft. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Co se stane s mým obsahem poté, co skončí v Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Jakmile svět, balíček textur, sada skinů nebo mash-up opustí katalog, musíte si danou položku zakoupit na Marketplace, abyste mohli pokračovat ve hře. Balíčky nebudou z místního úložiště odstraněny, dokud je neodstraníte vy. Měsíční položky tvůrce postav, které jste si vyzvedli, si můžete ponechat. # store.csb.faq.question5=Co se stane, když mé předplatné skončí? # @@ -8520,7 +8583,7 @@ store.csb.purchase.warningDialog.button.back=Jít zpět # store.csb.upsell.bestValue=SUPERVÝHODNÉ # -store.csb.upsell.leftBullet.1=Katalog pro více než 150+ balíčků z obchodu marketplace # +store.csb.upsell.leftBullet.1=Katalog pro více než 150 balíčků z tržiště # store.csb.upsell.leftBullet.2=Obsah obnovován měsíčně # store.csb.upsell.leftBullet.3=Časově omezené předměty tvůrce postav každý měsíc # @@ -8567,9 +8630,9 @@ store.itemMayNotBeCompatible=Tento předmět nemusí být kompatibilní s vaší store.owned=Vlastněno # store.owned.legacy=Vlastněno (P) # store.unlocked=Odemčeno # -store.mypacks=Můj obsah # +store.myLibrary=Moje knihovna # -store.error=Chyba obchodu Marketplace # +store.error=Chyba tržiště # store.toast.downloadStarted=Stahování bylo zahájeno: %s # store.toast.downloadComplete=Stahování bylo dokončeno: %s # @@ -8606,7 +8669,7 @@ store.popup.download.unOwned.msg=Chcete koupit balíčky používané v tomto sv store.popup.download.unOwnedTemplate.title=Zakoupit šablonu světa? # store.popup.download.unOwnedTemplate.msg=Tento svět byl vytvořen pomocí šablony, kterou jste neodemkli. K odemčení tohoto světa musíte zakoupit šablonu. Přejete si zakoupit šablonu používanou tímto světem? # store.popup.downloadWorldTemplate.noInternet.title=K používání šablony potřebujete přístup k internetu # -store.popup.downloadWorldTemplate.noInternet.msg=Nepodařilo se nám připojit k obchodu Marketplace a stáhnout šablonu použitou k vytvoření tohoto světa. Tato šablona obsahovala doplňkový balíček, který je vyžadován k dalšímu hraní v tomto světě. Pokud chcete pokračovat, připojte se znovu k internetu a šablonu stáhněte. # +store.popup.downloadWorldTemplate.noInternet.msg=Nepodařilo se nám připojit k tržišti a stáhnout šablonu použitou k vytvoření tohoto světa. Tato šablona obsahovala doplňkový balíček, který je vyžadován k dalšímu hraní v tomto světě. Pokud chcete pokračovat, připojte se znovu k internetu a šablonu stáhněte. # store.popup.downloadWorldTemplate.noSpace.msg=Nemáte dostatek místa ke stažení šablony použité k vytvoření tohoto světa. Tato šablona obsahovala doplňkový balíček, který je nezbytný pro přístup k tomuto světu. Než budete pokračovat, uvolněte místo v zařízení. # store.popup.downloadWorldTemplate.title.KB=Stáhnout chybějící šablonu? - %s KB # store.popup.downloadWorldTemplate.title.MB=Stáhnout chybějící šablonu? - %s MB # @@ -8652,7 +8715,7 @@ store.purchase.bundle.unowned=Získáte # store.createdBy=Autor: %s # store.seeMoreBy=Prohlédnout další od uživatele %s # store.seeMoreBy.multiCreatorBundle=Zobrazit další podle tvůrců sad # -store.fetchingItem=Připojování k obchodu Marketplace... # +store.fetchingItem=Připojování k tržišti... # store.startMenu.sale=Akce! # @@ -8663,7 +8726,7 @@ store.content.download=Stáhnout # store.content.update=Aktualizovat # store.content.updating=Aktualizace... # store.content.requireXbl.signedIn=Ke stažení zdarma s účtem Microsoft. # -store.content.requireXbl.notSignedIn=Odemkněte po přihlášení k účtu Microsoft. # +store.content.requireXbl.notSignedIn=Pro odemknutí se přihlaste k účtu Microsoft. # store.mashup.count.personaPiece=1 postava # store.mashup.count.personaPieces=%s postav(y) # @@ -8756,14 +8819,14 @@ store.ratings.yourRating=Vaše hodnocení # store.ratings.stars= %s hvězdiček # store.ratings.rate=Ohodnoťte tento balíček! # -store.ratings.signIn.title=Hodnotit položky v obchodě Marketplace # +store.ratings.signIn.title=Hodnotit položky na tržišti # store.ratings.signIn.description1=Sdělte tvůrci a komunitě, jaké máte s touto položkou zkušenosti! # store.ratings.signIn.description2=Než budete moci položku ohodnotit, musíte se přihlásit pomocí účtu Microsoft. # store.purchase.success.realMoney1=Právě jste odemkli: %s za %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Rozšiřte si hru spoustou nového obsahu. # -store.purchase.signInPart2=Chcete-li začít nakupovat v obchodě Marketplace, přihlaste se pomocí účtu Microsoft! # +store.purchase.signInPart2=Chcete-li začít používat tržiště, přihlaste se pomocí účtu Microsoft! # store.purchase.realmoney.disclaimer=*Kupuje mince (%s) za %s a vybírá balíček za tento počet mincí: %s (zbude %s). # store.purchase.notAvailable=Momentálně není k dispozici # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Nemohli jsme se připojit k obchodu s aplikace store.coins.tooManyCoins=Pokud část mincí použijete, budete si moci koupit další. # store.coins.incomplete.title=Nedokončený nákup za mince # store.coins.incomplete.fulfill.a=Zdá se, že jsme to posledně nedotáhli do konce. Pojďme dokončit váš nákup nyní. # -store.coins.incomplete.fulfill.b=Zdá se, že jste zahájili nákup pomocí jiného účtu Microsoft. Chcete místo toho dokončit nákup pomocí tohoto účtu? # +store.coins.incomplete.fulfill.b=Zdá se, že jste zahájili nákup na jiném účtu Microsoft. Chcete místo toho dokončit nákup s tímto účtem? # store.coins.incomplete.fulfill.c=Někdo zahájil nákup pomocí fakturačního účtu na tomto zařízení. Chcete dokončit nákup pomocí tohoto účtu? # store.coins.fixAppReceipt.title=Něco se nepovedlo # store.coins.fixAppReceipt.body=Vypadá to, že došlo k problému s přijetím vaší aplikace. Pro pokračování se přihlaste. # @@ -8817,7 +8880,7 @@ store.3pserverItem.alreadyPurchased=Vlastněno # store.restore.description=Obnovujeme vaše nákupy! # store.restore.failed=Je nám líto, nepodařilo se nám obnovit vaše nákupy. Můžete si zkontrolovat připojení k internetu? # store.connection.failed.title=Něco se nepovedlo # -store.connection.failed.body=Momentálně máme problém s připojením k obchodu Marketplace. Zkuste to znovu později! # +store.connection.failed.body=Momentálně máme problém s připojením k tržišti. Zkuste to znovu později! # store.connection.failed.code=Kód chyby: %s # store.connection.failed.request=Momentálně máme problém s přístupem na tuto stránku. Zkuste jinou! # store.featured.createdBy=Vytvořil(a) %s # @@ -8828,7 +8891,6 @@ store.updating.title=Aktualizace: %s # store.importing.title=Import: %s # store.importing=Import... # store.showMore=Zobrazit vše # -store.inventory.no.xbl=Moje balíčky # store.promo.today=Pouze dnes! # store.promo.upsell=Nenechte si ujít dnešní dárek zdarma! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Nainstalovaný stav # store.search.filter.installed=Nainstalováno # store.search.filter.notInstalled=Není nainstalováno # store.search.filter.clear.installed=Resetovat nainstalované filtry # +store.search.filter.dressingroombody=Tělo # +store.search.filter.dressingroombody.selectedCount=%d dílů # +store.search.filter.dressingroomstyle=Styl # +store.search.filter.dressingroomstyle.selectedCount=%d stylů # store.search.sort_menu.sortConstWord=Seřadit # store.search.sort_menu.Default=Relevance # @@ -10049,7 +10115,7 @@ structure_block.import=Importovat # structure_block.corner=Roh # structure_block.corner.text.1.title=Rohový režim: # structure_block.corner.text.2.paragraph=Rohový režim slouží spolu s tlačítkem Detekovat v režimu ukládání k definování oblasti pro uložení. Detekuje pouze rohové bloky se stejným názvem, jako má ukládaná stavba. # -structure_block.export.disabled_message=U šablon světa z obchodu Minecraft Marketplace je export zakázán. # +structure_block.export.disabled_message=U šablon světa z tržiště Minecraft Marketplace je export zakázán. # structure_block.reset=Resetovat # structure_block.save=Uložit # structure_block.redstone_save_mode=Režim ukládání ruditem # @@ -10185,16 +10251,16 @@ trial.tabbed_upsell.buttonAlternate=Odemknout plnou verzi hry Minecraft # trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Užijte si nekonečné objevování svých vlastních náhodně generovaných světů a budujte zde cokoli vás napadne – od nejjednodušších domků po nejvelkolepější hrady! Hrát můžete v režimu Tvořivé hry s neomezenými zdroji a stavět zázraky, nebo můžete těžit zdroje v režimu Hry o přežití, vyrábět zbraně a zbroj, abyste zahnali nebezpečná stvoření a přežili noci. Navíc můžete hrát s kamarády online! Odemkněte si plnou verzi hry ještě dnes! # trial.tabbed_upsell.xbl.title=ÚČET MICROSOFT # -trial.tabbed_upsell.xbl.description=Plná verze Minecraftu vám přináší režim tvořivé hry, úspěchy a spoustu dalšího, plus s účtem Microsoft se můžete setkat s dalšími členy Minecraft komunity! Připojte se do světů svých přátel, najděte si nové kamarády na serverech a synchronizujte své zakoupené položky, ať už budete hrát Minecraft kdekoliv. # -trial.tabbed_upsell.xbl.description.line2=*(ve verzích s obchodem Marketplace) # +trial.tabbed_upsell.xbl.description=Plná verze Minecraftu vám přináší režim Tvořivé hry, herní úspěchy a spoustu dalšího, navíc s účtem Microsoft se můžete setkat s dalšími členy Minecraft komunity! Připojte se do světů svých přátel, najděte si nové kamarády na serverech a synchronizujte si nákupy z tržiště na všech zařízeních, na nichž Minecraft hrajete. # +trial.tabbed_upsell.xbl.description.line2=*(ve verzích s tržištěm) # trial.tabbed_upsell.achievements.title=HERNÍ ÚSPĚCHY # -trial.tabbed_upsell.achievements.description=Kromě plné verze hry Minecraft s režimem Tvořivé hry, hrou pro více hráčů a spoustou dalšího, si budete moct odemknout úspěchy a Hráčské skóre, které znázorní váš postup ve hře a ukáže přátelům z vašeho účtu Microsoft, čeho jste již dosáhli. Pořiďte si plnou hru, ať můžete začít! # +trial.tabbed_upsell.achievements.description=Kromě plné verze hry Minecraft s režimem Tvořivé hry, hrou pro více hráčů a spoustou dalšího, budete moci získávat herní úspěchy a skóre hráče, které zaznamená váš postup ve hře a ukáže přátelům z vašeho účtu Microsoft, čeho jste již dosáhli. Pořiďte si plnou hru, ať můžete začít skórovat! # trial.tabbed_upsell.multiplayer.title=HRA PRO VÍCE HRÁČŮ # trial.tabbed_upsell.multiplayer.description=Díky plné verzi Minecraftu si můžete užít režim tvořivé hry, úspěchy a hru pro více hráčů s přáteli na všech zařízeních s hrou Minecraft! Hrajte s přáteli na konzoli, PC a mobilu, a tvořte, prozkoumávejte a přežívejte společně. Odemkněte si plnou verzi hry ještě dnes! # trial.tabbed_upsell.server.title=SERVERY # trial.tabbed_upsell.server.description=Servery nabízejí nesmírně kreativní způsob, jak si užít Minecraft! Hrajte skvělé minihry, setkávejte se s komunitou Minecraftu a udělejte si nové přátele. Odemkněte si kompletní Minecraft, abyste mohli vyzkoušet servery ještě dnes! # trial.tabbed_upsell.store.title=OBCHOD STORE # -trial.tabbed_upsell.store.description=Získejte přístup k obchodu Minecraft Marketplace v našem herním obchodě. Vylepšete svůj vzhled díky novým skinům, změňte svůj svět, nebo prozkoumávejte neuvěřitelné nové mapy od nejlepších komunitních tvůrců! Pořiďte si plnou hru ještě dnes! # +trial.tabbed_upsell.store.description=Získejte přístup k tržišti Minecraft Marketplace v našem herním obchodě. Vylepšete svůj vzhled díky novým skinům, změňte svůj svět, nebo prozkoumávejte neuvěřitelné nové mapy od nejlepších komunitních tvůrců! Pořiďte si plnou hru ještě dnes! # trial.tabbed_upsell.creative.title=TVOŘIVÁ HRA # trial.tabbed_upsell.creative.description=Kupte si Minecraft a využijte režim tvořivé hry! Získejte přístup k celému inventáři – hranicí vaší tvořivosti je pouze vaše představivost! Létejte světem, postavte si snový dům z čehokoli nebo třeba odpalte horu díky nekonečné zásobě TNT! # trial.tabbed_upsell.addon.title=DOPLŇKY # @@ -10208,12 +10274,12 @@ trial.thanks_for_testing.button=Chci si přečíst často kladené dotazy! # trial.thanks_for_testing.minecraft.title=ZKUŠEBNÍ VERZE MINECRAFTU # trial.thanks_for_testing.minecraft.description=Děkujeme, že jste si stáhli zkušební verzi Minecraftu pro Chromebook! Vaše testování při hraní poskytne neocenitelná data pro opravy chyb a technické řešení problémů. Odhalili jste chybu? Nahlaste ji na bugs.mojang.com! Další otázky? Podívejte se na často kladené dotazy. # trial.thanks_for_testing.xbl.title=ÚČET MICROSOFT # -trial.thanks_for_testing.xbl.description=Plná verze Minecraftu vám přináší režim tvořivé hry, úspěchy a spoustu dalšího, plus s účtem Microsoft se můžete setkat s dalšími členy Minecraft komunity! Budete se moci připojit do světů svých přátel, najít si nové kamarády na serverech a synchronizovat své zakoupené položky, ať už budete hrát Minecraft kdekoliv. # -trial.thanks_for_testing.xbl.description.line2=*(ve verzích s obchodem Marketplace) # -trial.thanks_for_testing.achievements.description=Kromě plné verze hry Minecraft s režimem Tvořivé hry, hrou pro více hráčů a spoustou dalšího, si budete moct odemknout úspěchy a Hráčské skóre, které znázorní váš postup ve hře a ukáže přátelům z vašeho účtu Microsoft, čeho jste již dosáhli. # +trial.thanks_for_testing.xbl.description=Plná verze Minecraftu vám přináší režim Tvořivé hry, herní úspěchy a spoustu dalšího, navíc s účtem Microsoft se můžete setkat s dalšími členy Minecraft komunity! Budete se moci připojit do světů svých přátel, najít si nové kamarády na serverech a synchronizujte si nákupy z tržiště na všech zařízeních, na nichž Minecraft hrajete. # +trial.thanks_for_testing.xbl.description.line2=*(ve verzích s tržištěm) # +trial.thanks_for_testing.achievements.description=Kromě plné verze hry Minecraft s režimem Tvořivé hry, hrou pro více hráčů a spoustou dalšího, si budete moct odemknout herní úspěchy a skóre hráče, které zaznamená váš postup ve hře a ukáže přátelům z vašeho účtu Microsoft, čeho jste již dosáhli. # trial.thanks_for_testing.multiplayer.description=Díky plné verzi Minecraftu si můžete užít režim tvořivé hry, úspěchy a hru pro více hráčů s přáteli na všech zařízeních s hrou Minecraft! Hrajte s přáteli na konzoli, PC a mobilu, a tvořte, prozkoumávejte a přežívejte společně. # trial.thanks_for_testing.server.description=Servery nabízejí nesmírně kreativní způsob, jak si užít Minecraft! Hrajte skvělé minihry, setkávejte se s komunitou Minecraftu a udělejte si nové přátele. # -trial.thanks_for_testing.store.description=Plná hra poskytuje přístup k obchodu Minecraft Marketplace v našem herním obchodě. Vylepšete svůj vzhled díky novým skinům, změňte svůj svět nebo prozkoumávejte neuvěřitelné nové mapy od nejlepších komunitních tvůrců! # +trial.thanks_for_testing.store.description=Plná hra poskytuje přístup k tržišti Minecraft Marketplace v našem herním obchodě. Vylepšete svůj vzhled díky novým skinům, změňte svůj svět nebo prozkoumávejte neuvěřitelné nové mapy od nejlepších komunitních tvůrců! # trial.thanks_for_testing.creative.description=Milovaná součást plné hry Minecraft: režim tvořivé hry! Získejte přístup k celému inventáři – hranicí vaší tvořivosti je pouze vaše představivost! Létejte světem, postavte si snový dům z čehokoli nebo třeba odpalte horu díky nekonečné zásobě TNT! # trial.thanks_for_testing.addon.description=Chcete, aby se vlci chovali jako zajíčci? Chcete proměnit všechny stromy na cukrovou vatu? Díky kompletnímu Minecraftu s doplňky můžete všechno měnit! Získáte navíc přístup do hry pro více hráčů, režimu tvořivé hry, k herním úspěchům a dalším věcem! # trial.thanks_for_testing.seeds.description=Kompletní verze Minecraftu odemyká přístup k Seeds, kde můžete objevit nové biomy! Přežijte na ledových pláních, zdolávejte strmé kopce nebo se vydejte na pouť písečnou pouští. Začněte s jedinečnými šablonami světa, nebo prozkoumejte náhodné nové světy! # @@ -10229,9 +10295,9 @@ trial.master.collection.button=Koupit mistrovskou kolekci # trial.starter.offer=Získáte hru Minecraft, 700 mincí Minecoins, 2 sady skinů, 1 balíček textur a 1 mash-up # trial.master.offer=Získáte hru Minecraft, 1000 mincí Minecoins, 4 sady skinů, 2 balíčky textur, 3 mapy a 1 mash-up # trial.collection.1.title=1000 mincí Minecoins # -trial.collection.1.description=Skiny, textury a světy můžete kupovat v obchodě Marketplace! # +trial.collection.1.description=Skiny, textury a světy můžete kupovat na tržišti! # trial.collection.2.title=700 mincí Minecoins # -trial.collection.2.description=Skiny, textury a světy můžete kupovat v obchodě Marketplace! # +trial.collection.2.description=Skiny, textury a světy můžete kupovat na tržišti! # trial.collection.3.title=Divoká savana # trial.collection.3.description=Vyrazte na safari v pořádném off-roadu pro 4! # trial.collection.4.title=Sen dobrodruha # @@ -10260,8 +10326,8 @@ trial.creative.mode.title=TVOŘIVÁ HRA # trial.survival.mode.1.intro_description=Původní styl hraní Minecraftu: sbírejte zdroje na výrobu nástrojů a budování staveb, hledejte jídlo a pěstujte plodiny, abyste neumřeli hladem, bojujte s nebezpečnými stvořeními a objevujte rozlehlý svět. # trial.survival.mode.2.intro_description=Začněte tím, že posbíráte nějaké dřevo a hlínu na provizorní přístřešek, který vám pomůže přežít první noc! Pak už je to jen na vás. # trial.creative.mode.1.intro_description=Tvořivá hra umožňuje postavit cokoli, na co si jen vzpomenete. Nic vás nemůže zranit, můžete létat jako pták a máte okamžitě každý blok ve hře! V tomto režimu se můžete zaměřit na budování a máte po ruce vše, co potřebujete, abyste postavili něco úžasného! # -trial.creative.mode.2.intro_description=Také získáte přístup na Ostrov inspirace, výukový svět představující tvořivou hru, v němž se během chvilky naučíte, jak se stát mistrem stavitelem! V obchodě Minecraft Marketplace najdete další skvělé světy, jako je tento. # -trial.tour.marketplace=PROHLÍDKA OBCHODU MARKETPLACE # +trial.creative.mode.2.intro_description=Také získáte přístup na Ostrov inspirace, výukový svět představující tvořivou hru, v němž se během chvilky naučíte, jak se stát mistrem stavitelem! Na tržišti Minecraft Marketplace najdete další skvělé světy, jako je tento. # +trial.tour.marketplace=PROHLÍDKA TRŽIŠTĚ # trial.world.title=Který svět ze zkušební verze? # ## Edu Tutorial strings @@ -10281,10 +10347,10 @@ autosave.info.xbox=Když uvidíte tuto ikonu, probíhá ukládání vaší hry. autosave.info.desktop=Když uvidíte tuto ikonu, probíhá ukládání vaší hry. Když se na obrazovce zobrazí tato ikona, nevypínejte počítač. # ## Xbox network strings -xbox.signin.error=Chcete-li hrát s přáteli, získávat skóre hráče a herní úspěchy, přihlaste se pomocí svého účtu Microsoft. # +xbox.signin.error=Chcete-li hrát s přáteli, získávat skóre hráče a herní úspěchy, přihlaste se pomocí svého účtu Microsoft, prosím. # xbox.signin.error.pocket.line1=Děkujeme za testování služby Realms! Funkce nemají finální podobu a můžete narazit na chyby. Pošlete nám zpětnou vazbu! Nasloucháme vám. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Během tohoto testování se všichni musí přihlásit pomocí účtu Microsoft, aby mohli obdržet pozvánky a být přidáni do služby Realms. # +xbox.signin.error.pocket.line3=Během tohoto testování se všichni musí přihlásit pomocí účtu Microsoft, aby mohli obdržet pozvánky a být přidáni do Realms. # xbox.signin.warning.kickPlayer=Tímto se vrátíte do hlavní nabídky. Chcete pokračovat? # xbox.connection.error=Proběhlo odpojení od účtu Microsoft # xbox.signin=Přihlásit se # @@ -10312,7 +10378,7 @@ xbox.signinquestion=Přihlásit se? # xbox.notnow=Nyní ne # xbox.signingin=Přihlašování pomocí vašeho účtu Microsoft... # xbox.signingin.offline=Přihlašování # -xbox.failedsignin.body=Nepodařilo se nám vás přihlásit k vašemu účtu Microsoft. Přístup ke službě Realms, profilům a položkám v obchodě Marketplace bude omezen. Zkus to znovu později. # +xbox.failedsignin.body=Nepodařilo se nám vás přihlásit k vašemu účtu Microsoft. Přístup k Realms, profilům a položkám na tržišti bude omezen. Prosím, zkuste to znovu později. # xbox.failedsignin.error=Kód chyby: # xbox.failedsignin.moreInfo=Další informace # xbox.dev_wrongSandboxSigninFailed.title=Něco se nepovedlo # @@ -10325,7 +10391,7 @@ xbox.invitesignin.line2=Přihlaste se pomocí účtu Microsoft a můžete začí xbox.thirdpartysignin.line1=Čekají na vás skvělé minihry a noví hráči! Nejprve nám ale prozraďte něco málo o tom, kdo to vlastně „%s“ je. # xbox.thirdpartysignin.line2=Pro připojení se musíte přihlásit pomocí účtu Microsoft! # xbox.signInLong=Přihlaste se zdarma! # -xbox.signOutLong=Odhlásit od účtu Microsoft # +xbox.signOutLong=Odhlásit se z účtu Microsoft # xbox.genericsignin.line1=Váš účet Minecraft vám umožňuje hrát online hru pro více hráčů s přáteli na počítačích nebo mobilních zařízeních. A víte, co je nejlepší? # xbox.genericsignin.line2=Je ZDARMA! # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Chcete-li hrát s přáteli, přihlaste se p xbox.disconectionscreen.multiplayerNotAllowed=Tento účet Microsoft nemá oprávnění pro připojení k hrám pro více hráčů. # xbox.disconectionscreen.accessDenied=Abyste se mohli připojit, musíte být přítelem některého hráče v této hře. # -xbox.friendfinder.enterGamertag=Zadejte jmenovku hráče # -xbox.friendfinder.findFriends=Najít hráče podle jmenovky hráče # -xbox.friendfinder.searchingForGamertag=Vyhledávání # -xbox.friendfinder.gamertagNotFound=Jmenovka hráče nebyla nalezena # - xbox.profile.addFriend=Přidat přítele # xbox.profile.addFriend.success=Úspěch! Hráč %s byl přidán na váš seznam přátel. # xbox.profile.block=Blok # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Vlastnost „%s“ se pro tento typ obsahu n packdiscoveryerror.version_too_high=Vlastnost „%s“ má verzi „%s“, která je příliš vysoká. Nejvyšší přijatelná hodnota je „%s“. # packdiscoveryerror.version_too_low=Vlastnost „%s“ má verzi „%s“, která je příliš nízká. Nejnižší přijatelná hodnota je „%s“. # packdiscoveryerror.format_version_1_engine_version_cap=Vlastnost „%s“ musí mít nižší hodnotu než „%s“. K použití vyšší verze musíte použít verzi formátu 2. # +packdiscoveryerror.folder_structure_too_deep=Struktura složek v sadě je moc hluboká. # ## pack upgrading packupgradewarning.invalidpacktype=Poskytnutý prvek „%s“ v manifestu balíčku má neplatnou hodnotu. Probíhá nastavování na výchozí balíček zdrojů. # @@ -10756,7 +10818,7 @@ storage_migration.button.next=Další # storage_migration.button.resume=Pokračovat # storage_migration.button.continue=Pokračovat # storage_migration.button.start=Zahájit přesun souborů # -storage_migration.button.marketplace=Vaše balíčky z obchodu Marketplace # +storage_migration.button.marketplace=Vaše balíčky z tržiště # storage_migration.button.main_menu=Přejít do hlavní nabídky # storage_migration.button.faq=Další informace najdete v častých dotazech. # storage_migration.button.microsoft_store=Přejít do Microsoft Storu # @@ -10912,7 +10974,7 @@ dr.classic_skins.see_in_store=Zobrazit v obchodě Store # dr.classic_skins.realms_plus_button=Realms Plus # dr.classic_skins.select_skin=Zvolte správný typ modelu pro váš skin # dr.classic_skins.select_skin.title=Typ skinu # -dr.classic_skins.upsellWithoutStore=Chcete-li použít daný skin, musíte zakoupit sadu skinů. Nemůžeme se připojit k obchodu Marketplace. # +dr.classic_skins.upsellWithoutStore=Chcete-li použít daný skin, musíte zakoupit sadu skinů. Nemůžeme se připojit k tržišti. # dr.collector_title.featured=Vybrané %s # dr.collector_title.general=Všechny %s # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Současné nastavení rodičovské kontroly gathering.info.qr.title.console=Živé vysílání události # gathering.info.qr.body.console=Skenujte a připojte se k našemu živému přenosu události # gathering.info.signIn.title=Pro připojení k této události se přihlaste # -gathering.info.signIn.body=Chcete-li se zúčastnit této události, přihlaste se ke svému účtu Microsoft. # +gathering.info.signIn.body=Chcete-li se zúčastnit této události, přihlaste se ke svému účtu Microsoft, prosím. # gathering.activation.warning=Shromáždění není možné najít # gathering.activation.warning.signIn=Shromáždění se nepodařilo najít. Před dalším pokusem se prosím přihlaste. # gathering.activation.warning.title=Ale ne! # diff --git a/resource_pack/texts/da_DK.lang b/resource_pack/texts/da_DK.lang index 9772b46f4..76c6e60b1 100644 --- a/resource_pack/texts/da_DK.lang +++ b/resource_pack/texts/da_DK.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Encyklopædi-skærm # accessibility.screenName.howToPlay=Sådan spiller du skærm # accessibility.screenName.inviteToGame=Skærmen Inviter til spil # accessibility.screenName.joinByIP=Dialogboksen Deltag via IP # +accessibility.screenName.joinByConnectionID=Dialogboksen Deltag via tilslutnings-id # accessibility.screenName.joinCode=Dialogboksen Deltag via kode # accessibility.screenName.library=Skærmen Bibliotek # accessibility.screenName.modalDialog=Popop-dialogboks # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Profilskærm # accessibility.screenName.realmInviteLinkSettings=Skærmbilledet Indstillinger for Realm-invitationslink # accessibility.screenName.realmSettings=Skærm med realm-indstillinger # accessibility.screenName.settings=Skærm med spilindstillinger # -accessibility.screenName.addFriend=Tilføj venneskærm # accessibility.screenName.skinPicker=Vælg skærm med skins # accessibility.screenName.start=Hovedmenu # accessibility.screenName.vrAlignment=Skærm til VR-justering # accessibility.screenName.emoteWheel=Skærm med emotes # +accessibility.screenName.addExternalServer=Tilføj ekstern serverskærm # +accessibility.screenName.editExternalServer=Redigér ekstern serverskærm # accessibility.search.sort_menu.A_to_Z.tts.title='A' til 'Z' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title='Z' til 'A' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Der var ikke muligt at tage effekter fra % commands.effect.failure.notAMob=%1$s kan ikke have effekter # commands.effect.notFound=Der findes ikke nogen væsenseffekt med id'et %s # commands.effect.success=Gav %1$s * %2$d til %3$s i %4$d sekunder # +commands.effect.success.infinite=Gav %1$s * %2$d til %3$s i en uendelig varighed # commands.effect.success.removed=Tog %1$s fra %2$s # commands.effect.success.removed.all=Alle effekter er taget fra %1$s # commands.enchant.cantCombine=%1$s kan ikke kombineres med %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Målentitet må ikke være i en anden commands.generic.entity.invalidType=Enhedstypen '%1$s' er ugyldig # commands.generic.entity.invalidUuid=Enhedens UUID er angivet i et ugyldigt format # commands.generic.entity.notFound=Enheden kan ikke findes # -commands.generic.error.permissions=Forkerte tilladelsesniveauer. %s er en niveau %s-kommando. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Forkert tilladelsesniveau for kommando: %s. ###1: command name commands.generic.exception=Der opstod en ukendt fejl under forsøget på at udføre kommandoen # commands.generic.invalidAgentType=Der anvendes et typeargument til Agentafgrænsning # commands.generic.invalidcontext=Ugyldig kontekst til den givne kommandotype # +commands.generic.invalidOrigin=Kommandoens oprindelse var ugyldig på tidspunktet for kommandoudførelse # commands.generic.invalidDevice=Kommandoen %s, som du angav, understøttes ikke på denne enhed # commands.generic.invalidMessage=Ugyldig meddelelseslængde # commands.generic.invalidPlayerType=Der blev anvendt et typeargument til spillerafgrænsning # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Der er udført %1$d funktionsposter i funktionen % commands.schedule.invalidOrigin=Funktionens udspring er ugyldigt. # commands.schedule.name.empty=Det tickende område skal have et navn. # commands.schedule.too.many.areas=Der er mere end ét tickende område med navnet %s. Brug et enkelt område. # +commands.schedule.clear.failure=Ingen funktioner blev fjernet med navnet %1$s. # +commands.schedule.clear.success=Fjernede %1$d funktioner med navnet %2$s. # +commands.schedule.tickingarea.clear.success=Fjernede %1$d funktioner med navnet på det tickende område %2$s. # +commands.schedule.tickingarea.clear.failure=Ingen funktioner blev fjernet med navnet på det tickende område %1$s. # +commands.schedule.tickingarea.func.clear.success=Fjernede %1$d funktioner med navnet på det tickende område %2$s og med navnet %3$s. # +commands.schedule.tickingarea.func.clear.failure=Ingen funktioner blev fjernet med navnet på det tickende område %1$s og med navnet %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Overtoningsfarveværdierne skal være hele tal fra commands.camera.invalid.easing=Lempelse til ikke-stationære kameraer understøttes ikke # commands.camera.invalid.time=Varigheden af overtoninger skal være mellem 0 og 10 sekunder # commands.camera.invalid.pitch=Kamerahældning (X-rotation) skal være mellem -90 og 90 grader # -commands.camera.invalid.view.offset=Visningsforskydning skal være mellem -100 og 100 # +commands.camera.invalid.view.offset=Visningsforskydning skal være mellem -64 og 64 # +commands.camera.invalid.entity.offset=Entitetsforskydning skal være mellem -64 og 64 # +commands.camera.invalid.offset.camera=Enheds- og visningsforskydning kan kun anvendes på kameraet follow_orbit # commands.camera.perspective.locked=Perspektivet kan ikke ændres, mens du bruger brugerdefinerede kameraer # commands.camera.perspective.option=Dit valgte kamera ændrer sig, når det brugerdefinerede kamera ikke er aktivt # commands.world_age.description=Ændrer eller forespørger på verdenens alder (tid siden oprettelse). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Fjern input # controller.buttonTip.removeMaterial=Fjern materiale # controller.buttonTip.renameItem=Omdøb genstand # controller.buttonTip.returnToRecipe=Vend tilbage til opskrift # +controller.buttonTip.swap=Byt # controller.buttonTip.enterSearch=Søg # controller.buttonTip.searchRecipe=Hurtig søgning # controller.buttonTip.confirmSearch=Bekræft # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Tag én # controller.buttonTip.take=Tag # controller.buttonTip.takeItem=Tag genstand # controller.buttonTip.clearHotbar=Ryd hotbjælke # +controller.buttonTip.add.to.bundle=Føj til bundle # +controller.buttonTip.place.from.bundle=Placer fra bundle # +controller.buttonTip.take.from.bundle=Tag fra bundle # controllerLayoutScreen.actions=Handlinger # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Prøv det nu # ## Edu Course Multiplayer strings course.edu.enterIp=Angiv IP-adressen på den verden, du vil ind i. # course.edu.enterConnection=Indtast tilslutnings-id'et til den verden, du gerne vil deltage i. # +course.edu.enterConnectionScreenReader=Indtast tilslutnings-id'et til den verden, du gerne vil deltage i. # course.edu.ipAddress=IP-adresse # course.edu.ipPlaceholder=Angiv IP- eller serveradressen # course.edu.ipTooltipText=Du kan se IP-adressen, når værten sætter lektionen på pause. IP-adressen vises i højre side af skærmen. # course.edu.connectionInfo=Tilslutnings-id # course.edu.conInfoPlaceholder=Indtast tilslutnings-id'et # -course.edu.conInfoHostTooltipText=Du kan dele tilslutnings-id'et, hvis andre har problemer med at deltage i din verden ved hjælp af deltagerkoden eller det delte link. # +course.edu.conInfoHostTooltipText=Du kan dele tilslutnings-id'et, hvis andre har problemer med at deltage i din verden ved hjælp af deltagerkoden eller det delte link ved genindlæsning. # +course.edu.conInfoHostTooltipTextScreenReader=Du kan dele tilslutnings-id'et, hvis andre har problemer med at deltage i din verden ved hjælp af deltagerkoden eller det delte link. # course.edu.conInfoTooltipText=Værten finder tilslutnings-id'et på multiplayerfanen i verdenens spilmenu. # +course.edu.conInfoTooltipTextScreenReader=Værten finder tilslutnings-id'et på multiplayerfanen i verdenens spilmenu. # course.edu.joinLesson=Deltag i lektion # course.edu.joinLessonIntro=Find en klassekammerat, der deltager i samme lektion, eller angiv klassekammeratens IP-adresse, hvis han eller hun ikke vises på listen. # course.edu.joinLessonIntroTeacher=Vælg den gruppe, du vil være med i, eller angiv IP-adressen, hvis den ikke vises på listen. # @@ -1908,8 +1927,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 # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Betalingstjeneste # realmsCreateScreen.paymentFailed.body=Vi kunne ikke oprette forbindelse til Realms, så dit køb kunne ikke gennemføres. Prøv igen senere. # realmsCreateScreen.incomplete=Ufuldstændigt realm # realmsCreateScreen.incomplete.create.a=Vi blev vist ikke færdige med at oprette dit Realm sidste gang. Det må vi have lavet om på nu. # -realmsCreateScreen.incomplete.create.b=Du er begyndt at oprette et Realm med en anden Microsoft-konto. Vil du færdiggøre oprettelsen af det pågældende Realm med denne Microsoft-konto som ejer? # -realmsCreateScreen.incomplete.create.c=Nogen er begyndt at oprette et Realm med faktureringskontoen på denne enhed. Vil du færdiggøre oprettelsen af det pågældende Realm med denne Microsoft-konto som ejer? # +realmsCreateScreen.incomplete.create.b=Du er begyndt at oprette et realm med en anden Microsoft-konto. Vil du færdiggøre oprettelsen af det pågældende realm med denne Microsoft-konto som ejer? # +realmsCreateScreen.incomplete.create.c=Nogen er begyndt at oprette et realm med faktureringskontoen på denne enhed. Vil du færdiggøre oprettelsen af det pågældende realm med denne Microsoft-konto som ejer? # realmsCreateScreen.incomplete.renew.a=Vi blev vist ikke færdige med at forny dit Realm sidste gang. Det må vi have lavet om på nu. # realmsCreateScreen.incomplete.renew.b=Vi kan se, at du er begyndt at forny et realm med en anden Microsoft-konto. Vil du færdiggøre fornyelsen af det pågældende realm med denne Microsoft-konto som ejer? # -realmsCreateScreen.incomplete.renew.c=Nogen er begyndt at forny et realm med faktureringskontoen på denne enhed. Vil du færdiggøre fornyelsen af det pågældende realm med denne Microsoft-konto som ejer? # +realmsCreateScreen.incomplete.renew.c=Nogen er begyndt at forny et realm med faktureringskontoen på denne enhed.  Vil du færdiggøre fornyelsen af det pågældende realm med denne Microsoft-konto som ejer? # realmsCreateScreen.incomplete.override.renew=Du forsøger at oprette et nyt Realm, selvom du tidligere har købt en fornyelse af et eksisterende Realm. Vil du udnytte det køb i stedet for? # realmsCreateScreen.incomplete.override.create=Du forsøger at forny et Realm, selvom du tidligere har købt et nyt Realm. Vil du udnytte det køb i stedet for? # realmsCreateScreen.incomplete.override.realm=Du forsøger at forny et Realm, selvom du tidligere har foretaget et køb for et andet Realm. Vil du udnytte det køb i stedet for? # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Log ind nu for at gemme store.sign_in_warning.no_xbl_and_no_local_content.line2=Har du ikke en Microsoft-konto? Opret en nu gratis! # xbl.signOut.title=Køb på Microsoft-konto! # -xbl.signOut.message1=Når du er logget af din Microsoft-konto, har du ikke adgang til de Minecoins og genstande, du har købt i butikken. # +xbl.signOut.message1=Når du er logget af din Microsoft-konto, har du ikke adgang til de mønter og genstande, du har købt i butikken. # xbl.signOut.message2=Er du sikker på, at du vil fortsætte? # date.short_january=jan. # @@ -2550,7 +2567,7 @@ date.timeLeft=%s resterende # dayOneExperience.carousel.title=Velkommen til det nye Minecraft! # dayOneExperience.carousel.welcome_text=Denne nye version af Minecraft er fyldt med spændende ting. Gå en tur på markedspladsen, opret et realm, og spil online med dine venner på tværs af platforme! # dayOneExperience.carousel.marketplace=På Minecraft-markedspladsen finder du nye skins, verdener, teksturer og mashup-pakker fra talentfulde udviklere. # -dayOneExperience.carousel.cross_platform=På tværs af platforme betyder, at du kan spille med andre, uanset hvilken platform de benytter. Log på din Microsoft-konto, og spil med alle dine Minecraft-venner! # +dayOneExperience.carousel.cross_platform=Spil på tværs af platforme giver dig mulighed for at spille med spillere på andre platforme. Log på din Microsoft-konto, og spil med alle dine Minecraft-venner! # dayOneExperience.carousel.realms=Realms er private servere, som vi administrerer for dig og dine venner. De sørger for, at din Minecraft-verden altid er online og tilgængelig – selv når du logger af. # dayOneExperience.carousel.villager=Det nye Minecraft er det eneste sted, hvor du kan modtage fremtidige opdateringer med nye funktioner, væsener, elementer, blokke og meget andet! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Serveren blev lukket ned på grund af overs disconnectionScreen.header.realms_hidden=Invitation til multiplayer # disconnectionScreen.body.realms_hidden=Du kan ikke være med på den specifikke server. # +disconnectionScreen.biomeData.IdDuplication=%s ID kolliderer med %s # +disconnectionScreen.biomeData.MalformedData=Misdannede biomdata # +disconnectionScreen.biomeData.MixedIdPresence=Biompakke har blandet id-tilstedeværelse for tilpassede økosystemer # +disconnectionScreen.biomeData.ReservedRange=Tilpasset økosystem %s bruger ID fra et reserveret område. ID-intervallet for tilpassede økosystemer er: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Vanilla-biomdata bør ikke indeholde et ''id''- felt # disconnectionScreen.blockMismatch=Blokke mellem klient og server matcher ikke. # disconnectionScreen.cantConnect=Der kunne ikke oprettes forbindelse til verdenen. # disconnectionScreen.cantConnectToRealm=Der kunne ikke oprettes forbindelse til realmet. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Du kan få verdensskabeloner fra Minecraft Education- edu.pause.multiplayer.disabled=Lektionen understøtter ikke multiplayer. # +effect.duration.infinite=∞ # effect.badOmen=Dårligt tegn # effect.infested=Inficeret # effect.oozing=Sivende # @@ -3143,13 +3166,6 @@ feed.uppload_success=Skærmbilledet er uploadet # feed.connected=Alle realms er tilknyttet en klub via din Microsoft-konto. # feed.unviewedPost=Ny # -comment.like=%d like ### 1 like -comment.likes=%d likes ### 0 or 2+ likes -comment.comment=%d kommentar ### 1 comment -comment.comments=%d kommentarer ### 0 or 2+ comments -comment.likes_and_comments=%1 og %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Kommentar ... # - furnaceScreen.fuel=Brændsel # furnaceScreen.header=Ovn # furnaceScreen.input=Input # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Vil du flytte noget mellem din §ehotbjælke howtoplay.inventory.text.2.touch=Vil du flytte noget mellem din §ehotbjælke§f og dit lager? Tryk på den ønskede genstand, og tryk derefter på den tomme genstandsplads, som du vil flytte den til. # howtoplay.inventory.text.2.vr=Vil du flytte noget mellem din §ehotbjælke§f og dit lager? Brug markøren til at vælge en genstand og trykke på :_input_key.use:. Flyt derefter markøren til en tom genstandplads, og tryk igen for at slippe genstanden. # +howtoplay.jigsawBlocks=Pusleblokke # +howtoplay.jigsawBlocks.text.1=Pusleblokke giver skabere mulighed for at generere store strukturer i verden ved at forbinde flere strukturskabeloner. # +howtoplay.jigsawBlocks.header.1=Sådan får du dem # +howtoplay.jigsawBlocks.text.2=For at få en pusleblok skal du bruge slashkommandoen /give. Du kan kun bruge pusleblokke, hvis du har operatørtilladelse. # +howtoplay.jigsawBlocks.header.2= Indstillinger # +howtoplay.jigsawBlocks.text.3=Pusleblokke har flere indstillinger, der styrer, hvordan de samles for at danne en større struktur. # +howtoplay.jigsawBlocks.text.4=§eMålpulje§f - Skabelonpuljens sti til at søge efter en forbindelsesstrukturskabelon. Skabelonpuljen skal indeholde mindst én struktur, der matcher puslespillets ''Målnavn''-felt # +howtoplay.jigsawBlocks.text.5=§eNavn§f - Navnet på puslespillet. Dette bruges ved tilslutning fra puslespil med et matchende ''målnavn''. # +howtoplay.jigsawBlocks.text.6=§eLaves om til§f – Den type blok, pusleblokken bliver lavet om til, når den placeres i verden under strukturgenerering. # +howtoplay.jigsawBlocks.text.7=§eUdvalgsprioritet§f - Når den overordnede brik behandles for forbindelser, er dette den rækkefølge, som denne pusleblok forsøger at forbinde til sin målbrik. Puslespil vil blive behandlet i faldende prioritet, og indsættelsesrækkefølgen bryder forbindelsen. # +howtoplay.jigsawBlocks.text.8=§ePlaceringsprioritet§f - Når denne pusleblok opretter forbindelse til en brik, er det den rækkefølge, i hvilken genstanden behandles for forbindelser i den bredere struktur. Brikkerne vil blive behandlet i faldende prioritet, og indsættelsesrækkefølgen bryder forbindelsen. # +howtoplay.jigsawBlocks.text.9=§eSamlingstype§f - En samling kan enten rulles (standard) eller justeres. Hvis samlingstypen er rulbar, vil målstrukturen blive drejet tilfældigt rundt om kildepusleblokken. Hvis samlingstypen er justeret, vil målstrukturen blive placeret således, at rotationen af målpusleblokken flugter med rotationen af kildepusleblokken. Bemærk, at dette kun gælder, når pusleblokken er placeret med forsiden opad eller nedad. # + howtoplay.jukebox=Jukeboks # howtoplay.jukebox.text.1=Jukeboksen kan afspille de musikplader, du finder. # howtoplay.jukebox.header.1=Sæt gang i festen # @@ -5259,7 +5288,7 @@ item.netherite_helmet.name=Netherithjelm # item.lead.name=Line # item.leather.name=Læder # item.leaves.name=Blade # -item.chainmail_leggings.name=Ringbrynje-leggings # +item.chainmail_leggings.name=Ringbrynje-hoser # item.leather_leggings.name=Læderbukser # item.diamond_leggings.name=Diamantbukser # item.golden_leggings.name=Guldbukser # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Brunt skjold # item.shield.black.name=Sort skjold # item.shield.blue.name=Blåt skjold # +item.bundle=Bundle # +item.black_bundle=Sort bundle # +item.white_bundle=Hvid bundle # +item.red_bundle=Rød bundle # +item.orange_bundle=Orange bundle # +item.yellow_bundle=Gul bundle # +item.green_bundle=Grøn bundle # +item.lime_bundle=Limegrøn bundle # +item.brown_bundle=Brun bundle # +item.light_gray_bundle=Lysegrå bundle # +item.light_blue_bundle=Lyseblå bundle # +item.blue_bundle=Blå bundle # +item.gray_bundle=Grå bundle # +item.pink_bundle=Lyserød bundle # +item.magenta_bundle=Magentarød bundle # +item.purple_bundle=Lilla bundle # +item.cyan_bundle=Turkis bundle # +item.bundle.empty=Tøm # +item.bundle.empty.description=Kan rumme en blandet stak genstande # +item.bundle.full=Fuld # +item.bundle.fullness=%s resterende # + item.goat_horn.name=Gedehorn # item.minecraft.goat_horn.sound.0=Refleksion # item.minecraft.goat_horn.sound.1=Syng # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Pile # itemGroup.name.potion=Eliksirer # itemGroup.name.splashPotion=Plaskeeliksirer # itemGroup.name.lingeringPotion=Hængende eliksirer # +itemGroup.name.ominousBottle=Ildevarslende flasker # itemGroup.name.bed=Senge # itemGroup.name.chalkboard=Kridttavler # itemGroup.name.anvil=Ambolte # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Stearinlys # itemGroup.name.goatHorn=Gedehorn # itemGroup.name.compounds=Forbindelser # itemGroup.name.products=Produkter # +itemGroup.name.bundles=Samlinger # +##Jigsaw Block +jigsaw_block.title=Pusleblok # jigsaw.title.target_pool=Målpulje: # jigsaw.title.name=Navn: # jigsaw.title.target=Målnavn: # jigsaw.title.final_block=Bliver til: # +jigsaw.title.selection_priority=Udvælgelsesprioritet: # +jigsaw.title.placement_priority=Placeringsprioritet: # jigsaw.title.joint_type=Samlingstype: # jigsaw.title.joint_type.aligned=Justeret # jigsaw.joint_type.aligned=Justeret # jigsaw.joint_type.rollable=Rulbar # jigsaw.exit.done=OK # -jigsaw.exit.cancel=Annuller # ##EDU Joincode joincode.entry_popup.icon_button=%1 knap til deltagerkode # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Åbn til LAN # menu.simulating=Simulerer verdenen et kort stykke tid # menu.singleplayer=Singleplayer # menu.store=Markedsplads # +menu.store.addons=Gennemse add-ons! # menu.skins=Skins # menu.start=Start # menu.switchingLevel=Skifter verdener # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Assertionsnedbrud i fejlfinderen # options.dev_assertions_show_dialog=Assertions viser en modal dialogboks # options.dev_force_trial_mode=Tving til at aktivere prøvetilstand # options.dev_eduDemo=Edu demo (kræver nyt login) # +options.dev_eduCloudResumableUpload=Brug den genoptagelige upload-API til filuploads >4 MB # options.remote_imgui_toggle=Ekstern IMGUI aktiveret # options.dev_enableDebugUI=Aktivér fejlfindingsbrugerflade # options.dev_createRealmWithoutPurchase=Opret realm uden køb # @@ -6296,7 +6354,7 @@ options.dev_addCoinTitle=Tilføj mønter # options.dev_reset_entitlements=Nulstil alle rettigheder # options.dev_reset_entitlements_loading=Nulstilling af rettigheder. Denne dialog lukkes, når processen er færdig. Du kan lukke dette vindue, men hvis du lukker spillet, før denne kommando er færdig, kan det resultere i uventet funktionsmåde. # options.dev_reset_entitlements_error_unfinished=Advarsel, ikke alle rettigheder blev slettet korrekt. Prøv at køre kommandoen igen, måske efter genstart af klienten. # -options.dev_reset_entitlements_warning=Advarsel! Dette sletter alle dine rettigheder, herunder ældre rettigheder, som du muligvis ikke kan få tilbage! Denne handling kan tage et stykke tid, hvis du har et stort antal rettigheder. Er du sikker på, at du vil fortsætte? # +options.dev_reset_entitlements_warning=Advarsel! Dette sletter alle dine rettigheder, herunder ældre rettigheder, som du muligvis ikke kan få tilbage! Denne handling kan tage et stykke tid, hvis du har et stort antal rettigheder. Er du sikker på, at du vil fortsætte? # options.dev_reset_entitlements_success=Rettigheder slettet. # options.dev_currencyFailureWarning=Netværksopkaldet mislykkedes. Fejl: %s # options.dev_currencyFailureWarningGeneric=Netværksopkaldet mislykkedes. Sørg for, at du er logget ind på en konto, der er angivet på tilladelseslisten. # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms-slutpunkt # options.dev_realmsEndpointPayment=Realms-slutpunktsbetaling # options.dev_realmsRelyingParty=Realms-afhængig part # options.dev_realmsRelyingPartyPayment=Realms-afhængig partsbetaling # -options.dev_realms_stories=Aktivér Realms Stories # options.dev_overrideXboxEnvironmentWindows=Tilsidesæt Xbox Sandbox (OS styres i Windows) # options.dev_overrideXboxEnvironment=Tilsidesæt Xbox Sandbox (kræver genstart) # options.dev_xboxEnvironment=Xbox Sandbox Environment (kræver genstart) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Detail # options.dev_sandboxDev=Xforge Sandbox: Udvikler # options.dev_sandboxDevAchievement=Xforge Sandbox: Udviklergennemførelse # options.dev_showDiscoveryOverridePanel=Tilsidesæt tjenesteslutpunkter # +options.dev_serviceOverrideType=Tilsidesæt type # +options.dev_serviceOverrideTypeMultibranch=Udrulning af flere grene # +options.dev_serviceOverrideTypeCustom=Brugerdefineret # options.dev_discoveryOverrideServiceName=Tjenestenavn (sikkerhed, persona osv.) # options.dev_discoveryOverrideServiceBranch=Gren # +options.dev_discoveryOverrideServiceCustom=Webadresse # options.dev_resetAllEndpointOverrides=Nulstil alle slutpunkter # options.dev_apply=Anvend # options.dev_displayTreatmentsPanel=Vis behandlinger # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Samlinger: aktiveret # options.dev_gatherings_system_service_pack=Samlinger: Deaktiveret pga. manglende systemservicepakke(r) # options.dev_gatherings_active_gathering=Aktiv: %s # options.dev_gatherings_available_gatherings=Tilgængelige samlinger # +options.dev_gatherings_clear_system_service_pack=Ryd systemservicepakke-cache # options.difficulty=Sværhedsgrad # options.difficulty.easy=Let # options.difficulty.hard=Svær # @@ -6524,7 +6586,8 @@ options.creatorTitle=Indstillinger for udviklere # options.creator.serverboundClientDiagnosticsEnabled=Aktivér klientdiagnosticering # options.creator.debuggerHeading=Indstillinger for scriptfejlfinding # options.creator.debuggerAutoAttach=Fastgør fejlfinding ved indlæsning # -options.creator.debuggerAutoConnect=Tilslut fejlfinding ved indlæsning # +options.creator.debuggerAutoAttachTimeout=Vedhæft timeout # +options.creator.debuggerAutoAttachTimeoutFormat=%s sekunder # options.creator.debuggerConnect=Opret forbindelse # options.creator.debuggerListen=Lyt # options.creator.debuggerHost=Vært # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Lav # options.volumetricFogQuality.medium=Medium # options.volumetricFogQuality.high=Høj # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Opløsning # +options.upscalingPercentage.hundred=Naturlig # options.reflectionsQuality=Refleksioner # options.reflectionsQuality.off=Fra # options.reflectionsQuality.low=Lav # @@ -6966,12 +7031,10 @@ 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.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 til 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. Hvis du administrerer realms med denne enhed, vil de fortsætte med at fungere i 6 måneder, medmindre de opdateres af realm-ejeren på en anden enhed.%sHvis du vil afmelde dit Realms-abonnement, kan du gøre det i indstillingsmenuen Abonnementer på den enhed, realmet var skabt på.%sDu 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, og dette er din sidste opdatering til denne enhed.%sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins). Hvis du administrerer realms med 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.%sHvis du vil afmelde dit Realms-abonnement, skal du gøre det i menuen Indstillinger for abonnementer på den enhed, realmet blev oprettet på.%sDu 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.banner.play.worldTab.pending=Din version mister snart adgangen til multiplayer # sunsetting.banner.play.friendsTab.pending=Din version mister snart adgangen til multiplayer # @@ -7835,7 +7898,7 @@ item.snout_armor_trim_smithing_template.name=Snuderustning-udstyr # item.rib_armor_trim_smithing_template.name=Ribbensrustning-udstyr # item.eye_armor_trim_smithing_template.name=Øjerustning-udstyr # item.spire_armor_trim_smithing_template.name=Spirrustning-udstyr # -item.flow_armor_trim_smithing_template.name=Strømrustningsudsmykning # +item.flow_armor_trim_smithing_template.name=Strømrustningsudstyr # item.bolt_armor_trim_smithing_template.name=Boltrustningsudsmykning # item.snort_pottery_sherd.name=Fnyse-potteskår # item.spawn_egg.entity.camel.name=Kamel-spawnæg # @@ -7907,7 +7970,7 @@ trim_pattern.ward.name=Afdelingsrustning-udstyr # trim_pattern.wayfinder.name=Vejfinder-rustningsudstyr # trim_pattern.wild.name=Vild rustning-udstyr # trim_pattern.bolt.name=Boltrustningsudsmykning # -trim_pattern.flow.name=Strømrustningsudsmykning # +trim_pattern.flow.name=Strømrustningsudstyr # storageManager.mainSizeLabel=%s - 1 element # storageManager.mainSizeLabelPlural=%s - %s elementer # @@ -8343,7 +8406,7 @@ store.realmsPlus.startTrial.description.contentSub=Du får adgang til dit realm store.realmsPlus.noTrial.description=Du får adgang til dit realm og over 150 pakker fra markedspladsen med det samme. Op til 10 spillere kan spille samtidig, og de får adgang til verdenerne i dit realm gratis! Du får abonnementet i 30 dage for :minecoin:%s. # store.realmsPlus.noTrial.description.contentSub=Du får adgang til dit realm og de over 150 pakker inkluderet i Marketplace Pass med det samme. Op til 10 spillere kan spille samtidig, og de får adgang til verdenerne i dit realm gratis! Du får abonnementet i 30 dage for %s:minecoin:. # store.realmsPlus.noTrial.description.iap=Du får adgang til dit realm og over 150 pakker fra markedspladsen med det samme. Op til 10 spillere kan spille samtidig, og de får adgang til verdenerne i dit realm gratis! Prisen er %s/måned, og du kan opsige dit abonnement i abonnementsindstillingerne, når du ikke længere vil betale. # -store.realmsPlus.noTrial.description.iap.contentSub=Du får adgang til dit realm og de over 150 pakker fra markedspladsen inkluderet i pakken fra markedspladsen med det samme. Op til 10 spillere kan spille samtidig, og de får adgang til verdenerne i dit realm gratis! Prisen er %s/måned, og du kan opsige dit abonnement i abonnementsindstillingerne, så du ikke længere afkræves betaling. # +store.realmsPlus.noTrial.description.iap.contentSub=Du får adgang til dit realm og de over 150 pakker fra markedspladsen inkluderet i Marketplace Pass med det samme. Op til 10 spillere kan spille samtidig, og de får adgang til verdenerne i dit realm gratis! Prisen er %s/måned, og du kan opsige dit abonnement i abonnementsindstillingerne, så du ikke længere afkræves betaling. # store.realmsPlus.realmName.placeholder=%ss Realm #The string passed in here is the gamertag of the player to indicate the name of the player's world. # store.realmsPlus.recurring.offerTrial=Realms Plus er et løbende abonnement med et tilbagevendende abonnementsgebyr, som opkræves automatisk hver måned, indtil abonnementet opsiges.%sDu får adgang til dit realm og over 150 pakker fra markedspladsen med det samme. Op til 10 spillere kan spille samtidig, og de får adgang til verdenerne i dit realm gratis! Dine første 30 dage er gratis. Herefter koster det %s/måned, men du kan opsige dit abonnement i abonnementsindstillingerne, når du ikke længere vil betale. # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Start dit Marketplace Pass-abonnement #### {StrContains= store.csb.subscription=Når du har tilmeldt dig, får du adgang til over 150 slags spændende Minecraft Markedsplads-indhold. Download og spil eventyrkort, ifør dig skins, dyk ned i teksturpakker, og få endda et sæt karakterudviklergenstande hver måned, du kan beholde. Med et katalog, der regelmæssigt opdateres, er der altid noget nyt at opdage med Marketplace Pass. Det koster %s/måned og kan opsiges når som helst, så du ikke længere afkræves betaling. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass er et abonnement på indhold, der skal bruges med understøttede versioner af Minecraft (spil sælges separat) på Windows og andre understøttede platforme, du ejer spillet på (Minecraft Java & Amazon Kindle Fire understøttes ikke). Et aktivt abonnement er påkrævet for at bruge Marketplace Pass-indhold. Indhold varierer over tid og er ikke nødvendigvis tilgængeligt i alle lande. Efter den gratis prøveperiode opkræves abonnementet fortsat til den aktuelle almindelige pris (kan ændres) plus gældende afgifter, medmindre det opsiges. Du kan opsige dit abonnement ved at tilgå Services og abonnementer på din Microsoft-konto. Hvis dit abonnement udløber eller et indholdselement fjernes fra kataloget, skal du genaktivere dit abonnement eller købe indholdet separat for at fortsætte med at bruge det. Internetgebyrer kan være gældende. Vi kan lejlighedsvis tilbyde indhold, der forbliver tilgængeligt for dig selv efter opsigelsen af dit abonnement, i hvilket tilfælde vi har ret til at tage et sådant indhold ned, hvis det bliver inkompatibelt, eller hvis vores rettigheder til indholdet udløber. Abonnement kan ændres eller trækkes tilbage. Underlagt Microsofts serviceaftale (www.microsoft.com/msa) og Minecrafts licensaftale for slutbrugere (www.microsoft.net/eula). Enhver oversættelse af disse begreber skal gavne læseren. I tilfælde af konflikt mellem den engelske version og versioner på et andet sprog, er det begreberne i den engelske version, der er gældende. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass er et abonnement på indhold, der skal bruges med understøttede versioner af Minecraft (spil sælges separat) på Windows og andre understøttede platforme, du ejer spillet på (Minecraft Java & Amazon Kindle Fire understøttes ikke). Et aktivt abonnement er påkrævet for at bruge Marketplace Pass-indhold. Indhold varierer over tid og er ikke nødvendigvis tilgængeligt i alle lande. Efter den gratis prøveperiode opkræves abonnementet fortsat til den aktuelle almindelige pris (kan ændres) plus gældende afgifter, medmindre det opsiges. Du kan opsige dit abonnement ved at tilgå Tjenester og abonnementer på din Microsoft-konto. Hvis dit abonnement udløber eller et indholdselement fjernes fra kataloget, skal du genaktivere dit abonnement eller købe indholdet separat for at fortsætte med at bruge det. Internetgebyrer kan være gældende. Vi kan lejlighedsvis tilbyde indhold, der forbliver tilgængeligt for dig selv efter opsigelsen af dit abonnement, i hvilket tilfælde vi har ret til at tage et sådant indhold ned, hvis det bliver inkompatibelt, eller hvis vores rettigheder til indholdet udløber. Abonnement kan ændres eller trækkes tilbage. Underlagt Microsofts serviceaftale (www.microsoft.com/msa) og Minecrafts licensaftale for slutbrugere (www.microsoft.net/eula). Enhver oversættelse af disse begreber skal gavne læseren. I tilfælde af konflikt mellem den engelske version og versioner på et andet sprog, er det begreberne i den engelske version, der er gældende. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass er et løbende abonnement med et tilbagevendende abonnementsgebyr, som opkræves automatisk hver måned, indtil abonnementet opsiges.%sDu får adgang til over 150 pakker fra markedspladsen med det samme. Du kan opsige dit abonnement i abonnementsindstillingerne, så du ikke længere afkræves betaling. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass er et løbende abonnement med et tilbagevendende abonnementsgebyr, som opkræves automatisk hver måned, indtil abonnementet opsiges.%sDu får adgang til over 150 pakker fra markedspladsen med det samme. Det koster %s/måned, og du kan opsige dit abonnement i abonnementsindstillingerne, så du ikke længere afkræves betaling. #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass er en abonnementstjeneste, der giver dig store.csb.faq.question2=Hvor tit opdateres indholdet i Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Udvalgt indhold opdateres hver måned, så der er altid noget nyt at udforske. # store.csb.faq.question3=Hvad skal jeg gøre for at få Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Adgang til Marketplace Pass kræver et aktivt abonnement og en kompatibel version af Minecraft: Bedrock Edition med Minecraft Markedsplads. Kræver login med Microsoft-konto. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Adgang til Marketplace Pass kræver et aktivt abonnement og en kompatibel version af Minecraft: Bedrock Edition med Minecraft Markedsplads. Kræver login med Microsoft-konto. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Hvad sker der med mit indhold, når det forlader Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Når en verden, teksturpakke, skinpakke eller mashup forlader kataloget, er du nødt til at købe genstanden fra markedspladsen for at fortsætte spillet. Pakker vil ikke blive slettet fra dit lokale lager, før du sletter dem. Månedens karakterudviklergenstande, som du har indløst, kan du beholde. # store.csb.faq.question5=Hvad sker der, når mit abonnement udløber? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Genstanden er muligvis ikke kompatibel med din enhe store.owned=Allerede købt # store.owned.legacy=Allerede købt (P) # store.unlocked=Låst op # -store.mypacks=Mit indhold # +store.myLibrary=Mit bibliotek # store.error=Fejl på markedspladsen # @@ -8763,7 +8826,7 @@ store.ratings.signIn.description2=Du skal logge på med en Microsoft-konto, inde store.purchase.success.realMoney1=Du har lige låst op for %s for %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Udvid dit spil med en masse fantastisk indhold. # -store.purchase.signInPart2=Du skal logge på med en Microsoft-konto, inden du kan gå på markedspladsen. # +store.purchase.signInPart2=Log på med en Microsoft-konto for at begynde at bruge markedspladsen! # store.purchase.realmoney.disclaimer=*Giver dig %s Minecoins for %s og indløser pakken for %s Minecoins, så der er %s tilbage. # store.purchase.notAvailable=Ikke tilgængelig i øjeblikket # @@ -8828,7 +8891,6 @@ store.updating.title=Opdaterer: %s # store.importing.title=Importerer: %s # store.importing=Importerer ... # store.showMore=Se alle # -store.inventory.no.xbl=Mine pakker # store.promo.today=Kun i dag! # store.promo.upsell=Gå ikke glip af dagens gratis gave! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Installationstilstand # store.search.filter.installed=Installeret # store.search.filter.notInstalled=Ikke installeret # store.search.filter.clear.installed=Nulstil installationsfiltre # +store.search.filter.dressingroombody=Krop # +store.search.filter.dressingroombody.selectedCount=%d Dele # +store.search.filter.dressingroomstyle=Stil # +store.search.filter.dressingroomstyle.selectedCount=%d Stilarter # store.search.sort_menu.sortConstWord=Sortér # store.search.sort_menu.Default=Relevans # @@ -10210,7 +10276,7 @@ trial.thanks_for_testing.minecraft.description=Tak, fordi du downloadede Minecra trial.thanks_for_testing.xbl.title=MICROSOFT-KONTO # trial.thanks_for_testing.xbl.description=Det komplette Minecraft giver dig mulighed for at spille Kreativ, opnå gennemførelser og meget mere. Hvis du har en Microsoft-konto, kan du møde andre i Minecraft-fælleskabet! Du kan spille i dine venners verdener, få nye venner på servere og synkronisere dine køb på markedspladsen til alle de enheder, du spiller Minecraft på. # trial.thanks_for_testing.xbl.description.line2=*(i versioner med markedsplads) # -trial.thanks_for_testing.achievements.description=Udover det komplette Minecraft med Kreativ tilstand, multiplayer og meget mere får du mulighed for at opnå gennemførelser. Gennemførelser og gamerscore illustrerer dine fremskridt i Minecraft og viser dine Microsoft konto-venner, hvad du har opnået. # +trial.thanks_for_testing.achievements.description=Udover det komplette Minecraft med Kreativ tilstand, multiplayer og meget mere får du mulighed for at opnå gennemførelser. Gennemførelser og gamerscore illustrerer dine fremskridt i Minecraft og viser vennerne på din Microsoft-konto, hvad du har opnået. # trial.thanks_for_testing.multiplayer.description=Det komplette Minecraft giver dig Kreativ tilstand, gennemførelser og multiplayer på tværs af Minecraft-enheder! Byg, udforsk og overlev i fællesskab med dine venner på konsol, PC og mobil. # trial.thanks_for_testing.server.description=Som en del af den komplette Minecraft-oplevelse giver servere dig nogle af de mest kreative måder at spille Minecraft på! Spil herlige minispil, mød Minecraft-fællesskabet, og få nye venner. # trial.thanks_for_testing.store.description=Det komplette spil giver adgang til Minecrafts markedsplads, vores butik i spillet. Giv dig selv en ansigtsløftning med nye skins, giv din verden en makeover, og gå på opdagelse på fantastiske nye kort fra de bedste udviklere i vores fællesskab! # @@ -10321,9 +10387,9 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Skift til udviklersandkasse # xbox.dev_wrongSandboxSigninFailed.button.retail=Skift til detailsandkasse # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Ryd data for kontologin # xbox.invitesignin.line1=Inviter dine venner via deres gamertag, så du kan se deres verdener, når de er online. # -xbox.invitesignin.line2=Du skal logge på med en Microsoft-konto, inden du kan invitere venner. # +xbox.invitesignin.line2=Du skal logge på med en Microsoft-konto, inden du kan invitere venner! # xbox.thirdpartysignin.line1=Du kan glæde dig til fantastiske minispil og nye spillere, men i første omgang vil '%s' gerne vide, hvem du er. # -xbox.thirdpartysignin.line2=Du skal logge på med en Microsoft-konto, inden du kan oprette forbindelse. # +xbox.thirdpartysignin.line2=Du skal logge på med en Microsoft-konto, inden du kan oprette forbindelse! # xbox.signInLong=Log på gratis! # xbox.signOutLong=Log af din Microsoft-konto # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Log på med din Microsoft-konto for at spill xbox.disconectionscreen.multiplayerNotAllowed=Microsoft-kontoen har ikke tilladelse til at deltage i multiplayerspil. # xbox.disconectionscreen.accessDenied=Du skal være venner med nogen i spillet for at kunne deltage. # -xbox.friendfinder.enterGamertag=Angiv gamertag # -xbox.friendfinder.findFriends=Find venner efter gamertag # -xbox.friendfinder.searchingForGamertag=Søger # -xbox.friendfinder.gamertagNotFound=Gamertagget blev ikke fundet # - xbox.profile.addFriend=Tilføj ven # xbox.profile.addFriend.success=%s er skrevet på din venneliste. # xbox.profile.block=Blok # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Egenskaben "%s" benyttes ikke til den aktuel packdiscoveryerror.version_too_high=Egenskaben '%s' har en version af '%s', der er for høj. Den højeste accepterede værdi er '%s'. # packdiscoveryerror.version_too_low=Egenskaben '%s' har en version af '%s', der er for lav. Den laveste accepterede værdi er '%s'. # packdiscoveryerror.format_version_1_engine_version_cap=Egenskaben '%s' skal have en værdi under '%s'. Hvis du vil bruge en højere version, skal du anvende formatversion 2. # +packdiscoveryerror.folder_structure_too_deep=Mappestrukturen i pakken er for dyb. # ## pack upgrading packupgradewarning.invalidpacktype=Elementet '%s' indeholder en ugyldig værdi i pakkemanifestet; ressourcepakken anvendes i stedet. # diff --git a/resource_pack/texts/de_DE.lang b/resource_pack/texts/de_DE.lang index 912b0f669..454ec376c 100644 --- a/resource_pack/texts/de_DE.lang +++ b/resource_pack/texts/de_DE.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Lexikon-Bildschirm # accessibility.screenName.howToPlay=„So wird gespielt“-Fenster # accessibility.screenName.inviteToGame=Auf den Spielbildschirm einladen # accessibility.screenName.joinByIP="Über IP teilnehmen"-Dialog # +accessibility.screenName.joinByConnectionID=Tritt bei, indem du über das ID-Dialogfeld eine Verbindung herstellst # accessibility.screenName.joinCode=Beitrittscode-Dialog # accessibility.screenName.library=Bibliothek-Fenster # accessibility.screenName.modalDialog=Popup-Dialog # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Profil-Fenster # accessibility.screenName.realmInviteLinkSettings=Realm-Einladungslink-Fenster # accessibility.screenName.realmSettings=Realm-Einstellungen-Fenster # accessibility.screenName.settings=Spieleinstellungen-Fenster # -accessibility.screenName.addFriend=Bildschirm Freund hinzufügen # accessibility.screenName.skinPicker=„Skin auswählen“-Fenster # accessibility.screenName.start=Hauptmenü # accessibility.screenName.vrAlignment=VR-Ausrichtungsfenster # accessibility.screenName.emoteWheel=Emotes-Auswahl # +accessibility.screenName.addExternalServer=Bildschirm: externen Server hinzufügen # +accessibility.screenName.editExternalServer=Bildschirm: externen Server bearbeiten # accessibility.search.sort_menu.A_to_Z.tts.title=A bis Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Z bis A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Es konnten keine Effekte von %1$s entfernt commands.effect.failure.notAMob=%1$s kann keine Effekte haben # commands.effect.notFound=Es gibt keinen Kreatur-Effekt mit der ID %s # commands.effect.success=%1$s * %2$d an %3$s für %4$d Sekunden gegeben # +commands.effect.success.infinite=Gab %1$s * %2$d an %3$s für eine unendliche Dauer # commands.effect.success.removed=%1$s von %2$s entfernt # commands.effect.success.removed.all=Alle Effekte von %1$s entfernt # commands.enchant.cantCombine=%1$s ist nicht kombinierbar mit %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Die Zielentität darf sich nicht in e commands.generic.entity.invalidType=Objekttyp '%1$s' ist ungültig # commands.generic.entity.invalidUuid=Die angegebene Objekt-UUID hat ein ungültiges Format # commands.generic.entity.notFound=Dieses Objekt kann nicht gefunden werden # -commands.generic.error.permissions=Falsche Berechtigungsstufen. %s ist ein Befehl der Stufe %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Falsche Berechtigungsstufe für den Befehl: %s. ###1: command name commands.generic.exception=Bei der Ausführung dieses Befehls trat ein unbekannter Fehler auf # commands.generic.invalidAgentType=Typ-Argument, das auf den reinen Agenten-Selektor angewendet wird # commands.generic.invalidcontext=Ungültiger Kontext für den Befehlstyp angegeben # +commands.generic.invalidOrigin=Befehlsquelle zum Zeitpunkt der Befehlsausführung ungültig # commands.generic.invalidDevice=Dein eingegebener Befehl (%s) wird auf diesem Gerät nicht unterstützt # commands.generic.invalidMessage=Ungültige Nachrichtenlänge # commands.generic.invalidPlayerType=Typ-Argument auf Nur-Spieler-Selektor angewendet # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=%1$d Funktionen wurden erfolgreich in Funktion %2$ commands.schedule.invalidOrigin=Der benötigte Ursprung für diese Funktion war ungültig. # commands.schedule.name.empty=Name des Ticking-Bereichs kann nicht leer sein. # commands.schedule.too.many.areas=Es wurde mehr als ein Ticking-Bereich mit dem Namen %s gefunden. Bitte verwende einen einzelnen Bereich. # +commands.schedule.clear.failure=Es wurden keine Funktionen mit dem Namen %1$s entfernt. # +commands.schedule.clear.success=%1$d Funktionen mit dem Namen „%2$s“ entfernt. # +commands.schedule.tickingarea.clear.success=%1$d Funktionen mit dem Ticking-Bereich-Namen „%2$s“ entfernt. # +commands.schedule.tickingarea.clear.failure=Es wurden keine Funktionen mit dem Ticking-Bereich-Namen %1$s entfernt. # +commands.schedule.tickingarea.func.clear.success=%1$d Funktionen mit dem Ticking-Bereich-Namen „%2$s“ und dem Namen „%3$s“ entfernt. # +commands.schedule.tickingarea.func.clear.failure=Es wurden keine Funktionen mit dem Ticking-Bereich-Namen %1$s und dem Namen „%3$s“ entfernt. # ## 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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Verblassungsfarbwerte müssen ganzen Zahlen von 0 commands.camera.invalid.easing=Sanfter Übergang zu nicht stationären Kameras wird nicht unterstützt # commands.camera.invalid.time=Verblassungsdauer muss zwischen 0 und 10 Sekunden liegen # commands.camera.invalid.pitch=Kamerahöhe (X-Rotation) muss zwischen -90 und 90 Grad liegen # -commands.camera.invalid.view.offset=Der Ansichtsversatz muss zwischen -100 und 100 liegen. # +commands.camera.invalid.view.offset=Die Anzeigekorrektur muss zwischen -64 und 64 liegen # +commands.camera.invalid.entity.offset=Die Objektkorrektur muss zwischen -64 und 64 liegen # +commands.camera.invalid.offset.camera=Objekt- und Ansichtskorrektur können nur auf die follow_orbit-Kamera angewendet werden # commands.camera.perspective.locked=Perspektive kann nicht geändert werden, während benutzerdefinierte Kameras verwendet werden # commands.camera.perspective.option=Die ausgewählte Kamera ändert sich, wenn die benutzerdefinierte Kamera nicht aktiv ist # commands.world_age.description=Ändert die Spielzeit der Welt (Zeit seit Erstellung) oder fragt sie ab. # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Eingabe entfernen # controller.buttonTip.removeMaterial=Werkstoff entfernen # controller.buttonTip.renameItem=Gegenstand umbenennen # controller.buttonTip.returnToRecipe=Zurück zum Rezept # +controller.buttonTip.swap=Tauschen # controller.buttonTip.enterSearch=Suche # controller.buttonTip.searchRecipe=Schnellsuche # controller.buttonTip.confirmSearch=Bestätigen # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Einen aufnehmen # controller.buttonTip.take=Nehmen # controller.buttonTip.takeItem=Gegenstand nehmen # controller.buttonTip.clearHotbar=Schnellzugriff löschen # +controller.buttonTip.add.to.bundle=Zum Bundle hinzufügen # +controller.buttonTip.place.from.bundle=Aus Bundle platzieren # +controller.buttonTip.take.from.bundle=Aus Bundle nehmen # controllerLayoutScreen.actions=Aktionen # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Jetzt ausprobieren # ## Edu Course Multiplayer strings course.edu.enterIp=Gib die IP-Adresse der Welt an, der du beitreten möchtest. # course.edu.enterConnection=Gib die IP-Adresse der Welt an, der du beitreten möchtest. # +course.edu.enterConnectionScreenReader=Gib die Verbindungs-ID der Welt an, der du beitreten möchtest. # course.edu.ipAddress=IP-Adresse # course.edu.ipPlaceholder=Gib die IP- oder Serveradresse ein. # course.edu.ipTooltipText=Bitte den Host, die Lektion zu unterbrechen, um die IP-Adresse zu finden. Sie wird im rechten unteren Bereich seines Bildschirms angezeigt. # course.edu.connectionInfo=Verbindungs-ID # course.edu.conInfoPlaceholder=Bitte gib die Verbindungs-ID ein # -course.edu.conInfoHostTooltipText=Du kannst die Verbindungs-ID teilen, wenn andere Probleme haben, deiner Welt über den Beitrittscode oder den geteilten Link beizutreten. # +course.edu.conInfoHostTooltipText=Du kannst die Verbindungs-ID mit anderen teilen, wenn sie Probleme damit haben, deiner Welt beizutreten – sei es über den Beitrittscode oder den geteilten Link (erneutes Laden nicht möglich). # +course.edu.conInfoHostTooltipTextScreenReader=Du kannst die Verbindungs-ID mit anderen teilen, wenn sie Probleme damit haben, deiner Welt über den Beitrittscode oder den geteilten Link beizutreten. # course.edu.conInfoTooltipText=Der Host kann die Verbindungs-ID im Mehrspieler-Reiter des Spielemenüs seiner Welt finden. # +course.edu.conInfoTooltipTextScreenReader=Der Host kann die Verbindungs-ID im Mehrspieler-Reiter des Spielemenüs seiner Welt finden. # course.edu.joinLesson=Lektion beitreten # course.edu.joinLessonIntro=Finde Mitschüler derselben Lektion, um beizutreten, oder gib ihre IP-Adresse ein, falls sie nicht aufgelistet werden. # course.edu.joinLessonIntroTeacher=Wähle die Gruppe aus, der du beitreten möchtest, oder gib die IP-Adresse ein, falls sie nicht aufgelistet wird. # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Tick zurücksetzen # createWorldScreen.serverSimDistance=Simulationsdistanz # createWorldScreen.serverSimDistanceFormat=%s Chunks # createWorldScreen.showbordereffect=Barriereeffekt anzeigen # -createWorldScreen.check_internet_connection=Du bist nicht mit dem Internet verbunden. Deshalb können deine Freunde sich dir in deiner Mehrspielerwelt nicht anschließen. Melde dich bei deinem Microsoft-Konto an, um mit deinen Freunden zu spielen. # -createWorldScreen.disconnectedXboxLive=Du bist nicht mit Microsoft-Diensten verbunden. Deshalb können deine Freunde mit Gamertags sich dir in deiner Mehrspielerwelt nicht anschließen. Melde dich bei deinem Microsoft-Konto an, um mit deinen Freunden zu spielen. # +createWorldScreen.check_internet_connection=Du bist nicht mit dem Internet verbunden. Deshalb können deine Freunde sich dir in deinen Mehrspielerwelten nicht anschließen. Melde dich in deinem Microsoft-Konto an, um mit deinen Freunden zu spielen. # +createWorldScreen.disconnectedXboxLive=Du bist nicht mit Microsoft-Diensten verbunden. Deshalb können deine Freunde mit Gamertags sich dir in deiner Mehrspielerwelt nicht anschließen. Melde dich in deinem Microsoft-Konto an, um mit deinen Freunden zu spielen. # createWorldScreen.clearPlayerData.button=Spielerdaten entfernen # createWorldScreen.clearPlayerData.title=Spielerdaten aus Welt entfernen? # createWorldScreen.clearPlayerData.body1=Wähle "Alle Spielerdaten", um alle Spielerdaten aus dieser Welt zu löschen. Wenn ein Spieler diese Welt das nächste Mal betritt, beginnt er ganz von Neuem mit Standarddaten. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s ist ausgelaufen. Bitte %s, ihn zu realmsSharingScreen.cantJoinClosedTitle=%s hat diesen Realm geschlossen # realmsSharingScreen.cantJoinClosedMessage=%s ist geschlossen. Bitte %s, ihn zu öffnen. # realmsSharingScreen.failedSignInModalTitle=Für Realm-Beitritt anmelden # -realmsSharingScreen.failedSignInModalMessage=Du musst bei einem Microsoft-Konto angemeldet sein, um einem Realm beizutreten. Melde dich an und versuche es noch einmal. # +realmsSharingScreen.failedSignInModalMessage=Du musst in einem Microsoft-Konto angemeldet sein, um einem Realm beizutreten. Melde dich an und versuche es noch einmal. # realmsSharingScreen.invalidPermissionTitle=Ungültige Berechtigungen # realmsSharingScreen.unexpectedServerResponseTitle=Realm-Fehler # realmsSharingScreen.unexpectedServerResponseMessage=Entschuldige, wir hatten ein Problem mit der Verbindung zum Realm. Bitte versuche es später noch einmal. # @@ -2129,8 +2146,8 @@ realmsCreateScreen.incomplete.create.a=Sieht so aus, als wären wir beim letzten realmsCreateScreen.incomplete.create.b=Sieht so aus, als hättest du angefangen, mit einem anderen Microsoft-Konto ein Realm zu erstellen. Möchtest du das Realm fertigstellen und dieses Microsoft-Konto zum Besitzer machen? # realmsCreateScreen.incomplete.create.c=Jemand hat angefangen, mit dem Rechnungskonto auf diesem Gerät ein Realm zu erstellen. Möchtest du das Realm fertigstellen und dieses Microsoft-Konto zum Besitzer machen? # realmsCreateScreen.incomplete.renew.a=Sieht so aus, als wären wir beim letzten Mal nicht fertig geworden. Lass uns dein Realm fertig erneuern. # -realmsCreateScreen.incomplete.renew.b=Sieht so aus, als hättest du angefangen, mit einem anderen Microsoft-Konto ein Realm zu erneuern. Möchtest du das Realm fertig erneuern und dieses Microsoft-Konto zum Besitzer machen? # -realmsCreateScreen.incomplete.renew.c=Jemand hat angefangen, mit dem Rechnungskonto auf diesem Gerät ein Realm zu erneuern. Möchtest du das Realm fertig erneuern und dieses Microsoft-Konto zum Besitzer machen? # +realmsCreateScreen.incomplete.renew.b=Sieht so aus, als hättest du angefangen, mit einem anderen Microsoft-Konto ein Realm zu erneuern. Möchtest du das Realm fertig erneuern und dieses Microsoft-Konto zum Besitzer machen? # +realmsCreateScreen.incomplete.renew.c=Jemand hat angefangen, mit dem Rechnungskonto auf diesem Gerät ein Realm zu erneuern.  Möchtest du das Realm fertig erneuern und dieses Microsoft-Konto zum Besitzer machen? # realmsCreateScreen.incomplete.override.renew=Du versuchst, ein neues Realm zu erstellen, aber es wurde ein vorheriger Kauf zur Erneuerung eines Realms gefunden. Möchtest du den Kauf jetzt anwenden? # realmsCreateScreen.incomplete.override.create=Du versuchst, ein Realm zu erneuern, aber es wurde ein vorheriger Kauf zur Erstellung eines Realms gefunden. Möchtest du den Kauf jetzt anwenden? # realmsCreateScreen.incomplete.override.realm=Du versuchst, ein Realm zu erneuern, aber es wurde ein vorheriger Kauf für ein anderes Realm gefunden. Möchtest du den Kauf jetzt anwenden? # @@ -2473,7 +2490,7 @@ realmsSettingsScreen.extendConsumableButton.180=Um 180 Tage verlängern # xblLogin.LoginMessageTitle=Microsoft-Konto # xblLogin.LoginMessage=Verbinde ... # -xbl.savePurchase.saveButton=Für Microsoft-Konto speichern # +xbl.savePurchase.saveButton=In Microsoft-Konto speichern # xbl.marketplace.account.error.body.nobutton=Es ist ein Fehler mit deinem Konto aufgetreten. Du kannst den Marketplace erst wieder nutzen, wenn wir das Problem behoben haben. Sollte dieser Fehler mehrere Tage in Folge auftreten, kontaktiere bitte den Support. # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Melde dich jetzt an, um store.sign_in_warning.no_xbl_and_no_local_content.line2=Du hast noch kein Microsoft-Konto? Erstelle jetzt eines kostenlos # xbl.signOut.title=Einkäufe über das Microsoft-Konto! # -xbl.signOut.message1=Wenn du nicht bei deinem Microsoft-Konto angemeldet bist, hast du keinen Zugriff auf deine Minecoins und die im Store gekauften Inhalte. # +xbl.signOut.message1=Wenn du nicht in deinem Microsoft-Konto angemeldet bist, hast du keinen Zugriff auf deine Münzen und die im Store gekauften Inhalte. # xbl.signOut.message2=Möchtest du das wirklich tun? # date.short_january=Jan # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Der Server wurde heruntergefahren, weil das disconnectionScreen.header.realms_hidden=Mehrspieler-Einladung # disconnectionScreen.body.realms_hidden=Du kannst diesem bestimmten Server nicht beitreten. # +disconnectionScreen.biomeData.IdDuplication=%s-ID kollidiert mit %s # +disconnectionScreen.biomeData.MalformedData=Fehlerhafte Biomdaten # +disconnectionScreen.biomeData.MixedIdPresence=Biom-Paket hat eine gemischte ID-Präsenz für benutzerdefinierte Biome # +disconnectionScreen.biomeData.ReservedRange=Benutzerdefiniertes Biom %s verwendet die ID aus einem reservierten Bereich. Der ID-Bereich für benutzerdefinierte Biome beträgt: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Basisspiel-Biom-Daten dürfen kein „id“-Feld enthalten # disconnectionScreen.blockMismatch=Blöcke vom Client und Server stimmen nicht überein. # disconnectionScreen.cantConnect=Keine Verbindung zur Welt. # disconnectionScreen.cantConnectToRealm=Es konnte keine Verbindung zum Realm aufgebaut werden. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Du kannst Weltvorlagen aus der Minecraft Education-Bi edu.pause.multiplayer.disabled=Mehrspieler steht für diese Lektion nicht zur Verfügung. # +effect.duration.infinite=∞ # effect.badOmen=Drohendes Unheil # effect.infested=Befallen # effect.oozing=Sickernd # @@ -3143,13 +3166,6 @@ feed.uppload_success=Screenshot wurde hochgeladen # feed.connected=Mit deinem Microsoft-Konto ist jeder Realm mit einem Club verbunden. # feed.unviewedPost=Neu # -comment.like=%d Like ### 1 like -comment.likes=%d Likes ### 0 or 2+ likes -comment.comment=%d Kommentar ### 1 comment -comment.comments=%d Kommentare ### 0 or 2+ comments -comment.likes_and_comments=%1 und %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Kommentar ... # - furnaceScreen.fuel=Brennstoff # furnaceScreen.header=Schmelzofen # furnaceScreen.input=Eingabe # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Willst du etwas zwischen deiner §eSchnellzug howtoplay.inventory.text.2.touch=Willst du etwas zwischen deiner §eSchnellzugriffsleiste§f und deinem Inventar verschieben? Tippe auf den Gegenstand deiner Wahl und dann auf den leeren Gegenstandsslot, in den du ihn verschieben möchtest. # howtoplay.inventory.text.2.vr=Willst du etwas zwischen deiner §eSchnellzugriffsleiste§f und deinem Inventar verschieben? Wähle mit dem Cursor einen Gegenstand aus und drücke :_input_key.use:. Bewege deinen Cursor dann auf einen leeren Gegenstandsslot und drücke erneut, um den Gegenstand abzulegen. # +howtoplay.jigsawBlocks=Verbundblöcke # +howtoplay.jigsawBlocks.text.1=Verbundblöcke geben Schöpfern die Möglichkeit, in der Welt große Strukturen zu erschaffen, indem sie mehrere Konstruktionsvorlagen miteinander verbinden. # +howtoplay.jigsawBlocks.header.1=So erhältst du den Content # +howtoplay.jigsawBlocks.text.2=Verbundblöcke erhältst du mit dem Slash-Befehl /give. Um Verbundblöcke nutzen zu können, benötigst du Operator-Berechtigungen. # +howtoplay.jigsawBlocks.header.2= Einstellungen # +howtoplay.jigsawBlocks.text.3=Verbundblöcke verfügen über mehrere Einstellungen, über die du steuern kannst, wie sie sich zu einer größeren Struktur zusammenfügen. # +howtoplay.jigsawBlocks.text.4=§eZiel-Pool:§f Der Pfad des Vorlagen-Pools, in dem du nach einer Vorlage zur Verbindung von Strukturen suchen kannst. Der Vorlagen-Pool sollte mindestens eine Konstruktion enthalten, die mit dem Zielnamen des Verbundblocks übereinstimmt. # +howtoplay.jigsawBlocks.text.5=§eName:§f Der Name des Verbundblocks. Dieser Parameter stellt eine Verbindung zu Verbundblöcken mit einem passenden Zielnamen her. # +howtoplay.jigsawBlocks.text.6=§eWird zu:§f Die Art des Blocks, in den sich der Verbundblock verwandelt, wenn du ihn beim Bau deiner Struktur in der Welt platzierst. # +howtoplay.jigsawBlocks.text.7=§eAuswahlpriorität:§f Wenn bei Verbindungen das übergeordnete Teil verarbeitet wird, ist dies die Reihenfolge, in der dieser Verbundblock versucht, eine Verbindung zu seinem Zielteil herzustellen. Die Verbundblöcke werden in absteigender Priorität verarbeitet. Bei gleicher Priorität greift die zufällige Reihenfolge. # +howtoplay.jigsawBlocks.text.8=§ePlatzierungspriorität:§f Verbindet sich der betreffende Verbundblock mit einem Teil, ist dies die Reihenfolge, in der das Teil bei Verbindungen innerhalb der allgemeinen Struktur verarbeitet wird. Die Einzelteile werden mit absteigender Priorität verarbeitet. Bei gleicher Priorität entscheidet die Reihenfolge des Einfügens. # +howtoplay.jigsawBlocks.text.9=§eVerbindungstyp:§f Ein Gelenk kann entweder rollbar (dies ist die Standard-Einstellung) oder ausgerichtet sein. Bei einem rollbaren Verbindungstyp wird die Zielkonstruktion nach dem Zufallsprinzip um den Quell-Verbundblock gedreht. Bei der Einstellung „ausgerichtet“ wird die Zielkonstruktion so platziert, dass die Drehung des Ziel-Verbundblocks auf die Drehung des Quell-Verbundblocks ausgerichtet ist. Bitte beachten: Dies gilt nur, wenn du den Verbundblock mit der Vorderseite nach oben oder unten platzierst. # + howtoplay.jukebox=Plattenspieler # howtoplay.jukebox.text.1=Der Plattenspieler spielt deine gefundenen Schallplatten ab. # howtoplay.jukebox.header.1=Mach den DJ # @@ -3878,7 +3907,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 PlayStation® nicht kompatibel. Informationen zur Kompatibilität findest du unter minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Bergbau # @@ -5362,7 +5391,7 @@ item.spawn_egg.entity.shulker.name=Shulker-Spawn-Ei # item.spawn_egg.entity.endermite.name=Endermilbe-Spawn-Ei # item.spawn_egg.entity.evocation_illager.name=Magier-Spawn-Ei # item.spawn_egg.entity.vex.name=Plagegeist-Spawn-Ei # -item.spawn_egg.entity.turtle.name=Gespawntes Schildkrötenei # +item.spawn_egg.entity.turtle.name=Schildkröten-Spawn-Ei # item.spawn_egg.entity.dolphin.name=Delfin-Spawn-Ei # item.spawn_egg.entity.phantom.name=Phantom-Spawn-Ei # item.spawn_egg.entity.panda.name=Panda-Spawn-Ei # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Brauner Schild # item.shield.black.name=Schwarzer Schild # item.shield.blue.name=Blauer Schild # +item.bundle=Bundle # +item.black_bundle=Schwarzes Bündel # +item.white_bundle=Weißes Bündel # +item.red_bundle=Rotes Bündel # +item.orange_bundle=Oranges Bündel # +item.yellow_bundle=Gelbes Bündel # +item.green_bundle=Grünes Bündel # +item.lime_bundle=Hellgrünes Bündel # +item.brown_bundle=Braunes Bündel # +item.light_gray_bundle=Hellgraues Bündel # +item.light_blue_bundle=Hellblaues Bündel # +item.blue_bundle=Blaues Bündel # +item.gray_bundle=Graues Bündel # +item.pink_bundle=Rosa Bundle # +item.magenta_bundle=Magentafarbenes Bündel # +item.purple_bundle=Violettes Bündel # +item.cyan_bundle=Türkises Bündel # +item.bundle.empty=Leer # +item.bundle.empty.description=Kann einen gemischten Stapel von Gegenständen aufnehmen # +item.bundle.full=Voll # +item.bundle.fullness=%s übrig # + item.goat_horn.name=Ziegenhorn # item.minecraft.goat_horn.sound.0=Sinnieren # item.minecraft.goat_horn.sound.1=Singen # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Pfeile # itemGroup.name.potion=Tränke # itemGroup.name.splashPotion=Wurftränke # itemGroup.name.lingeringPotion=Verweiltränke # +itemGroup.name.ominousBottle=Ominöse Flaschen # itemGroup.name.bed=Betten # itemGroup.name.chalkboard=Tafeln # itemGroup.name.anvil=Ambosse # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Kerzen # itemGroup.name.goatHorn=Ziegenhörner # itemGroup.name.compounds=Zusammensetzungen # itemGroup.name.products=Produkte # +itemGroup.name.bundles=Bundles # -jigsaw.title.target_pool=Zielmenge: # +##Jigsaw Block +jigsaw_block.title=Verbundblock # +jigsaw.title.target_pool=Ziel-Pool: # jigsaw.title.name=Name: # jigsaw.title.target=Zielname: # jigsaw.title.final_block=Wird zu: # +jigsaw.title.selection_priority=Auswahlpriorität: # +jigsaw.title.placement_priority=Platzierungspriorität: # jigsaw.title.joint_type=Verbindungstyp: # jigsaw.title.joint_type.aligned=Ausgerichtet # jigsaw.joint_type.aligned=Ausgerichtet # jigsaw.joint_type.rollable=Rollbar # jigsaw.exit.done=Fertig # -jigsaw.exit.cancel=Abbrechen # ##EDU Joincode joincode.entry_popup.icon_button=%1 Beitrittscode-Knopf # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Für LAN öffnen # menu.simulating=Welt wird etwas simuliert # menu.singleplayer=Einzelspieler # menu.store=Marketplace # +menu.store.addons=Add-Ons durchsuchen! # menu.skins=Skins # menu.start=Start # menu.switchingLevel=Welt wird gewechselt # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Debugger bei Assertions anhalten # options.dev_assertions_show_dialog=Modales Dialogfenster bei Assertions anzeigen # options.dev_force_trial_mode=Aktivieren des Demomodus erzwingen # options.dev_eduDemo=Edu-Demo (erneute Anmeldung erforderlich) # +options.dev_eduCloudResumableUpload=Die fortsetzbare Upload-API für Datei-Uploads von mehr als 4 MB verwenden # options.remote_imgui_toggle=Remote Imgui aktiviert # options.dev_enableDebugUI=Debug-BO aktivieren # options.dev_createRealmWithoutPurchase=Realm ohne Kauf erstellen # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms-Endpunkt # options.dev_realmsEndpointPayment=Realms-Endpunkt-Zahlung # options.dev_realmsRelyingParty=Realms-Vertrauensdrittperson # options.dev_realmsRelyingPartyPayment=Realms-Vertrauensdrittperson-Zahlung # -options.dev_realms_stories=Realms Stories aktivieren # options.dev_overrideXboxEnvironmentWindows=Xbox Sandbox überschreiben (OS-gesteuert auf Windows) # options.dev_overrideXboxEnvironment=Xbox Sandbox überschreiben (Neustart erforderlich) # options.dev_xboxEnvironment=Xbox Sandbox-Umgebung (Neustart erforderlich) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Version für Endbenutzer # options.dev_sandboxDev=Xforge Sandbox: Version für Entwickler # options.dev_sandboxDevAchievement=Xforge Sandbox: Entwicklererfolg # options.dev_showDiscoveryOverridePanel=Service-Endpunkte überschreiben # +options.dev_serviceOverrideType=Typ überschreiben # +options.dev_serviceOverrideTypeMultibranch=Bereitstellung in mehreren Verzweigungen # +options.dev_serviceOverrideTypeCustom=Benutzerdefiniert # options.dev_discoveryOverrideServiceName=Name des Service (Sicherheit, Persona usw.) # options.dev_discoveryOverrideServiceBranch=Zweig # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Alle Endpunkte zurücksetzen # options.dev_apply=Anwenden # options.dev_displayTreatmentsPanel=Behandlungen anzeigen # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Versammlungen: Aktiviert # options.dev_gatherings_system_service_pack=Versammlungen: Deaktiviert aufgrund fehlender System-Service-Pakete # options.dev_gatherings_active_gathering=Aktiv: %s # options.dev_gatherings_available_gatherings=Verfügbare Versammlungen # +options.dev_gatherings_clear_system_service_pack=System-Service-Paket-Cache löschen # options.difficulty=Schwierigkeit # options.difficulty.easy=Einfach # options.difficulty.hard=Schwer # @@ -6524,7 +6586,8 @@ options.creatorTitle=Ersteller-Einstellungen # options.creator.serverboundClientDiagnosticsEnabled=Client-Diagnose aktivieren # options.creator.debuggerHeading=Script-Debugeinstellungen # options.creator.debuggerAutoAttach=Debugger beim Laden anhängen # -options.creator.debuggerAutoConnect=Debugger beim Laden verbinden # +options.creator.debuggerAutoAttachTimeout=Timeout anhängen # +options.creator.debuggerAutoAttachTimeoutFormat=%s Sekunden # options.creator.debuggerConnect=Verbinden # options.creator.debuggerListen=Lauschen # options.creator.debuggerHost=Hosten # @@ -6674,7 +6737,7 @@ options.xboxliveBroadcast.friendsOfFriends=Freunde von Freunden # options.xboxliveBroadcastSettings=Microsoft-Konto-Einstellungen # options.xboxlivevisible=Für Xbox Network-Spieler sichtbar # options.xboxLiveAccountSettings=Microsoft-Konto-Einstellungen # -options.xboxLiveSignedIn=Bei Microsoft-Konto angemeldet # +options.xboxLiveSignedIn=In Microsoft-Konto angemeldet # options.xboxLiveSignedOut=Von Microsoft-Konto abgemeldet # options.xboxLive.privacyControl=Datenschutz und Internetsicherheit # options.realms.checkInvites=Einladungen für Realms-Mitgliedschaften verwalten # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Der Hardcore-Modus kann nach der Erstell options.turnOnHardcoreMode.message.3=3. Nachdem du gestorben bist, kannst du diese Welt sehen, aber nicht mit ihr interagieren. # options.achievementsDisabled=In dieser Welt können keine Erfolge verdient werden. # options.achievementsDisabled.onLoad=Wenn du mit diesen Einstellungen spielst, können in dieser Welt keine Erfolge mehr verdient werden. # -options.achievementsDisabled.notSignedIn=In dieser Welt können Erfolge verdient werden, aber dafür musst du dich bei einem Microsoft-Konto anmelden. # +options.achievementsDisabled.notSignedIn=In dieser Welt können Erfolge verdient werden, aber dafür musst du dich in einem Microsoft-Konto anmelden. # options.turnOffCrossPlatformMultiplayer=Plattformübergreifenden Mehrspieler-Modus deaktivieren? # options.turnOffCrossPlatformMultiplayer.message=Der Inhalt, den du verwenden möchtest, ist in plattformübergreifenden Mehrspieler-Spielen nicht zugelassen. Wenn du fortfährst, kannst du keine Netzwerk-Mehrspieler-Spiele spielen. # options.conflictingPacks=Paketkonflikt # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Niedrig # options.volumetricFogQuality.medium=Mittel # options.volumetricFogQuality.high=Hoch # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Auflösung # +options.upscalingPercentage.hundred=Nativ # options.reflectionsQuality=Reflexionen # options.reflectionsQuality.off=Aus # options.reflectionsQuality.low=Niedrig # @@ -6966,12 +7031,10 @@ 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.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 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). Realms, die mit diesem Gerät verwaltet werden, funktionieren noch 6 Monate lang, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert.%sUm 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.%sDu 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.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, und dies ist dein letztes Update für dieses Gerät.%sDu kannst weiterhin auf deinen Welten spielen und auf Käufe im Marketplace (einschließlich Minecoins) zugreifen. Realms, die mit 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.%sUm 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.%sDu 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.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 # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Starte dein Marketplace Pass-Abonnement #### {StrContain store.csb.subscription=Nach der Anmeldung stehen dir 150+ aufregende Minecraft Marketplace-Inhalte zum Download zur Verfügung. Spiele auf Abenteuerkarten, trage Skins, vertiefe dich in Texturpakete und erhalte jeden Monat ein Set mit Gegenständen für den Charaktereditor, das du behalten kannst. Mit einem Katalog, der regelmäßig aktualisiert wird, gibt es mit Marketplace Pass immer etwas Neues zu entdecken. Du bezahlst %s/Monat und kannst jederzeit kündigen, um künftige Gebühren zu vermeiden. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass ist ein Abonnement für Inhalte, das mit unterstützten Versionen von Minecraft (Spiel separat erhältlich) auf PlayStation❶ und anderen unterstützten Plattformen verfügbar ist, auf denen du das Spiel erworben hast (Minecraft Java und Amazon Kindle Fire Edition nicht unterstützt). Ein aktives Abonnement ist erforderlich, um Marketplace Pass-Inhalte zu verwenden. Es gibt zu unterschiedlichen Zeitpunkten verschiedene Inhalte, die unter Umständen nicht in allen Ländern verfügbar sind. Nach der kostenlosen Testperiode wird bei ausbleibender Kündigung das Abonnement mit dem dann aktuellen regulären Preis berechnet (Änderungen vorbehalten), zuzüglich der bei dir vorgeschriebenen Steuern. Du kannst dein Abonnement kündigen, indem du in deinem Microsoft-Konto die Dienste und Abonnements aufrufst. Wenn dein Abonnement endet oder ein Inhalt aus dem Katalog entfernt wird, musst du dein Abonnement reaktivieren oder den Inhalt separat kaufen, um ihn weiter nutzen zu können. Unter Umständen fallen Gebühren bei deinem Internetanbieter an. Wir bieten gelegentlich Content an, auf den du auch nach deinem Abonnement weiter zugreifen kannst. In diesem Fall behalten wir uns das Recht vor, diese Inhalte zu entfernen, wenn sie nicht mehr kompatibel sind oder unsere Rechte an den Inhalten auslaufen. Wir behalten uns das Recht vor, das Abonnement zu ändern und/oder einzustellen. Der Service unterliegt dem Microsoft Services Agreement (www.microsoft.com/msa) und der Endbenutzer-Lizenzvereinbarung für Minecraft (https://www.minecraft.net/eula). Alle Übersetzungen dieser Bedingungen sind rein informativer Natur. Bei Widersprüchen zwischen dem englischen Original und einer nicht-englischen Version ist die englische Version der Bedingungen maßgebend. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Der Marketplace Pass ist ein Abonnement für Inhalte, die mit unterstützten Versionen von Minecraft (das Spiel wird separat verkauft) auf Windows und anderen unterstützten Plattformen, auf denen du das Spiel besitzt, genutzt werden können (Minecraft Java und Amazon Kindle Fire Editions werden nicht unterstützt); für die Nutzung von Marketplace Pass-Inhalten ist ein aktives Abonnement erforderlich. Die Inhalte variieren mit der Zeit und sind möglicherweise nicht in allen Ländern verfügbar. Nach der kostenlosen Testphase wird das Abonnement weiterhin zum dann aktuellen regulären Preis (Änderungen vorbehalten) zuzüglich Steuern berechnet, sofern es nicht gekündigt wird. Du kannst dein Abonnement kündigen, indem du in deinem Microsoft-Konto auf Dienste und Abonnements zugreifst. Wenn dein Abonnement endet oder ein Inhalt aus dem Katalog entfernt wird, musst du dein Abonnement reaktivieren oder den Inhalt separat kaufen, um ihn weiter nutzen zu können. Es können Gebühren deines Internetanbieters anfallen. In diesem Fall behalten wir uns das Recht vor, diese Inhalte zu entfernen, wenn sie nicht mehr kompatibel sind oder unsere Rechte an den Inhalten erlöschen. Das Abonnement kann geändert und/oder eingestellt werden. Unterliegt dem Microsoft Services Agreement (www.microsoft.com/msa) und der Minecraft EULA (https://www.minecraft.net/eula). Jegliche Übersetzungen dieser Bedingungen dienen lediglich dem Komfort. Im Falle eines Konflikts zwischen der englischen und einer nicht-englischen Version ist die englische Version dieser Bedingungen maßgeblich. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass ist ein Abonnement mit regelmäßiger Abonnementgebühr, die bis zur Kündigung monatlich automatisch abgebucht wird.%s150+ Marketplace-Pakete stehen dir umgehend zur Verfügung. Du kannst dein Abonnement in den Abonnement-Einstellungen kündigen und so zukünftige Abbuchungen verhindern. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass ist ein Abonnement mit regelmäßiger Abonnementgebühr, die bis zur Kündigung monatlich automatisch abgebucht wird.%s150+ Marketplace-Pakete stehen dir umgehend zur Verfügung. Dir werden %s/Monat in Rechnung gestellt. Du kannst dein Abonnement in den Abonnement-Einstellungen kündigen und so zukünftige Abbuchungen verhindern. #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass ist ein Abonnementdienst, der dir für %s store.csb.faq.question2=Wie oft werden die Inhalte im Marketplace Pass aktualisiert? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Die ausgewählten Inhalte werden jeden Monat aktualisiert, damit es immer etwas Neues zu entdecken gibt. # store.csb.faq.question3=Was brauche ich, um Marketplace Pass zu nutzen? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Der Zugang zum Marketplace Pass erfordert ein aktives Abonnement und eine kompatible Version von Minecraft: Bedrock Edition mit Minecraft Marketplace. Die Anmeldung mit einem Microsoft-Konto ist erforderlich. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Der Zugang zum Marketplace Pass erfordert ein aktives Abonnement und eine kompatible Version von Minecraft: Bedrock Edition mit Minecraft Marketplace.  Die Anmeldung mit einem Microsoft-Konto ist erforderlich. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Was passiert mit meinen Inhalten, wenn sie nicht mehr Teil des Marketplace Pass sind? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Sobald eine Welt, ein Texturpaket, ein Skinpaket oder ein Mash-up den Katalog verlässt, musst du den Gegenstand auf dem Marketplace kaufen, um weiter damit spielen zu können. Die Pakete werden erst dann aus deinem lokalen Speicher gelöscht, wenn du sie löschst. Monatliche Charaktereditor-Gegenstände, die du eingelöst hast, darfst du behalten. # store.csb.faq.question5=Was passiert, wenn mein Abonnement endet? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Dieser Gegenstand ist nicht mit deinem Gerät kompa store.owned=Freigeschaltet # store.owned.legacy=Freigeschaltet (P) # store.unlocked=Freigeschaltet # -store.mypacks=Mein Inhalt # +store.myLibrary=Meine Bibliothek # store.error=Marketplace-Fehler # @@ -8663,7 +8726,7 @@ store.content.download=Herunterladen # store.content.update=Aktualisieren # store.content.updating=Aktualisierung... # store.content.requireXbl.signedIn=Mit Microsoft-Konto kostenlos herunterladen. # -store.content.requireXbl.notSignedIn=Melde dich zum Freischalten bei einem Microsoft-Konto an. # +store.content.requireXbl.notSignedIn=Melde dich zum Freischalten in einem Microsoft-Konto an. # store.mashup.count.personaPiece=1 Charakterteil # store.mashup.count.personaPieces=%s Charakterteile # @@ -8828,7 +8891,6 @@ store.updating.title=Aktualisierung: %s # store.importing.title=Import von: %s # store.importing=Import... # store.showMore=Alle anzeigen # -store.inventory.no.xbl=Meine Pakete # store.promo.today=Nur heute! # store.promo.upsell=Lass dir das heutige Geschenk nicht entgehen! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Installationsstatus # store.search.filter.installed=Installiert # store.search.filter.notInstalled=Nicht installiert # store.search.filter.clear.installed=Installationsfilter zurücksetzen # +store.search.filter.dressingroombody=Körper # +store.search.filter.dressingroombody.selectedCount=%d Teile # +store.search.filter.dressingroomstyle=Stil # +store.search.filter.dressingroomstyle.selectedCount=%d Stile # store.search.sort_menu.sortConstWord=Sortierung # store.search.sort_menu.Default=Relevanz # @@ -10210,7 +10276,7 @@ trial.thanks_for_testing.minecraft.description=Vielen Dank, dass du die Minecraf trial.thanks_for_testing.xbl.title=MICROSOFT-KONTO # trial.thanks_for_testing.xbl.description=Zusätzlich zum kompletten Minecraft-Erlebnis gibt es den Kreativmodus, Erfolge und mehr! Mit einem Microsoft-Konto triffst du andere Spieler aus der Minecraft-Community. Du kannst den Welten deiner Freunde beitreten, auf Servern neue Freunde kennenlernen, und deine Käufe im Marketplace auf allen Geräten mit Minecraft synchronisieren. # trial.thanks_for_testing.xbl.description.line2=*(in Versionen mit Marketplace) # -trial.thanks_for_testing.achievements.description=Zusätzlich zum kompletten Minecraft-Erlebnis mit Kreativmodus, Mehrspielermöglichkeiten und mehr erhältst du Erfolge, die gemeinsam mit deinem Gamerscore zeigen, wie weit du in Minecraft bist. Die Freunde deines Microsoft-Kontos sehen, was du geschafft hast. # +trial.thanks_for_testing.achievements.description=Zusätzlich zum kompletten Minecraft-Erlebnis mit Kreativmodus, Mehrspielermöglichkeiten und mehr erhältst du Erfolge, die gemeinsam mit deinem Gamerscore zeigen, wie weit du in Minecraft bist. Deine Freunde aus deinem Microsoft-Konto sehen, was du geschafft hast. # trial.thanks_for_testing.multiplayer.description=Mit dem kompletten Minecraft-Erlebnis kannst du im Kreativmodus und Mehrspielermodus mit deinen Freunden spielen und dich über Erfolge freuen! Spiele mit Freunden auf Konsole, PC und Smartphone und baue, erforsche und überlebe gemeinsam mit ihnen. # trial.thanks_for_testing.server.description=Als Teil des vollständigen Minecraft-Erlebnisses bieten Server einige der kreativsten Möglichkeiten in Minecraft. Spiele tolle Minispiele, lerne die Minecraft-Community kennen, und finde neue Freunde. # trial.thanks_for_testing.store.description=Das volle Spiel bietet Zugang zu Minecraft Marketplace, unserem Ingame-Store. Wechsle deinen Look mit neuen Skins, verändere deine Welt oder entdecke unglaubliche neue Karten von den besten Community-Schöpfern! # @@ -10284,7 +10350,7 @@ autosave.info.desktop=Wenn dieses Symbol angezeigt wird, speichern wir dein Spie xbox.signin.error=Bitte melde dich mit deinem Microsoft-Konto an, um mit Freunden zu spielen, deinen Gamerscore zu steigern und Erfolge zu verdienen. # xbox.signin.error.pocket.line1=Danke, dass du Realms getestet hast! Die Features sind nicht final und es könnten Fehler auftreten. Bitte schicke uns dein Feedback! Wir nehmen es dankend an. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Während dieses Tests müssen alle Spieler mit einem Microsoft-Konto angemeldet sein, um Einladungen erhalten und zu Realms hinzugefügt werden zu können. # +xbox.signin.error.pocket.line3=Während dieses Tests müssen alle Spieler mit einem Microsoft-Konto angemeldet sein, um Einladungen zu erhalten und zu Realms hinzugefügt werden zu können. # xbox.signin.warning.kickPlayer=Dies bringt dich zurück zum Hauptmenü. Fortfahren? # xbox.connection.error=Verbindung zum Microsoft-Konto getrennt # xbox.signin=Anmelden # @@ -10292,12 +10358,12 @@ xbox.signin.qr=2 Arten der Anmeldung # xbox.signin.qr.left.header=Scanne den QR-Code # xbox.signin.qr.left.body=Nutze deine Kamera-App oder den QR-Code-Reader deines Geräts. # xbox.signin.qr.right.header=Oder geh auf die Webseite # -xbox.signin.qr.account=Melde dich mit einem kostenlosen Microsoft-Konto an, um online und plattformübergreifend mit deinen Freunden zu spielen. # +xbox.signin.qr.account=Melde dich mit einem kostenlosen Microsoft-Konto an, um online und plattformübergreifend mit deinen Freunden zu spielen # xbox.signin.beta.blocked=Die Anmeldung mit einem Microsoft-Konto ist derzeit für die Beta nicht verfügbar. # xbox.signin.enterCode=Und gib diesen Code ein: # xbox.signin.enterCode.qr=2. Gib nach Aufforderung den Code unten ein: # xbox.signin.letsPlay=Los geht's! # -xbox.signin.message=Melde dich bei deinem kostenlosen Microsoft-Konto an, um die ganze Welt von Minecraft kennenzulernen. # +xbox.signin.message=Melde dich in deinem kostenlosen Microsoft-Konto an, um die ganze Welt von Minecraft kennenzulernen. # xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Mit einem anderen Microsoft-Konto anmelden # xbox.signin.website=Besuche diese Website auf einem anderen Gerät: # @@ -10310,7 +10376,7 @@ xbox.signinFree=Kostenlos anmelden # xbox.signout=Abmelden # xbox.signinquestion=Anmelden? # xbox.notnow=Nicht jetzt # -xbox.signingin=Du wirst bei deinem Microsoft-Konto angemeldet ... # +xbox.signingin=Du wirst mit deinem Microsoft-Konto angemeldet ... # xbox.signingin.offline=Wird angemeldet # xbox.failedsignin.body=Wir konnten dich nicht bei deinem Microsoft-Konto anmelden. Der Zugang zu deinen Realms, Profilen und Marketplace-Gegenstände ist eingeschränkt. Bitte versuche es später noch einmal. # xbox.failedsignin.error=Fehler-Code: # @@ -10325,21 +10391,16 @@ xbox.invitesignin.line2=Melde dich mit einem Microsoft-Konto an, um Freunde einz xbox.thirdpartysignin.line1=Auf dich warten fantastische Minigames und neue Spieler. Zuerst möchte '%s' jedoch wissen, wer du bist. # xbox.thirdpartysignin.line2=Melde dich mit einem Microsoft-Konto an, um eine Verbindung herzustellen! # xbox.signInLong=Kostenlos anmelden! # -xbox.signOutLong=Von Microsoft-Konto abmelden # +xbox.signOutLong=Vom Microsoft-Konto abmelden # xbox.genericsignin.line1=Mit deinem Minecraft-Konto kannst du online mit anderen und mit Freunden auf PCs und mobilen Geräten spielen. Das Beste ist jedoch: # xbox.genericsignin.line2=Es ist KOSTENLOS! # xbox.genericsignin.line3=Mit deinem konto kannst du Minecraft überall spielen. # xbox.disconectionscreen.notSignedIn=Melde dich mit deinem Microsoft-Konto an, um mit Freunden zu spielen. # -xbox.disconectionscreen.multiplayerNotAllowed=Dieses Microsoft-Konto hat keine Berechtigung für die Teilnahme an Mehrspielerpartien. # +xbox.disconectionscreen.multiplayerNotAllowed=Dieses Microsoft-Konto hat keine Berechtigung für die Teilnahme an Mehrspieler-Spielen. # xbox.disconectionscreen.accessDenied=Du musst mit jemandem in diesem Spiel befreundet sein, um beitreten zu können. # -xbox.friendfinder.enterGamertag=Gamertag eingeben # -xbox.friendfinder.findFriends=Freunde nach Gamertag suchen # -xbox.friendfinder.searchingForGamertag=Suche... # -xbox.friendfinder.gamertagNotFound=Gamertag nicht gefunden # - xbox.profile.addFriend=Freund hinzufügen # xbox.profile.addFriend.success=Hurra! %s wurde zu deiner Freundesliste hinzugefügt. # xbox.profile.block=Blocken # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Die Eigenschaft '%s' wird für diesen Inhalt packdiscoveryerror.version_too_high=Die Eigenschaft "%s" hat eine Version von "%s", was zu hoch ist. Der höchste akzeptierte Wert ist "%s". # packdiscoveryerror.version_too_low=Die Eigenschaft "%s" hat eine Version von "%s", was zu niedrig ist. Der niedrigste akzeptierte Wert ist "%s". # packdiscoveryerror.format_version_1_engine_version_cap=Eigenschaft '%s' muss einen Wert von unter '%s' haben. Benutze Formatversion 2, um eine höhere Version zu nutzen. # +packdiscoveryerror.folder_structure_too_deep=Die Ordnerstruktur im Paket ist zu tief. # ## pack upgrading packupgradewarning.invalidpacktype=Das angegebene Element "%s" hat in der Paketliste einen ungültigen Wert. Zurückgesetzt auf Ressourcenpaket. # diff --git a/resource_pack/texts/el_GR.lang b/resource_pack/texts/el_GR.lang index 3cc28ed7d..9ddc70acd 100644 --- a/resource_pack/texts/el_GR.lang +++ b/resource_pack/texts/el_GR.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Οθόνη Εγκυκλοπαίδειας accessibility.screenName.howToPlay=Οθόνη οδηγιών παιχνιδιού # accessibility.screenName.inviteToGame=Οθόνη πρόσκλησης σε παιχνίδι # accessibility.screenName.joinByIP=Παράθυρο διαλόγου σύνδεσης με διεύθυνση IP # +accessibility.screenName.joinByConnectionID=Συμμετοχή μέσω διαλόγου αναγνωριστικού σύνδεσης # accessibility.screenName.joinCode=Παράθυρο διαλόγου κωδικού συμμετοχής # accessibility.screenName.library=Οθόνη Βιβλιοθήκης # accessibility.screenName.modalDialog=Αναδυόμενο παράθυρο διαλόγου # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Οθόνη προφίλ # accessibility.screenName.realmInviteLinkSettings=Οθόνη ρυθμίσεων σύνδεσης πρόσκλησης σε Realm # accessibility.screenName.realmSettings=Οθόνη ρυθμίσεων Realm # accessibility.screenName.settings=Οθόνη ρυθμίσεων παιχνιδιού # -accessibility.screenName.addFriend=Προσθήκη Οθόνης Φίλου # accessibility.screenName.skinPicker=Οθόνη επιλογής εμφάνισης # accessibility.screenName.start=Κύριο μενού # accessibility.screenName.vrAlignment=Οθόνη ευθυγράμμισης VR # accessibility.screenName.emoteWheel=Οθόνη Emote # +accessibility.screenName.addExternalServer=Προσθήκη οθόνης εξωτερικού διακομιστή # +accessibility.screenName.editExternalServer=Επεξεργασία οθόνης εξωτερικού διακομιστή # accessibility.search.sort_menu.A_to_Z.tts.title=Α έως Ω ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Ω έως Α ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Δεν ήταν δυνατή η αφαίρ commands.effect.failure.notAMob=%1$s - δεν μπορεί να έχει εφέ # commands.effect.notFound=Δεν υπάρχει τέτοιο εφέ πλάσματος με αναγνωριστικό %s # commands.effect.success=Δόθηκε %1$s * %2$d στον παίκτη %3$s για %4$d δευτερόλεπτα # +commands.effect.success.infinite=Δόθηκε %1$s * %2$d σε %3$s για απεριόριστη διάρκεια # commands.effect.success.removed=Αφαιρέθηκε το εφέ %1$s από τον παίκτη %2$s # commands.effect.success.removed.all=Αφαιρέθηκαν όλα τα εφέ από τον παίκτη %1$s # commands.enchant.cantCombine=Δεν μπορεί να συνδυαστεί %1$s με %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Η οντότητα στόχου δε commands.generic.entity.invalidType=Ο τύπος οντότητας '%1$s' δεν είναι έγκυρος # commands.generic.entity.invalidUuid=Η οντότητα UUID που παρασχέθηκε είναι σε άκυρη μορφή # commands.generic.entity.notFound=Η οντότητα δεν μπορεί να βρεθεί # -commands.generic.error.permissions=Λανθασμένα επίπεδα δικαιωμάτων. Το %s είναι εντολή επιπέδου %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Εσφαλμένο επίπεδο δικαιωμάτων για εντολή: %s. ###1: command name commands.generic.exception=Παρουσιάστηκε άγνωστο σφάλμα κατά την απόπειρα εκτέλεσης αυτής της εντολής # commands.generic.invalidAgentType=Εφαρμόστηκε όρισμα τύπου στον επιλογέα αποκλειστικά για Agent # commands.generic.invalidcontext=Δεν δόθηκε έγκυρο περιβάλλον για τον συγκεκριμένο τύπο εντολής # +commands.generic.invalidOrigin=Η προέλευση εντολής δεν ήταν έγκυρη στον χρόνο εκτέλεσης εντολών # commands.generic.invalidDevice=Η εντολή, %s, που πληκτρολόγησες δεν υποστηρίζεται σε αυτήν τη συσκευή # commands.generic.invalidMessage=Μη έγκυρο μήκος μηνύματος # commands.generic.invalidPlayerType=Εφαρμογή ορίσματος τύπου σε επιλογέα "μόνο για παίκτη" # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Πραγματοποιήθηκε επιτυχής commands.schedule.invalidOrigin=Η προέλευση που απαιτείται για την εκτέλεση αυτής της συνάρτησης δεν ήταν έγκυρη. # commands.schedule.name.empty=Το όνομα της περιοχής αυτόματης ενημέρωσης δεν μπορεί να είναι κενό. # commands.schedule.too.many.areas=Βρέθηκαν περισσότερες από μία περιοχές αυτόματης ενημέρωσης με το όνομα %s. Χρησιμοποίησε μία μόνο περιοχή. # +commands.schedule.clear.failure=Δεν καταργήθηκαν συναρτήσεις με το όνομα %1$s. # +commands.schedule.clear.success=Καταργήθηκαν %1$d συναρτήσεις με το όνομα %2$s. # +commands.schedule.tickingarea.clear.success=Καταργήθηκαν %1$d συναρτήσεις με το όνομα περιοχής αυτόματης ενημέρωσης %2$s. # +commands.schedule.tickingarea.clear.failure=Δεν καταργήθηκε καμία συνάρτηση με όνομα περιοχής αυτόματης ενημέρωσης %1$s. # +commands.schedule.tickingarea.func.clear.success=Καταργήθηκαν %1$d συναρτήσεις με όνομα περιοχής αυτόματης ενημέρωσης %2$s και με όνομα %3$s. # +commands.schedule.tickingarea.func.clear.failure=Δεν καταργήθηκε καμία συνάρτηση με όνομα αυτόματης ενημέρωσης %1$s και με όνομα %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Οι τιμές χρώματος εξασθένι commands.camera.invalid.easing=Η απρόσκοπτη εναλλαγή σε μη στάσιμες κάμερες δεν υποστηρίζεται # commands.camera.invalid.time=Οι διάρκειες εξασθένισης πρέπει να είναι μεταξύ 0 και 10 δευτερολέπτων. # commands.camera.invalid.pitch=Η κλίση της κάμερας (περιστροφή X) πρέπει να είναι μεταξύ -90 και 90 μοιρών # -commands.camera.invalid.view.offset=Η μετατόπιση προβολής πρέπει να κυμαίνεται μεταξύ -100 και 100 # +commands.camera.invalid.view.offset=Η μετατόπιση προβολής πρέπει να κυμαίνεται μεταξύ -64 και 64 # +commands.camera.invalid.entity.offset=Η μετατόπιση οντότητας πρέπει να κυμαίνεται μεταξύ -64 και 64 # +commands.camera.invalid.offset.camera=Η οντότητα και η μετατόπιση προβολής μπορούν να εφαρμοστούν μόνο στην παρακάτω τροχιά_κάμερας # commands.camera.perspective.locked=Η οπτική γωνία δεν μπορεί να αλλάξει ενώ χρησιμοποιείς προσαρμοσμένες κάμερες # commands.camera.perspective.option=Η κάμερα που επέλεξες θα αλλάξει όταν η προσαρμοσμένη κάμερα δεν είναι ενεργή # commands.world_age.description=Αλλάζει ή ρωτά την ηλικία του κόσμου (χρόνος από τη δημιουργία). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Αφαίρεση εισαγωγής # controller.buttonTip.removeMaterial=Αφαίρεση υλικού # controller.buttonTip.renameItem=Μετονομασία αντικειμένου # controller.buttonTip.returnToRecipe=Επιστροφή σε Συνταγή # +controller.buttonTip.swap=Ανταλλαγή # controller.buttonTip.enterSearch=Αναζήτηση # controller.buttonTip.searchRecipe=Γρήγορη αναζήτηση # controller.buttonTip.confirmSearch=Επιβεβαίωση # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Λήψη ενός # controller.buttonTip.take=Λήψη # controller.buttonTip.takeItem=Λήψη αντικειμένου # controller.buttonTip.clearHotbar=Απαλοιφή hotbar # +controller.buttonTip.add.to.bundle=Προσθήκη στη Συλλογή # +controller.buttonTip.place.from.bundle=Τοποθέτηση από τη Συλλογή # +controller.buttonTip.take.from.bundle=Λήψη από τη Συλλογή # controllerLayoutScreen.actions=Ενέργειες # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Δοκίμασέ το τώρα # ## Edu Course Multiplayer strings course.edu.enterIp=Πληκτρολόγησε τη διεύθυνση IP του κόσμου στον οποίο επιθυμείς να συνδεθείς. # course.edu.enterConnection=Πληκτρολόγησε το Αναγνωριστικό σύνδεσης του κόσμου στον οποίο επιθυμείς να συνδεθείς. # +course.edu.enterConnectionScreenReader=Πληκτρολόγησε το Αναγνωριστικό σύνδεσης του κόσμου στον οποίο επιθυμείς να συνδεθείς. # course.edu.ipAddress=Διεύθυνση IP # course.edu.ipPlaceholder=Πληκτρολόγησε τη διεύθυνση IP ή τη διεύθυνση του διακομιστή # course.edu.ipTooltipText=Για να βρεις τη διεύθυνση IP, ζήτησε από τον οικοδεσπότη να διακόψει το μάθημα. Η διεύθυνση IP βρίσκεται στη δεξιά πλευρά της οθόνης του οικοδεσπότη. # course.edu.connectionInfo=Αναγνωριστικό σύνδεσης # course.edu.conInfoPlaceholder=Εισαγωγή αναγνωριστικού σύνδεσης # -course.edu.conInfoHostTooltipText=Μπορείς να μοιραστείς το αναγνωριστικό σύνδεσης αν άλλοι χρήστες αντιμετωπίζουν προβλήματα με τη συμμετοχή στον κόσμο σου χρησιμοποιώντας τον κωδικό συμμετοχής ή τον κοινόχρηστο σύνδεσμο. # +course.edu.conInfoHostTooltipText=Μπορείς να μοιραστείς το αναγνωριστικό σύνδεσης αν άλλοι χρήστες αντιμετωπίζουν προβλήματα με τη συμμετοχή στον κόσμο σου χρησιμοποιώντας τον κωδικό συμμετοχής ή τον κοινόχρηστο σύνδεσμο χωρίς επαναφόρτιση. # +course.edu.conInfoHostTooltipTextScreenReader=Μπορείς να μοιραστείς το αναγνωριστικό σύνδεσης αν άλλοι χρήστες αντιμετωπίζουν προβλήματα με τη συμμετοχή στον κόσμο σου χρησιμοποιώντας τον κωδικό συμμετοχής ή τον κοινόχρηστο σύνδεσμο. # course.edu.conInfoTooltipText=Ο οικοδεσπότης μπορεί να βρει το αναγνωριστικό σύνδεσης στην καρτέλα για πολλούς παίκτες στο Μενού Παιχνιδιού του κόσμου του. # +course.edu.conInfoTooltipTextScreenReader=Ο οικοδεσπότης μπορεί να βρει το αναγνωριστικό σύνδεσης στην καρτέλα για πολλούς παίκτες στο Μενού Παιχνιδιού του κόσμου του. # course.edu.joinLesson=Συμμετοχή στο μάθημα # course.edu.joinLessonIntro=Βρες και έλα σε επαφή με συμμαθητές στο ίδιο μάθημα ή πληκτρολόγησε τις δικές τους διευθύνσεις IP αν δεν εμφανίζονται στη λίστα. # course.edu.joinLessonIntroTeacher=Διάλεξε την ομάδα στην οποία επιθυμείς να συμμετάσχεις ή πληκτρολόγησε τη διεύθυνση IP αν δεν εμφανίζεται στη λίστα. # @@ -1908,8 +1927,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Εξισορρόπηση createWorldScreen.experimentalVillagerTradesRebalanceDescription=Περιέχει ενημερωμένες ανταλλαγές για τους Χωρικούς με σκοπό την εξισορρόπηση # createWorldScreen.experimentalArmadillo=Πανοπλία Αρμαντίλου και Λύκου # createWorldScreen.experimentalArmadilloDescription=Γνώρισε το Αρμαντίλο και εξόπλισε τον Λύκο σου με τη νέα Πανοπλία Λύκου! # -createWorldScreen.experimentalBundles=Συλλογές # -createWorldScreen.experimentalBundlesDescription=Σε αφήνει να κατασκευάζεις και να χρησιμοποιείς το αντικείμενο Συλλογής # createWorldScreen.worldPreferences=Προτιμήσεις κόσμου # createWorldScreen.startWithMap=Χάρτης έναρξης # createWorldScreen.defaultName=Ο κόσμος μου # @@ -1956,7 +1973,7 @@ createWorldScreen.randomtickspeed.reset=Επαναφορά τυχαίας ταχ createWorldScreen.serverSimDistance=Απόσταση προσομοίωσης # createWorldScreen.serverSimDistanceFormat=%s τμήματα # createWorldScreen.showbordereffect=Εμφάνιση εφέ περιγράμματος # -createWorldScreen.check_internet_connection=Δεν έχεις συνδεθεί στο Internet. Οι φίλοι σου δεν θα μπορούν να συμμετάσχουν στους κόσμους σου για πολλούς παίκτες. Πραγματοποίησε είσοδο στον λογαριασμό Microsoft που διαθέτεις για να παίξεις με τους φίλους σου. # +createWorldScreen.check_internet_connection=Δεν έχεις συνδεθεί στο διαδίκτυο. Οι φίλοι σου δεν θα μπορούν να συμμετάσχουν στους κόσμους σου για πολλούς παίκτες. Πραγματοποίησε είσοδο στον λογαριασμό Microsoft σου για να παίξεις με τους φίλους σου. # createWorldScreen.disconnectedXboxLive=Δεν έχεις συνδεθεί στις υπηρεσίες της Microsoft. Οι φίλοι σου με ετικέτες παίκτη δεν θα μπορούν να συμμετάσχουν στον κόσμο σου για πολλούς παίκτες. Πραγματοποίησε είσοδο στον λογαριασμό Microsoft που διαθέτεις για να παίξεις με τους φίλους σου. # createWorldScreen.clearPlayerData.button=Απαλοιφή δεδομένων παίκτη # createWorldScreen.clearPlayerData.title=Να διαγραφούν τα δεδομένα παίκτη από τον κόσμο; # @@ -2129,8 +2146,8 @@ realmsCreateScreen.incomplete.create.a=Φαίνεται ότι δεν ολοκλ realmsCreateScreen.incomplete.create.b=Φαίνεται πως ξεκίνησες να δημιουργείς Realm με διαφορετικό λογαριασμό Microsoft. Θέλεις να ολοκληρώσεις τη δημιουργία αυτού του Realm με αυτόν τον λογαριασμό Microsoft ως κάτοχος; # realmsCreateScreen.incomplete.create.c=Κάποιος ξεκίνησε να δημιουργεί Realm με τον λογαριασμό χρέωσης σε αυτήν τη συσκευή. Θέλεις να ολοκληρώσεις τη δημιουργία αυτού του Realm με αυτόν τον λογαριασμό Microsoft ως κάτοχος; # realmsCreateScreen.incomplete.renew.a=Φαίνεται ότι δεν ολοκληρώθηκε η διαδικασία την προηγούμενη φορά. Ας ολοκληρώσουμε τώρα την ανανέωση του Realm σου. # -realmsCreateScreen.incomplete.renew.b=Φαίνεται πως ξεκίνησες την ανανέωση ενός Realm με διαφορετικό λογαριασμό Microsoft. Θέλεις να ολοκληρώσεις την ανανέωση αυτού του Realm με αυτόν τον λογαριασμό Microsoft ως κάτοχος; # -realmsCreateScreen.incomplete.renew.c=Κάποιος ξεκίνησε την ανανέωση ενός Realm με τον λογαριασμό χρέωσης σε αυτήν τη συσκευή. Θέλεις να ολοκληρώσεις την ανανέωση αυτού του Realm με αυτόν τον λογαριασμό Microsoft ως κάτοχος; # +realmsCreateScreen.incomplete.renew.b=Φαίνεται πως ξεκίνησες την ανανέωση ενός Realm με διαφορετικό λογαριασμό Microsoft.  Θέλεις να ολοκληρώσεις την ανανέωση αυτού του Realm με αυτόν τον λογαριασμό Microsoft ως κάτοχος; # +realmsCreateScreen.incomplete.renew.c=Κάποιος ξεκίνησε την ανανέωση ενός Realm με τον λογαριασμό χρέωσης σε αυτήν τη συσκευή.  Θέλεις να ολοκληρώσεις την ανανέωση αυτού του Realm με αυτόν τον λογαριασμό Microsoft ως κάτοχος; # realmsCreateScreen.incomplete.override.renew=Προσπαθείς να δημιουργήσεις νέο Realm αλλά βρέθηκε μια προηγούμενη αγορά για την ανανέωση ενός Realm. Θέλεις να εφαρμόσεις αυτή την αγορά τώρα; # realmsCreateScreen.incomplete.override.create=Προσπαθείς να ανανεώσεις ένα Realm αλλά βρέθηκε μια προηγούμενη αγορά για τη δημιουργία ενός Realm. Θέλεις να εφαρμόσεις αυτή την αγορά τώρα; # realmsCreateScreen.incomplete.override.realm=Προσπαθείς να ανανεώσεις ένα Realm αλλά βρέθηκε μια προηγούμενη αγορά ένα άλλο Realm. Θέλεις να εφαρμόσεις αυτή την αγορά τώρα; # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Συνδέσου τώρ store.sign_in_warning.no_xbl_and_no_local_content.line2=Δεν έχεις λογαριασμό Microsoft; Δημιούργησε έναν τώρα δωρεάν! # xbl.signOut.title=Αγορές λογαριασμού Microsoft! # -xbl.signOut.message1=Όταν έχεις πραγματοποιήσει έξοδο από τον λογαριασμό Microsoft, δεν θα έχεις πρόσβαση στα Minecoin και στα προϊόντα που αγόρασες στο κατάστημα. # +xbl.signOut.message1=Όταν έχεις πραγματοποιήσει έξοδο από τον λογαριασμό Microsoft, δεν θα έχεις πρόσβαση στα Minecoin και στα αντικείμενα που αγόρασες στο κατάστημα. # xbl.signOut.message2=Σίγουρα θέλεις να το κάνεις αυτό; # date.short_january=Ιαν. # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Ο διακομιστής τερματίσ disconnectionScreen.header.realms_hidden=Πρόσκληση σε παιχνίδι για πολλούς παίκτες # disconnectionScreen.body.realms_hidden=Δεν είναι δυνατή η σύνδεση στον συγκεκριμένο διακομιστή. # +disconnectionScreen.biomeData.IdDuplication=Το αναγνωριστικό %s συγκρούεται με το %s # +disconnectionScreen.biomeData.MalformedData=Παραμορφωμένα δεδομένα διάπλασης # +disconnectionScreen.biomeData.MixedIdPresence=Το πακέτο Διάπλασης έχει μεικτή παρουσία αναγνωριστικού για Προσαρμοσμένες Διαπλάσεις # +disconnectionScreen.biomeData.ReservedRange=Η προσαρμοσμένη διάπλαση %s χρησιμοποιεί αναγνωριστικό από ένα αποκλειστικό πεδίο. Το εύρος αναγνωριστικού για Προσαρμοσμένες Διαπλάσεις είναι: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Τα δεδομένα της κλασικής διάπλασης δεν πρέπει να περιέχουν το πεδίο «id» # disconnectionScreen.blockMismatch=Τα μπλοκ μεταξύ υπολογιστή-πελάτη και διακομιστή δεν συμφωνούν. # disconnectionScreen.cantConnect=Δεν είναι δυνατή η σύνδεση στον κόσμο. # disconnectionScreen.cantConnectToRealm=Δεν είναι δυνατή η σύνδεση στο Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Μπορείς να αποκτήσεις πρότυπ edu.pause.multiplayer.disabled=Το παιχνίδι πολλών παικτών δεν είναι διαθέσιμο σε αυτό το μάθημα. # +effect.duration.infinite=∞ # effect.badOmen=Κακός Οιωνός # effect.infested=Με έντομο «ψαράκι» # effect.oozing=Αναβλύζει # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Το στιγμιότυπο οθόνης δεν ε feed.failedToPostRateLimit=Δοκίμασε να δημοσιεύσεις ξανά σε λίγα λεπτά. Τα Realms προσπαθούν να προλάβουν. # feed.uppload_started=Γίνεται αποστολή του στιγμιότυπου οθόνης # feed.uppload_success=Έγινε αποστολή του στιγμιότυπου οθόνης # -feed.connected=Κάθε Realm είναι συνδεδεμένο σε ένα Κλαμπ και στον λογαριασμό Microsoft που διαθέτεις. # +feed.connected=Κάθε Realm είναι συνδεδεμένο με ένα Κλαμπ με τον λογαριασμό Microsoft που διαθέτεις. # feed.unviewedPost=Νέα # -comment.like=%d επισήμανση "Μου αρέσει" ### 1 like -comment.likes=%d επισημάνσεις "Μου αρέσει" ### 0 or 2+ likes -comment.comment=%d σχόλιο ### 1 comment -comment.comments=%d σχόλια ### 0 or 2+ comments -comment.likes_and_comments=%1 και %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Σχόλιο... # - furnaceScreen.fuel=Καύσιμο # furnaceScreen.header=Φούρνος # furnaceScreen.input=Είσοδος # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Θέλεις να μετακινήσεις κ howtoplay.inventory.text.2.touch=Θέλεις να μετακινήσεις κάτι μεταξύ της §eμπάρας συντομεύσεών§f σου και των αποθεμάτων σου; Πάτα πάνω στο αντικείμενο που θες και μετά πάτα στην άδεια θέση αντικειμένου στην οποία θες να το μετακινήσεις. # howtoplay.inventory.text.2.vr=Θέλεις να μετακινήσεις κάτι μεταξύ της §eμπάρας συντομεύσεών§f σου και των αποθεμάτων σου; Χρησιμοποίησε τον δρομέα για να επιλέξεις ένα αντικείμενο και πάτα :_input_key.use:. Μετά, πήγαινε τον δρομέα σου σε μια άδεια θέση αντικειμένου και ξαναπάτα για να ρίξεις το αντικείμενο. # +howtoplay.jigsawBlocks=Κύβοι συναρμολόγησης # +howtoplay.jigsawBlocks.text.1=Οι κύβοι συναρμολόγησης δίνουν στους δημιουργούς την ικανότητα να δημιουργούν μεγάλα οικοδομήματα στον κόσμο, συνδέοντας πολλαπλά πρότυπα οικοδομήματος. # +howtoplay.jigsawBlocks.header.1=Τρόπος απόκτησης # +howtoplay.jigsawBlocks.text.2=Για να αποκτήσεις έναν κύβο συναρμολόγησης πρέπει να χρησιμοποιήσεις την εντολή με κάθετο /give. Για να χρησιμοποιήσεις έναν κύβο συναρμολόγησης πρέπει να έχεις δικαιώματα Χειριστή. # +howtoplay.jigsawBlocks.header.2= Ρυθμίσεις # +howtoplay.jigsawBlocks.text.3=Οι κύβοι συναρμολόγησης έχουν πολλές ρυθμίσεις που ελέγχουν το πώς συνδυάζονται μαζί για να σχηματίσουν ένα μεγαλύτερο οικοδόμημα. # +howtoplay.jigsawBlocks.text.4=§eΠεριοχή προορισμού§f - Η διαδρομή της περιοχής προορισμού για την αναζήτηση ενός προτύπου δομής σύνδεσης. Η περιοχή προορισμού θα πρέπει να περιέχει τουλάχιστον ένα οικοδόμημα που αντιστοιχεί στο πεδίο «Όνομα προορισμού» της συναρμολόγησης. # +howtoplay.jigsawBlocks.text.5=§eΌνομα§f - Το όνομα της συναρμολόγησης. Αυτό χρησιμοποιείται κατά τη σύνδεση από συναρμολογήσεις με ένα αντιστοιχιζόμενο «Όνομα προορισμού». # +howtoplay.jigsawBlocks.text.6=§eΜετατρέπεται σε§f - Ο τύπος κύβου του κύβου συναρμολόγησης θα μετατραπεί όταν τοποθετηθεί στον κόσμο κατά τη δημιουργία οικοδομήματος. # +howtoplay.jigsawBlocks.text.7=§eΠροτεραιότητα επιλογής§f - Όταν το γονικό κομμάτι έχει υποστεί επεξεργασία για συνδέσεις, αυτή είναι η σειρά με την οποία αυτός ο κύβος συναρμολόγησης θα προσπαθήσει να συνδεθεί σε αυτό το αντικείμενο-στόχο. Οι συναρμολογήσεις θα υποστούν επεξεργασία κατά φθίνουσα προτεραιότητα με τυχαία σειρά στην ισοπαλία. # +howtoplay.jigsawBlocks.text.8=§eΠροτεραιότητα τοποθέτησης§f - Όταν αυτός ο κύβος συναρμολόγησης συνδέεται σε ένα κομμάτι, αυτή είναι η σειρά με την οποία γίνεται επεξεργασία αυτού του στοιχείου για συνδέσεις στο ευρύτερο οικοδόμημα. Τα κομμάτια θα υποστούν επεξεργασία κατά φθίνουσα προτεραιότητα με σειρά τοποθέτησης στην ισοπαλία. # +howtoplay.jigsawBlocks.text.9=§eΤύπος συνδέσμου§f - Ένας σύνδεσμος μπορεί να είναι είτε Περιστροφικός (προεπιλογή) είτε Ευθυγραμμισμένος. Αν ο τύπος συνδέσμου είναι περιστροφικός, το οικοδόμημα προορισμού θα περιστραφεί τυχαία γύρω από τον αρχικό Κύβο συναρμολόγησης. Αν ο τύπος συνδέσμου είναι ευθυγραμμισμένος, το οικοδόμημα προορισμού θα τοποθετηθεί έτσι ώστε η περιστροφή του κύβου συναρμολόγησης προορισμού να ευθυγραμμίζεται με την περιστροφή του αρχικού κύβου συναρμολόγησης. Σημείωσε ότι αυτό ισχύει μόνο όταν ο κύβος συναρμολόγησης τοποθετηθεί με κατεύθυνση προς τα επάνω ή κάτω. # + howtoplay.jukebox=Τζουκ μποξ # howtoplay.jukebox.text.1=Το Τζουκ μποξ θα παίζει Μουσικούς δίσκους που έχεις βρει. # howtoplay.jukebox.header.1=Ας ξεκινήσει το Πάρτι # @@ -3878,7 +3907,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=Εξόρυξη # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Καφέ Ασπίδα # item.shield.black.name=Μαύρη Ασπίδα # item.shield.blue.name=Μπλε Ασπίδα # +item.bundle=Συλλογή # +item.black_bundle=Μαύρη Συλλογή # +item.white_bundle=Λευκή Συλλογή # +item.red_bundle=Κόκκινη Συλλογή # +item.orange_bundle=Πορτοκαλί Συλλογή # +item.yellow_bundle=Κίτρινη Συλλογή # +item.green_bundle=Πράσινη Συλλογή # +item.lime_bundle=Πρασινοκίτρινη Συλλογή # +item.brown_bundle=Καφέ Συλλογή # +item.light_gray_bundle=Ανοικτή Γκρι Συλλογή # +item.light_blue_bundle=Γαλάζια Συλλογή # +item.blue_bundle=Μπλε Συλλογή # +item.gray_bundle=Γκρι Συλλογή # +item.pink_bundle=Ροζ συλλογή # +item.magenta_bundle=Φούξια Συλλογή # +item.purple_bundle=Μοβ Συλλογή # +item.cyan_bundle=Κυανή Συλλογή # +item.bundle.empty=Άδειασε # +item.bundle.empty.description=Μπορεί να κρατήσει μια μικτή στοίβα αντικειμένων # +item.bundle.full=Πλήρες # +item.bundle.fullness=Απομένουν %s # + item.goat_horn.name=Κέρατο κατσίκας # item.minecraft.goat_horn.sound.0=Στοχασμός # item.minecraft.goat_horn.sound.1=Τραγούδι # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Βέλη # itemGroup.name.potion=Φίλτρα # itemGroup.name.splashPotion=Εκτοξευόμενα φίλτρα # itemGroup.name.lingeringPotion=Επίμονα φίλτρα # +itemGroup.name.ominousBottle=Δυσοίωνα Μπουκάλια # itemGroup.name.bed=Κρεβάτια # itemGroup.name.chalkboard=Πίνακες # itemGroup.name.anvil=Αμόνια # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Κεριά # itemGroup.name.goatHorn=Κέρατα κατσίκας # itemGroup.name.compounds=Συνδυασμοί # itemGroup.name.products=Προϊόντα # +itemGroup.name.bundles=Συλλογές # +##Jigsaw Block +jigsaw_block.title=Κύβος συναρμολόγησης # jigsaw.title.target_pool=Περιοχή προορισμού: # jigsaw.title.name=Όνομα: # jigsaw.title.target=Όνομα προορισμού: # jigsaw.title.final_block=Μετατρέπεται σε: # -jigsaw.title.joint_type=Τύπος δεσμού: # +jigsaw.title.selection_priority=Προτεραιότητα επιλογής: # +jigsaw.title.placement_priority=Προτεραιότητα τοποθέτησης: # +jigsaw.title.joint_type=Τύπος συνδέσμου: # jigsaw.title.joint_type.aligned=Στοίχιση # jigsaw.joint_type.aligned=Στοίχιση # jigsaw.joint_type.rollable=Περιστροφή # jigsaw.exit.done=Τέλος # -jigsaw.exit.cancel=Άκυρο # ##EDU Joincode joincode.entry_popup.icon_button=Κουμπί κωδικού συμμετοχής %1 # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Άνοιγμα σε LAN # menu.simulating=Προσομοίωση κόσμου για κάποια ώρα # menu.singleplayer=Ένας παίκτης # menu.store=Marketplace # +menu.store.addons=Αναζήτηση πρόσθετων! # menu.skins=Εμφανίσεις # menu.start=Έναρξη # menu.switchingLevel=Εναλλαγή κόσμων # @@ -6183,7 +6240,7 @@ options.debugTitle=Επιλογές προγραμματιστών # options.delete_account.button=Διαγραφή λογαριασμού Microsoft # options.delete_account.confirm.title=Να διαγραφεί ο λογαριασμός Microsoft; # options.delete_account.confirm.warning=ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Μετά τη διαγραφή του λογαριασμού %s, δεν θα μπορείς πια να προστατεύεις την πρόοδό σου ή τις αγορές που έχεις πραγματοποιήσει στη συσκευή σου. # -options.delete_account.confirm.warning.2=Η διαγραφή του λογαριασμού Microsoft σας από αυτό το παιχνίδι θα επηρεάσει όλα τα παιχνίδια Minecraft που χρησιμοποιούν αυτόν τον λογαριασμό. # +options.delete_account.confirm.warning.2=Η διαγραφή του λογαριασμού Microsoft σου από αυτό το παιχνίδι θα επηρεάσει όλα τα παιχνίδια Minecraft που χρησιμοποιούν αυτόν τον λογαριασμό. # options.delete_account.confirm.checkbox1=Δεν θα μπορείς πια να έχεις πρόσβαση σε περιεχόμενο καταστήματος εντός του παιχνιδιού όταν παίζεις σε άλλες πλατφόρμες. # options.delete_account.confirm.checkbox2=Δεν θα μπορείς πια να παίζεις online με τους φίλους σου. # options.delete_account.confirm.checkbox3=Δεν θα μπορείς πια να έχεις πρόσβαση στο Realms, συμπεριλαμβανομένων των συνδρομών Realms που είναι ενεργές αυτή τη στιγμή. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Διακοπή διεκδικήσεων στ options.dev_assertions_show_dialog=Οι διεκδικήσεις εμφανίζουν αποκλειστικό παράθυρο διαλόγου # options.dev_force_trial_mode=Επιβολή ενεργοποίησης Λειτουργίας δοκιμαστικής έκδοσης # options.dev_eduDemo=Edu Demo (Απαιτεί νέα είσοδο) # +options.dev_eduCloudResumableUpload=Χρησιμοποίησε την εκ νέου δυνατότητα αποστολής API για αποστολή αρχείων >4MB # options.remote_imgui_toggle=Το απομακρυσμένο Imgui ενεργοποιήθηκε # options.dev_enableDebugUI=Ενεργοποίηση περιβάλλοντος εντοπισμού σφαλμάτων # options.dev_createRealmWithoutPurchase=Δημιουργία realm χωρίς αγορά # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Τελικό σημείο Realms # options.dev_realmsEndpointPayment=Πληρωμή τελικού σημείου Realms # options.dev_realmsRelyingParty=Μέρος που εξαρτάται από τα Realms # options.dev_realmsRelyingPartyPayment=Πληρωμή μέρους που εξαρτάται από τα Realms # -options.dev_realms_stories=Ενεργοποίηση του Realms Stories # options.dev_overrideXboxEnvironmentWindows=Παράκαμψη Xbox Sandbox (ο έλεγχος του λειτουργικού συστήματος γίνεται στα Windows) # options.dev_overrideXboxEnvironment=Παράκαμψη Xbox Sandbox (απαιτεί επανεκκίνηση) # options.dev_xboxEnvironment=Περιβάλλον Xbox Sandbox (απαιτεί επανεκκίνηση) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Λιανικής # options.dev_sandboxDev=Xforge Sandbox: Για προγραμματιστές # options.dev_sandboxDevAchievement=Xforge Sandbox: Επίτευγμα προγραμματιστή # options.dev_showDiscoveryOverridePanel=Παράκαμψη τελικών σημείων υπηρεσίας # +options.dev_serviceOverrideType=Τύπος παράκαμψης # +options.dev_serviceOverrideTypeMultibranch=Ανάπτυξη πολλαπλών κλάδων # +options.dev_serviceOverrideTypeCustom=Προσαρμοσμένο # options.dev_discoveryOverrideServiceName=Όνομα υπηρεσίας (ασφάλεια, προσωπικότητα κ.λπ.) # options.dev_discoveryOverrideServiceBranch=Κλάδος # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Επαναφορά όλων των τελικών σημείων # options.dev_apply=Εφαρμογή # options.dev_displayTreatmentsPanel=Εμφάνιση επεξεργασίας # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Συγκεντρώσεις: ενεργοποιη options.dev_gatherings_system_service_pack=Συγκεντρώσεις: Απενεργοποιημένο επειδή λείπουν Service Pack συστήματος # options.dev_gatherings_active_gathering=Ενεργές: %s # options.dev_gatherings_available_gatherings=Διαθέσιμες συγκεντρώσεις # +options.dev_gatherings_clear_system_service_pack=Εκκαθάριση cache πακέτου υπηρεσίας συστήματος # options.difficulty=Δυσκολία # options.difficulty.easy=Εύκολη # options.difficulty.hard=Δύσκολη # @@ -6524,7 +6586,8 @@ options.creatorTitle=Ρυθμίσεις δημιουργού # options.creator.serverboundClientDiagnosticsEnabled=Ενεργοποίηση Διαγνωστικού Ελέγχου Προγράμματος Πελάτη # options.creator.debuggerHeading=Ρυθμίσεις προγράμματος εντοπισμού σφαλμάτων σεναρίου # options.creator.debuggerAutoAttach=Επισύναψη προγράμματος εντοπισμού σφαλμάτων κατά τη φόρτωση # -options.creator.debuggerAutoConnect=Σύνδεση προγράμματος εντοπισμού σφαλμάτων κατά τη φόρτωση # +options.creator.debuggerAutoAttachTimeout=Λήξη χρονικού ορίου προσάρτησης # +options.creator.debuggerAutoAttachTimeoutFormat=%s δευτερόλεπτα # options.creator.debuggerConnect=Σύνδεση # options.creator.debuggerListen=Άκουσε # options.creator.debuggerHost=Οικοδεσπότης # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Δεν είναι δυνατή η απε options.turnOnHardcoreMode.message.3=3. Αφού πεθάνεις, μπορείς να βλέπεις αλλά όχι να αλληλεπιδράς με αυτόν τον κόσμο. # options.achievementsDisabled=Δεν μπορούν να αποκτηθούν επιτεύγματα σε αυτό τον κόσμο. # options.achievementsDisabled.onLoad=Εάν αρχίσεις να παίζεις με αυτές τις ρυθμίσεις δεν θα είναι πλέον δυνατή η απόκτηση επιτευγμάτων σε αυτόν τον κόσμο. # -options.achievementsDisabled.notSignedIn=Μπορούν να αποκτηθούν επιτεύγματα σε αυτόν τον κόσμο αλλά πρέπει να έχεις εισέλθει σε λογαριασμό Microsoft για να τα κερδίσεις. # +options.achievementsDisabled.notSignedIn=Μπορούν να αποκτηθούν επιτεύγματα σε αυτόν τον κόσμο, αλλά πρέπει να έχεις εισέλθει σε λογαριασμό Microsoft για να τα αποκτήσεις. # options.turnOffCrossPlatformMultiplayer=Απενεργοποίηση παιχνιδιού για πολλούς παίκτες μεταξύ πλατφορμών; # options.turnOffCrossPlatformMultiplayer.message=Το περιεχόμενο που προσπαθείς να χρησιμοποιήσεις δεν επιτρέπεται σε παιχνίδια για πολλούς παίκτες μεταξύ πλατφορμών. Εάν συνεχίσεις, δεν θα μπορείς να παίξεις παιχνίδια για πολλούς παίκτες μεταξύ πλατφορμών. # options.conflictingPacks=Πακέτα σε διένεξη # @@ -6887,7 +6950,7 @@ options.managePrivacy=Για να διαχειριστείς τις ρυθμίσ options.unlink_msa.button=Κατάργηση σύνδεσης λογαριασμού Microsoft # options.unlink_msa.confirm.title=Να καταργηθεί η σύνδεση του λογαριασμού Microsoft; # options.unlink_msa.confirm.warning=ΠΡΟΣΟΧΗ: Μετά την κατάργηση της σύνδεσης, δεν θα μπορείς πλέον να αποθηκεύεις στον λογαριασμό %s σου την πρόοδό σου ή τις αγορές που έχεις πραγματοποιήσει στο σύστημα PlayStation®4. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Η αποσύνδεση του λογαριασμού Microsoft μέσα από αυτό το παιχνίδι θα επηρεάσει όλα τα παιχνίδια Minecraft σε αυτήν την πλατφόρμα που έχουν χρησιμοποιήσει αυτόν τον λογαριασμό Microsoft. # +options.unlink_msa.confirm.warning.2=Η κατάργηση σύνδεσης του λογαριασμού Microsoft μέσα από αυτό το παιχνίδι θα επηρεάσει όλα τα παιχνίδια Minecraft σε αυτήν την πλατφόρμα που έχουν χρησιμοποιήσει αυτόν τον λογαριασμό Microsoft. # options.unlink_msa.confirm.checkbox1=Δεν θα μπορώ πλέον να έχω πρόσβαση σε περιεχόμενο στο Κατάστημα εντός του παιχνιδιού όταν παίζω σε άλλες πλατφόρμες. # options.unlink_msa.confirm.checkbox2=Δεν θα μπορώ πλέον να παίζω σε παιχνίδια μεταξύ πλατφορμών με τους φίλους μου σε άλλες πλατφόρμες. # options.unlink_msa.confirm.checkbox3=Δεν θα μπορώ πλέον να έχω πρόσβαση στο Realms, συμπεριλαμβανομένων των συνδρομών Realms που είναι επί του παρόντος ενεργές. # @@ -6899,7 +6962,7 @@ options.unlink_msa.success.title=Επιτυχής κατάργηση σύνδε options.unlink_msa.success.body=Η σύνδεση των λογαριασμών σου καταργήθηκε. # options.unlink_msa.failure.title=Κάτι πήγε στραβά # options.unlink_msa.failure.body=Δεν ήταν δυνατή η κατάργηση της σύνδεσης των λογαριασμών σου. Έλεγξε τη σύνδεσή σου στο Internet. # -options.useRemoteConnect=Χρησιμοποίησε την Απομακρυσμένη σύνδεση για τον λογαριασμό Microsoft (απαιτείται επανεκκίνηση) # +options.useRemoteConnect=Χρησιμοποίησε την Απομακρυσμένη σύνδεση για πραγματοποίηση εισόδου στον λογαριασμό Microsoft (απαιτείται επανεκκίνηση) # options.newUiEditWorld.title=Θέλεις να δοκιμάσεις το νέο μας σχέδιο; # options.newUiEditWorld.info=§7Δοκίμασε τον επερχόμενο επανασχεδιασμό αυτής της σελίδας. Μπορείς πάντα να επιστρέψεις στην παλιά εμπειρία. # options.newUiEditWorld.initiate=Δοκίμασε νέο σχέδιο # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Χαμηλή # options.volumetricFogQuality.medium=Μεσαία # options.volumetricFogQuality.high=Υψηλή # options.volumetricFogQuality.ultra=Εξαιρετική # +options.upscalingPercentage=Ανάλυση # +options.upscalingPercentage.hundred=Πίσω στις Ρίζες # options.reflectionsQuality=Αντανακλάσεις # options.reflectionsQuality.off=Ανενεργό # options.reflectionsQuality.low=Χαμηλή # @@ -6966,12 +7031,10 @@ 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.device=Η δυνατότητά μας να υποστηρίζουμε αυτήν τη συσκευή πλησιάζει στο τέλος της. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι τον Μάρτιο του 2025, όταν θα λάβεις την τελευταία ενημέρωση για αυτήν τη συσκευή.%sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να αποκτάς πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin). Τα Realms των οποίων η διαχείριση γίνεται από αυτήν τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή.%s Για να ακυρώσεις τη συνδρομή σου σε ένα Realm, θα πρέπει να μεταβείς στο μενού Ρυθμίσεις για τις Συνδρομές στην εκάστοτε συσκευή στην οποία δημιουργήθηκε το Realm.%s Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς, επίσης, να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες. # +sunsetting.popup.sunset.device=Η δυνατότητά μας να υποστηρίζουμε αυτήν τη συσκευή έφτασε στο τέλος της. Θα σταματήσεις να λαμβάνεις ενημερώσεις από τον Μάρτιο του 2025 και αυτή είναι η τελευταία ενημέρωση για αυτήν τη συσκευή.%s Θα μπορείς να συνεχίσεις να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές στο Marketplace (συμπεριλαμβανομένων των Minecoin). Τα Realms των οποίων η διαχείριση γίνεται από αυτήν τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες από τον Μάρτιο του 2025, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή.%s Για να ακυρώσεις τη συνδρομή σου σε ένα realm, θα πρέπει να μεταβείς στο μενού Ρυθμίσεις για τις Συνδρομές στην εκάστοτε συσκευή με την οποία δημιουργήθηκε το Realm.%s Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς, επίσης, να συνδέεσαι σε κάποιους διακομιστές.%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.banner.play.worldTab.pending=Η έκδοσή σου μπορεί σύντομα να μην συνδέεται σε παιχνίδια για πολλούς παίκτες # sunsetting.banner.play.friendsTab.pending=Η έκδοσή σου μπορεί σύντομα να μην συνδέεται σε παιχνίδια για πολλούς παίκτες # @@ -7158,12 +7221,12 @@ permissions.ability.op=Εντολές χειριστή # permissions.ability.invisible=Αόρατος # permissions.ability.teleport=Χρήση τηλεμεταφοράς # permissions.NeedPermission=Χρειάζεσαι άδεια # -permissions.AddFriends=Δεν μπορείς να προσθέσεις φίλους εξαιτίας των ρυθμίσεων του λογαριασμού Microsoft. Βεβαιώσου πως οι ρυθμίσεις ασφάλειας στο Internet επιτρέπουν την προσθήκη φίλων. Βρες οδηγίες για αλλαγή αυτών των ρυθμίσεων στην τοποθεσία aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Δεν μπορείς να παίξεις σε Realms εξαιτίας των ρυθμίσεων του λογαριασμού σου Microsoft. Βεβαιώσου πως οι ρυθμίσεις ασφαλείας στο Internet επιτρέπουν το παιχνίδι για πολλούς παίκτες. Βρες οδηγίες για αλλαγή αυτών των ρυθμίσεων στην τοποθεσία aka.ms/MCMultiplayerHelp. # -permissions.Communications=Δεν μπορείς να συνομιλήσεις με άλλους παίκτες εξαιτίας των ρυθμίσεων του λογαριασμού Microsoft. Βεβαιώσου πως οι ρυθμίσεις προστασίας προσωπικών δεδομένων επιτρέπουν την επικοινωνία με άλλους. Βρες οδηγίες για αλλαγή αυτών των ρυθμίσεων στην τοποθεσία aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=Δεν μπορείς να προσθέσεις φίλους εξαιτίας των ρυθμίσεων του λογαριασμού Microsoft. Βεβαιώσου πως οι ρυθμίσεις ασφάλειας σε σύνδεση επιτρέπουν την προσθήκη φίλων. Βρες οδηγίες για την αλλαγή αυτών των ρυθμίσεων στην τοποθεσία aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Δεν μπορείς να παίξεις σε Realms εξαιτίας των ρυθμίσεων του λογαριασμού σου Microsoft. Βεβαιώσου πως οι ρυθμίσεις ασφαλείας στο Internet επιτρέπουν το παιχνίδι για πολλούς παίκτες. Βρες οδηγίες για την αλλαγή αυτών των ρυθμίσεων στην τοποθεσία aka.ms/MCMultiplayerHelp. # +permissions.Communications=Δεν μπορείς να συνομιλήσεις με άλλους παίκτες εξαιτίας των ρυθμίσεων του λογαριασμού Microsoft. Βεβαιώσου πως οι ρυθμίσεις απορρήτου επιτρέπουν την επικοινωνία με άλλους. Δες τις οδηγίες για την αλλαγή αυτών των ρυθμίσεων στην τοποθεσία aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Δεν θα μπορείς να προσθέσεις νέους φίλους για να παίξεις στο Realm σου λόγω των ρυθμίσεων του λογαριασμού Xbox. Μπορείς να το αλλάξεις αυτό στις ρυθμίσεις προστασίας προσωπικών δεδομένων και ασφάλειας στο Internet στην τοποθεσία Xbox.com. Θέλεις να συνεχίσεις; # permissions.CloudSave=Δεν μπορείς να αποθηκεύσεις τους κόσμους σου στο προφίλ σου στο Xbox λόγω των ρυθμίσεων του λογαριασμού σου. Μπορείς να το αλλάξεις αυτό στις ρυθμίσεις προστασίας προσωπικών δεδομένων και ασφάλειας στο Internet στην τοποθεσία Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Δεν μπορείς να παίξεις παιχνίδι σε Realms εξαιτίας των ρυθμίσεων του λογαριασμού σου Microsoft. Βεβαιώσου πως οι ρυθμίσεις ασφαλείας στο Internet επιτρέπουν το παιχνίδι για πολλούς παίκτες και πως έχεις ενεργή συνδρομή Xbox Live Gold. Βρες οδηγίες για αλλαγή αυτών των ρυθμίσεων στην τοποθεσία aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Δεν μπορείς να παίξεις παιχνίδι για πολλούς παίκτες σε σύνδεση εξαιτίας των ρυθμίσεων του λογαριασμού σου Microsoft. Βεβαιώσου πως οι ρυθμίσεις ασφαλείας στο Internet επιτρέπουν το παιχνίδι για πολλούς παίκτες και πως έχεις ενεργή συνδρομή Xbox Live Gold. Βρες οδηγίες για την αλλαγή αυτών των ρυθμίσεων στην τοποθεσία aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check permissions.MultiplayerSessionsOnConsoleGamecore=Δεν μπορείς να παίξεις στο Realms εξαιτίας των ρυθμίσεων του λογαριασμού Microsoft σου. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Λήψη βοήθειας για επίλυση # permissions.open.account.help.button.gamecore=Διόρθωσέ το # @@ -7821,7 +7884,7 @@ item.smithing_template.netherite_upgrade.ingredients=Ράβδος Εγκατίτ item.netherite_upgrade_smithing_template.name=Αναβάθμιση Εγκατίτη # item.sentry_armor_trim_smithing_template.name=Επένδυση Πανοπλίας Φρουρού # item.vex_armor_trim_smithing_template.name=Επένδυση Πανοπλίας Βεξ # -item.wild_armor_trim_smithing_template.name=Επένδυση Άγριας Πανοπλίας # +item.wild_armor_trim_smithing_template.name=Επένδυση Πανοπλίας Άγριας # item.coast_armor_trim_smithing_template.name=Επένδυση Πανοπλίας Ακτής # item.dune_armor_trim_smithing_template.name=Επένδυση Πανοπλίας Αμμόλοφων # item.wayfinder_armor_trim_smithing_template.name=Επένδυση πανοπλίας Wayfinder # @@ -8349,7 +8412,7 @@ store.realmsPlus.realmName.placeholder=Το Realm του παίκτη %s #The s store.realmsPlus.recurring.offerTrial=Το Realms Plus είναι μια συνδρομή σε εξέλιξη με επαναλαμβανόμενη χρέωση συνδρομής η οποία επιβάλλεται αυτόματα κάθε μήνα έως ότου ακυρωθεί η συνδρομή.%sΤο δικό σου Realm και 150+ πακέτα από το Marketplace θα είναι αμέσως διαθέσιμα. Έως και 10 παίκτες μπορούν να παίξουν ταυτόχρονα και έχουν πρόσβαση στους κόσμους στο Realm σου δωρεάν! Οι πρώτες 30 ημέρες θα είναι δωρεάν και, στη συνέχεια, θα χρεώνεσαι %s/μήνα. Μπορείς να ακυρώσεις τη συνδρομή σου για να σταματήσεις μελλοντικές χρεώσεις από τις ρυθμίσεις της συνδρομής. # store.realmsPlus.recurring.offerTrial.contentSub=Το Realms Plus είναι μια συνδρομή σε εξέλιξη με επαναλαμβανόμενη χρέωση συνδρομής, η οποία επιβάλλεται αυτόματα κάθε μήνα έως ότου ακυρωθεί η συνδρομή.%sΤο δικό σου Realm και 150+ πακέτα από το Marketplace, που περιλαμβάνονται στο Marketplace Pass, θα είναι αμέσως διαθέσιμα. Έως και 10 παίκτες μπορούν να παίξουν ταυτόχρονα και έχουν πρόσβαση στους κόσμους στο Realm σου δωρεάν! Οι πρώτες 30 ημέρες θα είναι δωρεάν και, στη συνέχεια, θα χρεώνεσαι %s/μήνα. Μπορείς να ακυρώσεις τη συνδρομή σου για να σταματήσεις μελλοντικές χρεώσεις από τις ρυθμίσεις της συνδρομής. # store.realmsPlus.recurring.withoutTrial=Το Realms Plus είναι μια συνδρομή σε εξέλιξη με επαναλαμβανόμενη χρέωση συνδρομής η οποία επιβάλλεται αυτόματα κάθε μήνα έως ότου ακυρωθεί η συνδρομή.%sΤο δικό σου Realm και 150+ πακέτα από το Marketplace θα είναι αμέσως διαθέσιμα. Έως και 10 παίκτες μπορούν να παίξουν ταυτόχρονα και έχουν πρόσβαση στους κόσμους στο Realm σου δωρεάν! Θα χρεώνεσαι %s/μήνα και μπορείς να ακυρώσεις τη συνδρομή σου για να σταματήσεις μελλοντικές χρεώσεις από τις ρυθμίσεις της συνδρομής. # -store.realmsPlus.recurring.withoutTrial.contentSub=Το Realms Plus είναι μια συνδρομή σε εξέλιξη με επαναλαμβανόμενη χρέωση συνδρομής, η οποία επιβάλλεται αυτόματα κάθε μήνα έως ότου ακυρωθεί η συνδρομή.%sΤο Realm σου και 150+ πακέτα από το Marketplace θα είναι αμέσως διαθέσιμα. Έως και 10 παίκτες μπορούν να παίξουν ταυτόχρονα και έχουν πρόσβαση στους κόσμους στο Realm σου δωρεάν! Θα χρεώνεσαι %s/μήνα και μπορείς να ακυρώσεις τη συνδρομή σου για να σταματήσεις μελλοντικές χρεώσεις από τις ρυθμίσεις της συνδρομής. # +store.realmsPlus.recurring.withoutTrial.contentSub=Το Realms Plus είναι μια συνδρομή σε εξέλιξη με επαναλαμβανόμενη χρέωση συνδρομής, η οποία επιβάλλεται αυτόματα κάθε μήνα έως ότου ακυρωθεί η συνδρομή.%sΤο Realm σου και 150+ πακέτα από το Marketplace Pass θα είναι αμέσως διαθέσιμα. Έως και 10 παίκτες μπορούν να παίξουν ταυτόχρονα και έχουν πρόσβαση στους κόσμους στο Realm σου δωρεάν! Θα χρεώνεσαι %s/μήνα και μπορείς να ακυρώσεις τη συνδρομή σου για να σταματήσεις μελλοντικές χρεώσεις από τις ρυθμίσεις της συνδρομής. # store.realmsPlus.consumable.offerTrial=Το Realm σου και 150+ πακέτα από το Marketplace θα είναι αμέσως διαθέσιμα. Μπορούν να παίζουν ταυτόχρονα έως και 10 παίκτες, οι οποίοι έχουν πρόσβαση στους κόσμους στο Realm σου δωρεάν! Οι πρώτες 30 ημέρες είναι δωρεάν και μπορείς, στη συνέχεια, να πραγματοποιήσεις ανανέωση για 30 ημέρες στην τιμή των %s. # store.realmsPlus.consumable.offerTrial.contentSub=Το Realm σου και 150+ πακέτα από το Marketplace που περιλαμβάνονται στο Marketplace Pass θα είναι αμέσως διαθέσιμα. Μπορούν να παίζουν ταυτόχρονα έως και 10 παίκτες, οι οποίοι έχουν πρόσβαση στους κόσμους στο Realm σου δωρεάν! Οι πρώτες 30 ημέρες είναι δωρεάν και μπορείς, στη συνέχεια, να πραγματοποιήσεις ανανέωση για 30 ημέρες στην τιμή των %s. # store.realmsPlus.consumable.withoutTrial=Το Realm σου και 150+ πακέτα από το Marketplace θα είναι αμέσως διαθέσιμα. Μπορούν να παίζουν ταυτόχρονα έως και 10 παίκτες, οι οποίοι έχουν πρόσβαση στους κόσμους στο Realm σου δωρεάν! Η συνδρομή σου θα είναι διαθέσιμη για 30 ημέρες στην τιμή των %s. # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Ένας προσωπικός διακομιστή store.realmsPlus.faq.question3=Θα πρέπει οι φίλοι μου να αγοράσουν συνδρομή Realms Plus για να παίξουν στο δικό μου Realm; # store.realmsPlus.faq.answer3=Οι φίλοι σου δεν χρειάζεται να αγοράσουν συνδρομή Realms Plus για να παίξουν στο δικό σου Realm. Μπορείς να προσκαλέσεις στο Realm σου δωρεάν οποιονδήποτε φίλο σου (που έχει ενεργοποιημένα τα δικαιώματα πρόσβασης σε παιχνίδι για πολλούς παίκτες). # store.realmsPlus.faq.question4=Ποιες συσκευές υποστηρίζουν το Realms Plus για το Minecraft; # -store.realmsPlus.faq.answer4=Προς το παρόν, το Realms Plus είναι διαθέσιμο σε οποιαδήποτε πλατφόρμα μπορείτε να εγκαταστήσετε το Minecraft Bedrock Edition. Μπορείτε να παίξετε Realms και να χρησιμοποιήσετε οποιοδήποτε περιεχόμενο από το Realms Plus σε οποιαδήποτε από αυτές τις συσκευές, αν είστε συνδεδεμένοι στον λογαριασμό Microsoft που διαθέτετε. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Προς το παρόν, το Realms Plus είναι διαθέσιμο σε οποιαδήποτε πλατφόρμα μπορείς να εγκαταστήσεις το Minecraft Bedrock Edition. Μπορείς να παίξεις Realms και να χρησιμοποιήσεις οποιοδήποτε περιεχόμενο από το Realms Plus σε οποιαδήποτε από αυτές τις συσκευές, αν είσαι συνδεδεμένος στον λογαριασμό Microsoft που διαθέτεις. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Πόσο κοστίζει μια συνδρομή Realms Plus; # store.realmsPlus.faq.answer5=%s τον μήνα για έναν διακομιστή 10 παικτών και πρόσβαση σε 150+ πακέτα από το Marketplace. # store.realmsPlus.faq.answer5.contentSub=%s τον μήνα. Πρόσθεσε απεριόριστο αριθμό μελών, παίξε online με 10 άλλους παίκτες ταυτόχρονα. Επίσης, απόλαυσε πάνω από 150 κομμάτια περιεχομένου του Marketplace από τον κατάλογο του Marketplace Pass δωρεάν. # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Έναρξη συνδρομής στο Marketplace Pass store.csb.subscription=Μετά την εγγραφή, 150+ κομμάτια συναρπαστικού περιεχομένου του Minecraft Marketplace θα είναι διαθέσιμα για σένα. Κατέβασε και παίξε χάρτες περιπέτειας, φόρεσε εμφανίσεις, βούτηξε σε πακέτα υφών και διεκδίκησε μια σειρά από αντικείμενα Δημιουργίας Χαρακτήρα που θα διατηρείς κάθε μήνα. Με έναν κατάλογο που ανανεώνεται τακτικά, υπάρχει πάντα κάτι νέο για να ανακαλύψεις με το Marketplace Pass. Θα χρεώνεσαι %s/μήνα και μπορείς να ακυρώσεις ανά πάσα στιγμή για να αποτρέψεις μελλοντικές χρεώσεις. #### {StrContains="Marketplace Pass"} -store.csb.terms=Το Marketplace Pass είναι μια συνδρομή για περιεχόμενο που θα χρησιμοποιηθεί με υποστηριζόμενες εκδόσεις του Minecraft (το παιχνίδι πωλείται ξεχωριστά) στα Windows και σε άλλες υποστηριζόμενες πλατφόρμες στις οποίες έχεις αγοράσει το παιχνίδι (οι εκδόσεις Minecraft Java και Amazon Kindle Fire δεν υποστηρίζονται). Απαιτείται ενεργή συνδρομή για να χρησιμοποιήσεις το περιεχόμενο του Marketplace Pass. Το περιεχόμενο διαφέρει με την πάροδο του χρόνου και μπορεί να μην είναι διαθέσιμο σε όλες τις χώρες. Μετά τη δωρεάν δοκιμαστική περίοδο, η συνδρομή συνεχίζει να χρεώνεται στην ισχύουσα κανονική τιμή εκείνης της χρονικής στιγμής (ενδέχεται να αλλάξει) συν τους ισχύοντες φόρους, εκτός κι αν ακυρωθεί. Μπορείς να ακυρώσεις τη συνδρομή σου αν μεταβείς στις Υπηρεσίες και συνδρομές του λογαριασμού σου Microsoft. Αν η συνδρομή σου τερματιστεί ή αν ένα στοιχείο του περιεχομένου καταργηθεί από τον κατάλογο, θα χρειαστεί να ενεργοποιήσεις ξανά τη συνδρομή σου ή να αγοράσεις χωριστά το περιεχόμενο για να συνεχίσεις να το χρησιμοποιείς. Ενδέχεται να ισχύουν χρεώσεις του παρόχου υπηρεσιών ίντερνετ. Μπορεί περιστασιακά να παρέχουμε περιεχόμενο που παραμένει διαθέσιμο σε εσένα ακόμη και μετά το τέλος της συνδρομής σου. Σε αυτήν την περίπτωση, διατηρούμε το δικαίωμα να αποσύρουμε τέτοιου είδους περιεχόμενο αν γίνει ασύμβατο ή αν τα δικαιώματά μας για το περιεχόμενο λήξουν. Η συνδρομή ενδέχεται να αλλάξει ή/και να αποσυρθεί. Υπόκειται στη Σύμβαση Παροχής Υπηρεσιών της Microsoft (www.microsoft.com/msa) και την Άδεια Χρήσης Τελικού Χρήστη του Minecraft (https://www.minecraft.net/eula). Οποιεσδήποτε μεταφράσεις των όρων γίνονται μόνο για τη δική σας ευκολία και στην περίπτωση ασυμφωνίας μεταξύ της αγγλικής και οποιασδήποτε μη αγγλικής έκδοσης, η αγγλική έκδοση αυτών των όρων έχει προτεραιότητα. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Το Marketplace Pass είναι μια συνδρομή για περιεχόμενο που θα χρησιμοποιηθεί με υποστηριζόμενες εκδόσεις του Minecraft (το παιχνίδι πωλείται ξεχωριστά) στα Windows και σε άλλες υποστηριζόμενες πλατφόρμες στις οποίες έχεις αγοράσει το παιχνίδι (οι εκδόσεις Minecraft Java και Amazon Kindle Fire δεν υποστηρίζονται). Απαιτείται ενεργή συνδρομή για να χρησιμοποιήσεις το περιεχόμενο του Marketplace Pass. Το περιεχόμενο διαφέρει με την πάροδο του χρόνου και μπορεί να μην είναι διαθέσιμο σε όλες τις χώρες. Μετά τη δωρεάν δοκιμαστική περίοδο, η συνδρομή συνεχίζει να χρεώνεται στην ισχύουσα κανονική τιμή εκείνης της χρονικής στιγμής (ενδέχεται να αλλάξει) συν τους ισχύοντες φόρους, εκτός κι αν ακυρωθεί. Μπορείς να ακυρώσεις τη συνδρομή σου αν μεταβείς στις Υπηρεσίες και συνδρομές του λογαριασμού σου Microsoft. Αν η συνδρομή σου τερματιστεί ή αν ένα στοιχείο του περιεχομένου καταργηθεί από τον κατάλογο, θα χρειαστεί να ενεργοποιήσεις ξανά τη συνδρομή σου ή να αγοράσεις χωριστά το περιεχόμενο για να συνεχίσεις να το χρησιμοποιείς. Ενδέχεται να ισχύουν χρεώσεις του παρόχου υπηρεσιών ίντερνετ. Μπορεί περιστασιακά να παρέχουμε περιεχόμενο που παραμένει διαθέσιμο σε εσένα ακόμη και μετά το τέλος της συνδρομής σου. Σε αυτήν την περίπτωση, διατηρούμε το δικαίωμα να αποσύρουμε τέτοιου είδους περιεχόμενο αν γίνει μη συμβατό ή αν τα δικαιώματά μας για το περιεχόμενο λήξουν. Η συνδρομή ενδέχεται να αλλάξει ή/και να αποσυρθεί. Υπόκειται στη Σύμβαση Παροχής Υπηρεσιών της Microsoft (www.microsoft.com/msa) και την Άδεια Χρήσης Τελικού Χρήστη του Minecraft (https://www.minecraft.net/eula). Οποιεσδήποτε μεταφράσεις των όρων, γίνονται μόνο για τη δική σας ευκολία και στην περίπτωση ασυμφωνίας μεταξύ της αγγλικής και οποιασδήποτε μη αγγλικής έκδοσης, η αγγλική έκδοση αυτών των όρων έχει προτεραιότητα. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Το Marketplace Pass είναι μια συνεχόμενη συνδρομή με επαναλαμβανόμενη χρέωση συνδρομής η οποία επιβάλλεται αυτόματα κάθε μήνα έως ότου ακυρωθεί η συνδρομή.%s150+ πακέτα από το Marketplace θα είναι άμεσα διαθέσιμα. Μπορείς να ακυρώσεις τη συνδρομή σου για να σταματήσεις μελλοντικές χρεώσεις από τις ρυθμίσεις της συνδρομής. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Το Marketplace Pass είναι μια συνδρομή σε εξέλιξη με επαναλαμβανόμενη χρέωση συνδρομής η οποία επιβάλλεται αυτόματα κάθε μήνα έως ότου ακυρωθεί η συνδρομή.%s150+ πακέτα από το Marketplace θα είναι αμέσως διαθέσιμα. Θα χρεώνεσαι %s/μήνα και μπορείς να ακυρώσεις τη συνδρομή σου για να σταματήσεις μελλοντικές χρεώσεις από τις ρυθμίσεις της συνδρομής. #### {StrContains="Marketplace Pass"} @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Αυτό το αντικείμενο μπορεί store.owned=Στην κατοχή σου # store.owned.legacy=Στην κατοχή σου (P) # store.unlocked=Ξεκλειδώθηκε # -store.mypacks=Το περιεχόμενό μου # +store.myLibrary=Η Βιβλιοθήκη μου # store.error=Σφάλμα του Marketplace # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=Δεν έχεις αρκετά store.popup.purchaseFailedInsufficientFunds.buyButton=Απόκτησε νομίσματα # store.popup.purchasePriceMismatch.msg=Δεν ήταν δυνατή η ολοκλήρωση της αγοράς σου. Δοκίμασε ξανά αργότερα. # store.popup.trialUpgradeFail.title=Σφάλμα ξεκλειδώματος παιχνιδιού # -store.popup.trialUpgradeFail.msg=Φαίνεται πως έχει συνδεθεί σε διαφορετικό λογαριασμό Microsoft από αυτόν που πραγματοποίησε τη λήψη της δοκιμαστικής έκδοσης του Minecraft. Δοκίμασε ξανά, αφού συνδεθείς σε αυτόν τον λογαριασμό. # +store.popup.trialUpgradeFail.msg=Φαίνεται πως έχεις συνδεθεί σε διαφορετικό λογαριασμό Microsoft από αυτόν με τον οποίο πραγματοποίησες τη λήψη της δοκιμαστικής έκδοσης του Minecraft. Δοκίμασε ξανά, αφού συνδεθείς με αυτόν τον λογαριασμό. # store.popup.downloaded.unOwnedTemplate.title=Αγορά Προτύπου Κόσμου; # store.popup.downloaded.unOwnedTemplate.msg=Αυτό το πρότυπο δεν σου ανήκει και θα πρέπει να το αγοράσεις για να το ξεκλειδώσεις. Θέλεις να αγοράσεις το πρότυπο; # store.popup.rtx.title=Λήψη πακέτων με τεχνολογία Ray Tracing; # @@ -8662,7 +8725,7 @@ store.progress.checkingDownload=Ελέγχεται η λήψη # store.content.download=Λήψη # store.content.update=Ενημέρωση # store.content.updating=Ενημέρωση... # -store.content.requireXbl.signedIn=Κάνε δωρεάν λήψη με λογαριασμό Microsoft. # +store.content.requireXbl.signedIn=Κάνε δωρεάν λήψη με έναν λογαριασμό Microsoft. # store.content.requireXbl.notSignedIn=Πραγματοποίησε είσοδο σε λογαριασμό Microsoft για ξεκλείδωμα. # store.mashup.count.personaPiece=1 αντικείμενο χαρακτήρα # @@ -8758,12 +8821,12 @@ store.ratings.rate=Αξιολόγησε αυτό το πακέτο! # store.ratings.signIn.title=Αξιολόγησε αντικείμενα στο Marketplace # store.ratings.signIn.description1=Ενημέρωσε το δημιουργό και την κοινότητα για την εμπειρία σου με αυτό το αντικείμενο! # -store.ratings.signIn.description2=Πριν σου επιτρέψουμε να αξιολογήσεις ένα αντικείμενο, θα πρέπει να πραγματοποιήσεις είσοδο με λογαριασμό Microsoft. # +store.ratings.signIn.description2=Πριν σου επιτρέψουμε να αξιολογήσεις ένα στοιχείο, θα πρέπει να πραγματοποιήσεις είσοδο με έναν λογαριασμό Microsoft. # store.purchase.success.realMoney1=Μόλις ξεκλείδωσες: %s για %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Διεύρυνε το παιχνίδι σου με σπουδαίο περιεχόμενο. # -store.purchase.signInPart2=Πραγματοποίησε είσοδο με λογαριασμό Microsoft για να ξεκινήσεις να χρησιμοποιείς το Marketplace! # +store.purchase.signInPart2=Πραγματοποίησε είσοδο με έναν λογαριασμό Microsoft για να ξεκινήσεις να χρησιμοποιείς το Marketplace! # store.purchase.realmoney.disclaimer=*Αγοράζει %s νομίσματα για %s και εξαργυρώνει αυτό το πακέτο για %s νομίσματα, αφήνοντας %s υπόλοιπο. # store.purchase.notAvailable=Δεν είναι διαθέσιμο προς το παρόν # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Δεν ήταν δυνατή η σύνδεση store.coins.tooManyCoins=Χρησιμοποίησε μερικά από τα νομίσματά σου και μετά μπορείς να αγοράσεις περισσότερα. # store.coins.incomplete.title=Μη ολοκληρωμένη αγορά νομισμάτων # store.coins.incomplete.fulfill.a=Φαίνεται ότι δεν ολοκληρώθηκε η διαδικασία την προηγούμενη φορά. Ας ολοκληρώσουμε την αγορά σου τώρα. # -store.coins.incomplete.fulfill.b=Φαίνεται πως ξεκίνησες μια αγορά με διαφορετικό λογαριασμό Microsoft. Θέλεις να ολοκληρώσεις εναλλακτικά την αγορά με αυτόν τον λογαριασμό; # +store.coins.incomplete.fulfill.b=Φαίνεται πως ξεκίνησες μια αγορά με διαφορετικό λογαριασμό Microsoft. Θέλεις να ολοκληρώσεις την αγορά με αυτόν τον λογαριασμό; # store.coins.incomplete.fulfill.c=Κάποιος ξεκίνησε μια αγορά με το λογαριασμό χρέωσης σε αυτήν τη συσκευή. Θέλεις να ολοκληρώσεις την αγορά με αυτόν το λογαριασμό; # store.coins.fixAppReceipt.title=Κάτι δεν πήγε καλά # store.coins.fixAppReceipt.body=Φαίνεται πως υπάρχει κάποιο πρόβλημα με τη λήψη της εφαρμογής σου. Πραγματοποίησε είσοδο για να συνεχίσεις. # @@ -8828,7 +8891,6 @@ store.updating.title=Ενημέρωση: %s # store.importing.title=Εισαγωγή: %s # store.importing=Εισαγωγή... # store.showMore=Εμφάνιση όλων # -store.inventory.no.xbl=Τα πακέτα μου # store.promo.today=Μόνο για σήμερα! # store.promo.upsell=Μην χάσεις το δώρο της ημέρας! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Κατάσταση εγκατάστασης store.search.filter.installed=Εγκαταστάθηκε # store.search.filter.notInstalled=Δεν έχει εγκατασταθεί # store.search.filter.clear.installed=Επαναφορά φίλτρων εγκατάστασης # +store.search.filter.dressingroombody=Σώμα # +store.search.filter.dressingroombody.selectedCount=%d μέρη # +store.search.filter.dressingroomstyle=Στυλ # +store.search.filter.dressingroomstyle.selectedCount=%d στιλ # store.search.sort_menu.sortConstWord=Ταξινόμηση # store.search.sort_menu.Default=Συνάφεια # @@ -10185,10 +10251,10 @@ trial.tabbed_upsell.buttonAlternate=Ξεκλείδωμα πλήρους παιχ trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Εξερεύνησε αδιάκοπα τους δικούς σου μοναδικούς κόσμους και κατασκεύασε οτιδήποτε μπορείς να φανταστείς, από τα πιο απλά σπίτια έως τα πιο μεγαλειώδη κάστρα! Παίξε στη Δημιουργική λειτουργία, για να χτίσεις θαυμαστά οικοδομήματα με απεριόριστους πόρους. Ή εξόρυξε στη Λειτουργία επιβίωσης, κατασκευάζοντας όπλα και πανοπλίες για να αμυνθείς απέναντι σε επικίνδυνα πλάσματα και να επιβιώσεις τις νύχτες. Επιπλέον, μπορείς να παίξεις με τους φίλους σου online! Ξεκλείδωσε σήμερα το πλήρες παιχνίδι! # trial.tabbed_upsell.xbl.title=ΛΟΓΑΡΙΑΣΜΟΣ MICROSOFT # -trial.tabbed_upsell.xbl.description=Με την πλήρη εμπειρία του Minecraft αποκτάς τη Δημιουργική λειτουργία, επιτεύγματα και άλλα. Επίσης, με λογαριασμό Microsoft μπορείς να γνωρίσεις άλλα άτομα στην κοινότητα του Minecraft! Θα μπορείς να συνδεθείς στους κόσμους των φίλων σου, να κάνεις νέους φίλους στους διακομιστές και να συγχρονίσεις τις αγορές σου στο Marketplace σε οποιαδήποτε συσκευή παίζεις Minecraft. # +trial.tabbed_upsell.xbl.description=Με την πλήρη εμπειρία του Minecraft αποκτάς τη Δημιουργική λειτουργία, επιτεύγματα και πολλά άλλα. Επίσης, με τον λογαριασμό Microsoft μπορείς να γνωρίσεις άλλα άτομα στην κοινότητα του Minecraft! Θα μπορείς να συνδεθείς στους κόσμους των φίλων σου, να κάνεις νέους φίλους στους διακομιστές και να συγχρονίσεις τις αγορές σου στο Marketplace σε οποιαδήποτε συσκευή παίζεις Minecraft. # trial.tabbed_upsell.xbl.description.line2=*(σε εκδόσεις με Marketplace) # trial.tabbed_upsell.achievements.title=ΕΠΙΤΕΥΓΜΑΤΑ # -trial.tabbed_upsell.achievements.description=Εκτός από την πλήρη εμπειρία του Minecraft με τη Δημιουργική λειτουργία, το παιχνίδι για πολλούς παίκτες και άλλα, θα κερδίζεις επιτεύγματα και μια Βαθμολογία παίκτη για να σημειώνεις την πρόοδό σου στο Minecraft και να δείχνεις όλα όσα έχεις καταφέρει στους φίλους σου με λογαριασμό Microsoft. Απόκτησε το πλήρες παιχνίδι για να ξεκινήσεις να τα κερδίζεις! # +trial.tabbed_upsell.achievements.description=Εκτός από την πλήρη εμπειρία του Minecraft με τη Δημιουργική λειτουργία, το παιχνίδι για πολλούς παίκτες και άλλα, θα κερδίζεις επιτεύγματα και μια Βαθμολογία παίκτη για να σημειώνεις την πρόοδό σου στο Minecraft και να δείχνεις όλα όσα έχεις καταφέρει στους φίλους σου με λογαριασμούς Microsoft. Απόκτησε το πλήρες παιχνίδι για να ξεκινήσεις να τα κερδίζεις! # trial.tabbed_upsell.multiplayer.title=ΠΑΙΧΝΙΔΙ ΓΙΑ ΠΟΛΛΟΥΣ ΠΑΙΚΤΕΣ # trial.tabbed_upsell.multiplayer.description=Με την πλήρη εμπειρία του Minecraft θα μπορείς να απολαύσεις τη Δημιουργική λειτουργία, τα επιτεύγματα και το παιχνίδι για πολλούς παίκτες με τους φίλους σου σε συσκευές με Minecraft! Παίξε με φίλους σε κονσόλες, υπολογιστές και κινητές συσκευές, για να δημιουργήσετε, να εξερευνήσετε και να επιβιώσετε μαζί. Ξεκλείδωσε την πλήρη εμπειρία του Minecraft σήμερα! # trial.tabbed_upsell.server.title=ΔΙΑΚΟΜΙΣΤΕΣ # @@ -10208,9 +10274,9 @@ trial.thanks_for_testing.button=Πήγαινέ με στις Συχνές Ερω trial.thanks_for_testing.minecraft.title=ΔΟΚΙΜΑΣΤΙΚΗ ΕΚΔΟΣΗ MINECRAFT # trial.thanks_for_testing.minecraft.description=Σε ευχαριστούμε που κατέβασες τη δοκιμαστική έκδοση Minecraft για το Chromebook! Οι δοκιμές σου του παιχνιδιού θα παρέχουν ανεκτίμητα δεδομένα για διορθώσεις σφαλμάτων και τεχνική αντιμετώπιση προβλημάτων. Ανακάλυψες κάποιο σφάλμα; Ανάφερέ το στο bugs.mojang.com! Άλλες ερωτήσεις; Ρίξε μια ματιά στις Συχνές Ερωτήσεις. # trial.thanks_for_testing.xbl.title=ΛΟΓΑΡΙΑΣΜΟΣ MICROSOFT # -trial.thanks_for_testing.xbl.description=Με την πλήρη εμπειρία του Minecraft αποκτάς τη Δημιουργική λειτουργία, επιτεύγματα και άλλα. Επίσης, με λογαριασμό Microsoft μπορείς να γνωρίσεις άλλα άτομα στην κοινότητα του Minecraft! Θα μπορείς να συνδεθείς στους κόσμους των φίλων σου, να κάνεις νέους φίλους στους διακομιστές και να συγχρονίσεις τις αγορές σου στο Marketplace σε οποιαδήποτε συσκευή παίζεις Minecraft. # +trial.thanks_for_testing.xbl.description=Με την πλήρη εμπειρία του Minecraft αποκτάς τη Δημιουργική λειτουργία, επιτεύγματα και πολλά άλλα. Επίσης, με τον λογαριασμό Microsoft μπορείς να γνωρίσεις άλλα άτομα στην κοινότητα του Minecraft! Θα μπορείς να συνδεθείς στους κόσμους των φίλων σου, να κάνεις νέους φίλους στους διακομιστές και να συγχρονίσεις τις αγορές σου στο Marketplace σε οποιαδήποτε συσκευή παίζεις Minecraft. # trial.thanks_for_testing.xbl.description.line2=*(σε εκδόσεις με Marketplace) # -trial.thanks_for_testing.achievements.description=Εκτός από την πλήρη εμπειρία Minecraft με Δημιουργική λειτουργία, παιχνίδι για πολλούς παίκτες και άλλα, θα κερδίζεις επιτεύγματα και Βαθμολογία παίκτη για να σημειώνεις την πρόοδό σου στο Minecraft και να δείχνεις όλα όσα έχεις καταφέρει στους φίλους σου στον λογαριασμό Microsoft σου. # +trial.thanks_for_testing.achievements.description=Εκτός από την πλήρη εμπειρία Minecraft με Δημιουργική λειτουργία, παιχνίδι για πολλούς παίκτες και πολλά άλλα, θα κερδίζεις επιτεύγματα και Βαθμολογία παίκτη για να σημειώνεις την πρόοδό σου στο Minecraft και να δείχνεις όλα όσα έχεις καταφέρει στους φίλους σου με λογαριασμούς Microsoft σου. # trial.thanks_for_testing.multiplayer.description=Με την πλήρη εμπειρία του Minecraft θα μπορείς να απολαύσεις τη Δημιουργική λειτουργία, τα επιτεύγματα και το παιχνίδι για πολλούς παίκτες με τους φίλους σου σε συσκευές με Minecraft! Παίξε με φίλους σε κονσόλες, υπολογιστές και κινητές συσκευές, για να δημιουργήσετε, να εξερευνήσετε και να επιβιώσετε μαζί. # trial.thanks_for_testing.server.description=Ως τμήμα της πλήρους εμπειρίας του Minecraft, οι διακομιστές προσφέρουν μερικούς από τους πιο δημιουργικούς τρόπους για να απολαύσεις το Minecraft! Παίξε σπουδαία μίνι παιχνίδια, γνώρισε την κοινότητα του Minecraft και κάνε νέους φίλους. # trial.thanks_for_testing.store.description=Το πλήρες παιχνίδι σου δίνει πρόσβαση στο Minecraft Marketplace, το κατάστημά μας μέσα στο παιχνίδι. Δώσε νέα πνοή στο στυλ σου με καινούργιες εμφανίσεις, άλλαξε τον κόσμο σου ή εξερεύνησε απίστευτους νέους χάρτες από τους καλύτερους δημιουργούς της κοινότητας! # @@ -10281,23 +10347,23 @@ autosave.info.xbox=Όταν βλέπεις αυτό το εικονίδιο, α autosave.info.desktop=Όταν βλέπεις αυτό το εικονίδιο, αποθηκεύουμε το παιχνίδι σου. Μην απενεργοποιείς τον υπολογιστή σου για όσο διάστημα εμφανίζεται στην οθόνη αυτό το εικονίδιο. # ## Xbox network strings -xbox.signin.error=Πραγματοποίησε είσοδο με τον λογαριασμό Microsoft για να παίξεις με φίλους και να κερδίσεις πόντους στη βαθμολογία παίκτη και επιτεύγματα. # +xbox.signin.error=Πραγματοποίησε είσοδο με τον λογαριασμό Microsoft σου για να παίξεις με φίλους και να κερδίσεις πόντους στη βαθμολογία παίκτη και επιτεύγματα. # xbox.signin.error.pocket.line1=Σε ευχαριστούμε που δοκίμασες το Realms! Οι δυνατότητες δεν είναι σε τελικό στάδιο ακόμη και μπορεί να αντιμετωπίσεις σφάλματα. Στείλε μας σχόλια! Έχεις την προσοχή μας. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Κατά τη διάρκεια αυτής της δοκιμής, θα πρέπει όλοι να έχουν εισέλθει με λογαριασμό Microsoft, προκειμένου να λαμβάνουν προσκλήσεις και να προστίθενται σε Realms. # +xbox.signin.error.pocket.line3=Κατά τη διάρκεια αυτής της δοκιμής, θα πρέπει όλοι να έχουν κάνει είσοδο με έναν λογαριασμό Microsoft, προκειμένου να λαμβάνουν προσκλήσεις και να προστίθενται σε Realms. # xbox.signin.warning.kickPlayer=Αυτό θα σε στείλει πίσω στο κύριο μενού. Θέλεις να συνεχίσεις; # -xbox.connection.error=Έγινε αποσύνδεση από λογαριασμό Microsoft # +xbox.connection.error=Έγινε αποσύνδεση από τον λογαριασμό Microsoft # xbox.signin=Σύνδεση # xbox.signin.qr=Δύο τρόποι σύνδεσης # xbox.signin.qr.left.header=Σάρωσε τον κωδικό QR # xbox.signin.qr.left.body=Χρησιμοποίησε την εφαρμογή Κάμερα ή ένα πρόγραμμα ανάγνωσης κωδικών QR στη συσκευή σου. # xbox.signin.qr.right.header=Ή επισκέψου στην τοποθεσία web # -xbox.signin.qr.account=Συνδέσου με έναν δωρεάν λογαριασμό Microsoft για να παίζεις online με τους φίλους σου από διάφορες πλατφόρμες # -xbox.signin.beta.blocked=Η είσοδος με έναν λογαριασμό Microsoft δεν είναι διαθέσιμη στο πρόγραμμα beta αυτή τη στιγμή. # +xbox.signin.qr.account=Συνδέσου με έναν δωρεάν λογαριασμό Microsoft για να παίξεις σε σύνδεση με τους φίλους σου από διαφορετικές πλατφόρμες # +xbox.signin.beta.blocked=Η είσοδος με έναν λογαριασμό Microsoft δεν είναι διαθέσιμη στο πρόγραμμα beta αυτήν τη στιγμή. # xbox.signin.enterCode=Και πληκτρολόγησε αυτόν τον κωδικό: # xbox.signin.enterCode.qr=2. Συμπλήρωσε τον κωδικό παρακάτω όταν σου ζητηθεί: # xbox.signin.letsPlay=Ας παίξουμε! # -xbox.signin.message=Πραγματοποίησε είσοδο με τον δωρεάν λογαριασμό Microsoft για να ζήσεις την απόλυτη εμπειρία του κόσμου του Minecraft. # +xbox.signin.message=Πραγματοποίησε είσοδο με τον δωρεάν λογαριασμό Microsoft σου για να ζήσεις την ολοκληρωμένη εμπειρία του κόσμου του Minecraft. # xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Συνδέσου με διαφορετικό λογαριασμό Microsoft # xbox.signin.website=Επισκέψου αυτήν την τοποθεσία web από άλλη συσκευή: # @@ -10310,9 +10376,9 @@ xbox.signinFree=Σύνδεση δωρεάν # xbox.signout=Αποσύνδεση # xbox.signinquestion=Σύνδεση; # xbox.notnow=Όχι τώρα # -xbox.signingin=Γίνεται είσοδος με τον λογαριασμό Microsoft... # +xbox.signingin=Γίνεται είσοδος με τον λογαριασμό Microsoft σου… # xbox.signingin.offline=Γίνεται είσοδος # -xbox.failedsignin.body=Δεν ήταν δυνατή η σύνδεσή σου με τον λογαριασμό Microsoft. Η πρόσβαση στα Realms, τα Προφίλ και τα αντικείμενα του Marketplace θα είναι περιορισμένη. Προσπάθησε ξανά αργότερα. # +xbox.failedsignin.body=Δεν ήταν δυνατή η σύνδεσή στον λογαριασμό Microsoft σου. Η πρόσβαση θα είναι περιορισμένη στα Realms, τα Προφίλ και τα αντικείμενα του Marketplace. Προσπάθησε ξανά αργότερα. # xbox.failedsignin.error=Κωδικός σφάλματος: # xbox.failedsignin.moreInfo=Περισσότερες πληροφορίες # xbox.dev_wrongSandboxSigninFailed.title=Κάτι πήγε στραβά # @@ -10321,9 +10387,9 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Αλλαγή σε Sandbox προγ xbox.dev_wrongSandboxSigninFailed.button.retail=Αλλαγή σε Sandbox λιανικής # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Απαλοιφή δεδομένων εισόδου λογαριασμού # xbox.invitesignin.line1=Προσκάλεσε τους φίλους σου με τις ετικέτες παίκτη τους για να βλέπεις τους κόσμους τους όταν είναι online. # -xbox.invitesignin.line2=Πραγματοποίησε είσοδο με λογαριασμό Microsoft για να ξεκινήσεις να προσκαλείς φίλους! # +xbox.invitesignin.line2=Πραγματοποίησε είσοδο με έναν λογαριασμό Microsoft για να ξεκινήσεις να προσκαλείς φίλους! # xbox.thirdpartysignin.line1=Σε περιμένουν απίστευτα μίνι παιχνίδια και νέοι παίκτες! Όμως πρώτα, ο/η '%s' θα ήθελε να σε γνωρίσει. # -xbox.thirdpartysignin.line2=Πρέπει να έχεις εισέλθει με λογαριασμό Microsoft για να συνδεθείς! # +xbox.thirdpartysignin.line2=Πρέπει να έχεις κάνει είσοδο με έναν λογαριασμό Microsoft για να συνδεθείς! # xbox.signInLong=Πραγματοποίησε είσοδο δωρεάν! # xbox.signOutLong=Πραγματοποίησε έξοδο από τον λογαριασμό Microsoft # @@ -10331,15 +10397,10 @@ xbox.genericsignin.line1=Ο λογαριασμός Minecraft σού επιτρέ xbox.genericsignin.line2=Είναι ΔΩΡΕΑΝ! # xbox.genericsignin.line3=Μπορείς να τον χρησιμοποιήσεις σε οποιαδήποτε συσκευή στην οποία παίζεις Minecraft. # -xbox.disconectionscreen.notSignedIn=Πραγματοποίησε είσοδο με τον λογαριασμό Microsoft για να παίξεις με φίλους. # +xbox.disconectionscreen.notSignedIn=Πραγματοποίησε είσοδο με τον λογαριασμό Microsoft σου για να παίξεις με φίλους. # xbox.disconectionscreen.multiplayerNotAllowed=Αυτός ο λογαριασμός Microsoft δεν διαθέτει δικαίωμα συμμετοχής σε παιχνίδια για πολλούς παίκτες. # xbox.disconectionscreen.accessDenied=Θα πρέπει να είσαι φίλος με κάποιον σε αυτό το παιχνίδι προκειμένου να συμμετάσχεις. # -xbox.friendfinder.enterGamertag=Καταχώρησε ετικέτα παίκτη # -xbox.friendfinder.findFriends=Εύρεση φίλων βάσει ετικέτας παίκτη # -xbox.friendfinder.searchingForGamertag=Αναζήτηση # -xbox.friendfinder.gamertagNotFound=Η ετικέτα παίκτη δεν βρέθηκε # - xbox.profile.addFriend=Προσθήκη φίλου # xbox.profile.addFriend.success=Επιτυχία! Ο παίκτης %s προστέθηκε στη λίστα των φίλων σου. # xbox.profile.block=Αποκλεισμός # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Η ιδιότητα "%s" δεν χρησιμ packdiscoveryerror.version_too_high=Η ιδιότητα "%s" έχει μια υπερβολικά υψηλή έκδοση του στοιχείου "%s". Η ανώτατη τιμή που δεχόμαστε είναι "%s". # packdiscoveryerror.version_too_low=Η ιδιότητα "%s" έχει μια υπερβολικά χαμηλή έκδοση του στοιχείου "%s". Η κατώτατη τιμή που δεχόμαστε είναι "%s". # packdiscoveryerror.format_version_1_engine_version_cap=Η ιδιότητα "%s" πρέπει να έχει καθορισμένη τιμή κάτω από "%s". Για να χρησιμοποιήσεις ανώτερη έκδοση, πρέπει να χρησιμοποιήσεις έκδοση μορφής 2. # +packdiscoveryerror.folder_structure_too_deep=Η δομή των φακέλων στο πακέτο είναι πολύ βαθιά. # ## pack upgrading packupgradewarning.invalidpacktype=Το παρεχόμενο στοιχείο '%s' έχει μια μη έγκυρη τιμή στη διακήρυξη πακέτου. Χρήση της προεπιλογής του πακέτου πόρων. # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Οι τρέχοντες γονικοί έλ gathering.info.qr.title.console=Ζωντανή ροή εκδήλωσης # gathering.info.qr.body.console=Σκάναρε για να συμμετάσχεις στη Ζωντανή ροή εκδήλωσης # gathering.info.signIn.title=Συνδέσου για να συμμετάσχεις σε αυτήν την εκδήλωση. # -gathering.info.signIn.body=Συνδέσου στον λογαριασμό Microsoft για να λάβεις μέρος σε αυτήν την εκδήλωση. # +gathering.info.signIn.body=Συνδέσου στον λογαριασμό Microsoft σου για να λάβεις μέρος σε αυτήν την εκδήλωση. # gathering.activation.warning=Δεν είναι δυνατή η εύρεση της Συγκέντρωσης # gathering.activation.warning.signIn=Δεν είναι δυνατή η εύρεση της Συγκέντρωσης. Πραγματοποίησε είσοδο και δοκίμασε ξανά. # gathering.activation.warning.title=Ωχ όχι! # diff --git a/resource_pack/texts/en_GB.lang b/resource_pack/texts/en_GB.lang index 79aa6a7d1..a169b0c70 100644 --- a/resource_pack/texts/en_GB.lang +++ b/resource_pack/texts/en_GB.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Encyclopaedia Screen # accessibility.screenName.howToPlay=How to Play Screen # accessibility.screenName.inviteToGame=Invite to Game Screen # accessibility.screenName.joinByIP=Join by IP dialogue # +accessibility.screenName.joinByConnectionID=Join by connection ID dialogue # accessibility.screenName.joinCode=Join Code dialogue # accessibility.screenName.library=Library Screen # accessibility.screenName.modalDialog=Pop-up dialogue # @@ -135,11 +136,12 @@ 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 # accessibility.screenName.emoteWheel=Emotes Screen # +accessibility.screenName.addExternalServer=Add External Server Screen # +accessibility.screenName.editExternalServer=Edit External Server Screen # accessibility.search.sort_menu.A_to_Z.tts.title='A' to 'Z' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title='Z' to 'A' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,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 # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Target entity cannot be in a differen commands.generic.entity.invalidType=Entity type '%1$s' is invalid # commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format # commands.generic.entity.notFound=That entity cannot be found # -commands.generic.error.permissions=Incorrect permission levels. %s is a %s level command. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Incorrect permission level for command: %s. ###1: command name commands.generic.exception=An unknown error occurred while attempting to perform this command # commands.generic.invalidAgentType=Type argument applied to Agent-only selector # commands.generic.invalidcontext=Invalid context provided for given command type # +commands.generic.invalidOrigin=Command origin was invalid at command execution time # commands.generic.invalidDevice=The command you entered, %s, is not supported on this device # commands.generic.invalidMessage=Invalid message length # commands.generic.invalidPlayerType=Type argument applied to player-only selector # @@ -1225,6 +1229,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 area was 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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Fade colour values must be integers from 0 to 255 commands.camera.invalid.easing=Easing to non-stationary cameras is not supported # commands.camera.invalid.time=Fade durations must be between 0 and 10 seconds # commands.camera.invalid.pitch=Camera pitch (X rotation) must be between -90 and 90 degrees # -commands.camera.invalid.view.offset=View offset must be between -100 and 100 # +commands.camera.invalid.view.offset=View offset must be between -64 and 64 # +commands.camera.invalid.entity.offset=Entity offset must be between -64 and 64 # +commands.camera.invalid.offset.camera=Entity and view offset can only be applied to the follow_orbit camera # commands.camera.perspective.locked=Perspective cannot be changed while using custom cameras # commands.camera.perspective.option=Your selected camera will change when the custom camera is not active # commands.world_age.description=Changes or queries the world's age (time since creation). # @@ -1646,6 +1658,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 # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Take One # controller.buttonTip.take=Take # controller.buttonTip.takeItem=Take Item # controller.buttonTip.clearHotbar=Clear Hotbar # +controller.buttonTip.add.to.bundle=Add to Bundle # +controller.buttonTip.place.from.bundle=Place from Bundle # +controller.buttonTip.take.from.bundle=Take from Bundle # controllerLayoutScreen.actions=Actions # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Try it now # ## Edu Course Multiplayer strings course.edu.enterIp=Enter the IP Address of the world you would like to join. # course.edu.enterConnection=Enter the Connection ID of the world you would like to join. # +course.edu.enterConnectionScreenReader=Enter the Connection ID of the world you would like to join. # course.edu.ipAddress=IP Address # course.edu.ipPlaceholder=Please enter the IP or Server Address # course.edu.ipTooltipText=To find the IP Address, ask the host to pause the lesson. The IP Address can be seen on the right side of their screen. # course.edu.connectionInfo=Connection ID # course.edu.conInfoPlaceholder=Please enter the Connection ID # -course.edu.conInfoHostTooltipText=You can share the Connection ID if others have problems joining your world using the Join Code or shared link. # +course.edu.conInfoHostTooltipText=You can share the Connection ID if others have problems joining your world using the Join Code or shared link, no reload. # +course.edu.conInfoHostTooltipTextScreenReader=You can share the Connection ID if others have problems joining your world using the Join Code or shared link. # course.edu.conInfoTooltipText=The host can find the Connection ID on the multiplayer tab of their world's Game Menu. # +course.edu.conInfoTooltipTextScreenReader=The host can find the Connection ID on the multiplayer tab of their world's Game Menu. # course.edu.joinLesson=Join Lesson # course.edu.joinLessonIntro=Find classmates in the same lesson to join, or enter their IP address if they don't appear in the list. # course.edu.joinLessonIntroTeacher=Select the group you would like to join, or enter the IP address if it does not appear in the list. # @@ -1845,7 +1864,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 # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,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 +2085,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 +2143,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 +2241,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 that 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 +2487,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. # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Sign in now to save and 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.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 +2567,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 +2737,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=Customised 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 +2874,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,16 +3163,9 @@ 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 -comment.likes=%d likes ### 0 or 2+ likes -comment.comment=%d comment ### 1 comment -comment.comments=%d comments ### 0 or 2+ comments -comment.likes_and_comments=%1 and %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Comment... # - furnaceScreen.fuel=Fuel # furnaceScreen.header=Furnace # furnaceScreen.input=Input # @@ -3594,7 +3610,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. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Want to move something between your §ehotbar howtoplay.inventory.text.2.touch=Want to move something between your §ehotbar§f and your inventory? Tap the item of your choice, then tap the empty item slot that you'd like to move it to. # howtoplay.inventory.text.2.vr=Want to move something between your §ehotbar§f and your inventory? Use the cursor to select an item and press :_input_key.use:. Then, move your cursor to an empty item slot and press again to drop the item. # +howtoplay.jigsawBlocks=Jigsaw Blocks # +howtoplay.jigsawBlocks.text.1=Jigsaw Blocks give creators the ability to generate large structures in the world by connecting multiple structure templates. # +howtoplay.jigsawBlocks.header.1=How to Obtain # +howtoplay.jigsawBlocks.text.2=To get a Jigsaw Block you must use the /give slash command. To use a Jigsaw Block, you must have Operator permissions. # +howtoplay.jigsawBlocks.header.2= Settings # +howtoplay.jigsawBlocks.text.3=Jigsaw Blocks have multiple settings that control how they join together to form a larger structure. # +howtoplay.jigsawBlocks.text.4=§eTarget Pool§f – The path of the template pool to search for a connecting structure template. The template pool should contain at least one structure that matches the Jigsaw's 'Target Name' field. # +howtoplay.jigsawBlocks.text.5=§eName§f – The name of the Jigsaw. This is used when connecting from Jigsaws with a matching 'Target Name'. # +howtoplay.jigsawBlocks.text.6=§eTurns Into§f – The type of block the Jigsaw Block will turn into when placed in the world during structure generation. # +howtoplay.jigsawBlocks.text.7=§eSelection Priority§f – When the parent piece is being processed for connections, this is the order in which this Jigsaw block attempts to connect to its target piece. Jigsaws will be processed in descending priority with random ordering breaking ties. # +howtoplay.jigsawBlocks.text.8=§ePlacement Priority§f – When this Jigsaw block connects to a piece, this is the order in which that piece is processed for connections in the wider structure. Pieces will be processed in descending priority with insertion order breaking ties. # +howtoplay.jigsawBlocks.text.9=§eJoint Type§f – A joint can be either Rollable (default) or Aligned. If the joint type is Rollable, the target structure will be rotated randomly around the source Jigsaw Block. If the joint type is Aligned, the target structure will be placed such that the rotation of the target Jigsaw Block aligns with the rotation of the source Jigsaw Block. Note that this only applies when the Jigsaw Block is placed facing up or down. # + howtoplay.jukebox=Jukebox # howtoplay.jukebox.text.1=The Jukebox will play Music Discs that you have found. # howtoplay.jukebox.header.1=Get the Party Started # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Brown Shield # item.shield.black.name=Black Shield # item.shield.blue.name=Blue Shield # +item.bundle=Bundle # +item.black_bundle=Black Bundle # +item.white_bundle=White Bundle # +item.red_bundle=Red Bundle # +item.orange_bundle=Orange Bundle # +item.yellow_bundle=Yellow Bundle # +item.green_bundle=Green Bundle # +item.lime_bundle=Lime Bundle # +item.brown_bundle=Brown Bundle # +item.light_gray_bundle=Light Grey Bundle # +item.light_blue_bundle=Light Blue Bundle # +item.blue_bundle=Blue Bundle # +item.gray_bundle=Grey Bundle # +item.pink_bundle=Pink Bundle # +item.magenta_bundle=Magenta Bundle # +item.purple_bundle=Purple Bundle # +item.cyan_bundle=Cyan Bundle # +item.bundle.empty=Empty # +item.bundle.empty.description=Can hold a mixed stack of items # +item.bundle.full=Full # +item.bundle.fullness=%s left # + item.goat_horn.name=Goat Horn # item.minecraft.goat_horn.sound.0=Ponder # item.minecraft.goat_horn.sound.1=Sing # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Arrows # itemGroup.name.potion=Potions # itemGroup.name.splashPotion=Splash Potions # itemGroup.name.lingeringPotion=Lingering Potions # +itemGroup.name.ominousBottle=Ominous Bottles # itemGroup.name.bed=Beds # itemGroup.name.chalkboard=Chalkboards # itemGroup.name.anvil=Anvils # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Candles # itemGroup.name.goatHorn=Goat Horns # itemGroup.name.compounds=Compounds # itemGroup.name.products=Products # +itemGroup.name.bundles=Bundles # -jigsaw.title.target_pool=Target pool: # +##Jigsaw Block +jigsaw_block.title=Jigsaw Block # +jigsaw.title.target_pool=Target Pool: # jigsaw.title.name=Name: # -jigsaw.title.target=Target name: # -jigsaw.title.final_block=Turns into: # -jigsaw.title.joint_type=Joint type: # +jigsaw.title.target=Target Name: # +jigsaw.title.final_block=Turns Into: # +jigsaw.title.selection_priority=Selection Priority: # +jigsaw.title.placement_priority=Placement Priority: # +jigsaw.title.joint_type=Joint Type: # jigsaw.title.joint_type.aligned=Aligned # jigsaw.joint_type.aligned=Aligned # jigsaw.joint_type.rollable=Rollable # jigsaw.exit.done=Done # -jigsaw.exit.cancel=Cancel # ##EDU Joincode joincode.entry_popup.icon_button=%1 join code button # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Open to LAN # menu.simulating=Simulating the world for a bit # menu.singleplayer=Singleplayer # menu.store=Marketplace # +menu.store.addons=Browse Add-ons! # menu.skins=Skins # menu.start=Start # menu.switchingLevel=Switching worlds # @@ -6180,10 +6237,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 +6257,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 # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms Endpoint # options.dev_realmsEndpointPayment=Realms Endpoint Payment # options.dev_realmsRelyingParty=Realms Relying Party # options.dev_realmsRelyingPartyPayment=Realms Relying Party Payment # -options.dev_realms_stories=Enable Realms Stories # options.dev_overrideXboxEnvironmentWindows=Override Xbox Sandbox (OS controlled on Windows) # options.dev_overrideXboxEnvironment=Override Xbox Sandbox (requires restart) # options.dev_xboxEnvironment=Xbox Sandbox Environment (requires restart) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Retail # options.dev_sandboxDev=Xforge Sandbox: Dev # options.dev_sandboxDevAchievement=Xforge Sandbox: Dev achievement # options.dev_showDiscoveryOverridePanel=Override Service Endpoints # +options.dev_serviceOverrideType=Override Type # +options.dev_serviceOverrideTypeMultibranch=Multi-branch Deployment # +options.dev_serviceOverrideTypeCustom=Custom # options.dev_discoveryOverrideServiceName=Service Name (safety, persona, etc.) # options.dev_discoveryOverrideServiceBranch=Branch # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Reset All Endpoints # options.dev_apply=Apply # options.dev_displayTreatmentsPanel=Display Treatments # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Gatherings: Enabled # options.dev_gatherings_system_service_pack=Gatherings: Disabled due to missing System Service Pack(s) # options.dev_gatherings_active_gathering=Active: %s # options.dev_gatherings_available_gatherings=Available Gatherings # +options.dev_gatherings_clear_system_service_pack=Clear System Service Pack Cache # options.difficulty=Difficulty # options.difficulty.easy=Easy # options.difficulty.hard=Hard # @@ -6524,7 +6586,8 @@ options.creatorTitle=Creator Settings # options.creator.serverboundClientDiagnosticsEnabled=Enable Client Diagnostics # options.creator.debuggerHeading=Script Debugger Settings # options.creator.debuggerAutoAttach=Attach Debugger on Load # -options.creator.debuggerAutoConnect=Connect Debugger on Load # +options.creator.debuggerAutoAttachTimeout=Attach Time-Out # +options.creator.debuggerAutoAttachTimeoutFormat=%s Seconds # options.creator.debuggerConnect=Connect # options.creator.debuggerListen=Listen # options.creator.debuggerHost=Host # @@ -6674,8 +6737,8 @@ options.xboxliveBroadcast.friendsOfFriends=Friends of Friends # 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.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... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Hardcore mode can't be turned off after 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 # @@ -6884,10 +6947,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. # @@ -6899,7 +6962,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. Try checking 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 forthcoming redesign of this page. You can always switch back to the old experience. # options.newUiEditWorld.initiate=Try new design # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Low # options.volumetricFogQuality.medium=Medium # options.volumetricFogQuality.high=High # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Resolution # +options.upscalingPercentage.hundred=Native # options.reflectionsQuality=Reflections # options.reflectionsQuality.off=Off # options.reflectionsQuality.low=Low # @@ -6966,12 +7031,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 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.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 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 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 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 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.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 # @@ -7158,13 +7221,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 that 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 that 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 the terms of service # @@ -8140,7 +8203,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=? # @@ -8388,7 +8451,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 (who 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 catalogue for free. # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Start your Marketplace Pass Subscription #### {StrContai store.csb.subscription=After signing 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 catalogue that's regularly refreshed, there's always something new to discover with Marketplace Pass. You'll be billed %s/month and can cancel at any time 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 catalogue, 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 catalogue, 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 on-going 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 on-going 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"} @@ -8481,7 +8544,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 catalogue, 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? # @@ -8567,7 +8630,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 # @@ -8634,7 +8697,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 in to 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? # @@ -8662,8 +8725,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 # @@ -8758,12 +8821,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 Coins for %s and redeems this pack for %s Coins leaving %s left over. # store.purchase.notAvailable=Currently Not Available # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=We were unable to connect to the app store. Tr 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. # @@ -8828,7 +8891,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! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Installed State # store.search.filter.installed=Installed # store.search.filter.notInstalled=Not Installed # store.search.filter.clear.installed=Reset Installed Filters # +store.search.filter.dressingroombody=Body # +store.search.filter.dressingroombody.selectedCount=%d Parts # +store.search.filter.dressingroomstyle=Style # +store.search.filter.dressingroomstyle.selectedCount=%d Styles # store.search.sort_menu.sortConstWord=Sort # store.search.sort_menu.Default=Relevance # @@ -10185,10 +10251,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 armour 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 # @@ -10208,9 +10274,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! # @@ -10281,25 +10347,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.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! # @@ -10310,9 +10376,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 in to 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 in to 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 # @@ -10321,25 +10387,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 # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=The property '%s' is not used for this type packdiscoveryerror.version_too_high=The property '%s' has a version of '%s' which is too high. The highest value we accept is '%s'. # packdiscoveryerror.version_too_low=The property '%s' has a version of '%s' which is too low. The lowest value we accept is '%s'. # packdiscoveryerror.format_version_1_engine_version_cap=The property '%s` must have a value set less than `%s`. To use a higher version, you need to use format version 2. # +packdiscoveryerror.folder_structure_too_deep=Folder structure in pack is too deep. # ## pack upgrading packupgradewarning.invalidpacktype=Provided '%s' element has an invalid value in pack manifest; Defaulting to resource pack. # @@ -11299,7 +11361,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/en_US.lang b/resource_pack/texts/en_US.lang index e323c93c7..fd32581ad 100644 --- a/resource_pack/texts/en_US.lang +++ b/resource_pack/texts/en_US.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Encyclopedia Screen accessibility.screenName.howToPlay=How To Play Screen accessibility.screenName.inviteToGame=Invite To Game Screen accessibility.screenName.joinByIP=Join by IP dialog +accessibility.screenName.joinByConnectionID=Join by connection I D dialog accessibility.screenName.joinCode=Join Code dialog accessibility.screenName.library=Library Screen accessibility.screenName.modalDialog=Popup dialog @@ -135,11 +136,12 @@ 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 accessibility.screenName.emoteWheel=Emotes Screen +accessibility.screenName.addExternalServer=Add External Server Screen +accessibility.screenName.editExternalServer=Edit External Server Screen accessibility.search.sort_menu.A_to_Z.tts.title='A' to 'Z' ## Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title='Z' to 'A' ## Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,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 @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Target entity cannot be in a differen commands.generic.entity.invalidType=Entity type '%1$s' is invalid commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format commands.generic.entity.notFound=That entity cannot be found -commands.generic.error.permissions=Incorrect permission levels. %s is a %s level command. ##1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Incorrect permission level for command: %s. ##1: command name commands.generic.exception=An unknown error occurred while attempting to perform this command commands.generic.invalidAgentType=Type argument applied to Agent-only selector commands.generic.invalidcontext=Invalid context provided for given command type +commands.generic.invalidOrigin=Command origin was invalid at command execution time commands.generic.invalidDevice=The command you entered, %s, is not supported on this device commands.generic.invalidMessage=Invalid message length commands.generic.invalidPlayerType=Type argument applied to player-only selector @@ -1148,6 +1152,14 @@ commands.spawnParticleEmitter.success=Request to create %1$s sent to all players commands.particle.description=Creates particles. commands.particle.notFound=Unknown effect name (%1$s) commands.particle.success=Playing effect %1$s for %2$d times +commands.place.chunknotloaded.error=Jigsaw structure generation failed. Not all chunks are loaded. +commands.place.description=Places a jigsaw structure in the world. +commands.place.error=Place command failed. +commands.place.generation.error=Jigsaw structure generation failed. +commands.place.invalidstructure.error=Invalid structure name. +commands.place.maxdepth.error=Invalid max depth. Value must be between 1 and 20. +commands.place.outofbounds.error=Jigsaw structure generation failed. Structure placed out of bounds. +commands.place.success=Place command succeeded. commands.playanimation.description=Makes one or more entities play a one-off animation. Assumes all variables are setup correctly. commands.playanimation.success=Animation request sent to clients for processing. commands.players.list=There are %1$d/%2$d players online: @@ -1225,6 +1237,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. ## @@ -1532,7 +1550,9 @@ commands.camera.invalid.color=Fade color values must be integers from 0 to 255 commands.camera.invalid.easing=Easing to non-stationary cameras is not supported commands.camera.invalid.time=Fade durations must be between 0 and 10 seconds commands.camera.invalid.pitch=Camera pitch (X rotation) must be between -90 and 90 degrees -commands.camera.invalid.view.offset=View offset must be between -100 and 100 +commands.camera.invalid.view.offset=View offset must be between -64 and 64 +commands.camera.invalid.entity.offset=Entity offset must be between -64 and 64 +commands.camera.invalid.offset.camera=Entity and view offset can only be applied to the follow_orbit camera commands.camera.perspective.locked=Perspective cannot be changed while using custom cameras commands.camera.perspective.option=Your selected camera will change when the custom camera is not active commands.world_age.description=Changes or queries the world's age (time since creation). @@ -1646,6 +1666,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 @@ -1662,6 +1683,9 @@ controller.buttonTip.take.one=Take One controller.buttonTip.take=Take controller.buttonTip.takeItem=Take Item controller.buttonTip.clearHotbar=Clear Hotbar +controller.buttonTip.add.to.bundle=Add to Bundle +controller.buttonTip.place.from.bundle=Place from Bundle +controller.buttonTip.take.from.bundle=Take from Bundle controllerLayoutScreen.actions=Actions controllerLayoutScreen.activeBindingNameFormat=> %s < @@ -1734,13 +1758,16 @@ course.edu.tryItNowButton=Try it now ## Edu Course Multiplayer strings course.edu.enterIp=Enter the IP Address of the world you would like to join. course.edu.enterConnection=Enter the Connection ID of the world you would like to join. +course.edu.enterConnectionScreenReader=Enter the Connection I.D. of the world you would like to join. course.edu.ipAddress=IP Address course.edu.ipPlaceholder=Please enter the IP or Server Address course.edu.ipTooltipText=To find the IP Address, ask the host to pause the lesson. The IP Address can be seen on the right side of their screen. course.edu.connectionInfo=Connection ID course.edu.conInfoPlaceholder=Please enter the Connection ID course.edu.conInfoHostTooltipText=You can share the Connection ID if others have problems joining your world using the Join Code or shared link. +course.edu.conInfoHostTooltipTextScreenReader=You can share the Connection I D if others have problems joining your world using the Join Code or shared link. course.edu.conInfoTooltipText=The host can find the Connection ID on the multiplayer tab of their world's Game Menu. +course.edu.conInfoTooltipTextScreenReader=The host can find the Connection ID on the multiplayer tab of their world's Game Menu. course.edu.joinLesson=Join Lesson course.edu.joinLessonIntro=Find classmates in the same lesson to join, or enter their IP address if they don't appear in the list. course.edu.joinLessonIntroTeacher=Select the group you would like to join, or enter the IP address if it does not appear in the list. @@ -1845,7 +1872,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 @@ -1908,8 +1935,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Villager Trade Rebalancing createWorldScreen.experimentalVillagerTradesRebalanceDescription=Contains updated trades for villagers for the purpose of rebalancing createWorldScreen.experimentalArmadillo=Armadillo and Wolf Armor createWorldScreen.experimentalArmadilloDescription=Get to know the Armadillo and gear up your Wolf with the new Wolf Armor! -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 @@ -1956,8 +1981,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 +2093,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 +2151,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 +2249,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 +2495,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 +2520,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 +2575,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 +2745,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 +2882,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,16 +3171,9 @@ 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 -comment.likes=%d likes ## 0 or 2+ likes -comment.comment=%d comment ## 1 comment -comment.comments=%d comments ## 0 or 2+ comments -comment.likes_and_comments=%1 and %2 ## comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Comment... - furnaceScreen.fuel=Fuel furnaceScreen.header=Furnace furnaceScreen.input=Input @@ -3594,7 +3618,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. @@ -3848,6 +3872,19 @@ howtoplay.inventory.text.2.gamepad=Want to move something between your §ehotbar howtoplay.inventory.text.2.touch=Want to move something between your §ehotbar§f and your inventory? Tap the item of your choice, then tap the empty item slot that you'd like to move it to. howtoplay.inventory.text.2.vr=Want to move something between your §ehotbar§f and your inventory? Use the cursor to select an item and press :_input_key.use:. Then, move your cursor to an empty item slot and press again to drop the item. +howtoplay.jigsawBlocks=Jigsaw Blocks +howtoplay.jigsawBlocks.text.1=Jigsaw Blocks give creators the ability to generate large structures in the world by connecting multiple structure templates. +howtoplay.jigsawBlocks.header.1=How to Obtain +howtoplay.jigsawBlocks.text.2=To get a Jigsaw Block you must use the /give slash command. To use a Jigsaw Block, you must have Operator permissions. +howtoplay.jigsawBlocks.header.2= Settings +howtoplay.jigsawBlocks.text.3=Jigsaw Blocks have multiple settings that control how they join together to form a larger structure. +howtoplay.jigsawBlocks.text.4=§eTarget Pool§f - The path of the template pool to search for a connecting structure template. The template pool should contain at least one structure that matches the Jigsaw's "Target Name" field. +howtoplay.jigsawBlocks.text.5=§eName§f - The name of the Jigsaw. This is used when connecting from Jigsaws with a matching "Target Name". +howtoplay.jigsawBlocks.text.6=§eTurns Into§f - The type of block the Jigsaw Block will turn into when placed in the world during structure generation. +howtoplay.jigsawBlocks.text.7=§eSelection Priority§f - When the parent piece is being processed for connections, this is the order in which this Jigsaw block attempts to connect to its target piece. Jigsaws will be processed in descending priority with random ordering breaking ties. +howtoplay.jigsawBlocks.text.8=§ePlacement Priority§f - When this Jigsaw block connects to a piece, this is the order in which that piece is processed for connections in the wider structure. Pieces will be processed in descending priority with insertion order breaking ties. +howtoplay.jigsawBlocks.text.9=§eJoint Type§f - A joint can be either Rollable (default) or Aligned. If the joint type is Rollable, the target structure will be rotated randomly around the source Jigsaw Block. If the joint type is Aligned, the target structure will be placed such that the rotation of the target Jigsaw Block aligns with the rotation of the source Jigsaw Block. Note that this only applies when the Jigsaw Block is placed facing up or down. + howtoplay.jukebox=Jukebox howtoplay.jukebox.text.1=The Jukebox will play Music Discs that you have found. howtoplay.jukebox.header.1=Get the Party Started @@ -5531,6 +5568,28 @@ item.shield.brown.name=Brown Shield item.shield.black.name=Black Shield item.shield.blue.name=Blue Shield +item.bundle=Bundle +item.black_bundle=Black Bundle +item.white_bundle=White Bundle +item.red_bundle=Red Bundle +item.orange_bundle=Orange Bundle +item.yellow_bundle=Yellow Bundle +item.green_bundle=Green Bundle +item.lime_bundle=Lime Bundle +item.brown_bundle=Brown Bundle +item.light_gray_bundle=Light Gray Bundle +item.light_blue_bundle=Light Blue Bundle +item.blue_bundle=Blue Bundle +item.gray_bundle=Gray Bundle +item.pink_bundle=Pink Bundle +item.magenta_bundle=Magenta Bundle +item.purple_bundle=Purple Bundle +item.cyan_bundle=Cyan Bundle +item.bundle.empty=Empty +item.bundle.empty.description=Can hold a mixed stack of items +item.bundle.full=Full +item.bundle.fullness=%s left + item.goat_horn.name=Goat Horn item.minecraft.goat_horn.sound.0=Ponder item.minecraft.goat_horn.sound.1=Sing @@ -5590,6 +5649,7 @@ itemGroup.name.arrow=Arrows itemGroup.name.potion=Potions itemGroup.name.splashPotion=Splash Potions itemGroup.name.lingeringPotion=Lingering Potions +itemGroup.name.ominousBottle=Ominous Bottles itemGroup.name.bed=Beds itemGroup.name.chalkboard=Chalkboards itemGroup.name.anvil=Anvils @@ -5618,17 +5678,21 @@ itemGroup.name.candles=Candles itemGroup.name.goatHorn=Goat Horns itemGroup.name.compounds=Compounds itemGroup.name.products=Products +itemGroup.name.bundles=Bundles -jigsaw.title.target_pool=Target pool: +##Jigsaw Block +jigsaw_block.title=Jigsaw Block +jigsaw.title.target_pool=Target Pool: jigsaw.title.name=Name: -jigsaw.title.target=Target name: -jigsaw.title.final_block=Turns into: -jigsaw.title.joint_type=Joint type: +jigsaw.title.target=Target Name: +jigsaw.title.final_block=Turns Into: +jigsaw.title.selection_priority=Selection Priority: +jigsaw.title.placement_priority=Placement Priority: +jigsaw.title.joint_type=Joint Type: jigsaw.title.joint_type.aligned=Aligned jigsaw.joint_type.aligned=Aligned jigsaw.joint_type.rollable=Rollable jigsaw.exit.done=Done -jigsaw.exit.cancel=Cancel ##EDU Joincode joincode.entry_popup.icon_button=%1 join code button # Example: Apple join code button @@ -6000,6 +6064,7 @@ menu.shareToLan=Open to LAN menu.simulating=Simulating the world for a bit menu.singleplayer=Singleplayer menu.store=Marketplace +menu.store.addons=Browse Add-ons! menu.skins=Skins menu.start=Start menu.switchingLevel=Switching worlds @@ -6180,10 +6245,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 +6265,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 @@ -6332,8 +6398,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Retail options.dev_sandboxDev=Xforge Sandbox: Dev options.dev_sandboxDevAchievement=Xforge Sandbox: Dev achievement options.dev_showDiscoveryOverridePanel=Override Service Endpoints +options.dev_serviceOverrideType=Override Type +options.dev_serviceOverrideTypeMultibranch=Multi-branch Deployment +options.dev_serviceOverrideTypeCustom=Custom options.dev_discoveryOverrideServiceName=Service Name (safety, persona, etc.) options.dev_discoveryOverrideServiceBranch=Branch +options.dev_discoveryOverrideServiceCustom=URL options.dev_resetAllEndpointOverrides=Reset All Endpoints options.dev_apply=Apply options.dev_displayTreatmentsPanel=Display Treatments @@ -6421,6 +6491,7 @@ options.dev_gatherings_enabled=Gatherings: Enabled options.dev_gatherings_system_service_pack=Gatherings: Disabled due to missing System Service Pack(s) options.dev_gatherings_active_gathering=Active: %s options.dev_gatherings_available_gatherings=Available Gatherings +options.dev_gatherings_clear_system_service_pack=Clear System Service Pack Cache options.difficulty=Difficulty options.difficulty.easy=Easy options.difficulty.hard=Hard @@ -6523,7 +6594,8 @@ options.creatorTitle=Creator Settings options.creator.serverboundClientDiagnosticsEnabled=Enable Client Diagnostics options.creator.debuggerHeading=Script Debugger Settings options.creator.debuggerAutoAttach=Attach Debugger on Load -options.creator.debuggerAutoConnect=Connect Debugger on Load +options.creator.debuggerAutoAttachTimeout=Attach Timeout +options.creator.debuggerAutoAttachTimeoutFormat=%s Seconds options.creator.debuggerConnect=Connect options.creator.debuggerListen=Listen options.creator.debuggerHost=Host @@ -6670,11 +6742,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 +6913,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 +6955,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 +6970,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 @@ -6944,6 +7016,8 @@ options.volumetricFogQuality.low=Low options.volumetricFogQuality.medium=Medium options.volumetricFogQuality.high=High options.volumetricFogQuality.ultra=Ultra +options.upscalingPercentage=Resolution +options.upscalingPercentage.hundred=Native options.reflectionsQuality=Reflections options.reflectionsQuality.off=Off options.reflectionsQuality.low=Low @@ -6965,12 +7039,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 +7229,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 +8211,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 +8459,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 +8524,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 +8552,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 +8638,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 +8705,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 +8733,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 +8829,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 +8861,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 +8899,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! @@ -8933,6 +9004,10 @@ store.search.filter.installed_state=Installed State store.search.filter.installed=Installed store.search.filter.notInstalled=Not Installed store.search.filter.clear.installed=Reset Installed Filters +store.search.filter.dressingroombody=Body +store.search.filter.dressingroombody.selectedCount=%d Parts +store.search.filter.dressingroomstyle=Style +store.search.filter.dressingroomstyle.selectedCount=%d Styles store.search.sort_menu.sortConstWord=Sort store.search.sort_menu.Default=Relevance @@ -10184,10 +10259,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 +10282,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 +10355,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 +10384,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 +10395,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 @@ -10456,6 +10526,7 @@ packdiscoveryerror.ignored_property=The property '%s' is not used for this type packdiscoveryerror.version_too_high=The property '%s' has a version of '%s' which is too high. The highest value we accept is '%s'. packdiscoveryerror.version_too_low=The property '%s' has a version of '%s' which is too low. The lowest value we accept is '%s'. packdiscoveryerror.format_version_1_engine_version_cap=The property '%s` must have a value set less than `%s`. To use a higher version, you need to use format version 2. +packdiscoveryerror.folder_structure_too_deep=Folder structure in pack is too deep. ## pack upgrading packupgradewarning.invalidpacktype=Provided '%s' element has an invalid value in pack manifest; Defaulting to resource pack. @@ -11298,7 +11369,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..77f5988f7 100644 --- a/resource_pack/texts/es_ES.lang +++ b/resource_pack/texts/es_ES.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Pantalla de la enciclopedia # accessibility.screenName.howToPlay=Pantalla de «Cómo se juega» # accessibility.screenName.inviteToGame=Invitar a la pantalla de juego # accessibility.screenName.joinByIP=Unirse mediante diálogo de IP # +accessibility.screenName.joinByConnectionID=Cuadro de diálogo Unirse con ID de conexión # accessibility.screenName.joinCode=Diálogo de código de unión # accessibility.screenName.library=Pantalla de la biblioteca # accessibility.screenName.modalDialog=Cuadro de diálogo emergente # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Pantalla de perfil # accessibility.screenName.realmInviteLinkSettings=Pantalla de ajustes del enlace de invitación al Realm # accessibility.screenName.realmSettings=Pantalla de ajustes de Realm # accessibility.screenName.settings=Pantalla de ajustes del juego # -accessibility.screenName.addFriend=Pantalla de añadir amigo # accessibility.screenName.skinPicker=Pantalla de seleccionar aspecto # accessibility.screenName.start=Menú principal # accessibility.screenName.vrAlignment=Pantalla de alineamiento de la RV # accessibility.screenName.emoteWheel=Pantalla de gestos # +accessibility.screenName.addExternalServer=Pantalla Añadir servidor externo # +accessibility.screenName.editExternalServer=Pantalla Editar servidor externo # accessibility.search.sort_menu.A_to_Z.tts.title=De la A a la Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=De la Z a la A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=No se pueden quitar los efectos de %1$s de commands.effect.failure.notAMob=%1$s no puede tener efectos # commands.effect.notFound=No existe el efecto criatura con ID %s # commands.effect.success=Has dado %1$s * %2$d a %3$s durante %4$d segundos # +commands.effect.success.infinite=%3$s tendrá %1$s * %2$d durante un tiempo ilimitado. # commands.effect.success.removed=Se ha eliminado %1$s de %2$s # commands.effect.success.removed.all=Se obtuvieron todos los efectos de %1$s. # commands.enchant.cantCombine=%1$s no se puede combinar con %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=La entidad objetivo no puede estar en commands.generic.entity.invalidType=El tipo de entidad "%1$s" no es válido. # commands.generic.entity.invalidUuid=El formato de la UUID de la entidad no es válido # commands.generic.entity.notFound=No se ha encontrado esa entidad # -commands.generic.error.permissions=Niveles de permisos incorrectos. %s es un comando de nivel %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Nivel de permiso incorrecto para el comando: %s. ###1: command name commands.generic.exception=Se ha producido un error desconocido al intentar ejecutar este comando # commands.generic.invalidAgentType=Teclea un argumento que se aplique a un selector solo para Agent # commands.generic.invalidcontext=Se ha proporcionado contexto no válido para el tipo de comando especificado # +commands.generic.invalidOrigin=El origen del comando no era válido en el momento de ejecución # commands.generic.invalidDevice=El comando que has introducido, %s, no se admite en este dispositivo # commands.generic.invalidMessage=Longitud de mensaje no válida # commands.generic.invalidPlayerType=Argumento de tipo aplicado al selector solo de jugador # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Se han ejecutado correctamente entradas de la func commands.schedule.invalidOrigin=El origen necesario para ejecutar esta función no es válido. # commands.schedule.name.empty=El nombre del área de marca no puede estar vacío. # commands.schedule.too.many.areas=Se ha encontrado más de un área de marca con el nombre %s. Utiliza una sola área. # +commands.schedule.clear.failure=No se ha eliminado ninguna función con el nombre %1$s. # +commands.schedule.clear.success=Se han eliminado %1$d funciones con el nombre %2$s. # +commands.schedule.tickingarea.clear.success=Se han eliminado %1$d funciones con el nombre del área de marca %2$s. # +commands.schedule.tickingarea.clear.failure=No se ha eliminado ninguna función con el nombre del área de marca %1$s. # +commands.schedule.tickingarea.func.clear.success=Se han eliminado %1$d funciones con el nombre del área de marca %2$s y con el nombre %3$s. # +commands.schedule.tickingarea.func.clear.failure=No se ha eliminado ninguna función con el nombre del área de marca %1$s y con el nombre %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Los valores de difuminado del color deben ser núm commands.camera.invalid.easing=No se admite la transición a cámaras móviles # commands.camera.invalid.time=La duración del difuminado debe estar entre 0 y 10 segundos # commands.camera.invalid.pitch=La inclinación de la cámara (rotación de X) debe tener entre -90 y 90 grados # -commands.camera.invalid.view.offset=El desplazamiento de la vista debe estar entre -100 y 100 # +commands.camera.invalid.view.offset=El desplazamiento de la vista debe estar entre -64 y 64 # +commands.camera.invalid.entity.offset=El desplazamiento de la entidad debe estar entre -64 y 64 # +commands.camera.invalid.offset.camera=El desplazamiento de la vista y la entidad solo puede aplicarse a la cámara follow_orbit # commands.camera.perspective.locked=No se puede cambiar la perspectiva mientras usas cámaras personalizadas # commands.camera.perspective.option=La cámara seleccionada cambiará cuando no esté activa la cámara personalizada # commands.world_age.description=Cambios o dudas en la edad del mundo (tiempo desde su creación). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Eliminar objeto # controller.buttonTip.removeMaterial=Eliminar material # controller.buttonTip.renameItem=Renombrar objeto # controller.buttonTip.returnToRecipe=Volver a receta # +controller.buttonTip.swap=Intercambiar # controller.buttonTip.enterSearch=Buscar # controller.buttonTip.searchRecipe=Búsqueda rápida # controller.buttonTip.confirmSearch=Confirmar # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Coger uno # controller.buttonTip.take=Coger # controller.buttonTip.takeItem=Coger objeto # controller.buttonTip.clearHotbar=Quitar barra activa # +controller.buttonTip.add.to.bundle=Añadir al lote # +controller.buttonTip.place.from.bundle=Colocar desde el lote # +controller.buttonTip.take.from.bundle=Sacar del lote # controllerLayoutScreen.actions=Acciones # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Pruébalo ahora # ## Edu Course Multiplayer strings course.edu.enterIp=Introduce la dirección IP del mundo al que te gustaría unirte. # course.edu.enterConnection=Introduce la ID de conexión del mundo al que te gustaría unirte. # +course.edu.enterConnectionScreenReader=Introduce el ID de conexión del mundo al que te gustaría unirte. # course.edu.ipAddress=Dirección IP # course.edu.ipPlaceholder=Introduce la dirección IP o del servidor # course.edu.ipTooltipText=Para ver la dirección IP, pide al host que detenga la lección. La dirección IP se indica en el lateral derecho de la pantalla. # course.edu.connectionInfo=ID de conexión # course.edu.conInfoPlaceholder=Introduce el ID de conexión # course.edu.conInfoHostTooltipText=Puedes compartir el ID de conexión si otras personas tienen problemas para unirse a tu mundo mediante el código de unión o el enlace compartido. # +course.edu.conInfoHostTooltipTextScreenReader=Puedes compartir el ID de conexión si otras personas tienen problemas para unirse a tu mundo mediante el código de unión o el enlace compartido. # course.edu.conInfoTooltipText=El anfitrión puede encontrar el ID de conexión en la pestaña multijugador del menú de juego de su mundo. # +course.edu.conInfoTooltipTextScreenReader=El anfitrión puede encontrar el ID de conexión en la pestaña multijugador del menú de juego de su mundo. # course.edu.joinLesson=Unirse a lección # course.edu.joinLessonIntro=Encuentra compañeros en la misma lección a la que vas a unirte o introduce su dirección IP si no aparecen en la lista. # course.edu.joinLessonIntroTeacher=Selecciona el grupo al que te gustaría unirte o introduce su dirección IP si no aparece en la lista. # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Restablecer velocidad de marca aleatoria createWorldScreen.serverSimDistance=Distancia de simulación # createWorldScreen.serverSimDistanceFormat=%s chunks # createWorldScreen.showbordereffect=Mostrar efecto de borde # -createWorldScreen.check_internet_connection=No estás conectado a internet. Tus amigos no podrán unirse a tus mundos multijugador. Inicia sesión con tu cuenta de Microsoft para jugar con ellos. # -createWorldScreen.disconnectedXboxLive=No estás conectado a los servicios de Microsoft, por lo que tus amigos con Gamertags no podrán unirse a tu mundo multijugador. Inicia sesión con tu cuenta de Microsoft para jugar con tus amigos. # +createWorldScreen.check_internet_connection=No tienes conexión a internet. Tus amigos no podrán unirse a tus mundos multijugador. Inicia sesión con tu cuenta de Microsoft para jugar con ellos. # +createWorldScreen.disconnectedXboxLive=No tienes conexión a los servicios de Microsoft, por lo que tus amigos con gamertags no podrán unirse a tu mundo multijugador. Inicia sesión con tu cuenta de Microsoft para jugar con tus amigos. # createWorldScreen.clearPlayerData.button=Borrar datos de jugador # createWorldScreen.clearPlayerData.title=¿Eliminar datos de jugador del mundo? # createWorldScreen.clearPlayerData.body1=Selecciona "Datos de todos los jugadores" para eliminar los datos de todos los jugadores de ese mundo. La próxima vez que entre cualquier jugador, empezará de cero, con los datos predeterminados. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Servicio de pago # realmsCreateScreen.paymentFailed.body=No se puede conectar a Realms ni finalizar la compra en este momento. Inténtalo más tarde. # realmsCreateScreen.incomplete=Realm incompleto # realmsCreateScreen.incomplete.create.a=Parece que la última vez dejamos las cosas a medias. Vamos a terminar de completar tu Realm ahora. # -realmsCreateScreen.incomplete.create.b=Parece que has empezado a crear un Realm con otra cuenta de Microsoft. ¿Deseas acabar de crear ese Realm con esta cuenta de Microsoft como propietaria? # -realmsCreateScreen.incomplete.create.c=Alguien ha empezado a crear un Realm con la cuenta de facturación en este dispositivo. ¿Te gustaría acabar de crear ese Realm con esta cuenta de Microsoft como propietaria? # +realmsCreateScreen.incomplete.create.b=Parece que has empezado a crear un Realm con otra cuenta de Microsoft. ¿Quieres acabar de crear ese Realm con esta cuenta de Microsoft como propietaria? # +realmsCreateScreen.incomplete.create.c=Alguien ha empezado a crear un Realm con la cuenta de facturación de este dispositivo. ¿Te gustaría acabar de crear ese Realm con esta cuenta de Microsoft como propietaria? # realmsCreateScreen.incomplete.renew.a=Parece que la última vez dejamos las cosas a medias. Vamos a terminar de renovar tu Realm ahora. # -realmsCreateScreen.incomplete.renew.b=Parece que has empezado a renovar un Realm con otra cuenta de Microsoft. ¿Deseas acabar de renovar ese Realm con esta cuenta de Microsoft como propietaria? # -realmsCreateScreen.incomplete.renew.c=Alguien ha empezado a renovar un Realm con la cuenta de facturación en este dispositivo. ¿Te gustaría acabar de renovar ese Realm con esta cuenta de Microsoft como propietaria? # +realmsCreateScreen.incomplete.renew.b=Parece que has empezado a renovar un Realm con otra cuenta de Microsoft. ¿Deseas completar la renovación de ese Realm con esta cuenta de Microsoft como propietaria? # +realmsCreateScreen.incomplete.renew.c=Alguien ha empezado a renovar un Realm con la cuenta de facturación de este dispositivo. ¿Te gustaría acabar de renovar ese Realm con esta cuenta de Microsoft como propietaria? # realmsCreateScreen.incomplete.override.renew=Estás intentando crear un nuevo Realm pero ya existe una orden de compra anterior para renovar un Realm. ¿Quieres realizar esa compra ahora? # realmsCreateScreen.incomplete.override.create=Estás intentando renovar un Realm pero ya existe una orden de compra anterior para crear un Realm. ¿Quieres realizar esa compra ahora? # realmsCreateScreen.incomplete.override.realm=Estás intentando renovar un Realm pero ya existe una orden de compra anterior para otro Realm. ¿Quieres realizar esa compra ahora? # @@ -2224,10 +2241,10 @@ networkWorld.friends_label=Amigos # networkWorld.joinable_friends_label=Amigos a los que unirse # networkWorld.no_joinable_friends_label=Tus amigos no están jugando a Minecraft ahora mismo. # networkWorld.check_internet_connection=¡Vaya! ¿Podrías comprobar tu conexión a Internet? No encontramos los mundos de tus amigos. # -networkWorld.connect_to_xbl=Inicia la sesión con una cuenta de Microsoft para jugar con amigos. # +networkWorld.connect_to_xbl=Inicia sesión con una cuenta de Microsoft para jugar con amigos. # networkWorld.memberOfTooManyRealms=Has alcanzado el límite de miembros de los Realms. # -networkWorld.multiplayerPrivilegesBlocked=No puedes jugar al modo multijugador en línea debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tus ajustes de seguridad en línea te permiten jugar en multijugador. Visita aka.ms/MCMultiplayerHelp y consulta las instrucciones para cambiar estos ajustes. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=No puedes jugar al modo multijugador en línea debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tienes una suscripción activa a Xbox Live Gold y de que tus ajustes de seguridad en línea te permitan jugar en multijugador. Visita aka.ms/MCMultiplayerHelp y sigue las instrucciones para cambiar estos ajustes. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=No puedes jugar al modo multijugador en línea debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tus ajustes de seguridad en línea te permiten jugar en modo multijugador. Visita aka.ms/MCMultiplayerHelp y consulta las instrucciones para cambiar estos ajustes. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=No puedes jugar al modo multijugador en línea debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tienes una suscripción activa a Xbox Live Gold y de que tus ajustes de seguridad en línea te permitan jugar en modo multijugador. Visita aka.ms/MCMultiplayerHelp y sigue las instrucciones para cambiar estos ajustes. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=No puedes jugar al modo multijugador en línea debido a la configuración de tu cuenta de Microsoft. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Se produjo un error desconocido que impide jugar en línea. Inténtalo más tarde. # networkWorld.multiplayerPrivilegesBlockedBanned=No puedes jugar al modo multijugador en línea porque tu cuenta está suspendida. # @@ -2473,7 +2490,7 @@ realmsSettingsScreen.extendConsumableButton.180=Ampliarla 180 días # xblLogin.LoginMessageTitle=Cuenta de Microsoft # xblLogin.LoginMessage=Conectando... # -xbl.savePurchase.saveButton=Guardar en cuenta de Microsoft # +xbl.savePurchase.saveButton=Guardar en la cuenta de Microsoft # xbl.marketplace.account.error.body.nobutton=Hay un error con tu cuenta. No podrás utilizar el Marketplace hasta que hayamos resuelto el problema. Si el persiste durante varios días, ponte en contacto con el servicio de asistencia. # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Inicia sesión ya mismo store.sign_in_warning.no_xbl_and_no_local_content.line2=¿No tienes una cuenta de Microsoft? Crea una gratis. # xbl.signOut.title=Compras de la cuenta de Microsoft # -xbl.signOut.message1=Mientras tengas cerrada la sesión de la cuenta de Microsoft, no tendrás acceso a las Minecoins y los objetos que compres en la tienda. # +xbl.signOut.message1=Mientras tengas cerrada la sesión de la cuenta de Microsoft, no tendrás acceso a las monedas y los objetos que compres en la tienda. # xbl.signOut.message2=¿Seguro que quieres hacer esto? # date.short_january=Ene # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=El servidor se ha apagado debido a que exce disconnectionScreen.header.realms_hidden=Invitación para multijugador # disconnectionScreen.body.realms_hidden=No se puedes unirte a este servidor específico. # +disconnectionScreen.biomeData.IdDuplication=El ID de %s coincide con el de %s. # +disconnectionScreen.biomeData.MalformedData=Datos de bioma incorrectos # +disconnectionScreen.biomeData.MixedIdPresence=El paquete de biomas tiene una presencia de ID variada para los biomas personalizados. # +disconnectionScreen.biomeData.ReservedRange=El bioma personalizado %s usa un ID de un rango reservado. El ID de los biomas personalizados es: %s-%s. # +disconnectionScreen.biomeData.VanillaBiomesWithId=Los datos de los biomas de la versión estándar no deberían contener el campo «ID». # disconnectionScreen.blockMismatch=Los bloques del cliente y el servidor no coinciden. # disconnectionScreen.cantConnect=No se ha podido conectar con el mundo. # disconnectionScreen.cantConnectToRealm=No se ha podido conectar con el Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Puedes conseguir plantillas de mundos en la bibliotec edu.pause.multiplayer.disabled=El modo multijugador no está disponible en esta lección. # +effect.duration.infinite=∞ # effect.badOmen=Mal presagio # effect.infested=Infestado # effect.oozing=Supuración # @@ -3143,13 +3166,6 @@ feed.uppload_success=La captura de pantalla se ha cargado # feed.connected=Cada Realm está conectado a un club con tu cuenta de Microsoft. # feed.unviewedPost=Nuevo # -comment.like=%d me gusta ### 1 like -comment.likes=%d me gusta ### 0 or 2+ likes -comment.comment=%d comentario ### 1 comment -comment.comments=%d comentarios ### 0 or 2+ comments -comment.likes_and_comments=%1 y %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Comentario... # - furnaceScreen.fuel=Combustible # furnaceScreen.header=Horno # furnaceScreen.input=Entrada # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=¿Quieres mover algo de tu §hbarra activa§f howtoplay.inventory.text.2.touch=¿Quieres mover algo de tu §hbarra activa§f a tu inventario? Toca el objeto que desees y luego el espacio vacío al que quieras moverlo. # howtoplay.inventory.text.2.vr=¿Quieres mover algo de tu §hbarra activa§f a tu inventario? Usa el cursor para seleccionar un objeto y pulsa :_input_key.use:. Después, mueve el cursor a un espacio de objetos vacío y vuelve a pulsar para soltarlo. # +howtoplay.jigsawBlocks=Bloques rompecabezas # +howtoplay.jigsawBlocks.text.1=Los bloques rompecabezas permiten que los creadores generen grandes estructuras en el mundo conectando varias plantillas de estructuras. # +howtoplay.jigsawBlocks.header.1=Cómo se obtienen # +howtoplay.jigsawBlocks.text.2=Para obtener un bloque rompecabezas, usa el comando /give. Para usarlo, necesitas permisos de operador. # +howtoplay.jigsawBlocks.header.2= Ajustes # +howtoplay.jigsawBlocks.text.3=Los bloques rompecabezas tienen varios ajustes que controlan cómo se unen para formar una estructura más grande. # +howtoplay.jigsawBlocks.text.4=§eGrupo de objetivo§f - Ruta del grupo de plantillas que sirve para buscar una plantilla de estructura de conexión. El grupo de plantillas debe contener al menos una estructura que coincida con el nombre de objetivo del rompecabezas. # +howtoplay.jigsawBlocks.text.5=§eNombre§f - Nombre del rompecabezas que se usa cuando se conecta desde rompecabezas con un nombre de objetivo coincidente. # +howtoplay.jigsawBlocks.text.6=§eSe convierte en§f - Tipo de bloque en el que se convertirá el bloque rompecabezas cuando se coloque en el mundo durante la generación de la estructura. # +howtoplay.jigsawBlocks.text.7=§ePrioridad de selección§f - Cuando se está procesando la pieza principal para las conexiones, este es el orden en el que este bloque rompecabezas intenta conectarse con su pieza de destino. Los rompecabezas se procesan en prioridad descendente, desempatando de forma aleatoria. # +howtoplay.jigsawBlocks.text.8=§ePrioridad de colocación§f - Cuando este bloque rompecabezas se conecta con una pieza, este es el orden en el que dicha pieza se procesa para las conexiones de la estructura más amplia. Las piezas se procesan en prioridad descendente, desempatando según el orden de inserción. # +howtoplay.jigsawBlocks.text.9=§eTipo de articulación§f - Las articulaciones o uniones pueden ser rodables (predeterminadas) o alineadas. Si son rodables, la estructura de destino rota al azar alrededor del bloque rompecabezas de origen. Si son alineadas, la estructura de destino se coloca de tal modo que la rotación del bloque rompecabezas de destino se alinea con la rotación del bloque rompecabezas de origen. Solo se aplica cuando el bloque rompecabezas está boca arriba o boca abajo. # + howtoplay.jukebox=Tocadiscos # howtoplay.jukebox.text.1=En el tocadiscos, se reproducen los discos de música que te encuentras. # howtoplay.jukebox.header.1=Que empiece la fiesta # @@ -4611,7 +4640,7 @@ item.banner.half_vertical_right.red=Flanco rojo a siniestra # item.banner.half_vertical_right.silver=Flanco gris claro a siniestra # item.banner.half_vertical_right.white=Flanco blanco a siniestra # item.banner.half_vertical_right.yellow=Flanco amarillo a siniestra # -item.banner.illager_captain.name=Estandarte amenazante # +item.banner.illager_captain.name=Estandarte ominoso # item.banner.lightBlue.name=Estandarte azul claro # item.banner.lime.name=Estandarte verde lima # item.banner.magenta.name=Estandarte magenta # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Escudo marrón # item.shield.black.name=Escudo negro # item.shield.blue.name=Escudo azul # +item.bundle=Lote # +item.black_bundle=Lote negro # +item.white_bundle=Lote blanco # +item.red_bundle=Lote rojo # +item.orange_bundle=Lote naranja # +item.yellow_bundle=Lote amarillo # +item.green_bundle=Lote verde # +item.lime_bundle=Lote verde lima # +item.brown_bundle=Lote marrón # +item.light_gray_bundle=Lote gris claro # +item.light_blue_bundle=Lote azul claro # +item.blue_bundle=Lote azul # +item.gray_bundle=Lote gris # +item.pink_bundle=Lote rosa # +item.magenta_bundle=Lote magenta # +item.purple_bundle=Lote morado # +item.cyan_bundle=Lote cian # +item.bundle.empty=Vacío # +item.bundle.empty.description=Puede contener una pila de objetos variados # +item.bundle.full=Lleno # +item.bundle.fullness=Queda(n): %s # + item.goat_horn.name=Cuerno de cabra # item.minecraft.goat_horn.sound.0=Reflexionar # item.minecraft.goat_horn.sound.1=Cantar # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Flechas # itemGroup.name.potion=Pociones # itemGroup.name.splashPotion=Pociones de salpicadura # itemGroup.name.lingeringPotion=Pociones persistentes # +itemGroup.name.ominousBottle=Botellas ominosas # itemGroup.name.bed=Camas # itemGroup.name.chalkboard=Pizarras # itemGroup.name.anvil=Yunques # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Velas # itemGroup.name.goatHorn=Cuernos de cabra # itemGroup.name.compounds=Compuestos # itemGroup.name.products=Productos # +itemGroup.name.bundles=Lotes # +##Jigsaw Block +jigsaw_block.title=Bloque rompecabezas # jigsaw.title.target_pool=Grupo de objetivo: # jigsaw.title.name=Nombre: # jigsaw.title.target=Nombre de objetivo: # jigsaw.title.final_block=Se convierte en: # +jigsaw.title.selection_priority=Prioridad de selección: # +jigsaw.title.placement_priority=Prioridad de colocación: # jigsaw.title.joint_type=Tipo de articulación: # jigsaw.title.joint_type.aligned=Alineada # jigsaw.joint_type.aligned=Alineada # jigsaw.joint_type.rollable=Rodable # jigsaw.exit.done=Hecho # -jigsaw.exit.cancel=Cancelar # ##EDU Joincode joincode.entry_popup.icon_button=%1 Botón de código de unión # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Abrir en LAN # menu.simulating=Simulando el mundo por un momento # menu.singleplayer=Un jugador # menu.store=Marketplace # +menu.store.addons=¡Explora complementos! # menu.skins=Aspectos # menu.start=Iniciar # menu.switchingLevel=Cambiando mundos # @@ -6181,9 +6238,9 @@ options.debug=Depuración # options.flighting_debug=Depuración de vuelo # options.debugTitle=Opciones de desarrollador # options.delete_account.button=Eliminar cuenta de Microsoft # -options.delete_account.confirm.title=¿Eliminar la cuenta de Microsoft? # +options.delete_account.confirm.title=¿Eliminar cuenta de Microsoft? # options.delete_account.confirm.warning=ADVERTENCIA: Cuando elimines la cuenta, no podrás guardar tu progreso ni las compras que realices en el dispositivo %s. # -options.delete_account.confirm.warning.2=Eliminar tu cuenta de Microsoft desde este juego afectará a todos los juegos de Minecraft en los que se use. # +options.delete_account.confirm.warning.2=Desvincular tu cuenta de Microsoft desde el juego afectará a todos los juegos de Minecraft en esta plataforma que hayan usado esta cuenta de Microsoft. # options.delete_account.confirm.checkbox1=Ya no podrás acceder al contenido de la tienda cuando juegues en otras plataformas. # options.delete_account.confirm.checkbox2=Ya no podrás jugar en línea con tus amigos. # options.delete_account.confirm.checkbox3=Ya no podrás acceder a Realms, incluidas las suscripciones que estén activas actualmente. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Las aserciones no se implementan en el depura options.dev_assertions_show_dialog=Las aserciones muestran un diálogo modal # options.dev_force_trial_mode=Forzar la habilitación del modo de prueba # options.dev_eduDemo=Demostración de EDU (es necesario volver a iniciar sesión) # +options.dev_eduCloudResumableUpload=Usa la API de subida reanudable para cargar archivos de más de 4 MB. # options.remote_imgui_toggle=ImGui remoto habilitado # options.dev_enableDebugUI=Activar interfaz de depuración # options.dev_createRealmWithoutPurchase=Crear un Realm sin comprar # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Extremos de Realms # options.dev_realmsEndpointPayment=Pago de extremos de Realms # options.dev_realmsRelyingParty=Usuarios de confianzas de Realms # options.dev_realmsRelyingPartyPayment=Pago de usuarios de confianzas de Realms # -options.dev_realms_stories=Habilitar Historias de Realms # options.dev_overrideXboxEnvironmentWindows=Reemplazar Sandbox de Xbox (controlado por el sistema operativo en Windows) # options.dev_overrideXboxEnvironment=Reemplazar Sandbox de Xbox (es necesario reiniciar) # options.dev_xboxEnvironment=Entorno de Sandbox de Xbox (es necesario reiniciar) # @@ -6333,8 +6390,12 @@ 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_serviceOverrideType=Sustituir tipo # +options.dev_serviceOverrideTypeMultibranch=Despliegue múltiple # +options.dev_serviceOverrideTypeCustom=Personalizar # options.dev_discoveryOverrideServiceName=Nombre del servicio (seguridad, personaje, etc.) # options.dev_discoveryOverrideServiceBranch=Rama # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Restablecer todos los puntos finales # options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Tratamientos de visualización # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Reuniones: habilitadas # options.dev_gatherings_system_service_pack=Recolecciones: deshabilitadas porque faltan uno o más packs de servicio del sistema. # options.dev_gatherings_active_gathering=Activas: %s # options.dev_gatherings_available_gatherings=Reuniones disponibles # +options.dev_gatherings_clear_system_service_pack=Borrar caché del paquete de servicios del sistema # options.difficulty=Dificultad # options.difficulty.easy=Fácil # options.difficulty.hard=Difícil # @@ -6524,7 +6586,8 @@ options.creatorTitle=Ajustes del creador # options.creator.serverboundClientDiagnosticsEnabled=Activar diagnósticos de cliente # options.creator.debuggerHeading=Ajustes del depurador de scripts # options.creator.debuggerAutoAttach=Adjuntar el depurador al cargar # -options.creator.debuggerAutoConnect=Conectar el depurador al cargar # +options.creator.debuggerAutoAttachTimeout=Tiempo de espera de acoplamiento # +options.creator.debuggerAutoAttachTimeoutFormat=%s segundos # options.creator.debuggerConnect=Conectar # options.creator.debuggerListen=Escucha # options.creator.debuggerHost=Anfitrión # @@ -6636,7 +6699,7 @@ options.renderDistance.warning=Esta distancia de renderizado tan alta podría ca options.raytracing.renderdistance.warning=Esta configuración puede provocar problemas de rendimiento mientras juegas. # options.resetSettings=Restablecer valores predeterminados # options.resetSettings.popUp=¿Seguro que deseas restablecer los ajustes? # -options.maxFramerate=Límite de cuadros por segundo # +options.maxFramerate=Límite de tasa de fotogramas # options.maxFramerate.tooltip=Reduce la frecuencia de imágenes máxima del juego para prolongar la duración de la batería y preservar el estado del dispositivo. La frecuencia de imágenes real podría quedar por debajo del límite establecido. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Rendimiento de tortuga # @@ -6671,11 +6734,11 @@ options.smoothRotationSpeed=Velocidad de rotación suave # options.xboxliveBroadcast.inviteOnly=Solo por invitación # options.xboxliveBroadcast.friendsOnly=Solo amigos # options.xboxliveBroadcast.friendsOfFriends=Amigos de amigos # -options.xboxliveBroadcastSettings=Configuración de la cuenta de Microsoft # +options.xboxliveBroadcastSettings=Ajustes de cuenta de Microsoft # options.xboxlivevisible=Visible para jugadores de Xbox # -options.xboxLiveAccountSettings=Configuración de la cuenta de Microsoft # +options.xboxLiveAccountSettings=Ajustes de cuenta de Microsoft # options.xboxLiveSignedIn=Sesión iniciada con una cuenta de Microsoft # -options.xboxLiveSignedOut=Sesión cerrada en una cuenta de Microsoft # +options.xboxLiveSignedOut=Sesión cerrada de una cuenta de Microsoft # options.xboxLive.privacyControl=Privacidad y seguridad online # options.realms.checkInvites=Gestiona las invitaciones a Realms # options.skinCustomisation=Personalización de aspecto... # @@ -6887,7 +6950,7 @@ options.managePrivacy=Para administrar los ajustes de privacidad, visita https:/ options.unlink_msa.button=Desvincular cuenta de Microsoft # options.unlink_msa.confirm.title=¿Desvincular cuenta de Microsoft? # options.unlink_msa.confirm.warning=AVISO: Después de desvincularte, ya no podrás almacenar el progreso ni las compras que realices en tu PlayStation®4 con la cuenta %s. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Desvincular tu cuenta de Microsoft desde dentro de este juego afectará a todos los juegos de Minecraft en esta plataforma que hayan usado esta cuenta de Microsoft. # +options.unlink_msa.confirm.warning.2=Desvincular tu cuenta de Microsoft desde el juego afectará a todas las partidas de Minecraft en esta plataforma que hayan usado esta cuenta de Microsoft. # options.unlink_msa.confirm.checkbox1=Ya no podré acceder a ningún contenido de la Tienda del juego cuando juegue en otras plataformas. # options.unlink_msa.confirm.checkbox2=Ya no podré jugar a juegos multiplataforma con mis amigos en otras plataformas. # options.unlink_msa.confirm.checkbox3=Ya no podré acceder a Realms, incluidas las suscripciones a Realms que están activas actualmente. # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Baja # options.volumetricFogQuality.medium=Media # options.volumetricFogQuality.high=Alta # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Resolución # +options.upscalingPercentage.hundred=Nativa # options.reflectionsQuality=Calidad de los reflejos # options.reflectionsQuality.off=Desactivado # options.reflectionsQuality.low=Baja # @@ -6966,12 +7031,10 @@ 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.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 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). Los Realms que se administren con este dispositivo seguirán funcionando durante 6 meses a menos que el propietario los actualice en otro distinto.%sPara 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ó.%sNo recibirás las actualizaciones más recientes ni tampoco podrás jugar en modo 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 y esta será la última actualización para este dispositivo.%sPodrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins). Los Realms que se administren con este dispositivo seguirán funcionando durante 6 meses a partir de marzo de 2025 a menos que el propietario los actualice en otro distinto.%sPara 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ó.%sNo 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.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 # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Un servidor personal te permite crear un mundo comp store.realmsPlus.faq.question3=¿Mis amigos necesitan comprar Realms Plus para jugar en mi Realm? # store.realmsPlus.faq.answer3=Tus amigos no necesitan comprar una suscripción a Realms Plus para unirse a tu Realm. Puedes invitar a unirse a tu Realm gratis a cualquier amigo que tenga los permisos de multijugador activados. # store.realmsPlus.faq.question4=¿Qué dispositivos son compatibles con Realms Plus de Minecraft? # -store.realmsPlus.faq.answer4=Realms Plus está actualmente disponible en cualquier plataforma donde puedas instalar Minecraft Bedrock Edition. Siempre que hayas iniciado sesión en tu cuenta de Microsoft, podrás jugar en Realms y usar el contenido de Realms Plus en cualesquiera de estos dispositivos. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus está actualmente disponible en cualquier plataforma donde puedas instalar Minecraft Bedrock Edition. Podrás jugar en Realms y usar el contenido de Realms Plus en uno de estos dispositivos siempre que hayas iniciado sesión en tu cuenta de Microsoft. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=¿Cuánto cuesta una suscripción a Realms Plus? # store.realmsPlus.faq.answer5=%s al mes por un servidor de 10 jugadores y acceso a más de 150 packs del Marketplace. # store.realmsPlus.faq.answer5.contentSub=%s al mes. Añade miembros ilimitados y juega en línea con otros 10 jugadores a la vez. Además, podrás disfrutar de más de 150 nuevos contenidos del Marketplace del catálogo del Marketplace Pass de forma gratuita. # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Comienza tu suscripción al Marketplace Pass #### {StrCo store.csb.subscription=Después de iniciar sesión, tendrás a tu disposición más de 150 elementos de contenido emocionante de Minecraft. Descarga y juega mapas de aventura, ponte aspectos, sumérgete en packs de texturas e incluso puedes hacerte con un conjunto de objetos del creador de personajes cada mes. Con un catálogo que se actualiza sin parar, siempre hay algo nuevo que descubrir con el Marketplace Pass. Te cobraremos %s al mes y puedes cancelarlo en cualquier momento para evitar cargos futuros. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass es una suscripción de contenido al que se puede acceder con las versiones de Minecraft compatibles (el juego se vende por separado) en Windows y en otras plataformas compatibles en las que tengas el juego (las ediciones de Minecraft Java y Amazon Kindle Fire no son compatibles). Es necesario tener una suscripción activa para utilizar el contenido de Marketplace Pass. El contenido varía con el tiempo y puede no estar disponible en todos los países. Tras el periodo de prueba gratuito, la suscripción se cobrará al precio vigente en ese momento (sujeto a cambios) más los impuestos aplicables, a menos que se cancele. Puedes cancelar tu suscripción desde el apartado Servicios y suscripciones de tu cuenta de Microsoft. Si la suscripción termina o se retira un artículo del contenido del catálogo, deberás reactivar la suscripción o comprar el contenido por separado para seguir usándolo. Pueden aplicarse tarifas del proveedor de servicios de internet. En ocasiones, es posible que proporcionemos contenido que siga disponible para ti incluso después de que tu periodo de suscripción haya finalizado. En ese caso, nos reservamos el derecho a retirarlo si resulta incompatible o si expiran nuestros derechos sobre el mismo. La suscripción está sujeta a cambios o a su retirada, así como al Contrato de servicios de Microsoft (www.microsoft.com/msa) y al Acuerdo de licencia de usuario final de Minecraft (https://www.minecraft.net/eula). La traducción de estos términos se ha realizado exclusivamente para tu comodidad y, en caso de inconsistencias entre la versión inglesa y otras versiones, prevalecerá siempre la versión inglesa de estos términos. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass es una suscripción de contenido a la que se puede acceder con las versiones de Minecraft compatibles (el juego se vende por separado) en Windows y en otras plataformas compatibles en las que tengas el juego (las ediciones de Minecraft Java y Amazon Kindle Fire no son compatibles). Es necesario tener una suscripción activa para utilizar el contenido de Marketplace Pass. El contenido varía con el tiempo y puede no estar disponible en todos los países. Tras el periodo de prueba gratuito, la suscripción se cobrará al precio vigente en ese momento (sujeto a cambios) más los impuestos aplicables, a menos que se cancele. Puedes cancelar tu suscripción desde el apartado Servicios y suscripciones de tu cuenta de Microsoft. Si la suscripción termina o se retira un artículo del contenido del catálogo, deberás reactivar la suscripción o comprar el contenido por separado para seguir usándolo. Pueden aplicarse tarifas del proveedor de servicios de internet. En ocasiones, es posible que proporcionemos contenido que siga disponible para ti incluso después de que tu periodo de suscripción haya finalizado. En ese caso, nos reservamos el derecho a retirarlo si resulta incompatible o si expiran nuestros derechos sobre el mismo. La suscripción está sujeta a cambios o a su retirada, así como al Contrato de servicios de Microsoft (www.microsoft.com/msa) y al Contrato de licencia de usuario final de Minecraft (https://www.minecraft.net/eula). La traducción de estos términos se ha realizado exclusivamente para tu comodidad y, en caso de inconsistencias entre la versión inglesa y otras versiones, prevalecerá siempre la versión inglesa de estos términos. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=El Marketplace Pass es una suscripción continua con una cuota recurrente. Esta cuota se carga automáticamente cada mes hasta que se cancela la suscripción.%sMás de 150 packs del Marketplace estarán disponibles de inmediato. Puedes cancelar la suscripción para evitar futuros cargos accediendo a los ajustes de las suscripciones. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass es una suscripción continua con una cuota recurrente. Esta cuota se carga automáticamente cada mes hasta que se cancela la suscripción.%sMás de 150 packs del Marketplace estarán disponibles de inmediato. Te cobraremos %s al mes y puedes cancelar la suscripción para evitar futuros cargos accediendo a los ajustes de las suscripciones. #### {StrContains="Marketplace Pass"} @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Este objeto podría no ser compatible con tu dispos store.owned=De tu propiedad # store.owned.legacy=De tu propiedad (P) # store.unlocked=Desbloqueado # -store.mypacks=Mi contenido # +store.myLibrary=Mi biblioteca # store.error=Error de Marketplace # @@ -8663,7 +8726,7 @@ store.content.download=Descargar # store.content.update=Actualizar # store.content.updating=Actualizando... # store.content.requireXbl.signedIn=Descárgalo gratis con una cuenta de Microsoft. # -store.content.requireXbl.notSignedIn=Inicia la sesión en una cuenta de Microsoft para desbloquearlo. # +store.content.requireXbl.notSignedIn=Inicia sesión con una cuenta de Microsoft para desbloquearlo. # store.mashup.count.personaPiece=1 pieza de personaje # store.mashup.count.personaPieces=%s piezas de personaje # @@ -8758,7 +8821,7 @@ store.ratings.rate=¡Puntúa este pack! # store.ratings.signIn.title=Valora los objetos del Marketplace # store.ratings.signIn.description1=Cuenta al creador y la comunidad tu experiencia con este objeto. # -store.ratings.signIn.description2=Para que puedas valorar un objeto, tienes que iniciar sesión con una cuenta de Microsoft. # +store.ratings.signIn.description2=Para poder valorar un objeto, tienes que iniciar sesión con una cuenta de Microsoft. # store.purchase.success.realMoney1=Acabas de desbloquear: %s para %s # store.purchase.success.realMoney2=+:minecoin:%s # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=No hemos podido conectar con la tienda de apli store.coins.tooManyCoins=Usa algunas de tus monedas y luego podrás comprar más. # store.coins.incomplete.title=Compra de monedas incompleta # store.coins.incomplete.fulfill.a=Parece que la última vez dejamos las cosas a medias. Vamos a terminar tu compra ahora. # -store.coins.incomplete.fulfill.b=Parece que has empezado una compra con otra cuenta de Microsoft. ¿Deseas acabarla con esta cuenta? # +store.coins.incomplete.fulfill.b=Parece que has empezado una compra con otra cuenta de Microsoft. ¿Quieres acabarla con esta cuenta? # store.coins.incomplete.fulfill.c=Alguien empezó una compra con su cuenta de facturación en este dispositivo. ¿Quieres terminar la compra con esta cuenta? # store.coins.fixAppReceipt.title=Algo salió mal # store.coins.fixAppReceipt.body=Parece que hay algún problema con tu recibo de la aplicación; por favor, inicia sesión para continuar. # @@ -8828,7 +8891,6 @@ store.updating.title=Actualizando: %s # store.importing.title=Importando: %s # store.importing=Importando... # store.showMore=Ver todo # -store.inventory.no.xbl=Mis packs # store.promo.today=¡Solo hoy! # store.promo.upsell=¡No te pierdas el regalo de hoy! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Estado instalado # store.search.filter.installed=Instalado # store.search.filter.notInstalled=No instalado # store.search.filter.clear.installed=Restablecer filtros instalados # +store.search.filter.dressingroombody=Cuerpo # +store.search.filter.dressingroombody.selectedCount=%d piezas # +store.search.filter.dressingroomstyle=Estilo # +store.search.filter.dressingroomstyle.selectedCount=%d estilos # store.search.sort_menu.sortConstWord=Ordenar # store.search.sort_menu.Default=Relevancia # @@ -10286,13 +10352,13 @@ xbox.signin.error.pocket.line1=¡Gracias por probar los Realms! Aún no son defi xbox.signin.error.pocket.line2= # xbox.signin.error.pocket.line3=Durante esta prueba, todo el mundo tendrá que iniciar sesión con una cuenta de Microsoft para poder recibir invitaciones y que les añadan a Realms. # xbox.signin.warning.kickPlayer=Volverás al menú principal. ¿Continuar? # -xbox.connection.error=Desconectado de la cuenta de Microsoft # +xbox.connection.error=Desconexión de la cuenta de Microsoft # xbox.signin=Iniciar sesión # xbox.signin.qr=Hay dos formas de iniciar sesión # xbox.signin.qr.left.header=Escanea el código QR # xbox.signin.qr.left.body=Usa la aplicación de la cámara o un lector de códigos QR en tu dispositivo. # xbox.signin.qr.right.header=O visita el sitio web # -xbox.signin.qr.account=Inicia sesión con tu cuenta Microsoft gratuita para jugar en línea con tus amigos independientemente de qué plataforma usen # +xbox.signin.qr.account=Inicia sesión con tu cuenta Microsoft gratuita para jugar en línea con tus amigos independientemente de qué plataforma usen. # xbox.signin.beta.blocked=En este momento, no es posible iniciar sesión con una cuenta de Microsoft en la versión beta. # xbox.signin.enterCode=E introduce este código: # xbox.signin.enterCode.qr=2. Introduce el código de más abajo cuando se te indique: # @@ -10323,9 +10389,9 @@ xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Borrar datos de inicio de sesi xbox.invitesignin.line1=Invita a tus amigos utilizando su Gamertag para ver sus mundos cuando estén en línea. # xbox.invitesignin.line2=¡Inicia sesión con una cuenta de Microsoft para empezar a invitar amigos! # xbox.thirdpartysignin.line1=Te esperan fabulosos minijuegos y nuevos jugadores. Pero antes, "%s" quiere saber quién eres. # -xbox.thirdpartysignin.line2=Tienes que iniciar sesión con una cuenta de Microsoft para conectarte. # +xbox.thirdpartysignin.line2=Debes iniciar sesión con una cuenta de Microsoft para conectarte. # xbox.signInLong=Inicia la sesión gratis # -xbox.signOutLong=Cierra sesión de tu cuenta de Microsoft # +xbox.signOutLong=Cierra la sesión de tu cuenta de Microsoft # xbox.genericsignin.line1=La cuenta de Minecraft te permite jugar partidas multijugador en línea con tus amigos en PC y dispositivos móviles. ¿Y sabes qué es lo mejor? # xbox.genericsignin.line2=¡Es GRATIS! # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Inicia sesión con tu cuenta de Microsoft pa xbox.disconectionscreen.multiplayerNotAllowed=Esta cuenta de Microsoft no tiene permiso para unirse a partidas multijugador. # xbox.disconectionscreen.accessDenied=Para unirte a esta partida debes ser amigo de alguno de sus participantes. # -xbox.friendfinder.enterGamertag=Introducir gamertag # -xbox.friendfinder.findFriends=Buscar amigos por gamertag # -xbox.friendfinder.searchingForGamertag=Buscando # -xbox.friendfinder.gamertagNotFound=Gamertag no encontrado # - xbox.profile.addFriend=Añadir amigo # xbox.profile.addFriend.success=¡Bien! %s se ha añadido a tu lista de amigos. # xbox.profile.block=Bloquear # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=La propiedad '%s' no se utiliza para este ti packdiscoveryerror.version_too_high=La propiedad '%s' tiene la versión '%s', que es demasiado alta. El valor más alto que aceptamos es '%s'. # packdiscoveryerror.version_too_low=La propiedad '%s' tiene la versión '%s', que es demasiado baja. El valor más bajo que aceptamos es '%s'. # packdiscoveryerror.format_version_1_engine_version_cap=La propiedad '%s' debe tener definido un valor inferior a '%s'. Para usar una versión superior, tienes que utilizar la versión del formato 2. # +packdiscoveryerror.folder_structure_too_deep=La estructura de la carpeta del paquete es demasiado profunda. # ## pack upgrading packupgradewarning.invalidpacktype=El elemento '%s' tiene un valor no válido en el manifiesto del pack. Cambiando de manera predeterminada al pack de recursos. # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Tu control parental actual no te permite jug gathering.info.qr.title.console=Evento de retransmisión en directo # gathering.info.qr.body.console=Escanea para unirte a nuestra retransmisión en directo # gathering.info.signIn.title=Inicia sesión para unirte a este evento. # -gathering.info.signIn.body=Inicia sesión en tu cuenta de Microsoft para participar en el evento. # +gathering.info.signIn.body=Inicia sesión con tu cuenta de Microsoft para participar en el evento. # gathering.activation.warning=No se ha encontrado la reunión # gathering.activation.warning.signIn=No se encuentra la reunión. Inicia sesión antes de intentarlo de nuevo. # gathering.activation.warning.title=¡Oh, no! # diff --git a/resource_pack/texts/es_MX.lang b/resource_pack/texts/es_MX.lang index fbd708106..c4d14fd97 100644 --- a/resource_pack/texts/es_MX.lang +++ b/resource_pack/texts/es_MX.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Pantalla de la enciclopedia # accessibility.screenName.howToPlay=Cómo se juega: pantalla # accessibility.screenName.inviteToGame=Pantalla para invitar al juego # accessibility.screenName.joinByIP=Cuadro de diálogo para unirse mediante IP # +accessibility.screenName.joinByConnectionID=Cuadro de diálogo Unirse con ID de conexión # accessibility.screenName.joinCode=Cuadro de diálogo con código para unirse # accessibility.screenName.library=Pantalla de biblioteca # accessibility.screenName.modalDialog=Diálogo emergente # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Pantalla de perfil # accessibility.screenName.realmInviteLinkSettings=Pantalla de ajustes del enlace de invitación al Realm # accessibility.screenName.realmSettings=Pantalla de configuración de Realms # accessibility.screenName.settings=Pantalla de configuración del juego # -accessibility.screenName.addFriend=Pantalla de añadir amigo # accessibility.screenName.skinPicker=Pantalla para elegir aspectos # accessibility.screenName.start=Menú principal # accessibility.screenName.vrAlignment=Pantalla de alineación RV # accessibility.screenName.emoteWheel=Pantalla de gestos # +accessibility.screenName.addExternalServer=Pantalla Añadir servidor externo # +accessibility.screenName.editExternalServer=Pantalla Editar servidor externo # accessibility.search.sort_menu.A_to_Z.tts.title=De la A a la Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=De la Z a la A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=No se pueden quitar los efectos de %1$s de commands.effect.failure.notAMob=%1$s no puede tener efectos # commands.effect.notFound=No hay un efecto de criatura con el id. %s. # commands.effect.success=Dio %1$s * %2$d a %3$s durante %4$d segundos. # +commands.effect.success.infinite=%3$s tendrá %1$s * %2$d durante un tiempo ilimitado. # commands.effect.success.removed=Tomó %1$s %2$s # commands.effect.success.removed.all=Se obtuvieron todos los efectos de %1$s. # commands.enchant.cantCombine=%1$s no se puede combinar con %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=La entidad objetivo no puede estar en commands.generic.entity.invalidType=El tipo de entidad "%1$s" no es válido. # commands.generic.entity.invalidUuid=El UUID de la entidad es en un formato inválido # commands.generic.entity.notFound=No se puede encontrar esa entidad # -commands.generic.error.permissions=Niveles de permisos incorrectos. %s es un comando de nivel %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Nivel de permiso incorrecto para el comando: %s. ###1: command name commands.generic.exception=Ocurrió un error desconocido al intentar ejecutar este comando # commands.generic.invalidAgentType=Introduce un argumento aplicado al selector Agent-only # commands.generic.invalidcontext=El contexto proporcionado para el tipo de comando indicado no es válido. # +commands.generic.invalidOrigin=El origen del comando no era válido en el momento de ejecución # commands.generic.invalidDevice=El comando que ingresaste, %s, no es compatible con este dispositivo # commands.generic.invalidMessage=Longitud de mensaje no válida # commands.generic.invalidPlayerType=Argumento de tipo aplicado al selector único de jugador # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Se ejecutaron correctamente %1$d entradas en la fu commands.schedule.invalidOrigin=El origen necesario para ejecutar esta función no es válido. # commands.schedule.name.empty=El nombre del área activa no puede estar vacío. # commands.schedule.too.many.areas=Se encontró más de un área activa con el nombre %s. Utiliza una sola área. # +commands.schedule.clear.failure=No se eliminó ninguna función con el nombre %1$s. # +commands.schedule.clear.success=Se eliminaron %1$d funciones con el nombre %2$s. # +commands.schedule.tickingarea.clear.success=Se eliminaron %1$d funciones con el nombre del área de marca %2$s. # +commands.schedule.tickingarea.clear.failure=No se eliminó ninguna función con el nombre del área de marca %1$s. # +commands.schedule.tickingarea.func.clear.success=Se eliminaron %1$d funciones con el nombre del área de marca %2$s y con el nombre %3$s. # +commands.schedule.tickingarea.func.clear.failure=No se eliminó ninguna función con el nombre del área de marca %1$s y con el nombre %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Los valores de difuminado del color deben ser núm commands.camera.invalid.easing=No se admite la transición a cámaras móviles # commands.camera.invalid.time=La duración del difuminado debe estar entre 0 y 10 segundos # commands.camera.invalid.pitch=La inclinación de la cámara (rotación de X) debe tener entre -90 y 90 grados # -commands.camera.invalid.view.offset=El desplazamiento de la vista debe estar entre -100 y 100 # +commands.camera.invalid.view.offset=El desplazamiento de la vista debe estar entre -64 y 64 # +commands.camera.invalid.entity.offset=El desplazamiento de la entidad debe estar entre -64 y 64 # +commands.camera.invalid.offset.camera=El desplazamiento de la vista y la entidad solo puede aplicarse a la cámara follow_orbit # commands.camera.perspective.locked=No se puede cambiar la perspectiva mientras usas cámaras personalizadas # commands.camera.perspective.option=La cámara seleccionada cambiará cuando no esté activa la cámara personalizada # commands.world_age.description=Cambios o consultas de la edad del mundo (tiempo transcurrido desde su creación). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Eliminar objeto # controller.buttonTip.removeMaterial=Eliminar material # controller.buttonTip.renameItem=Cambiar nombre a objeto # controller.buttonTip.returnToRecipe=Volver a la receta # +controller.buttonTip.swap=Intercambiar # controller.buttonTip.enterSearch=Buscar # controller.buttonTip.searchRecipe=Búsqueda rápida # controller.buttonTip.confirmSearch=Confirmar # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Tomar uno # controller.buttonTip.take=Tomar # controller.buttonTip.takeItem=Agarrar objeto # controller.buttonTip.clearHotbar=Vaciar barra visible # +controller.buttonTip.add.to.bundle=Añadir al lote # +controller.buttonTip.place.from.bundle=Colocar desde el lote # +controller.buttonTip.take.from.bundle=Sacar del lote # controllerLayoutScreen.actions=Acciones # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Pruébala ahora # ## Edu Course Multiplayer strings course.edu.enterIp=Escribe la dirección IP del mundo al que te quieres unir. # course.edu.enterConnection=Introduce la ID de conexión del mundo al que te quieres unir. # +course.edu.enterConnectionScreenReader=Introduce el ID de conexión del mundo al que te gustaría unirte. # course.edu.ipAddress=Dirección IP # course.edu.ipPlaceholder=Escribe la dirección IP o la dirección del servidor # course.edu.ipTooltipText=Para encontrar la dirección IP, pídele al organizador que ponga pausa a la lección. Podrás ver la dirección IP en el lado derecho de su pantalla. # course.edu.connectionInfo=ID de conexión # course.edu.conInfoPlaceholder=Introduce el ID de conexión # course.edu.conInfoHostTooltipText=Puedes compartir el ID de conexión si otras personas tienen problemas para unirse a tu mundo mediante el código de unión o el enlace compartido. # +course.edu.conInfoHostTooltipTextScreenReader=Puedes compartir el ID de conexión si otras personas tienen problemas para unirse a tu mundo mediante el código de unión o el enlace compartido. # course.edu.conInfoTooltipText=El anfitrión puede encontrar el ID de conexión en la pestaña multijugador del menú de juego de su mundo. # +course.edu.conInfoTooltipTextScreenReader=El anfitrión puede encontrar el ID de conexión en la pestaña multijugador del menú de juego de su mundo. # course.edu.joinLesson=Unirte a la lección # course.edu.joinLessonIntro=Busca a tus compañeros en la misma lección para unirte o escribe su dirección IP si no aparecen en la lista. # course.edu.joinLessonIntroTeacher=Selecciona el grupo al que quieres unirte o escribe la dirección IP si no aparece en la lista. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Agrega miembros infinitos y juega con hasta createWorldUpsell.realm.sellPoint2=Guardado en línea: juega en cualquier dispositivo que tenga Minecraft con el Mercado de Minecraft # createWorldUpsell.realm.sellPoint3=No ocupa nada de espacio en tu dispositivo # createWorldUpsell.realm.sellPoint4=Tus amigos pueden jugar incluso cuando no estás # -createWorldUpsell.signIn=Crear un Realm con una cuenta de Microsoft # +createWorldUpsell.signIn=Crear Realm con una cuenta de Microsoft # createWorldUpsell.world.sellPoint1=Juega en línea con hasta 7 amigos # createWorldUpsell.world.sellPoint2=Guardado en tu dispositivo: juega sin conexión # createWorldUpsell.world.sellPoint3=Usa el almacenamiento del dispositivo # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Restablecimiento de velocidad de marca a createWorldScreen.serverSimDistance=Distancia de simulación # createWorldScreen.serverSimDistanceFormat=Porciones de terreno de %s # createWorldScreen.showbordereffect=Mostrar efecto de frontera # -createWorldScreen.check_internet_connection=No estás conectado a internet. Tus amigos no podrán unirse a tus mundos multijugador. Inicia sesión en tu cuenta de Microsoft para jugar con tus amigos. # -createWorldScreen.disconnectedXboxLive=No estás conectado a los servicios de Microsoft. Tus amigos que tengan gamertags no podrán unirse a tu mundo multijugador. Inicia sesión en tu cuenta de Microsoft para jugar con tus amigos. # +createWorldScreen.check_internet_connection=No tienes conexión a internet. Tus amigos no podrán unirse a tus mundos multijugador. Inicia sesión con tu cuenta de Microsoft para jugar con ellos. # +createWorldScreen.disconnectedXboxLive=No tienes conexión a los servicios de Microsoft, por lo que tus amigos con gamertags no podrán unirse a tu mundo multijugador. Inicia sesión con tu cuenta de Microsoft para jugar con tus amigos. # createWorldScreen.clearPlayerData.button=Borrar datos del jugador # createWorldScreen.clearPlayerData.title=¿Quieres borrar los datos del jugador del mundo? # createWorldScreen.clearPlayerData.body1=Selecciona "Todos los datos del jugador" para borrar absolutamente todos los datos del jugador del mundo. La próxima vez que un jugador entre en el mundo, comenzará con datos nuevos y predeterminados. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s expiró. Pide a %s que lo renueve. realmsSharingScreen.cantJoinClosedTitle=%s cerró este Realm. # realmsSharingScreen.cantJoinClosedMessage=%s está cerrado. Pide a %s que lo vuelva a abrir. # realmsSharingScreen.failedSignInModalTitle=Inicia sesión para unirte a este Realm # -realmsSharingScreen.failedSignInModalMessage=Debes tener una sesión iniciada con una cuenta de Microsoft para unirte a un Realm. Inicia sesión y vuelve a intentarlo. # +realmsSharingScreen.failedSignInModalMessage=Para unirte a un Realm, tienes que iniciar sesión en una cuenta de Microsoft. Inicia sesión e inténtalo de nuevo. # realmsSharingScreen.invalidPermissionTitle=Permisos no válidos # realmsSharingScreen.unexpectedServerResponseTitle=Error en los realms # realmsSharingScreen.unexpectedServerResponseMessage=Hubo un problema y no podemos establecer una conexión con el realm. Vuelve a intentarlo más tarde. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Servicio de pagos # realmsCreateScreen.paymentFailed.body=Ocurrió un error de conexión con Realms y no pudimos completar la compra. Inténtalo de nuevo más tarde. # realmsCreateScreen.incomplete=Realm incompleto # realmsCreateScreen.incomplete.create.a=Parece que no terminaste de crear tu realm la vez pasada. Vamos a completar el proceso. # -realmsCreateScreen.incomplete.create.b=Parece que empezaste a crear un realm con una cuenta de Microsoft diferente. ¿Quieres terminar de crear ese realm con esta cuenta de Microsoft como propietario? # -realmsCreateScreen.incomplete.create.c=Alguien empezó a crear un realm con la cuenta de facturación de este dispositivo. ¿Quieres completar la creación de ese realm con esta cuenta de Microsoft como propietario? # +realmsCreateScreen.incomplete.create.b=Parece que empezaste a crear un Realm con otra cuenta de Microsoft. ¿Quieres acabar de crear ese Realm con esta cuenta de Microsoft como propietaria? # +realmsCreateScreen.incomplete.create.c=Alguien empezó a crear un Realm con la cuenta de facturación de este dispositivo. ¿Te gustaría acabar de crear ese Realm con esta cuenta de Microsoft como propietaria? # realmsCreateScreen.incomplete.renew.a=Parece que no terminaste de renovar tu realm la vez pasada. Vamos a completar el proceso. # -realmsCreateScreen.incomplete.renew.b=Parece que comenzaste a renovar un Realm con una cuenta de Microsoft diferente. ¿Quieres terminar de renovar ese Realm con esta cuenta como propietaria? # -realmsCreateScreen.incomplete.renew.c=Alguien comenzó a renovar un Realm con la cuenta de facturación de este dispositivo. ¿Quieres terminar de renovar ese Realm con esta cuenta de Microsoft como propietario? # +realmsCreateScreen.incomplete.renew.b=Parece que has empezado a renovar un Realm con otra cuenta de Microsoft. ¿Deseas completar la renovación de ese Realm con esta cuenta de Microsoft como propietaria? # +realmsCreateScreen.incomplete.renew.c=Alguien empezó a renovar un Realm con la cuenta de facturación de este dispositivo. ¿Te gustaría acabar de renovar ese Realm con esta cuenta de Microsoft como propietaria? # realmsCreateScreen.incomplete.override.renew=¿Estás intentando crear un realm nuevo? Encontramos una compra anterior para renovar un realm. ¿Quieres aplicar esa compra ahora? # realmsCreateScreen.incomplete.override.create=¿Estás intentando renovar un realm? Encontramos una compra previa para crear un realm. ¿Quieres aplicar esa compra ahora? # realmsCreateScreen.incomplete.override.realm=¿Estás intentando renovar un realm? Encontramos una compra anterior para otro realm. ¿Quieres aplicar esa compra ahora? # @@ -2224,10 +2241,10 @@ networkWorld.friends_label=Amigos # networkWorld.joinable_friends_label=Amigos que pueden unirse # networkWorld.no_joinable_friends_label=Tus amigos no están jugando Minecraft ahora. # networkWorld.check_internet_connection=No pudimos encontrar los mundos de tus amigos. Revisa tu conexión a internet. # -networkWorld.connect_to_xbl=Inicia sesión con una cuenta de Microsoft para jugar con tus amigos. # +networkWorld.connect_to_xbl=Inicia sesión con una cuenta de Microsoft para jugar con amigos. # networkWorld.memberOfTooManyRealms=Llegaste al límite de membresías de los Realms. # -networkWorld.multiplayerPrivilegesBlocked=No puedes jugar multijugador en línea debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tu configuración de seguridad en línea permita el modo multijugador. Consulta las instrucciones para cambiar esta configuración en aka.ms/MCMultiplayerHelp. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=No puedes jugar al modo multijugador en línea debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tienes una suscripción activa a Xbox Live Gold y de que tus ajustes de seguridad en línea te permitan jugar en multijugador. Visita aka.ms/MCMultiplayerHelp y sigue las instrucciones para cambiar estos ajustes. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=No puedes jugar al modo multijugador en línea debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tus ajustes de seguridad en línea te permiten jugar en modo multijugador. Visita aka.ms/MCMultiplayerHelp y consulta las instrucciones para cambiar estos ajustes. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=No puedes jugar al modo multijugador en línea debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tienes una suscripción activa a Xbox Live Gold y de que tus ajustes de seguridad en línea te permitan jugar en modo multijugador. Visita aka.ms/MCMultiplayerHelp y sigue las instrucciones para cambiar estos ajustes. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=No puedes jugar al modo multijugador en línea debido a la configuración de tu cuenta de Microsoft. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Se produjo un error desconocido que impide el juego en línea. Intenta de nuevo más tarde. # networkWorld.multiplayerPrivilegesBlockedBanned=No puedes jugar al modo multijugador en línea porque tu cuenta está suspendida. # @@ -2473,7 +2490,7 @@ realmsSettingsScreen.extendConsumableButton.180=Extender por 180 días # xblLogin.LoginMessageTitle=Cuenta de Microsoft # xblLogin.LoginMessage=Conectando... # -xbl.savePurchase.saveButton=Guardar en una cuenta de Microsoft # +xbl.savePurchase.saveButton=Guardar en la cuenta de Microsoft # xbl.marketplace.account.error.body.nobutton=Hay un error con tu cuenta. No podrás usar el Mercado hasta que resolvamos este inconveniente. Si el problema continúa durante varios días, ponte en contacto con el servicio de soporte. # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=Descargaste contenidos o utilizas store.sign_in_warning.no_xbl_and_no_local_content.line1=Inicia sesión ya mismo para guardar y compartir tus compras en todas las plataformas. Guarda tus compras para que no se pierdan en caso de que le ocurriese algo a tu sistema o que desinstalases Minecraft. Accede al contenido que hayas comprado en el Mercado desde cualquier plataforma y podrás utilizar tus personajes personalizados en todas las plataformas. # store.sign_in_warning.no_xbl_and_no_local_content.line2=¿No tienes una cuenta de Microsoft? Crea una gratis. # -xbl.signOut.title=¡Compras de la cuenta de Microsoft! # -xbl.signOut.message1=Cuando esté cerrada la sesión de tu cuenta de Microsoft, no tendrás acceso a las minecoins y los objetos que compraste en la tienda. # +xbl.signOut.title=Compras de la cuenta de Microsoft # +xbl.signOut.message1=Mientras tengas cerrada la sesión de la cuenta de Microsoft, no tendrás acceso a las monedas y los objetos que compres en la tienda. # xbl.signOut.message2=¿Estás seguro de que quieres hacer esto? # date.short_january=Ene. # @@ -2550,7 +2567,7 @@ date.timeLeft=%s restantes # dayOneExperience.carousel.title=¡Te damos la bienvenida a New Minecraft! # dayOneExperience.carousel.welcome_text=¡En esta versión de Minecraft hay muchas novedades emocionantes! ¡Visita el Mercado, crea un Realm y juega en línea con tus amigos de otras plataformas! # dayOneExperience.carousel.marketplace=El Mercado de Minecraft es un lugar en el que puedes encontrar nuevos aspectos, mundos, texturas y packs de popurrí de varios creadores talentosos. # -dayOneExperience.carousel.cross_platform=El juego entre plataformas te permite conectarte con los jugadores de diferentes plataformas. ¡Inicia sesión en tu cuenta de Microsoft para jugar con todos tus amigos de Minecraft! # +dayOneExperience.carousel.cross_platform=Las partidas entre distintas plataformas te permiten conectarte con jugadores de otras plataformas. ¡Inicia sesión en tu cuenta de Microsoft para jugar con todos tus amigos de Minecraft! # dayOneExperience.carousel.realms=Los Realms son servidores que manejamos nosotros solo para ti y tus amigos. Te permiten mantener tu mundo de Minecraft en línea y siempre al alcance, incluso después de cerrar sesión. # dayOneExperience.carousel.villager=¡New Minecraft es el único lugar en el que podrás recibir las próximas actualizaciones con todo tipo de contenido nuevo, como características, criaturas, objetos, bloques y mucho más! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=El servidor se ha apagado debido a que exce disconnectionScreen.header.realms_hidden=Invitación de multijugador # disconnectionScreen.body.realms_hidden=No es posible unirse a este servidor específico. # +disconnectionScreen.biomeData.IdDuplication=El ID de %s coincide con el de %s. # +disconnectionScreen.biomeData.MalformedData=Datos de bioma incorrectos # +disconnectionScreen.biomeData.MixedIdPresence=El pack de biomas tiene una presencia de ID variada para los biomas personalizados. # +disconnectionScreen.biomeData.ReservedRange=El bioma personalizado %s usa un ID de un rango reservado. El ID de los biomas personalizados es: %s-%s. # +disconnectionScreen.biomeData.VanillaBiomesWithId=Los datos de los biomas de la versión estándar no deberían contener el campo ''ID''. # disconnectionScreen.blockMismatch=Los bloques ubicados entre el cliente y el servidor no coinciden. # disconnectionScreen.cantConnect=No es posible conectarse al mundo. # disconnectionScreen.cantConnectToRealm=Falló la conexión con el Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Puedes conseguir plantillas de mundos en la bibliotec edu.pause.multiplayer.disabled=El modo multijugador no está disponible para esta clase. # +effect.duration.infinite=∞ # effect.badOmen=Mal presagio # effect.infested=Infestado # effect.oozing=Exudación # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Captura de pantalla no válida # feed.failedToPostRateLimit=Intenta publicar de nuevo en unos minutos. Realms está intentando ponerse al día. # feed.uppload_started=La captura de pantalla se está cargando # feed.uppload_success=Se cargó la captura de pantalla # -feed.connected=Todos los Realms están conectados a un club con tu cuenta de Microsoft. # +feed.connected=Cada Realm está conectado a un club con tu cuenta de Microsoft. # feed.unviewedPost=Nuevo # -comment.like=%d Me gusta ### 1 like -comment.likes=%d Me gusta ### 0 or 2+ likes -comment.comment=%d comentario ### 1 comment -comment.comments=%d comentarios ### 0 or 2+ comments -comment.likes_and_comments=%1 y %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Comentar... # - furnaceScreen.fuel=Combustible # furnaceScreen.header=Horno # furnaceScreen.input=Entrada # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=¿Quieres mover algo de tu §hbarra activa§f howtoplay.inventory.text.2.touch=¿Quieres mover algo de tu §hbarra activa§f a tu inventario? Toca el objeto que desees y luego el espacio vacío al que quieras moverlo. # howtoplay.inventory.text.2.vr=¿Quieres mover algo de tu §hbarra activa§f a tu inventario? Usa el cursor para seleccionar un objeto y presiona :_input_key.use:. Después, mueve el cursor a un espacio de objetos vacío y vuelve a presionar para soltarlo. # +howtoplay.jigsawBlocks=Bloques rompecabezas # +howtoplay.jigsawBlocks.text.1=Los bloques rompecabezas permiten que los creadores generen grandes estructuras en el mundo conectando varias plantillas de estructuras. # +howtoplay.jigsawBlocks.header.1=Cómo se obtienen # +howtoplay.jigsawBlocks.text.2=Para obtener un bloque rompecabezas, usa el comando /give. Para usarlo, necesitas permisos de operador. # +howtoplay.jigsawBlocks.header.2= Ajustes # +howtoplay.jigsawBlocks.text.3=Los bloques rompecabezas tienen varios ajustes que controlan cómo se unen para formar una estructura más grande. # +howtoplay.jigsawBlocks.text.4=§eGrupo de objetivo§f - Ruta del grupo de plantillas que sirve para buscar una plantilla de estructura de conexión. El grupo de plantillas debe contener al menos una estructura que coincida con el nombre de objetivo del rompecabezas. # +howtoplay.jigsawBlocks.text.5=§eNombre§f - Nombre del rompecabezas que se usa cuando se conecta desde rompecabezas con un nombre de objetivo coincidente. # +howtoplay.jigsawBlocks.text.6=§eSe convierte en§f - Tipo de bloque en el que se convertirá el bloque rompecabezas cuando se coloque en el mundo durante la generación de la estructura. # +howtoplay.jigsawBlocks.text.7=§ePrioridad de selección§f - Cuando se está procesando la pieza principal para las conexiones, este es el orden en el que este bloque rompecabezas intenta conectarse con su pieza de destino. Los rompecabezas se procesan en prioridad descendente, desempatando de forma aleatoria. # +howtoplay.jigsawBlocks.text.8=§ePrioridad de colocación§f - Cuando este bloque rompecabezas se conecta con una pieza, este es el orden en el que dicha pieza se procesa para las conexiones de la estructura más amplia. Las piezas se procesan en prioridad descendente, desempatando según el orden de inserción. # +howtoplay.jigsawBlocks.text.9=§eTipo de articulación§f - Las articulaciones o uniones pueden ser rodables (predeterminadas) o alineadas. Si son rodables, la estructura de destino rota al azar alrededor del bloque rompecabezas de origen. Si son alineadas, la estructura de destino se coloca de tal modo que la rotación del bloque rompecabezas de destino se alinea con la rotación del bloque rompecabezas de origen. Solo se aplica cuando el bloque rompecabezas está boca arriba o boca abajo. # + howtoplay.jukebox=Tocadiscos # howtoplay.jukebox.text.1=El tocadiscos sirve para escuchar los discos de música que encuentres. # howtoplay.jukebox.header.1=Que empiece la fiesta # @@ -4611,7 +4640,7 @@ item.banner.half_vertical_right.red=Partido rojo invertido # item.banner.half_vertical_right.silver=Partido gris claro invertido # item.banner.half_vertical_right.white=Partido blanco invertido # item.banner.half_vertical_right.yellow=Partido amarillo invertido # -item.banner.illager_captain.name=Estandarte amenazante # +item.banner.illager_captain.name=Estandarte ominoso # item.banner.lightBlue.name=Estandarte celeste # item.banner.lime.name=Estandarte verde lima # item.banner.magenta.name=Estandarte magenta # @@ -5489,7 +5518,7 @@ item.turtle_shell_piece.name=Escama de tortuga # item.phantom_membrane.name=Membrana de fantasma # item.sweet_berries.name=Bayas dulces # item.suspicious_stew.name=Estofado sospechoso # -item.field_masoned_banner_pattern.name=Patrón de estandarte mazonado # +item.field_masoned_banner_pattern.name=Patrón de estandarte de albañil # item.creeper_banner_pattern.name=Patrón de estandarte de carga de Creeper # item.flow_banner_pattern.name=Patrón de estandarte de flujo # item.flower_banner_pattern.name=Patrón de estandarte de carga de flores # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Escudo marrón # item.shield.black.name=Escudo negro # item.shield.blue.name=Escudo azul # +item.bundle=Lote # +item.black_bundle=Lote negro # +item.white_bundle=Lote blanco # +item.red_bundle=Lote rojo # +item.orange_bundle=Lote naranja # +item.yellow_bundle=Lote amarillo # +item.green_bundle=Lote verde # +item.lime_bundle=Lote verde lima # +item.brown_bundle=Lote marrón # +item.light_gray_bundle=Lote gris claro # +item.light_blue_bundle=Lote azul claro # +item.blue_bundle=Lote azul # +item.gray_bundle=Lote gris # +item.pink_bundle=Lote rosa # +item.magenta_bundle=Lote magenta # +item.purple_bundle=Lote morado # +item.cyan_bundle=Lote cian # +item.bundle.empty=Vacío # +item.bundle.empty.description=Puede contener una pila de objetos variados # +item.bundle.full=Lleno # +item.bundle.fullness=Queda(n): %s # + item.goat_horn.name=Cuerno de cabra # item.minecraft.goat_horn.sound.0=Reflexión # item.minecraft.goat_horn.sound.1=Cantar # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Flechas # itemGroup.name.potion=Pociones # itemGroup.name.splashPotion=Pociones de salpicadura # itemGroup.name.lingeringPotion=Pociones persistentes # +itemGroup.name.ominousBottle=Botellas ominosas # itemGroup.name.bed=Camas # itemGroup.name.chalkboard=Pizarrones # itemGroup.name.anvil=Yunques # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Velas # itemGroup.name.goatHorn=Cuernos de cabra # itemGroup.name.compounds=Compuestos # itemGroup.name.products=Productos # +itemGroup.name.bundles=Lotes # -jigsaw.title.target_pool=Grupo objetivo: # +##Jigsaw Block +jigsaw_block.title=Bloque rompecabezas # +jigsaw.title.target_pool=Grupo de objetivo: # jigsaw.title.name=Nombre: # -jigsaw.title.target=Nombre del objetivo: # +jigsaw.title.target=Nombre de objetivo: # jigsaw.title.final_block=Se convierte en: # -jigsaw.title.joint_type=Tipo de unión: # +jigsaw.title.selection_priority=Prioridad de selección: # +jigsaw.title.placement_priority=Prioridad de colocación: # +jigsaw.title.joint_type=Tipo de articulación: # jigsaw.title.joint_type.aligned=Alineado # jigsaw.joint_type.aligned=Alineado # jigsaw.joint_type.rollable=Rodable # jigsaw.exit.done=Listo # -jigsaw.exit.cancel=Cancelar # ##EDU Joincode joincode.entry_popup.icon_button=%1 botón de código para unirse # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Abrir en LAN # menu.simulating=Simulando el mundo un poco # menu.singleplayer=Un solo jugador # menu.store=Mercado # +menu.store.addons=¡Explora complementos! # menu.skins=Aspectos # menu.start=Inicio # menu.switchingLevel=Cambiando mundos # @@ -6180,10 +6237,10 @@ options.splitvibration=Vibrar al dividir objetos # options.debug=Depurar # options.flighting_debug=Depuración de vuelo # options.debugTitle=Opciones de desarrollador # -options.delete_account.button=Eliminar la cuenta de Microsoft # -options.delete_account.confirm.title=¿Eliminar la cuenta de Microsoft? # +options.delete_account.button=Eliminar cuenta de Microsoft # +options.delete_account.confirm.title=¿Eliminar cuenta de Microsoft? # options.delete_account.confirm.warning=ADVERTENCIA: Si eliminas tu cuenta ya no podrás almacenar el progreso o las compras realizadas en tu dispositivo %s. # -options.delete_account.confirm.warning.2=Si eliminas tu cuenta de Microsoft de este juego, se verán afectadas todas las partidas de Minecraft creadas con esta cuenta. # +options.delete_account.confirm.warning.2=Desvincular tu cuenta de Microsoft desde el juego afectará a todos los juegos de Minecraft en esta plataforma que hayan usado esta cuenta de Microsoft. # options.delete_account.confirm.checkbox1=Ya no podrás acceder a ningún contenido de la tienda dentro del juego al jugar en otras plataformas. # options.delete_account.confirm.checkbox2=Ya no podrás jugar en línea con tus amigos. # options.delete_account.confirm.checkbox3=Ya no podrás acceder a los Realms, esto incluye las suscripciones a los Realms que estén activas. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Interrupción de las aserciones en el depurad options.dev_assertions_show_dialog=Las aserciones muestran un diálogo modal # options.dev_force_trial_mode=Forzar la habilitación del modo de prueba # options.dev_eduDemo=Demo de educación (requiere volver a iniciar la sesión) # +options.dev_eduCloudResumableUpload=Usa la API de subida reanudable para cargar archivos de más de 4 MB. # options.remote_imgui_toggle=Imgui remoto habilitado # options.dev_enableDebugUI=Activar interfaz de depuración # options.dev_createRealmWithoutPurchase=Crear un Realm sin comprar # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Extremo de los Realms # options.dev_realmsEndpointPayment=Pago de los extremos de los Realms # options.dev_realmsRelyingParty=Usuario de confianza de los Realms # options.dev_realmsRelyingPartyPayment=Pago del usuario de confianza de los Realms # -options.dev_realms_stories=Habilitar Historias de Realms # options.dev_overrideXboxEnvironmentWindows=Anular sandbox de Xbox (sistema operativo controlado en Windows) # options.dev_overrideXboxEnvironment=Anular sandbox de Xbox (requiere reinicio) # options.dev_xboxEnvironment=Entorno de sandbox de Xbox (requiere reinicio) # @@ -6333,8 +6390,12 @@ 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_serviceOverrideType=Sustituir tipo # +options.dev_serviceOverrideTypeMultibranch=Despliegue múltiple # +options.dev_serviceOverrideTypeCustom=Personalizar # options.dev_discoveryOverrideServiceName=Nombre del servicio (seguridad, personaje, etc.) # options.dev_discoveryOverrideServiceBranch=Rama # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Restablecer todos los puntos finales # options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Mostrar tratamientos # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Reuniones: habilitadas # options.dev_gatherings_system_service_pack=Recolecciones: deshabilitadas porque faltan uno o más packs de servicio del sistema. # options.dev_gatherings_active_gathering=Activas: %s # options.dev_gatherings_available_gatherings=Reuniones disponibles # +options.dev_gatherings_clear_system_service_pack=Borrar caché del pack de servicios del sistema # options.difficulty=Dificultad # options.difficulty.easy=Fácil # options.difficulty.hard=Difícil # @@ -6524,7 +6586,8 @@ options.creatorTitle=Configuración del creador # options.creator.serverboundClientDiagnosticsEnabled=Activar diagnósticos de cliente # options.creator.debuggerHeading=Ajustes del depurador de secuencias de comandos # options.creator.debuggerAutoAttach=Adjuntar depurador al cargar # -options.creator.debuggerAutoConnect=Conectar depurador al cargar # +options.creator.debuggerAutoAttachTimeout=Tiempo de espera de acoplamiento # +options.creator.debuggerAutoAttachTimeoutFormat=%s segundos # options.creator.debuggerConnect=Conectar # options.creator.debuggerListen=Escucha # options.creator.debuggerHost=Anfitrión # @@ -6636,7 +6699,7 @@ options.renderDistance.warning=Esta configuración de distancia de renderizado c options.raytracing.renderdistance.warning=Esta configuración puede generar problemas de rendimiento mientras juegas. # options.resetSettings=Restablecer a los valores predeterminados # options.resetSettings.popUp=¿Quieres regresar a la configuración predeterminada? # -options.maxFramerate=Límite de cuadros por segundo # +options.maxFramerate=Límite de tasa de fotogramas # options.maxFramerate.tooltip=Reduce la frecuencia de imágenes máxima del juego para prolongar la duración de la batería y preservar el estado del dispositivo. La frecuencia de imágenes real podría quedar por debajo del límite establecido. # options.maxFramerateFormat=%s de FPS # options.perf_turtle=Tortuga de rendimiento # @@ -6671,11 +6734,11 @@ options.smoothRotationSpeed=Velocidad de giro suave # options.xboxliveBroadcast.inviteOnly=Solo por invitación # options.xboxliveBroadcast.friendsOnly=Solo amigos # options.xboxliveBroadcast.friendsOfFriends=Amigos de amigos # -options.xboxliveBroadcastSettings=Configuración de la cuenta de Microsoft # +options.xboxliveBroadcastSettings=Ajustes de cuenta de Microsoft # options.xboxlivevisible=Visible para jugadores de la red de Xbox # -options.xboxLiveAccountSettings=Configuración de la cuenta de Microsoft # -options.xboxLiveSignedIn=Iniciaste sesión con una cuenta de Microsoft # -options.xboxLiveSignedOut=Cerraste sesión en la cuenta de Microsoft # +options.xboxLiveAccountSettings=Ajustes de cuenta de Microsoft # +options.xboxLiveSignedIn=Sesión iniciada con una cuenta de Microsoft # +options.xboxLiveSignedOut=Sesión cerrada de una cuenta de Microsoft # options.xboxLive.privacyControl=Privacidad y seguridad en línea # options.realms.checkInvites=Administrar invitaciones de membresía de Realms # options.skinCustomisation=Personalizar aspecto... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. El modo Extremo no se puede desactivar d options.turnOnHardcoreMode.message.3=3. Cuando mueras, podrás ver este mundo, pero no interactuar con él. # options.achievementsDisabled=No se pueden conseguir logros en este mundo. # options.achievementsDisabled.onLoad=Si comienzas a jugar con esta configuración, ya no se podrán conseguir logros en este mundo. # -options.achievementsDisabled.notSignedIn=Se pueden conseguir logros en este mundo, pero debes iniciar sesión en una cuenta de Microsoft para obtenerlos. # +options.achievementsDisabled.notSignedIn=Se pueden obtener logros en este mundo, pero para ello tienes que iniciar sesión en una cuenta de Microsoft. # options.turnOffCrossPlatformMultiplayer=¿Desactivar el multijugador entre diferentes plataformas? # options.turnOffCrossPlatformMultiplayer.message=El contenido que estás intentando utilizar no se permite en las partidas multijugador entre plataformas. Si continúas, no podrás jugar partidas multijugador entre plataformas. # options.conflictingPacks=Packs en conflicto # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=Cargar mundo de todos modos # options.updateAndPlay=Actualizar y jugar # options.makeBackup=Hacer una copia de seguridad de mi mundo # options.managePrivacy=Para administrar tu configuración de privacidad, visita https://account.xbox.com/Settings en cualquier navegador. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Desvincular la cuenta de Microsoft # -options.unlink_msa.confirm.title=¿Quieres desvincular la cuenta de Microsoft? # +options.unlink_msa.button=Desvincular cuenta de Microsoft # +options.unlink_msa.confirm.title=¿Desvincular cuenta de Microsoft? # options.unlink_msa.confirm.warning=AVISO: Después de desvincularte, ya no podrás almacenar el progreso ni las compras que realices en tu PlayStation®4 con la cuenta %s. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Si desvinculas tu cuenta de Microsoft de este juego, se verán afectadas todas las partidas de Minecraft creadas con esta cuenta de Microsoft en esta plataforma. # +options.unlink_msa.confirm.warning.2=Desvincular tu cuenta de Microsoft desde el juego afectará a todas las partidas de Minecraft en esta plataforma que hayan usado esta cuenta de Microsoft. # options.unlink_msa.confirm.checkbox1=Ya no podré acceder a ningún contenido de la tienda dentro del juego al jugar en otras plataformas. # options.unlink_msa.confirm.checkbox2=Ya no podré jugar juegos entre plataformas con mis amigos que utilizan otras plataformas. # options.unlink_msa.confirm.checkbox3=Ya no podré acceder a los Realms, incluyendo las suscripciones a los Realms que estén activas actualmente. # @@ -6899,7 +6962,7 @@ options.unlink_msa.success.title=La desvinculación se realizó correctamente # options.unlink_msa.success.body=Se desvincularon tus cuentas. # options.unlink_msa.failure.title=Algo salió mal # options.unlink_msa.failure.body=Hubo un error al desvincular tus cuentas. Revisa tu conexión a Internet. # -options.useRemoteConnect=Usar una conexión remota para iniciar sesión en la cuenta de Microsoft (es necesario reiniciar) # +options.useRemoteConnect=Usar conexión remota para iniciar sesión en la cuenta de Microsoft (es necesario reiniciar) # options.newUiEditWorld.title=¿Quieres probar nuestro nuevo diseño? # options.newUiEditWorld.info=§7Prueba el rediseño que le daremos pronto a esta página. Siempre podrás volver a la experiencia anterior. # options.newUiEditWorld.initiate=Probar el diseño nuevo # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Baja # options.volumetricFogQuality.medium=Media # options.volumetricFogQuality.high=Alta # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Resolución # +options.upscalingPercentage.hundred=Nativa # options.reflectionsQuality=Calidad de los reflejos # options.reflectionsQuality.off=Desactivado # options.reflectionsQuality.low=Baja # @@ -6966,12 +7031,10 @@ 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.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 para este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Mercado (incluidas tus minecoins). Los Realms que se administren con este dispositivo seguirán funcionando durante 6 meses a menos que el propietario (a) los actualice en otro distinto.%sPara 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ó.%sNo recibirás las actualizaciones más recientes ni tampoco podrás jugar en modo 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 y esta será la última actualización para este dispositivo.%sPodrás seguir jugando en tus mundos y acceder a tus compras del Mercado (incluidas tus minecoins). Los Realms que se administren con 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.%sPara 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ó.%sNo 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 Mercado (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 Mercado (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.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 # @@ -7158,9 +7221,9 @@ permissions.ability.op=Comandos de operador # permissions.ability.invisible=Cómo hacerte invisible # permissions.ability.teleport=Teletransportarse # permissions.NeedPermission=Necesitas permiso # -permissions.AddFriends=No puedes agregar amigos debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tu configuración de seguridad en línea permita agregar amigos. Consulta las instrucciones para cambiar esta configuración en aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=No puedes agregar amigos debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tus ajustes de seguridad en línea te permitan agregar amigos. Visita aka.ms/MCMultiplayerHelp y consulta las instrucciones para cambiar estos ajustes. # permissions.MultiplayerSessions=No puedes jugar en Realms debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tus ajustes de seguridad en línea te permitan jugar en multijugador. Visita aka.ms/MCMultiplayerHelp y sigue las instrucciones para cambiar estos ajustes. # -permissions.Communications=No puedes chatear con otros jugadores debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tu configuración de privacidad permita la comunicación con otros usuarios. Consulta las instrucciones para cambiar esta configuración en aka.ms/MCMultiplayerHelp. # +permissions.Communications=No puedes chatear con otros jugadores debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tus ajustes de privacidad te permitan comunicarte con otros. Visita aka.ms/MCMultiplayerHelp y consulta las instrucciones para cambiar estos ajustes. # permissions.RealmsAddFriends=La configuración de tu cuenta de Xbox no te permite agregar amigos nuevos para jugar en tu realm. Puedes cambiarla desde la configuración de privacidad y seguridad en línea en Xbox.com. ¿Quieres continuar? # permissions.CloudSave=La configuración de tu cuenta no te permite guardar tus mundos en tu perfil de Xbox. Puedes cambiarla desde la configuración de privacidad y seguridad en línea en Xbox.com. ###disable_3rd_party_console_resource_pack_check permissions.MultiplayerSessionsOnConsole=No puedes jugar en Realms debido a la configuración de tu cuenta de Microsoft. Asegúrate de que tus ajustes de seguridad en línea te permitan jugar en multijugador y de que tienes una suscripción activa a Xbox Live Gold. Visita aka.ms/MCMultiplayerHelp y sigue las instrucciones para cambiar estos ajustes. ###disable_3rd_party_console_resource_pack_check @@ -7831,7 +7894,7 @@ item.host_armor_trim_smithing_template.name=Acabado de armadura de anfitrión # item.ward_armor_trim_smithing_template.name=Acabado de armadura de guardia # item.silence_armor_trim_smithing_template.name=Acabado de armadura de silencio # item.tide_armor_trim_smithing_template.name=Acabado de armadura de marea # -item.snout_armor_trim_smithing_template.name=Acabado de armadura de hocico # +item.snout_armor_trim_smithing_template.name=Acabado de armadura de trompa # item.rib_armor_trim_smithing_template.name=Acabado de armadura de costilla # item.eye_armor_trim_smithing_template.name=Acabado de armadura de ojo # item.spire_armor_trim_smithing_template.name=Acabado de armadura de torre # @@ -8140,7 +8203,7 @@ selectTemplate.create=Crear... # selectTemplate.worldsByCreators=Mundos de los creadores # selectTemplate.realm=Nuevo Realm # selectTemplate.realmInfo=Puedes cargar mundos a tu Realm una vez que lo hayas creado. # -selectTemplate.signIn=Crear un Realm con una cuenta de Microsoft # +selectTemplate.signIn=Crear Realm con una cuenta de Microsoft # selectTemplate.unableToSignIn=Los servicios de Microsoft no están disponibles en este dispositivo # selectTemplate.world=Nuevo mundo # selectTemplate.help=? # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Un servidor personal te permite crear un mundo comp store.realmsPlus.faq.question3=¿Mis amigos deben comprar Realms Plus para jugar en mi realm? # store.realmsPlus.faq.answer3=Tus amigos no necesitan una suscripción a Realms Plus para jugar en tu realm. Puedes invitar a cualquier amigo (que tenga el permiso de multijugador habilitado) a unirse a tu realm de forma gratuita. # store.realmsPlus.faq.question4=¿Cuáles dispositivos son compatibles con Realms Plus para Minecraft? # -store.realmsPlus.faq.answer4=Actualmente, Realms Plus está disponible en cualquier plataforma donde puedas instalar Minecraft Bedrock Edition. Puedes jugar Realms y usar cualquier contenido de Realms Plus en cualquiera de estos dispositivos al iniciar sesión en tu cuenta de Microsoft. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus está actualmente disponible en cualquier plataforma donde puedas instalar Minecraft Bedrock Edition. Podrás jugar en Realms y usar el contenido de Realms Plus en uno de estos dispositivos siempre que hayas iniciado sesión en tu cuenta de Microsoft. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=¿Cuánto cuesta una suscripción a Realms Plus? # store.realmsPlus.faq.answer5=%s al mes por un servidor para 10 jugadores y acceso a más de 150 packs del Mercado. # store.realmsPlus.faq.answer5.contentSub=%s al mes. Añade miembros ilimitados y juega en línea con hasta 10 jugadores a la vez. Además, podrás disfrutar gratis de más de 150 nuevos contenidos del catálogo del Marketplace Pass. # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Comienza tu suscripción al Marketplace Pass #### {StrCo store.csb.subscription=Después de iniciar sesión, tendrás a tu disposición más de 150 elementos de contenido emocionante de Minecraft. Descarga y juega mapas de aventura, ponte aspectos, sumérgete en packs de texturas e incluso puedes obtener un conjunto de objetos del creador de personajes cada mes. Con un catálogo que se actualiza sin parar, siempre hay algo nuevo que descubrir con el Marketplace Pass. Te cobraremos %s al mes y puedes cancelarlo en cualquier momento para evitar cargos futuros. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass es una suscripción de contenido al que se puede acceder con las versiones de Minecraft compatibles (el juego se vende por separado) en Windows y en otras plataformas compatibles en las que tengas el juego (las ediciones de Minecraft Java y Amazon Kindle Fire no son compatibles). Es necesario tener una suscripción activa para utilizar el contenido de Marketplace Pass. El contenido varía con el tiempo y puede no estar disponible en todos los países. Tras el período de prueba gratuito, la suscripción se cobrará al precio vigente en ese momento (sujeto a cambios) más los impuestos aplicables, a menos que se cancele. Puedes cancelar tu suscripción desde el apartado Servicios y suscripciones de tu cuenta de Microsoft. Si la suscripción termina o se retira un artículo del contenido del catálogo, deberás reactivar la suscripción o comprar el contenido por separado para seguir usándolo. Pueden aplicarse tarifas del proveedor de servicios de internet. En ocasiones, es posible que proporcionemos contenido que siga disponible para ti incluso después de que tu período de suscripción haya finalizado. En ese caso, nos reservamos el derecho a retirarlo si resulta incompatible o si expiran nuestros derechos sobre el mismo. La suscripción está sujeta a cambios o a su retirada, así como al Contrato de servicios de Microsoft (www.microsoft.com/msa) y al Acuerdo de licencia de usuario final de Minecraft (https://www.minecraft.net/eula). La traducción de estos términos se ha realizado exclusivamente para tu comodidad y, en caso de inconsistencias entre la versión inglesa y otras versiones, prevalecerá siempre la versión inglesa de estos términos. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass es una suscripción de contenido a la que se puede acceder con las versiones de Minecraft compatibles (el juego se vende por separado) en Windows y en otras plataformas compatibles en las que tengas el juego (las ediciones de Minecraft Java y Amazon Kindle Fire no son compatibles). Es necesario tener una suscripción activa para utilizar el contenido de Marketplace Pass. El contenido varía con el tiempo y puede no estar disponible en todos los países. Tras el período de prueba gratuito, la suscripción se cobrará al precio vigente en ese momento (sujeto a cambios) más los impuestos aplicables, a menos que se cancele. Puedes cancelar tu suscripción desde el apartado Servicios y suscripciones de tu cuenta de Microsoft. Si la suscripción termina o se retira un artículo del contenido del catálogo, deberás reactivar la suscripción o comprar el contenido por separado para seguir usándolo. Pueden aplicarse tarifas del proveedor de servicios de internet. En ocasiones, es posible que proporcionemos contenido que siga disponible para ti incluso después de que tu período de suscripción haya finalizado. En ese caso, nos reservamos el derecho a retirarlo si resulta incompatible o si expiran nuestros derechos sobre el mismo. La suscripción está sujeta a cambios o a su retirada, así como al Contrato de servicios de Microsoft (www.microsoft.com/msa) y al Contrato de licencia de usuario final de Minecraft (https://www.minecraft.net/eula). La traducción de estos términos se realizó exclusivamente para tu comodidad y, en caso de inconsistencias entre la versión inglesa y otras versiones, prevalecerá siempre la versión inglesa de estos términos. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=El Marketplace Pass es una suscripción continua con una cuota recurrente. Esta cuota se carga automáticamente cada mes hasta que se cancela la suscripción.%sMás de 150 packs del Marketplace estarán disponibles de inmediato. Puedes cancelar la suscripción para evitar futuros cargos accediendo a los ajustes de las suscripciones. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=El Marketplace Pass es una suscripción continua con una cuota recurrente. Esta cuota se carga automáticamente cada mes hasta que se cancela la suscripción.%sMás de 150 packs del Marketplace estarán disponibles de inmediato. Te cobraremos %s al mes y puedes cancelar la suscripción para evitar futuros cargos accediendo a los ajustes de las suscripciones. #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=El servicio de suscripción del Marketplace Pass te permit store.csb.faq.question2=¿Con qué frecuencia se actualiza el contenido del Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=El contenido destacado se actualiza cada mes para que siempre haya algo nuevo que explorar. # store.csb.faq.question3=¿Qué necesito para disfrutar del Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Para acceder al Marketplace Pass, necesitarás una suscripción activa y una versión de Minecraft: Bedrock Edition compatible con el Marketplace de Minecraft. También tendrás que iniciar sesión con una cuenta de Microsoft. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Para acceder al Marketplace Pass, necesitarás una suscripción activa y una versión de Minecraft: Bedrock Edition compatible con el Mercado de Minecraft y tendrás que iniciar sesión con una cuenta de Microsoft. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=¿Qué pasará con mi contenido después de que desaparezca del Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Cuando un mundo, un pack de texturas, un pack de aspectos o popurrí sale del catálogo, tendrás que comprarlo en el Mercado para seguir jugando. Los packs no desaparecerán de tu almacenamiento local hasta que los elimines. Los objetos del creador de personajes mensuales que hayas canjeado serán tuyos y podrás quedártelos. # store.csb.faq.question5=¿Qué pasa cuando se me acabe la suscripción? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Es posible que este objeto no sea compatible con tu store.owned=Obtenido # store.owned.legacy=Obtenido (P) # store.unlocked=Desbloqueado # -store.mypacks=Mi contenido # +store.myLibrary=Mi biblioteca # store.error=Error en el Mercado # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=No tienes suficientes monedas pa store.popup.purchaseFailedInsufficientFunds.buyButton=Obtener monedas # store.popup.purchasePriceMismatch.msg=No pudimos finalizar la compra. Intenta más tarde. # store.popup.trialUpgradeFail.title=Error al desbloquear el juego # -store.popup.trialUpgradeFail.msg=Parece que iniciaste sesión en una cuenta de Microsoft diferente a la que se utilizó para descargar la prueba de Minecraft. Inicia sesión con esa cuenta y vuelve a intentarlo. # +store.popup.trialUpgradeFail.msg=Parece que iniciaste sesión con una cuenta Microsoft diferente a la que utilizaste para descargar la versión de prueba de Minecraft por primera vez. Vuelve a intentarlo después de iniciar sesión con esa cuenta. # store.popup.downloaded.unOwnedTemplate.title=¿Comprar plantilla de mundo? # store.popup.downloaded.unOwnedTemplate.msg=No tienes esta plantilla y debes comprarla para desbloquearla. ¿Quieres comprar la plantilla? # store.popup.rtx.title=¿Quieres descargar los packs de trazado de rayos? # @@ -8662,8 +8725,8 @@ store.progress.checkingDownload=Comprobando descarga # store.content.download=Descargar # store.content.update=Actualizar # store.content.updating=Actualizando... # -store.content.requireXbl.signedIn=Descarga este elemento de forma gratuita con una cuenta de Microsoft. # -store.content.requireXbl.notSignedIn=Inicia sesión con una cuenta de Microsoft para desbloquear este elemento. # +store.content.requireXbl.signedIn=Descárgalo gratis con una cuenta de Microsoft. # +store.content.requireXbl.notSignedIn=Inicia sesión con una cuenta de Microsoft para desbloquearlo. # store.mashup.count.personaPiece=1 pieza de personaje # store.mashup.count.personaPieces=%s piezas de personajes # @@ -8758,12 +8821,12 @@ store.ratings.rate=Valora este pack. # store.ratings.signIn.title=Calificar elementos en el Mercado # store.ratings.signIn.description1=¡Comparte tu experiencia sobre este elemento con su creador y con la comunidad! # -store.ratings.signIn.description2=Antes de calificar un elemento, deberás iniciar sesión con una cuenta de Microsoft. # +store.ratings.signIn.description2=Para poder valorar un objeto, tienes que iniciar sesión con una cuenta de Microsoft. # store.purchase.success.realMoney1=Desbloqueaste: %s por %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Expande tu juego con cientos de contenidos geniales. # -store.purchase.signInPart2=¡Inicia sesión con una cuenta de Microsoft para comenzar a utilizar el Mercado! # +store.purchase.signInPart2=Inicia sesión con una cuenta de Microsoft para empezar a usar el Mercado. # store.purchase.realmoney.disclaimer=*Realiza la compra de %s monedas por %s y canjea este pack por %s monedas, dejando %s de sobra. # store.purchase.notAvailable=Actualmente no disponible # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=No pudimos conectarnos con la tienda de aplica store.coins.tooManyCoins=Usa algunas de tus monedas y después podrás comprar más. # store.coins.incomplete.title=Compra de monedas incompleta # store.coins.incomplete.fulfill.a=Parece que no se terminó todo correctamente la última vez. Completemos la compra ahora. # -store.coins.incomplete.fulfill.b=Parece que comenzaste una compra con otra cuenta de Microsoft. ¿Deseas completar la compra con esta cuenta? # +store.coins.incomplete.fulfill.b=Parece que empezaste una compra con otra cuenta de Microsoft. ¿Quieres acabarla con esta cuenta? # store.coins.incomplete.fulfill.c=Alguien inició una compra con la cuenta de facturación de este dispositivo. ¿Quieres completar la compra con esta cuenta? # store.coins.fixAppReceipt.title=Algo salió mal # store.coins.fixAppReceipt.body=Parece que hay un problema con tu recibo de la aplicación. Inicia sesión para continuar. # @@ -8828,7 +8891,6 @@ store.updating.title=Actualizando: %s # store.importing.title=Importando: %s # store.importing=Importando... # store.showMore=Ver todo # -store.inventory.no.xbl=Mis packs # store.promo.today=¡Solo hoy! # store.promo.upsell=¡No te pierdas el regalo del día! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Estado de la instalación # store.search.filter.installed=Instalado # store.search.filter.notInstalled=No instalado # store.search.filter.clear.installed=Restablecer filtros instalados # +store.search.filter.dressingroombody=Cuerpo # +store.search.filter.dressingroombody.selectedCount=%d piezas # +store.search.filter.dressingroomstyle=Estilo # +store.search.filter.dressingroomstyle.selectedCount=%d estilos # store.search.sort_menu.sortConstWord=Ordenar # store.search.sort_menu.Default=Relevancia # @@ -10185,7 +10251,7 @@ trial.tabbed_upsell.buttonAlternate=Desbloquear el juego completo de Minecraft # trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=¡Explora sin parar tus mundos únicos y construye todo lo que puedas imaginar, desde la casa más sencilla hasta el castillo más majestuoso! Juega en el modo creativo para construir maravillas con recursos ilimitados o extrae en el modo supervivencia, fabricando armas y armaduras para defenderte de las criaturas peligrosas y sobrevivir durante la noche. ¡Además, puedes jugar con tus amigos en línea! ¡Desbloquea el juego completo hoy mismo! # trial.tabbed_upsell.xbl.title=CUENTA DE MICROSOFT # -trial.tabbed_upsell.xbl.description=Con la versión completa de Minecraft, podrás disfrutar del modo creativo, los logros y muchas más cosas. Además, con una cuenta de Microsoft podrás conocer a otras personas de la comunidad de Minecraft. Únete a los mundos de tus amigos, conoce a gente nueva en los servidores y sincroniza tus compras del Marketplace en cualquier lugar donde juegues a Minecraft. # +trial.tabbed_upsell.xbl.description=Con la versión completa de Minecraft, podrás disfrutar del modo creativo, los logros y muchas más cosas. Además, con una cuenta de Microsoft podrás conocer a otras personas de la comunidad de Minecraft. Únete a los mundos de tus amigos, conoce a gente nueva en los servidores y sincroniza tus compras del Mercado en cualquier lugar donde juegues a Minecraft. # trial.tabbed_upsell.xbl.description.line2=*(en las versiones que incluyen el Mercado) # trial.tabbed_upsell.achievements.title=LOGROS # trial.tabbed_upsell.achievements.description=Además de disfrutar de la experiencia completa de Minecraft con el modo creativo, multijugador y mucho más, conseguirás logros y una puntuación de jugador para controlar tu progreso en Minecraft y demostrar tus logros a tus amigos con una cuenta de Microsoft. ¡Consigue la versión completa del juego para empezar a disfrutar! # @@ -10208,7 +10274,7 @@ trial.thanks_for_testing.button=¡Llévame a las preguntas frecuentes! # trial.thanks_for_testing.minecraft.title=VERSIÓN DE PRUEBA DE MINECRAFT # trial.thanks_for_testing.minecraft.description=¡Gracias por descargar la versión de prueba de Minecraft para Chromebook! Tus pruebas del juego nos aportarán datos muy valiosos para correcciones de errores y solución de problemas técnicos. ¿Encontraste un error? ¡Notifícalo en bugs.mojang.com! ¿Tienes más preguntas? Echa un vistazo a la sección de preguntas frecuentes. # trial.thanks_for_testing.xbl.title=CUENTA DE MICROSOFT # -trial.thanks_for_testing.xbl.description=Con la versión completa de Minecraft, tendrás acceso al modo creativo, los logros y mucho más. Además, con una cuenta de Microsoft podrás conocer a otras personas de la comunidad de Minecraft, unirte a los mundos de tus amigos, conocer a gente nueva en los servidores y sincronizar tus compras del Marketplace desde todos los lugares donde juegues a Minecraft. # +trial.thanks_for_testing.xbl.description=Con la versión completa de Minecraft, tendrás acceso al modo creativo, los logros y mucho más. Además, con dicha cuenta podrás conocer a otras personas de la comunidad de Minecraft, unirte a los mundos de tus amigos, conocer a gente nueva en los servidores y sincronizar tus compras del Mercado desde todos los lugares donde juegues a Minecraft. # trial.thanks_for_testing.xbl.description.line2=*(en versiones con Mercado) # trial.thanks_for_testing.achievements.description=Además de disfrutar de la experiencia completa de Minecraft con el modo creativo, el multijugador y muchas más cosas, conseguirás logros. Los logros y la puntuación de jugador muestran a tus amigos con una cuenta de Microsoft tu progreso y tus éxitos en Minecraft. # trial.thanks_for_testing.multiplayer.description=¡Con la versión completa del juego, podrás disfrutar del modo creativo, los logros y el modo multijugador con amigos que tengan Minecraft en sus dispositivos! Podrás crear, explorar y sobrevivir con ellos en consola, PC y dispositivos móviles. # @@ -10281,25 +10347,25 @@ autosave.info.xbox=Cuando veas este icono, significa que estamos guardando tu ju autosave.info.desktop=Cuando veas este icono, significa que estamos guardando tu juego. No apagues tu computadora mientras este icono esté en la pantalla. # ## Xbox network strings -xbox.signin.error=Inicia sesión con tu cuenta de Microsoft para jugar con tus amigos, obtener logros y aumentar tu puntuación. # +xbox.signin.error=Inicia sesión con tu cuenta de Microsoft para jugar con amigos, aumentar tu puntuación de jugador y conseguir logros. # xbox.signin.error.pocket.line1=¡Gracias por probar Realms! Las funciones no están terminadas y pueden ocurrir errores. ¡Envíanos tus comentarios! Queremos conocer tu opinión. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Durante esta prueba, todos deberán iniciar sesión con una cuenta de Microsoft para poder recibir invitaciones y unirse a los Realms. # +xbox.signin.error.pocket.line3=Durante esta prueba, todo el mundo tendrá que iniciar sesión con una cuenta de Microsoft para poder recibir invitaciones y que les añadan a Realms. # xbox.signin.warning.kickPlayer=Al hacer esto, se te enviará de regreso al menú principal. ¿Deseas continuar? # -xbox.connection.error=Te desconectaste de tu cuenta de Microsoft # +xbox.connection.error=Desconexión de la cuenta de Microsoft # xbox.signin=Iniciar sesión # xbox.signin.qr=Dos opciones para iniciar sesión # xbox.signin.qr.left.header=Escanea el código QR # xbox.signin.qr.left.body=Utiliza la aplicación de cámara o un lector de códigos QR en tu dispositivo. # xbox.signin.qr.right.header=O visita el sitio web # -xbox.signin.qr.account=Inicia sesión con una cuenta de Microsoft gratuita para jugar en línea con tus amigos en todas las plataformas # -xbox.signin.beta.blocked=El inicio de sesión con una cuenta de Microsoft no está disponible en la versión beta por el momento. # +xbox.signin.qr.account=Inicia sesión con tu cuenta Microsoft gratuita para jugar en línea con tus amigos independientemente de qué plataforma usen. # +xbox.signin.beta.blocked=En este momento, no es posible iniciar sesión con una cuenta de Microsoft en la versión beta. # xbox.signin.enterCode=Y escribe este código: # xbox.signin.enterCode.qr=2. Escribe el código a continuación cuando se te solicite: # xbox.signin.letsPlay=¡Vamos a jugar! # -xbox.signin.message=Inicia sesión con tu cuenta gratuita de Microsoft para disfrutar todos los elementos del mundo de Minecraft. # +xbox.signin.message=Inicia sesión con tu cuenta gratuita de Microsoft para disfrutar del mundo completo de Minecraft. # xbox.signin.url=https://microsoft.com/link # -xbox.signin.useDifferentAccount=Iniciar sesión con una cuenta diferente de Microsoft # +xbox.signin.useDifferentAccount=Inicia sesión con otra cuenta de Microsoft # xbox.signin.website=Visita este sitio web en otro dispositivo: # xbox.signin.website.qr=1. Visita este sitio web en otro dispositivo: # xbox.signin.welcome=¡Qué bueno que estás aquí! # @@ -10312,7 +10378,7 @@ xbox.signinquestion=¿Iniciar sesión? # xbox.notnow=Ahora no. # xbox.signingin=Iniciando sesión con tu cuenta de Microsoft... # xbox.signingin.offline=Iniciando sesión # -xbox.failedsignin.body=No pudimos iniciar sesión en tu cuenta de Microsoft. El acceso a los realms, los perfiles y tus artículos del Mercado estará limitado. Vuelve a intentarlo más tarde. # +xbox.failedsignin.body=No pudimos iniciar sesión en tu cuenta de Microsoft. Tu acceso a Realms, a los perfiles y a tus objetos del Mercado será limitado. Inténtalo de nuevo más tarde. # xbox.failedsignin.error=Código de error: # xbox.failedsignin.moreInfo=Más información # xbox.dev_wrongSandboxSigninFailed.title=Algo salió mal # @@ -10321,25 +10387,20 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Cambiar a sandbox de desarrollador xbox.dev_wrongSandboxSigninFailed.button.retail=Cambiar a sandbox de minorista # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Borrar datos de inicio de sesión en la cuenta # xbox.invitesignin.line1=Invita a tus amigos con su gamertag para ver sus mundos cuando estén en línea. # -xbox.invitesignin.line2=¡Inicia sesión con una cuenta de Microsoft para comenzar a invitar amigos! # +xbox.invitesignin.line2=¡Inicia sesión con una cuenta de Microsoft para empezar a invitar amigos! # xbox.thirdpartysignin.line1=Te esperan fabulosos MiniGames y nuevos jugadores. Pero antes, "%s" quiere saber quién eres. # -xbox.thirdpartysignin.line2=¡Debes iniciar sesión con una cuenta de Microsoft para conectarte! # +xbox.thirdpartysignin.line2=Debes iniciar sesión con una cuenta de Microsoft para conectarte. # xbox.signInLong=¡Inicia sesión de forma gratuita! # -xbox.signOutLong=Cerrar la sesión de tu cuenta de Microsoft # +xbox.signOutLong=Cierra la sesión de tu cuenta de Microsoft # xbox.genericsignin.line1=Tu cuenta de Minecraft te permite participar en partidas multijugador en línea con tus amigos, en PC y dispositivos móviles. Y, ¿sabes cuál es la mejor parte? # xbox.genericsignin.line2=¡Es GRATIS! # xbox.genericsignin.line3=La puedes usar en cualquier dispositivo donde juegues Minecraft. # -xbox.disconectionscreen.notSignedIn=Inicia sesión con tu cuenta de Microsoft para jugar con tus amigos. # +xbox.disconectionscreen.notSignedIn=Inicia sesión con tu cuenta de Microsoft para jugar con amigos. # xbox.disconectionscreen.multiplayerNotAllowed=Esta cuenta de Microsoft no tiene permiso para unirse a partidas multijugador. # xbox.disconectionscreen.accessDenied=Debes ser amigo de un jugador de esta partida para poder unirte. # -xbox.friendfinder.enterGamertag=Ingresa tu gamertag # -xbox.friendfinder.findFriends=Buscar amigos por gamertag # -xbox.friendfinder.searchingForGamertag=Buscando # -xbox.friendfinder.gamertagNotFound=No se encontró el gamertag # - xbox.profile.addFriend=Agregar amigo # xbox.profile.addFriend.success=¡Listo! %s se agregó a tu lista de amigos. # xbox.profile.block=Bloquear # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=La propiedad '%s' no se usa para este tipo d packdiscoveryerror.version_too_high=La propiedad '%s' tiene una versión de '%s' que es muy alta. El valor máximo que aceptamos es '%s'. # packdiscoveryerror.version_too_low=La propiedad '%s' tiene una versión de '%s' que es muy baja. El valor mínimo que aceptamos es '%s'. # packdiscoveryerror.format_version_1_engine_version_cap=La propiedad '%s' debe tener un valor establecido menor que '%s'. Para utilizar una versión posterior, deberás usar el formato de la versión 2. # +packdiscoveryerror.folder_structure_too_deep=La estructura de la carpeta del pack es demasiado profunda. # ## pack upgrading packupgradewarning.invalidpacktype=El elemento "%s" proporcionado tiene un valor no válido en el manifiesto del pack, se aplicará el pack de recursos predeterminado. # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Tu control parental actual no te permite jug gathering.info.qr.title.console=Evento de retransmisión en directo # gathering.info.qr.body.console=Escanea para unirte a nuestra retransmisión en directo # gathering.info.signIn.title=Inicia sesión para unirte a este evento. # -gathering.info.signIn.body=Inicia sesión en tu cuenta de Microsoft para participar en el evento. # +gathering.info.signIn.body=Inicia sesión con tu cuenta de Microsoft para participar en el evento. # gathering.activation.warning=No se ha encontrado la reunión # gathering.activation.warning.signIn=No se encuentra la reunión. Inicia sesión antes de intentarlo de nuevo. # gathering.activation.warning.title=¡Oh, no! # diff --git a/resource_pack/texts/fi_FI.lang b/resource_pack/texts/fi_FI.lang index f0d6339ff..e4860548c 100644 --- a/resource_pack/texts/fi_FI.lang +++ b/resource_pack/texts/fi_FI.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Tietokirjanäyttö # accessibility.screenName.howToPlay=Peliohjenäyttö # accessibility.screenName.inviteToGame=Kutsu peliin -näyttö # accessibility.screenName.joinByIP=IP-osoitteella liittymisen valintaikkuna # +accessibility.screenName.joinByConnectionID=Liity yhteystunnuksella valintaikkuna # accessibility.screenName.joinCode=Liittymiskoodi-valintaikkuna # accessibility.screenName.library=Kirjastonäyttö # accessibility.screenName.modalDialog=Ponnahdusvalintaikkuna # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Profiilinäyttö # accessibility.screenName.realmInviteLinkSettings=Realm-kutsulinkkiasetusten näyttö # accessibility.screenName.realmSettings=Realm-asetusten näyttö # accessibility.screenName.settings=Peliasetusten näyttö # -accessibility.screenName.addFriend=Lisää ystävä -näyttö # accessibility.screenName.skinPicker=Olemuksen valintanäyttö # accessibility.screenName.start=Päävalikko # accessibility.screenName.vrAlignment=VR-tasauksen näyttö # accessibility.screenName.emoteWheel=Elenäyttö # +accessibility.screenName.addExternalServer=Lisää ulkoinen palvelin näyttö # +accessibility.screenName.editExternalServer=Muokkaa ulkoista palvelinta näyttö # accessibility.search.sort_menu.A_to_Z.tts.title=A–Ö ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Ö–A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Pelaajalta %1$s ei voi poistaa vaikutuksia commands.effect.failure.notAMob=%1$s ei voi sisältää vaikutuksia # commands.effect.notFound=Hirviövaikutusta tunnuksella %s ei ole # commands.effect.success=Annettiin %1$s * %2$d pelaajalle %3$s for %4$d sekunniksi # +commands.effect.success.infinite=Annettiin %1$s * %2$d pelaajalle %3$s loputtomaksi ajaksi # commands.effect.success.removed=Otettiin %1$s pelaajalta %2$s # commands.effect.success.removed.all=Poistettiin kaikki vaikutukset pelaajalta %1$s # commands.enchant.cantCombine=Vaikutusta %1$s ei voi yhdistää vaikutukseen %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Kohde-entiteetti ei voi olla eri ulot commands.generic.entity.invalidType=Entiteettityyppi "%1$s" on virheellinen # commands.generic.entity.invalidUuid=Annettu entiteetin UUID on virheellisessä muodossa # commands.generic.entity.notFound=Entiteettiä ei löydy # -commands.generic.error.permissions=Väärät lupatasot. %s on tason %s komento. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Virheellinen lupataso komennossa: %s. ###1: command name commands.generic.exception=Tämän komennon suorittamisen yhteydessä tapahtui tuntematon virhe # commands.generic.invalidAgentType=Tyypin argumentti otettiin käyttöön vain Agentin valitsimessa # commands.generic.invalidcontext=Annettu virheellinen konteksti syötetylle komentotyypille # +commands.generic.invalidOrigin=Komentoalkuperä on virheellinen komentoa suoritettaessa # commands.generic.invalidDevice=Tämä laite ei tue syöttämääsi komentoa, %s. # commands.generic.invalidMessage=Virheellinen viestin pituus # commands.generic.invalidPlayerType=Tyypin argumentti otettiin käyttöön vain pelaajien haussa # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Suoritettiin onnistuneesti %1$d toimintosuoritetta commands.schedule.invalidOrigin=Tämän toiminnon suorittamiseen tarvittava alkupiste on virheellinen. # commands.schedule.name.empty=Itsepäivittyvän alueen nimi ei voi olla tyhjä. # commands.schedule.too.many.areas=Nimellä %s löytyi useita itsepäivittyviä alueita. Käytä vain yhtä aluetta. # +commands.schedule.clear.failure=Toimintoja ei ole poistettu nimellä %1$s. # +commands.schedule.clear.success=Poistettu %1$d toimintoa nimellä %2$s. # +commands.schedule.tickingarea.clear.success=Poistettu %1$d toimintoa itsepäivittyvällä alueella nimellä %2$s. # +commands.schedule.tickingarea.clear.failure=Toimintoja ei ole poistettu itsepäivittyvällä alueella nimellä %1$s. # +commands.schedule.tickingarea.func.clear.success=Poistettu %1$d toimintoa itsepäivittyvällä alueella nimellä %2$s ja nimellä %3$s. # +commands.schedule.tickingarea.func.clear.failure=Toimintoja ei ole poistettu itsepäivittyvällä alueella nimellä %1$s ja nimellä %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Häivytyksen väriarvojen on oltava kokonaislukuja commands.camera.invalid.easing=Muihin kuin paikallaan oleviin kameroihin siirtymistä ei tueta # commands.camera.invalid.time=Häivytyksen keston on oltava 0–10 sekuntia # commands.camera.invalid.pitch=Kameran kierron (X-akseli) on oltava -90 ja 90 asteen välillä # -commands.camera.invalid.view.offset=Näkymän tasoituksen on oltava välillä -100 ja 100 # +commands.camera.invalid.view.offset=Näkymän tasoituksen on oltava välillä -64 ja 64 # +commands.camera.invalid.entity.offset=Entiteettien tasoituksen on oltava välillä -64 ja 64 # +commands.camera.invalid.offset.camera=Entiteettien ja näkymän tasoitusta voidaan käyttää vain follow_orbit kamera-asetukseen # commands.camera.perspective.locked=Perspektiiviä ei voi vaihtaa mukautettuja kameroita käytettäessä # commands.camera.perspective.option=Valitsemasi kamera vaihtuu, kun mukautettu kamera ei ole aktiivinen # commands.world_age.description=Vaihtaa tai kysyy maailman ikää (aikaa luomisesta). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Poista aines # controller.buttonTip.removeMaterial=Poista materiaali # controller.buttonTip.renameItem=Nimeä esine uudelleen # controller.buttonTip.returnToRecipe=Palaa reseptiin # +controller.buttonTip.swap=Vaihda # controller.buttonTip.enterSearch=Haku # controller.buttonTip.searchRecipe=Pikahaku # controller.buttonTip.confirmSearch=Vahvista # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Ota yksi # controller.buttonTip.take=Ota # controller.buttonTip.takeItem=Ota esine # controller.buttonTip.clearHotbar=Tyhjennä pikapalkki # +controller.buttonTip.add.to.bundle=Lisää pakettiin # +controller.buttonTip.place.from.bundle=Aseta paketista # +controller.buttonTip.take.from.bundle=Ota paketista # controllerLayoutScreen.actions=Toiminnot # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Kokeile jo nyt # ## Edu Course Multiplayer strings course.edu.enterIp=Anna sen maailman IP-osoite, johon haluat liittyä. # course.edu.enterConnection=Anna sen maailman yhteystunnus, mihin haluat liittyä. # +course.edu.enterConnectionScreenReader=Anna sen maailman yhteystunnus, mihin haluat liittyä. # course.edu.ipAddress=IP-osoite # course.edu.ipPlaceholder=Anna IP-osoite tai palvelimen osoite # course.edu.ipTooltipText=Pyydä isäntää pysäyttämään luento, jotta voit löytää IP-osoitteen. Se on näkyvissä isännän näytön oikeassa laidassa. # course.edu.connectionInfo=Yhteyden tunnus # course.edu.conInfoPlaceholder=Anna yhteystunnus # -course.edu.conInfoHostTooltipText=Voit jakaa yhteystunnuksen, jos muilla on ongelmia liittyä maailmaasi käyttämällä liittymiskoodia tai jaettua linkkiä. # +course.edu.conInfoHostTooltipText=Voit jakaa yhteystunnuksen, jos muilla on ongelmia liittyä maailmaasi käyttämällä liittymiskoodia tai jaettua linkkiä, ei uudelleenlatausta. # +course.edu.conInfoHostTooltipTextScreenReader=Voit jakaa yhteystunnuksen, jos muilla on ongelmia liittyä maailmaasi käyttämällä liittymiskoodia tai jaettua linkkiä. # course.edu.conInfoTooltipText=Isäntä löytää yhteystunnuksen maailmansa pelivalikon moninpelivälilehdeltä. # +course.edu.conInfoTooltipTextScreenReader=Isäntä löytää yhteystunnuksen maailmansa pelivalikon moninpelivälilehdeltä. # course.edu.joinLesson=Liity luennolle # course.edu.joinLessonIntro=Etsi samalla luennolla olevia luokkatovereita liittyäksesi heihin tai anna heidän IP-osoitteensa, jos he eivät näy luettelossa. # course.edu.joinLessonIntroTeacher=Valitse ryhmä, johon haluat liittyä, tai anna sen IP-osoite, jos se ei näy luettelossa. # @@ -1908,8 +1927,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 # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Maksupalvelu # realmsCreateScreen.paymentFailed.body=Realmsiin ei voida yhdistää, joten ostostasi ei saatu päätökseen juuri nyt. Kokeile myöhemmin uudelleen. # realmsCreateScreen.incomplete=Keskeneräinen Realm # realmsCreateScreen.incomplete.create.a=Emme tainneet saada asioita päätöksiin viimeksi. Luodaan realmisi nyt loppuun. # -realmsCreateScreen.incomplete.create.b=Näyttää siltä, että olet aloittanut realmin luomisen eri Microsoft-tilillä. Haluatko luoda realmisi loppuun siten, että tämä Microsoft-tili on omistajana? # -realmsCreateScreen.incomplete.create.c=Joku on aloittanut Realmin luomisen tällä laitteella olevalla laskutustilillä. Haluatko luoda realmisi loppuun siten, että tämä Microsoft-tili on omistajana? # +realmsCreateScreen.incomplete.create.b=Näyttää siltä, että olet aloittanut Realmin luomisen eri Microsoft-tilillä. Haluatko luoda Realmisi loppuun siten, että tämä Microsoft-tili on omistajana? # +realmsCreateScreen.incomplete.create.c=Joku on aloittanut Realmin luomisen tällä laitteella olevalla laskutustilillä. Haluatko luoda Realmisi loppuun siten, että tämä Microsoft-tili on omistajana? # realmsCreateScreen.incomplete.renew.a=Emme tainneet saada asioita päätökseen viimeksi. Uudistetaan realmisi nyt loppuun. # -realmsCreateScreen.incomplete.renew.b=Näyttää siltä, että olet aloittanut Realmin uudistamisen eri Microsoft-tilillä. Haluatko suorittaa Realmisi uudistamisen loppuun siten, että tämä Microsoft-tili on omistajana? # -realmsCreateScreen.incomplete.renew.c=Joku on aloittanut Realmin uudistamisen tällä laitteella olevalla laskutustilillä. Haluatko suorittaa Realmisi uudistamisen loppuun siten, että tämä Microsoft-tili on omistajana? # +realmsCreateScreen.incomplete.renew.b=Näyttää siltä, että olet aloittanut Realmin uudistamisen eri Microsoft-tilillä. Haluatko suorittaa Realmisi uudistamisen loppuun siten, että omistajana on tämä Microsoft-tili? # +realmsCreateScreen.incomplete.renew.c=Joku on aloittanut Realmin uudistamisen tällä laitteella olevalla laskutustililillä. Haluatko suorittaa Realmisi uudistamisen loppuun siten, että tämä Microsoft-tili on omistajana? # realmsCreateScreen.incomplete.override.renew=Yrität luoda uutta realmia, mutta olet aiemmin ostanut mahdollisuuden uudistaa realmia. Haluatko käyttää tuon ostoksen nyt? # realmsCreateScreen.incomplete.override.create=Yrität uudistaa realmia, mutta olet aiemmin ostanut mahdollisuuden luoda realmin. Haluatko käyttää tuon ostoksen nyt? # realmsCreateScreen.incomplete.override.realm=Yrität uudistaa realmia, mutta olet aiemmin ostanut mahdollisuuden uudistaa eri realmia. Haluatko käyttää tuon ostoksen nyt? # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Palvelin suljettiin komentosarjamuistirajan disconnectionScreen.header.realms_hidden=Moninpelikutsu # disconnectionScreen.body.realms_hidden=Tälle palvelimelle liittyminen epäonnistui. # +disconnectionScreen.biomeData.IdDuplication=%s tunnus osuu yhteen kohteen %s kanssa # +disconnectionScreen.biomeData.MalformedData=Epämuotoinen biomidata # +disconnectionScreen.biomeData.MixedIdPresence=Biomipaketin tunnusläsnäolo sekoittuu mukautettujen biomien kanssa # +disconnectionScreen.biomeData.ReservedRange=Mukautettu biomi %s käyttää varatun alueen tunnusta. Mukautettujen biomien tunnusalue on: %s–%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Perusbiomidatan ei tule sisältää tunnus-kenttää (’id’) # disconnectionScreen.blockMismatch=Asiakkaan ja palvelimen väliset kuutiot eivät täsmää. # disconnectionScreen.cantConnect=Maailmaan ei saada yhteyttä. # disconnectionScreen.cantConnectToRealm=Realmiin ei saada yhteyttä. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Saat maailmamalleja Minecraft Education -kirjastosta, edu.pause.multiplayer.disabled=Moninpeli ei ole käytettävissä tässä luennossa. # +effect.duration.infinite=∞ # effect.badOmen=Huono enne # effect.infested=Saastunut # effect.oozing=Valuminen # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Virheellinen näyttökuva # feed.failedToPostRateLimit=Yritä kirjoittaa muutaman minuutin kuluttua uudelleen. Realms pyrkii pysymään perässä. # feed.uppload_started=Näyttökuvaa lähetetään # feed.uppload_success=Näyttökuva on lähetetty # -feed.connected=Jokainen Realm on yhdistetty Klubiin Microsoft-tilisi kautta. # +feed.connected=Jokainen Realm on yhteydessä Klubiin Microsoft-tilisi kautta. # feed.unviewedPost=Uusi # -comment.like=%d tykkäys ### 1 like -comment.likes=%d tykkäystä ### 0 or 2+ likes -comment.comment=%d kommentti ### 1 comment -comment.comments=%d kommenttia ### 0 or 2+ comments -comment.likes_and_comments=%1 ja %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Kommentoi... # - furnaceScreen.fuel=Polttoaine # furnaceScreen.header=Masuuni # furnaceScreen.input=Aines # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=Moninpeli on aluksi käytössä jokaisessa luom howtoplay.playingTogether.header.2=Verkkopeliin liittyminen # howtoplay.playingTogether.text.3=Jos haluat pelata muiden kanssa, siirry §eYstävät-välilehdelle§f nähdäksesi kaikki saatavilla olevat Realms-maailman, ystävät ja LAN-pelit. Valitse haluamasi peli ja liity mukaan. # howtoplay.playingTogether.text.4=Kun aloitat verkkopelin tai liityt sellaiseen, se näkyy ystävillesi heidän Ystävät-välilehdellään. Kun ystäväsi liittyvät peliin, se näkyy myös heidän ystävilleen. # -howtoplay.playingTogether.text.5=Pelataksesi moninpeliä, sinun on oltava kirjautuneena §eMicrosoft-tilille§f, joka on internetyhteydessä. # +howtoplay.playingTogether.text.5=Pelataksesi moninpeliä sinun on oltava kirjautuneena §eMicrosoft-tilille§f, joka on internetyhteydessä. # howtoplay.playingTogether.header.3=Realms – Paras tapa pelata yhdessä # howtoplay.playingTogether.text.6=Ystävien kanssa pelaaminen on helppoa §eRealmsissa§f. # howtoplay.playingTogether.text.7=Sinä ja enimmillään 10 kaveriasi saatte 24/7-pääsyn maailmaan, joka on aina käynnissä. Tutki, heittäydy luovaksi tai kokeile Kaupan kuratoituja sisältöjä. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Haluatko siirtää jotain §epikapalkkisi§f howtoplay.inventory.text.2.touch=Haluatko siirtää jotain §epikapalkkisi§f ja tavaraluettelosi välillä? Napauta haluamaasi esinettä ja napauta sitten tyhjää esinepaikkaa, johon sen haluat. # howtoplay.inventory.text.2.vr=Haluatko siirtää jotain §epikapalkkisi§f ja tavaraluettelosi välillä? Valitse esine osoittimella ja paina :_input_key.use:. Siirrä sitten osoitin tyhjään esinepaikkaan ja pudota esine painamalla uudelleen. # +howtoplay.jigsawBlocks=Palapelikuutiot # +howtoplay.jigsawBlocks.text.1=Palapelikuutioiden avulla tekijät voivat luoda maailmaan suuria rakennelmia yhdistämällä useita rakennelmamalleja. # +howtoplay.jigsawBlocks.header.1=Ohjeet hankkimiseen # +howtoplay.jigsawBlocks.text.2=Palapelikuution saat komennolla /give. Palapelikuution käyttäminen edellyttää operaattorin oikeuksia. # +howtoplay.jigsawBlocks.header.2= Asetukset # +howtoplay.jigsawBlocks.text.3=Palapelikuutioilla on useita asetuksia, jotka määrittävät, miten ne yhdistyvät ja muodostavat suurempia rakennelmia. # +howtoplay.jigsawBlocks.text.4=§eKohdejoukko§f- Polku, jolla mallijoukko etsii yhdistävän rakennelmamallin. Mallijoukon tulee sisältää ainakin yksi rakennelma, joka vastaa palapelin “Kohteen nimi“ -kenttää. # +howtoplay.jigsawBlocks.text.5=§eNimi§f - Palapelin nimi. Tätä käytetään, kun yhdistetään palapelejä vastaavilla “Kohteen nimi“ -kentillä. # +howtoplay.jigsawBlocks.text.6=§eMuuttuu muotoon§f - Minkälaiseksi kuutioksi palapelikuutio muuttuu, kun se asetettaan maailmaan rakennelmanluonnin aikana. # +howtoplay.jigsawBlocks.text.7=§eValintajärjestys§f - Tämä on tärkeysjärjestys, missä tämä palapelikuutio pyrkii yhdistymään kohdepalaan vanhemman palan yhdistymistä käsiteltäessä. Palapelit käsitellään laskevassa tärkeysjärjestyksessä, jossa tasapelit ratkaistaan satunnaisesti. # +howtoplay.jigsawBlocks.text.8=§eAsettamisjärjestys§f - Kun tämä palapelikuutio yhdistyy palaan, tuon palan yhdistymistä laajemmassa rakennelmassa käsitellään tässä järjestyksessä. Palat käsitellään laskevassa järjestyksessä, missä tasapelit ratkaisee syöttöjärjestys. # +howtoplay.jigsawBlocks.text.9=§eLiitostyyppi§f - Liitos voi olla joko kierivä (oletus) tai linjassa. Jos liitos on kierivä, kohderakennelmaa pyöritetään satunnaisesti lähdepalapelikuution ympäri. Jos liitos on linjassa, kohderakennelma asetetaan siten, että kohdepalapelikuution kieritys linjautuu lähdepalapelikuution mukaan. Huomaa, että tämä pätee vain kun palapelikuutio asetetaan sunta ylös tai alas. # + howtoplay.jukebox=Jukeboksi # howtoplay.jukebox.text.1=Jukeboksi soittaa löytämiäsi musiikkilevyjä. # howtoplay.jukebox.header.1=Pistä bileet käyntiin # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Ruskea kilpi # item.shield.black.name=Musta kilpi # item.shield.blue.name=Sininen kilpi # +item.bundle=Nippu # +item.black_bundle=Musta nippu # +item.white_bundle=Valkoinen nippu # +item.red_bundle=Punainen nippu # +item.orange_bundle=Oranssi nippu # +item.yellow_bundle=Keltainen nippu # +item.green_bundle=Vihreä nippu # +item.lime_bundle=Limetinvihreä nippu # +item.brown_bundle=Ruskea nippu # +item.light_gray_bundle=Vaaleanharmaa nippu # +item.light_blue_bundle=Vaaleansininen nippu # +item.blue_bundle=Sininen nippu # +item.gray_bundle=Harmaa nippu # +item.pink_bundle=Vaaleanpunainen nippu # +item.magenta_bundle=Magenta nippu # +item.purple_bundle=Violetti nippu # +item.cyan_bundle=Syaani nippu # +item.bundle.empty=Tyhjennä # +item.bundle.empty.description=Sisään mahtuu sekalainen pino esineitä # +item.bundle.full=Täynnä # +item.bundle.fullness=%s jäljellä # + item.goat_horn.name=Vuohen sarvi # item.minecraft.goat_horn.sound.0=Harkinta # item.minecraft.goat_horn.sound.1=Laulaa # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Nuolet # itemGroup.name.potion=Taikajuomat # itemGroup.name.splashPotion=Roisketaikajuomat # itemGroup.name.lingeringPotion=Viipyilevät taikajuomat # +itemGroup.name.ominousBottle=Pahaenteiset pullot # itemGroup.name.bed=Sängyt # itemGroup.name.chalkboard=Liitutaulut # itemGroup.name.anvil=Alasimet # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Kynttilät # itemGroup.name.goatHorn=Vuohen sarvet # itemGroup.name.compounds=Yhdisteet # itemGroup.name.products=Tuotteet # +itemGroup.name.bundles=Niput # +##Jigsaw Block +jigsaw_block.title=Palapelikuutio # jigsaw.title.target_pool=Kohdejoukko: # jigsaw.title.name=Nimi: # jigsaw.title.target=Kohteen nimi: # jigsaw.title.final_block=Muuttuu muotoon: # -jigsaw.title.joint_type=Yhteinen tyyppi: # +jigsaw.title.selection_priority=Valintajärjestys: # +jigsaw.title.placement_priority=Asettamisjärjestys: # +jigsaw.title.joint_type=Liitostyyppi: # jigsaw.title.joint_type.aligned=Linjassa # jigsaw.joint_type.aligned=Linjassa # jigsaw.joint_type.rollable=Kierivä # jigsaw.exit.done=Valmis # -jigsaw.exit.cancel=Peruuta # ##EDU Joincode joincode.entry_popup.icon_button=%1 liittymiskoodipainike # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Avaa lähiverkossa # menu.simulating=Simuloidaan hetki maailmaa # menu.singleplayer=Yksinpeli # menu.store=Kauppa # +menu.store.addons=Selaa lisäosia! # menu.skins=Olemukset # menu.start=Aloita # menu.switchingLevel=Vaihdetaan maailmoja # @@ -6183,7 +6240,7 @@ options.debugTitle=Kehittäjän asetukset # options.delete_account.button=Poista Microsoft-tili # options.delete_account.confirm.title=Haluatko poistaa Microsoft-tilin? # options.delete_account.confirm.warning=VAROITUS: Tilin poistettuasi et voi enää tallentaa edistymistä tai ostoksia, jotka on tehty laitteellasi.%s # -options.delete_account.confirm.warning.2=Microsoft-tilisi poistaminen tästä pelistä vaikuttaa kaikkiin Minecraft-peleihin, joissa on käytetty tätä Microsoft-tiliä. # +options.delete_account.confirm.warning.2=Microsoft-tilisi linkityksen poistaminen tämän pelin sisältä vaikuttaa kaikkiin Minecraft-peleihin, joissa on käytetty tätä Microsoft-tiliä. # options.delete_account.confirm.checkbox1=Et voi enää käyttää pelin sisäisen kaupan sisältöä, kun pelaat muilla alustoilla. # options.delete_account.confirm.checkbox2=Et voi enää pelata verkossa ystäviesi kanssa. # options.delete_account.confirm.checkbox3=Et voi enää käyttää Realmsia, mukaan lukien tällä hetkellä aktiivisia Realms-tilauksia. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Väitekatko virheiden tarkastusohjelmassa # options.dev_assertions_show_dialog=Väitteet näyttävät modaalisen dialogin # options.dev_force_trial_mode=Pakota kokeilutila käyttöön # options.dev_eduDemo=Edu-demo (vaatii uudelleenkirjautumisen) # +options.dev_eduCloudResumableUpload=Käytä jatkettavan latauksen ohjelmointirajapintaa yli 4 Mt:n tiedostojen lähettämiseen # options.remote_imgui_toggle=Etä-Imgui käytössä # options.dev_enableDebugUI=Ota käyttöliittymän vianetsintä käyttöön # options.dev_createRealmWithoutPurchase=Luo Realm ilman ostoa # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms-päätepiste # options.dev_realmsEndpointPayment=Realms-päätepistemaksu # options.dev_realmsRelyingParty=Realmsin luottava osapuoli # options.dev_realmsRelyingPartyPayment=Realmsin luottavan puolen maksu # -options.dev_realms_stories=Ota Realms-tarinat käyttöön # options.dev_overrideXboxEnvironmentWindows=Ohita Xbox Sandbox (Windowsissa hallittu käyttöjärjestelmä) # options.dev_overrideXboxEnvironment=Ohita Xbox Sandbox (edellyttää uudelleenkäynnistystä) # options.dev_xboxEnvironment=Xbox Sandbox -ympäristö (edellyttää uudelleenkäynnistystä) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: vähittäiskauppaan # options.dev_sandboxDev=Xforge Sandbox: kehittäjille # options.dev_sandboxDevAchievement=Xforge Sandbox: kehittäjäsaavutus # options.dev_showDiscoveryOverridePanel=Ohita palvelun päätepisteet # +options.dev_serviceOverrideType=Ohitustyyppi # +options.dev_serviceOverrideTypeMultibranch=Usean haaran käyttöönotto # +options.dev_serviceOverrideTypeCustom=Muokattu # options.dev_discoveryOverrideServiceName=Palvelun nimi (turvallisuus, persoona jne.) # options.dev_discoveryOverrideServiceBranch=Haara # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Nollaa kaikki päätepisteet # options.dev_apply=Käytä # options.dev_displayTreatmentsPanel=Näytä käsittelyt # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Keräämiset: Käytössä # options.dev_gatherings_system_service_pack=Kerättävät: Pois käytöstä puuttuvien järjestelmäpalvelupakettien vuoksi # options.dev_gatherings_active_gathering=Aktiivinen: %s # options.dev_gatherings_available_gatherings=Saatavilla olevat keräämiset # +options.dev_gatherings_clear_system_service_pack=Tyhjennä järjestelmäpalvelupaketin välimuisti # options.difficulty=Vaikeustaso # options.difficulty.easy=Helppo # options.difficulty.hard=Vaikea # @@ -6524,7 +6586,8 @@ options.creatorTitle=Sisällöntuottajan asetukset # options.creator.serverboundClientDiagnosticsEnabled=Ota asiakasohjelman diagnostiikka käyttöön # options.creator.debuggerHeading=Komentosarjan virheenkorjausasetukset # options.creator.debuggerAutoAttach=Liitä virheenkorjaus ladatessa # -options.creator.debuggerAutoConnect=Yhdistä virheenkorjaus ladatessa # +options.creator.debuggerAutoAttachTimeout=Kiinnityksen aikakatkaisu # +options.creator.debuggerAutoAttachTimeoutFormat=%s sekuntia # options.creator.debuggerConnect=Yhdistä # options.creator.debuggerListen=Kuuntele # options.creator.debuggerHost=Isäntä # @@ -6675,7 +6738,7 @@ options.xboxliveBroadcastSettings=Microsoft-tilin asetukset # options.xboxlivevisible=Näkyy Xbox-verkon pelaajille # options.xboxLiveAccountSettings=Microsoft-tilin asetukset # options.xboxLiveSignedIn=Kirjautuneena Microsoft-tilillä # -options.xboxLiveSignedOut=Ei kirjautuneena Microsoft-tilille # +options.xboxLiveSignedOut=Ei kirjautuneena Microsoft-tilillä # options.xboxLive.privacyControl=Yksityisyys & verkkoturvallisuus # options.realms.checkInvites=Hallitse Realms-jäsenyyskutsuja # options.skinCustomisation=Olemusten mukautus... # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Vähäinen # options.volumetricFogQuality.medium=Keskisuuri # options.volumetricFogQuality.high=Voimakas # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Resoluutio # +options.upscalingPercentage.hundred=Natiivi # options.reflectionsQuality=Heijastukset # options.reflectionsQuality.off=Pois # options.reflectionsQuality.low=Vähäinen # @@ -6966,12 +7031,10 @@ 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.device=Kykymme tukea tätä laitetta on päättymässä. Saat päivityksiä vielä maaliskuuhun 2025 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). Tällä laitteella hallitut Realmit toimivat kuuden kuukauden ajan, ellei niiden omistaja päivitä niitä toisella laitteella.%s Voit peruuttaa Realm-tilauksesi Tilausten Asetukset-valikosta laitteella, jolla Realm luotiin.%sEt 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ä, ja tämä on tämän laitteen viimeinen päivitys.%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.%sVoit peruuttaa Realm-tilauksesi Tilausten Asetukset-valikosta laitteella, jolla Realm luotiin.%sEt 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.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 # @@ -8341,19 +8404,19 @@ store.realmsPlus.buyNow.title=Aloita Realms Plus -tilauksesi # store.realmsPlus.startTrial.description=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Ensimmäinen kuukautesi on maksuton, minkä jälkeen sinulta veloitetaan %s kuukaudessa. Voit perua tilauksen milloin tahansa. # store.realmsPlus.startTrial.description.contentSub=Realmisi ja yli 150 Marketplace Passin kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Ensimmäinen kuukautesi on maksuton, minkä jälkeen sinulta veloitetaan kuukausittain %s. Voit perua tilauksen milloin tahansa. # store.realmsPlus.noTrial.description=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Tilauksesi on käytettävissä 30 päivän ajan hintaan %s :minecoin:. # -store.realmsPlus.noTrial.description.contentSub=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Tilauksesi on käytettävissä 30 päivän ajan hintaan %s :minecoin:. # +store.realmsPlus.noTrial.description.contentSub=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi Marketplace Pass -tilauksessasi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Tilauksesi on käytettävissä 30 päivän ajan hintaan %s :minecoin:. # store.realmsPlus.noTrial.description.iap=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Sinulta veloitetaan %s/kk. Voit perua tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. # store.realmsPlus.noTrial.description.iap.contentSub=Realmisi ja yli 150 Marketplace Passin kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Sinulta veloitetaan kuukausittain %s. Voit perua tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. # store.realmsPlus.realmName.placeholder=Pelaajan %s Realm #The string passed in here is the gamertag of the player to indicate the name of the player's world. # store.realmsPlus.recurring.offerTrial=Realms Plus on jatkuva tilaus. Siinä on säännöllinen tilausmaksu, joka veloitetaan automaattisesti kuukausittain, kunnes tilaus perutaan.%sRealmisi ja yli 150 kauppapakettia ovat välittömästi käytettävissä. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Ensimmäiset 30 päivääsi ovat maksuttomia, minkä jälkeen sinulta veloitetaan kuukausittain %s. Voit peruuttaa tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. # -store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus on jatkuva tilaus. Siinä on säännöllinen tilausmaksu, joka veloitetaan automaattisesti kuukausittain, kunnes tilaus perutaan.%sRealmisi ja yli 150 kauppapakettia ovat välittömästi käytettävissä. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Ensimmäiset 30 päivääsi ovat maksuttomia, minkä jälkeen sinulta veloitetaan kuukausittain %s. Voit peruuttaa tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. # +store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus on jatkuva tilaus. Siinä on säännöllinen tilausmaksu, joka veloitetaan automaattisesti kuukausittain, kunnes tilaus perutaan.%sRealmisi ja yli 150 kauppapakettia ovat välittömästi käytettävissä Marketplace Pass -tilauksessasi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Ensimmäiset 30 päivääsi ovat maksuttomia, minkä jälkeen sinulta veloitetaan kuukausittain %s. Voit peruuttaa tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. # store.realmsPlus.recurring.withoutTrial=Realms Plus on jatkuva tilaus. Siinä on säännöllinen tilausmaksu, joka veloitetaan automaattisesti kuukausittain, kunnes tilaus perutaan.%sRealmisi ja yli 150 kauppapakettia ovat välittömästi käytettävissä. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Sinulta veloitetaan kuukausittain %s, ja voit peruuttaa tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. # -store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus on jatkuva tilaus. Siinä on säännöllinen tilausmaksu, joka veloitetaan automaattisesti kuukausittain, kunnes tilaus perutaan.%sRealmisi ja yli 150 kauppapakettia ovat välittömästi käytettävissä. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Sinulta veloitetaan kuukausittain %s. Voit peruuttaa tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. # +store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus on jatkuva tilaus. Siinä on säännöllinen tilausmaksu, joka veloitetaan automaattisesti kuukausittain, kunnes tilaus perutaan.%sRealmisi ja yli 150 kauppapakettia ovat välittömästi käytettävissä Marketplace Pass -tilauksessasi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Sinulta veloitetaan kuukausittain %s. Voit peruuttaa tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. # store.realmsPlus.consumable.offerTrial=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Ensimmäiset 30 päivääsi ovat maksuttomia ja voit uusia tilauksen sen jälkeen hintaan %s. # -store.realmsPlus.consumable.offerTrial.contentSub=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Ensimmäiset 30 päivääsi ovat maksuttomia ja voit uusia tilauksen sen jälkeen 30 päiväksi hintaan %s. # +store.realmsPlus.consumable.offerTrial.contentSub=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi Marketplace Pass -tilauksessasi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Ensimmäiset 30 päivääsi ovat maksuttomia ja voit uusia tilauksen sen jälkeen 30 päiväksi hintaan %s. # store.realmsPlus.consumable.withoutTrial=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Tilauksesi on käytettävissä 30 päivän ajan hintaan %s. # -store.realmsPlus.consumable.withoutTrial.contentSub=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Tilauksesi on käytettävissä 30 päivän ajan hintaan %s. # +store.realmsPlus.consumable.withoutTrial.contentSub=Realmisi ja yli 150 kauppapakettia ovat käytettävissä välittömästi Marketplace Pass -tilauksessasi. Jopa 10 pelaajaa voi pelata samanaikaisesti ja käyttää Realmisi maailmoja maksutta! Tilauksesi on käytettävissä 30 päivän ajan hintaan %s. # store.realmsPlus.landing.header=Tilaukseen sisältyy: # store.realmsPlus.landing.headerTrial=Maksuton 30 päivän kokeilujakso, sen jälkeen %s/kk # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Tämä esine ei välttämättä ole yhteensopiva la store.owned=Omistettu # store.owned.legacy=Omistuksessa (P) # store.unlocked=Avattu # -store.mypacks=Oma sisältö # +store.myLibrary=Oma kirjasto # store.error=Kauppavirhe # @@ -8758,7 +8821,7 @@ store.ratings.rate=Arvioi tämä paketti! # store.ratings.signIn.title=Arvioi kaupan sisältöä # store.ratings.signIn.description1=Kerro tekijälle ja yhteisölle kokemuksestasi tämän sisällön kanssa! # -store.ratings.signIn.description2=Ennen kuin annamme sinun arvioida esineen, sinun on kirjauduttava Microsoft-tilillä. # +store.ratings.signIn.description2=Sinun on kirjauduttava sisään Microsoft-tilillä ennen kuin voit arvioida esineen. # store.purchase.success.realMoney1=Avasit juuri %s hintaan %s # store.purchase.success.realMoney2=+%s :minecoin: # @@ -8828,7 +8891,6 @@ store.updating.title=Päivitetään: %s # store.importing.title=Tuodaan: %s # store.importing=Tuodaan... # store.showMore=Katso kaikki # -store.inventory.no.xbl=Omat paketit # store.promo.today=Vain tänään! # store.promo.upsell=Älä missaa perjantain ilmaislahjaa! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Asennuksen tila # store.search.filter.installed=Asennettu # store.search.filter.notInstalled=Ei asennettuna # store.search.filter.clear.installed=Tyhjennä asennustilasuodattimet # +store.search.filter.dressingroombody=Keho # +store.search.filter.dressingroombody.selectedCount=%d osat # +store.search.filter.dressingroomstyle=Tyyli # +store.search.filter.dressingroomstyle.selectedCount=%d tyylit # store.search.sort_menu.sortConstWord=Järjestä # store.search.sort_menu.Default=Relevanssi # @@ -10293,7 +10359,7 @@ xbox.signin.qr.left.header=Skannaa QR-koodi # xbox.signin.qr.left.body=Käytä kamerasovellusta tai laitteesi QR-koodinlukijaa. # xbox.signin.qr.right.header=Tai käy verkkosivustolla # xbox.signin.qr.account=Kirjaudu sisään maksuttomalla Microsoft-tilillä, jotta voit pelata verkossa ystäviesi kanssa eri alustoilla # -xbox.signin.beta.blocked=Microsoft-tilillä kirjautuminen ei tällä hetkellä ole käytettävissä beetaversiossa. # +xbox.signin.beta.blocked=Microsoft-tilillä kirjautuminen ei tällä hetkellä ole käytettävissä betaversiossa. # xbox.signin.enterCode=Ja syötä tämä koodi: # xbox.signin.enterCode.qr=2. Syötä alla oleva koodi pyydettäessä: # xbox.signin.letsPlay=Pelataan! # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Kirjaudu sisään Microsoft-tililläsi, jott xbox.disconectionscreen.multiplayerNotAllowed=Tällä Microsoft-tilillä ei ole lupaa liittyä moninpeleihin. # xbox.disconectionscreen.accessDenied=Sinulla on oltava ystävänä joku pelaaja tässä pelissä, jotta voit liittyä. # -xbox.friendfinder.enterGamertag=Syötä pelaajatunnus # -xbox.friendfinder.findFriends=Etsi ystäviä pelaajatunnuksella # -xbox.friendfinder.searchingForGamertag=Haetaan # -xbox.friendfinder.gamertagNotFound=Pelaajatunnusta ei löytynyt # - xbox.profile.addFriend=Lisää ystävä # xbox.profile.addFriend.success=.Onnistui! %s on lisätty ystäväluetteloosi. # xbox.profile.block=Torju # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Ominaisuutta %s ei käytetä tällaisessa si packdiscoveryerror.version_too_high=Ominaisuudella %s on liian suuri kohteen %s versio. Suurin sallittu arvo on %s. # packdiscoveryerror.version_too_low=Ominaisuudella %s on liian alhainen kohteen %s versio. Pienin sallittu arvo on %s. # packdiscoveryerror.format_version_1_engine_version_cap=Ominaisuuden %s arvon on oltava alle %s. Uudemman version käyttämistä varten sinun on käytettävä formaattiversiota 2. # +packdiscoveryerror.folder_structure_too_deep=Paketin kansiorakenne on liian syvä. # ## pack upgrading packupgradewarning.invalidpacktype=Paketin manifest-tiedoston elementissä "%s" on virheellinen arvo; palautetaan oletusresurssipaketti. # diff --git a/resource_pack/texts/fr_CA.lang b/resource_pack/texts/fr_CA.lang index 6a2f60828..a0bc5b55e 100644 --- a/resource_pack/texts/fr_CA.lang +++ b/resource_pack/texts/fr_CA.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Écran de l'encyclopédie # accessibility.screenName.howToPlay=Écran Guide pratique # accessibility.screenName.inviteToGame=Inviter à l'écran de jeu # accessibility.screenName.joinByIP=Rejoindre par discussion IP # +accessibility.screenName.joinByConnectionID=Rejoindre par la fenêtre d'identifiant de connexion # accessibility.screenName.joinCode=Dialogue du code de jonction # accessibility.screenName.library=Écran Bibliothèque # accessibility.screenName.modalDialog=Fenêtre de dialogue # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Écran Profil # accessibility.screenName.realmInviteLinkSettings=Écran des paramètres du lien d'invitation au Realm # accessibility.screenName.realmSettings=Écran Paramètres de Realm # accessibility.screenName.settings=Écran Paramètres de jeu # -accessibility.screenName.addFriend=Écran Ajouter ami # accessibility.screenName.skinPicker=Écran Choix de skin # accessibility.screenName.start=Menu principal # accessibility.screenName.vrAlignment=Écran d'alignement RV # accessibility.screenName.emoteWheel=Écran des émotes # +accessibility.screenName.addExternalServer=Ajouter un écran de serveur externe # +accessibility.screenName.editExternalServer=Modifier l'écran de serveur externe # accessibility.search.sort_menu.A_to_Z.tts.title=A à Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Z à A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Impossible de retirer des effets sur %1$s commands.effect.failure.notAMob=%1$s ne peut avoir d'effets # commands.effect.notFound=Il n'y a pas d'effet mob avec l'ID %s # commands.effect.success=A donné %1$s x %2$d à %3$s pendant %4$d secondes # +commands.effect.success.infinite=A donné %1$s * %2$d à %3$s pour une durée illimitée # commands.effect.success.removed=L'effet %1$s sur %2$s a été retiré # commands.effect.success.removed.all=Tous les effets sur %1$s ont été retirés # commands.enchant.cantCombine=Le sort %1$s ne peut pas être combiné avec le sort %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=L'entité cible ne peut pas être dan commands.generic.entity.invalidType=Le type d'entité "%1$s" est invalide # commands.generic.entity.invalidUuid=L'UUID de l'entité fourni est dans un format invalide # commands.generic.entity.notFound=Cette entité n'a pas été trouvée # -commands.generic.error.permissions=Niveaux d'autorisation incorrects. %s est une commande de niveau %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Niveau d'autorisation incorrect pour la commande : %s. ###1: command name commands.generic.exception=Une erreur inconnue s'est produite lors de la tentative pour exécuter cette commande # commands.generic.invalidAgentType=Tapez l'argument qui s'applique au sélecteur agent seulement # commands.generic.invalidcontext=Contexte fourni non valide pour le type de commande spécifié # +commands.generic.invalidOrigin=L'origine de la commande n'était pas valide au moment de son exécution # commands.generic.invalidDevice=La commande %s que vous avez entrée n'est pas prise en charge par cet appareil # commands.generic.invalidMessage=Longueur du message non valide # commands.generic.invalidPlayerType=Tapez l'argument qui s'applique au sélecteur joueur seulement # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Exécution réussie de %1$d entrées de fonction commands.schedule.invalidOrigin=L’origine requise à l’exécution de cette fonction était non valide. # commands.schedule.name.empty=Le nom de la zone de ticks ne peut être vide. # commands.schedule.too.many.areas=Plus d'une zone de ticks du nom de %s a été trouvée. Veuillez utiliser une zone unique. # +commands.schedule.clear.failure=Aucune fonction du nom de %1$s n'a été supprimée. # +commands.schedule.clear.success=%1$d fonctions portant le nom %2$s ont été supprimées. # +commands.schedule.tickingarea.clear.success=%1$d fonctions dont le nom de la zone ticks est %2$s ont été supprimées. # +commands.schedule.tickingarea.clear.failure=Aucune fonction dont le nom de la zone de ticks est %1$s n'a été supprimée. # +commands.schedule.tickingarea.func.clear.success=%1$d fonctions dont le nom de la zone de ticks est %2$s et le nom %3$s ont été supprimées. # +commands.schedule.tickingarea.func.clear.failure=Aucune fonction dont le nom de la zone de ticks est %1$s et le nom %3$s n'a été supprimée. # ## 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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Les valeurs de couleurs du fondu doivent être des commands.camera.invalid.easing=Le passage aux caméras non fixes n'est pas pris en charge # commands.camera.invalid.time=Les durées du fondu doivent être comprises entre 0 et 10 secondes # commands.camera.invalid.pitch=L'inclinaison de la caméra (axe X) doit être comprise entre -90 et 90 degrés # -commands.camera.invalid.view.offset=Le décalage de la vue doit être compris entre -100 et 100. # +commands.camera.invalid.view.offset=Le décalage de la vue doit être compris entre -64 et 64. # +commands.camera.invalid.entity.offset=Le décalage de l'entité doit être compris entre -64 et 64. # +commands.camera.invalid.offset.camera=L'entité et le décalage de vue ne peuvent être appliqués qu'à la caméra « follow_orbit ». # commands.camera.perspective.locked=La perspective ne peut pas être modifiée en utilisant des caméras personnalisées # commands.camera.perspective.option=La caméra sélectionnée change lorsque la caméra personnalisée n'est pas active. # commands.world_age.description=Modifie ou renseigne sur l'âge du monde (temps écoulé depuis sa création). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Retirer entrée # controller.buttonTip.removeMaterial=Retirer matériau # controller.buttonTip.renameItem=Renommer l'objet # controller.buttonTip.returnToRecipe=Retourner à la recette # +controller.buttonTip.swap=Échanger # controller.buttonTip.enterSearch=Rechercher # controller.buttonTip.searchRecipe=Recherche rapide # controller.buttonTip.confirmSearch=Valider # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=En prendre un # controller.buttonTip.take=Prendre # controller.buttonTip.takeItem=Prendre l'objet # controller.buttonTip.clearHotbar=Vider la barre d'action # +controller.buttonTip.add.to.bundle=Ajouter au sac # +controller.buttonTip.place.from.bundle=Placer à partir du sac # +controller.buttonTip.take.from.bundle=Prendre du sac # controllerLayoutScreen.actions=Actions # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Essayer maintenant # ## Edu Course Multiplayer strings course.edu.enterIp=Saisissez l'adresse IP du monde que vous souhaitez rejoindre. # course.edu.enterConnection=Saisissez l'ID de connexion du monde que vous voulez rejoindre. # +course.edu.enterConnectionScreenReader=Saisissez l'identifiant de connexion du monde que vous voulez rejoindre. # course.edu.ipAddress=Adresse IP # course.edu.ipPlaceholder=Veuillez saisir l'IP ou l'adresse du serveur # course.edu.ipTooltipText=Pour trouver l'adresse IP, demandez à l'hôte de mettre la leçon en pause. L'adresse IP est affichée du côté droit de son écran. # course.edu.connectionInfo=ID de connexion # course.edu.conInfoPlaceholder=Veuillez saisir l'ID de connexion # -course.edu.conInfoHostTooltipText=Vous pouvez partager l’ID de connexion si d’autres personnes rencontrent des problèmes pour rejoindre votre monde à l’aide du code d'accès ou du lien partagé. # +course.edu.conInfoHostTooltipText=Vous pouvez partager l’identifiant de connexion si d’autres personnes rencontrent des problèmes pour rejoindre votre monde à l’aide du code de jonction ou du lien partagé sans recharger. # +course.edu.conInfoHostTooltipTextScreenReader=Vous pouvez partager l'identifiant de connexion si d’autres personnes rencontrent des problèmes pour rejoindre votre monde à l’aide du code de jonction ou du lien partagé. # course.edu.conInfoTooltipText=L’hôte peut trouver l’ID de connexion dans l’onglet multijoueur du menu du jeu de son monde. # +course.edu.conInfoTooltipTextScreenReader=L’hôte peut trouver l’ID de connexion dans l’onglet multijoueur du menu du jeu de son monde. # course.edu.joinLesson=Rejoindre la leçon # course.edu.joinLessonIntro=Trouvez des camarades de classe de la même leçon à rejoindre, ou saisissez une adresse IP s'ils ne sont pas dans la liste. # course.edu.joinLessonIntroTeacher=Sélectionnez le groupe que vous souhaitez rejoindre, ou saisissez l'adresse IP s'il n'est pas dans la liste. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Ajoutez-les à l'infini et jouez en ligne ave createWorldUpsell.realm.sellPoint2=Sauvegarde en ligne : jouez sur n’importe quel appareil avec le marché Minecraft. # createWorldUpsell.realm.sellPoint3=N'occupe pas de place sur votre appareil # createWorldUpsell.realm.sellPoint4=Vos amis peuvent jouer même quand vous êtes hors ligne # -createWorldUpsell.signIn=Créez Realm avec un compte MS # +createWorldUpsell.signIn=Créer un Realm avec un compte Microsoft # createWorldUpsell.world.sellPoint1=Jouez en ligne avec jusqu'à 7 amis # createWorldUpsell.world.sellPoint2=Sauvegarde en local : jouez hors connexion # createWorldUpsell.world.sellPoint3=Utilise le stockage de votre appareil # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Réinitialisation de la vitesse de tick createWorldScreen.serverSimDistance=Simulation de la distance # createWorldScreen.serverSimDistanceFormat=%s tronçons # createWorldScreen.showbordereffect=Afficher l'effet de bordure # -createWorldScreen.check_internet_connection=Vous n'êtes pas connecté à Internet. Vos amis ne pourront pas rejoindre vos mondes multijoueur. Connectez-vous à votre compte Microsoft afin de jouer avec vos amis. # -createWorldScreen.disconnectedXboxLive=Vous n'êtes pas connecté aux services Microsoft. Vos amis qui ont des gamertags ne pourront pas rejoindre votre monde multijoueur. Connectez-vous à votre compte Microsoft afin de jouer avec vos amis. # +createWorldScreen.check_internet_connection=Vous n'êtes pas connecté(e) à Internet. Vos amis ne pourront pas rejoindre vos mondes multijoueurs. Connectez-vous à votre compte Microsoft afin de jouer avec vos amis. # +createWorldScreen.disconnectedXboxLive=Vous n'êtes pas connecté(e) aux services Microsoft. Vos amis qui ont des gamertags ne pourront pas rejoindre votre monde multijoueur. Connectez-vous à votre compte Microsoft afin de jouer avec vos amis. # createWorldScreen.clearPlayerData.button=Effacer les données de joueur # createWorldScreen.clearPlayerData.title=Effacer les données de joueur du monde? # createWorldScreen.clearPlayerData.body1=Sélectionnez « Données de tous les joueurs » pour supprimer les données de la totalité des joueurs du monde. Lors de la prochaine entrée d'un joueur dans le monde, celui-ci commencera avec de nouvelles données par défaut. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s est expiré. Demandez à %s de le realmsSharingScreen.cantJoinClosedTitle=%s a fermé ce Realm # realmsSharingScreen.cantJoinClosedMessage=%s est fermé. Demandez à %s de le rouvrir. # realmsSharingScreen.failedSignInModalTitle=Connectez-vous pour rejoindre ce Realm # -realmsSharingScreen.failedSignInModalMessage=Vous devez être connecté à un compte Microsoft pour rejoindre ce Realm. Veuillez vous connecter et réessayer. # +realmsSharingScreen.failedSignInModalMessage=Vous devez vous connecter à un compte Microsoft pour rejoindre ce Realm. Veuillez vous connecter et réessayer. # realmsSharingScreen.invalidPermissionTitle=Permissions non valides # realmsSharingScreen.unexpectedServerResponseTitle=Erreur liée aux Realms # realmsSharingScreen.unexpectedServerResponseMessage=Désolé, nous avons rencontré un problème de connexion au Realm. Veuillez réessayer plus tard. # @@ -2473,7 +2490,7 @@ realmsSettingsScreen.extendConsumableButton.180=Prolonger de 180 jours # xblLogin.LoginMessageTitle=Compte Microsoft # xblLogin.LoginMessage=Connexion… # -xbl.savePurchase.saveButton=Sauv. sur un compte Microsoft # +xbl.savePurchase.saveButton=Sauvegarder sur un compte Microsoft # xbl.marketplace.account.error.body.nobutton=Une erreur est survenue avec votre compte. Vous ne pourrez pas utiliser le marché tant que ce problème ne sera pas résolu. Si le problème persiste pendant plusieurs jours, veuillez communiquer avec l'équipe de soutien. # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=Vous avez déjà téléchargé du store.sign_in_warning.no_xbl_and_no_local_content.line1=Connectez-vous maintenant pour sauvegarder et partager vos achats sur plusieurs plateformes. Sauvegardez les achats afin qu’ils ne soient pas perdus si quelque chose arrive à votre appareil ou si Minecraft est désinstallé. Accédez, depuis n’importe quelle plateforme, au contenu du marché que vous avez acheté et utilisez vos personnages personnalisés sur toutes les plateformes. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Vous n’avez pas de compte Microsoft? Créez-en un gratuitement dès maintenant # -xbl.signOut.title=Achats du compte Microsoft! # -xbl.signOut.message1=Lorsque vous n’êtes pas connecté à votre compte Microsoft, vous n’avez pas accès aux pièces Minecoins ni aux objets achetés au magasin. # +xbl.signOut.title=Achats au compte Microsoft! # +xbl.signOut.message1=Lorsque vous vous déconnectez de votre compte Microsoft, vous n’avez plus accès aux pièces ni aux articles achetés au magasin. # xbl.signOut.message2=Souhaitez-vous vraiment continuer? # date.short_january=janv. # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Le serveur a été suspendu en raison d’u disconnectionScreen.header.realms_hidden=Invitation multijoueur # disconnectionScreen.body.realms_hidden=Impossible de rejoindre ce serveur en particulier. # +disconnectionScreen.biomeData.IdDuplication=Collision de l'ID %s avec %s # +disconnectionScreen.biomeData.MalformedData=Données de biome invalides # +disconnectionScreen.biomeData.MixedIdPresence=Le paquet du biome a une présence d'identification mixte pour les biomes personnalisés # +disconnectionScreen.biomeData.ReservedRange=Le biome personnalisé %s utilise un identifiant d'une plage réservée. La plage d'identification pour les biomes personnalisés est de : %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Les données du biome classique ne doivent pas contenir le champ « id » # disconnectionScreen.blockMismatch=Les blocs du client et du serveur ne correspondent pas. # disconnectionScreen.cantConnect=Impossible de se connecter au monde. # disconnectionScreen.cantConnectToRealm=Connexion au Realm impossible. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Vous pouvez obtenir des modèles de mondes à partir edu.pause.multiplayer.disabled=Le mode multijoueur n'est pas disponible pour cette leçon. # +effect.duration.infinite=∞ # effect.badOmen=Mauvais présage # effect.infested=Infesté # effect.oozing=Suintant # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Capture d'écran non valide # feed.failedToPostRateLimit=Essayez de publier à nouveau dans quelques minutes. Realms tente de rattraper son retard. # feed.uppload_started=La capture d'écran est en cours de chargement # feed.uppload_success=La capture d'écran a été chargée # -feed.connected=Avec votre compte Microsoft, chaque Realm est connecté à un club. # +feed.connected=Chaque Realm est connecté à un Club avec votre compte Microsoft. # feed.unviewedPost=Nouveau # -comment.like=%d qui aime ### 1 like -comment.likes=%d qui aiment ### 0 or 2+ likes -comment.comment=%d commentaire ### 1 comment -comment.comments=%d commentaires ### 0 or 2+ comments -comment.likes_and_comments=%1 et %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Commenter... # - furnaceScreen.fuel=Combustible # furnaceScreen.header=Fourneau # furnaceScreen.input=Entrée # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Vous voulez déplacer quelque chose entre vot howtoplay.inventory.text.2.touch=Vous voulez déplacer quelque chose entre votre §ebarre d'action§f et votre inventaire? Appuyez sur l'objet de votre choix, puis appuyez sur l'emplacement vide vers lequel vous souhaitez le déplacer. # howtoplay.inventory.text.2.vr=Vous voulez déplacer quelque chose entre votre §ebarre d'action§f et votre inventaire? Utilisez le curseur pour sélectionner un objet puis appuyez sur :_input_key.use:. Déplacez ensuite votre curseur vers un emplacement vide et appuyez à nouveau pour lâcher l'objet. # +howtoplay.jigsawBlocks=Blocs casse-tête # +howtoplay.jigsawBlocks.text.1=Les blocs casse-tête donnent aux créateurs la capacité de générer de grandes structures dans le monde en reliant plusieurs modèles de structure. # +howtoplay.jigsawBlocks.header.1=Comment les obtenir # +howtoplay.jigsawBlocks.text.2=Pour obtenir un bloc casse-tête, vous devez utiliser la commande slash /give. Pour utiliser un bloc casse-tête, vous devez avoir les autorisations d'opérateur. # +howtoplay.jigsawBlocks.header.2= Paramètres # +howtoplay.jigsawBlocks.text.3=Les blocs casse-tête comportent plusieurs paramètres qui contrôlent la façon dont ils se relient ensemble pour former une plus grande structure. # +howtoplay.jigsawBlocks.text.4=§eGroupe cible§f – Le chemin vers le groupe de modèles pour chercher un modèle de structure de connexion. Le groupe de modèles doit contenir au moins une structure qui correspond au champ « nom de la cible » du bloc casse-tête. # +howtoplay.jigsawBlocks.text.5=§eNom§f – Le nom du bloc casse-tête. Celui-ci est utilisé lors de la connexion des blocs casse-tête avec un « nom de la cible » correspondant. # +howtoplay.jigsawBlocks.text.6=§eSe transforme en§f – Le type de bloc en lequel le bloc casse-tête se transformera lorsqu'il sera placé dans le monde pendant la génération de la structure. # +howtoplay.jigsawBlocks.text.7=§ePriorité de sélection§f – Quand l'élément parent est en cours de traitement pour les connexions, c'est l'ordre dans lequel ce bloc casse-tête essaie de se connecter à sa pièce cible. Les casse-tête seront traités en ordre de priorité décroissante et les égalités seront arbitrées aléatoirement. # +howtoplay.jigsawBlocks.text.8=§ePriorité de placement§f – Quand ce bloc casse-tête se connecte à une pièce, il s'agit de l'ordre dans lequel cette pièce est traitée pour les connexions dans la structure élargie. Les pièces seront traitées en ordre de priorité décroissante et les égalités seront arbitrées par ordre d'insertion. # +howtoplay.jigsawBlocks.text.9=§eType d'emboîtement§f – Un emboîtement peut être rotatif (par défaut) ou aligné. Si le type d'emboîtement est rotatif, la structure cible pivotera aléatoirement autour du bloc casse-tête source. Si le type d'emboîtement est aligné, la structure cible sera placée de telle façon que le bloc casse-tête cible sera aligné avec la rotation du bloc casse-tête source. Remarque : cela ne s'applique que lorsque le bloc casse-tête est orienté face vers le haut ou vers le bas. # + howtoplay.jukebox=Jukebox # howtoplay.jukebox.text.1=Le jukebox lira les disques de musique que vous trouvez. # howtoplay.jukebox.header.1=Que la fête commence # @@ -3878,7 +3907,7 @@ howtoplay.minecoins.text.1=Découvrez un monde de possibilités avec les pièces 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 Minecoins # howtoplay.minecoins.header.1=Clause de non-responsabilité # -howtoplay.minecoins.text.3=* Les pièces Minecoins nécessitent une version Bedrock de Minecraft qui comprend le marché Minecraft. Les Minecoins ne sont pas compatibles avec PlayStation®. Pour plus d'informations au sujet de la compatibilité, veuillez consulter minecraft.net/minecoins.  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=* Les pièces Minecoins nécessitent une version Bedrock de Minecraft qui comprend le marché Minecraft. Les Minecoins ne sont pas compatibles avec PlayStation®. Pour plus d'informations au sujet de la compatibilité, veuillez consulter minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Miner # @@ -5362,7 +5391,7 @@ item.spawn_egg.entity.shulker.name=Œuf d'apparition de shulker # item.spawn_egg.entity.endermite.name=Œuf d'apparition d'endermite # item.spawn_egg.entity.evocation_illager.name=Œuf d'apparition d'évocateur # item.spawn_egg.entity.vex.name=Œuf de génération de vexe # -item.spawn_egg.entity.turtle.name=Œuf d'apparition de tortue # +item.spawn_egg.entity.turtle.name=Œuf d’apparition de tortue # item.spawn_egg.entity.dolphin.name=Œuf d'apparition de dauphin # item.spawn_egg.entity.phantom.name=Œuf d'apparition de revenant # item.spawn_egg.entity.panda.name=Œuf d'apparition de panda # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Bouclier brun # item.shield.black.name=Bouclier noir # item.shield.blue.name=Bouclier bleu # +item.bundle=Sac # +item.black_bundle=Sac noir # +item.white_bundle=Sac blanc # +item.red_bundle=Sac rouge # +item.orange_bundle=Sac orange # +item.yellow_bundle=Sac jaune # +item.green_bundle=Sac vert # +item.lime_bundle=Sac vert lime # +item.brown_bundle=Sac brun # +item.light_gray_bundle=Sac gris pâle # +item.light_blue_bundle=Sac bleu pâle # +item.blue_bundle=Sac bleu # +item.gray_bundle=Sac gris # +item.pink_bundle=Sac rose # +item.magenta_bundle=Sac magenta # +item.purple_bundle=Sac violet # +item.cyan_bundle=Sac cyan # +item.bundle.empty=Vide # +item.bundle.empty.description=Peut contenir une pile d'objets mixtes # +item.bundle.full=Plein # +item.bundle.fullness=%s d'espace restant # + item.goat_horn.name=Corne de chèvre # item.minecraft.goat_horn.sound.0=Réflexion # item.minecraft.goat_horn.sound.1=Chant # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Flèches # itemGroup.name.potion=Potions # itemGroup.name.splashPotion=Potions jetables # itemGroup.name.lingeringPotion=Potions persistantes # +itemGroup.name.ominousBottle=Fioles sinistres # itemGroup.name.bed=Lits # itemGroup.name.chalkboard=Tableaux noirs # itemGroup.name.anvil=Enclumes # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Bougies # itemGroup.name.goatHorn=Cornes de chèvre # itemGroup.name.compounds=Composés # itemGroup.name.products=Produits # +itemGroup.name.bundles=Sacs # -jigsaw.title.target_pool=Zone cible : # +##Jigsaw Block +jigsaw_block.title=Bloc casse-tête # +jigsaw.title.target_pool=Groupe cible : # jigsaw.title.name=Nom : # jigsaw.title.target=Nom de la cible : # jigsaw.title.final_block=Se transforme en : # -jigsaw.title.joint_type=Type de joint : # +jigsaw.title.selection_priority=Priorité de sélection : # +jigsaw.title.placement_priority=Priorité de placement : # +jigsaw.title.joint_type=Type d'emboîtement : # jigsaw.title.joint_type.aligned=Aligné # jigsaw.joint_type.aligned=Aligné # jigsaw.joint_type.rollable=Enroulable # jigsaw.exit.done=Terminé # -jigsaw.exit.cancel=Annuler # ##EDU Joincode joincode.entry_popup.icon_button=Bouton de code de jonction %1 # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Ouvrir au LAN # menu.simulating=Simulation du monde # menu.singleplayer=Solo # menu.store=Marché # +menu.store.addons=Parcourez les extensions! # menu.skins=Skins # menu.start=Commencer # menu.switchingLevel=Changement de monde # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Les assertions brisent dans le débogueur # options.dev_assertions_show_dialog=Les assertions affichent une boîte de dialogue modale # options.dev_force_trial_mode=Forcer l’activation du mode d’essai # options.dev_eduDemo=Démo éducative (nécessite de se reconnecter) # +options.dev_eduCloudResumableUpload=Utiliser l'API de téléchargement avec reprise pour les téléchargements de fichiers >4 Mo # options.remote_imgui_toggle=ImGUI à distance activé # options.dev_enableDebugUI=Activer l'interface de débogage # options.dev_createRealmWithoutPurchase=Créer un Realm sans acheter # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Point de terminaison Realms # options.dev_realmsEndpointPayment=Point de terminaison Realms - paiement # options.dev_realmsRelyingParty=Partie de confiance Realms # options.dev_realmsRelyingPartyPayment=Partie de confiance Realms - paiement # -options.dev_realms_stories=Activer les histoires de Realms # options.dev_overrideXboxEnvironmentWindows=Remplacer le bac à sable Xbox (contrôlé par le système d'exploitation sur Windows) # options.dev_overrideXboxEnvironment=Remplacer le bac à sable Xbox (redémarrage requis) # options.dev_xboxEnvironment=Remplacer l'environnement bac à sable Xbox (redémarrage requis) # @@ -6333,8 +6390,12 @@ 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_serviceOverrideType=Contourner le type # +options.dev_serviceOverrideTypeMultibranch=Déploiement multibranche # +options.dev_serviceOverrideTypeCustom=Personnalisé # options.dev_discoveryOverrideServiceName=Nom du service (sécurité, personnage, etc.) # options.dev_discoveryOverrideServiceBranch=Branche # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Réinitialiser tous les points de terminaison # options.dev_apply=Appliquer # options.dev_displayTreatmentsPanel=Afficher les traitements # @@ -6411,7 +6472,7 @@ 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.six=Niveau 6 - iOS 13, Android 8, appareils VR # options.dev_sunsetting_tier.not_pending=N'est pas en attente # options.dev_gatherings_section=Rassemblements # options.dev_gatherings_enable=Activer les rassemblements # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Rassemblements : activés # options.dev_gatherings_system_service_pack=Rassemblements : option désactivée en raison d'un ou de plusieurs packs de service du système manquants # options.dev_gatherings_active_gathering=Activé : %s # options.dev_gatherings_available_gatherings=Rassemblements disponibles # +options.dev_gatherings_clear_system_service_pack=Vider le cache du pack de service du système # options.difficulty=Difficulté # options.difficulty.easy=Facile # options.difficulty.hard=Difficile # @@ -6524,7 +6586,8 @@ options.creatorTitle=Paramètres de créateur # options.creator.serverboundClientDiagnosticsEnabled=Activer les diagnostics client # options.creator.debuggerHeading=Paramètres du débogueur de script # options.creator.debuggerAutoAttach=Lier le débogueur au chargement # -options.creator.debuggerAutoConnect=Connecter le débogueur au chargement # +options.creator.debuggerAutoAttachTimeout=Expiration de pièce jointe # +options.creator.debuggerAutoAttachTimeoutFormat=%s secondes # options.creator.debuggerConnect=Connexion # options.creator.debuggerListen=Écouter # options.creator.debuggerHost=Hôte # @@ -6542,11 +6605,11 @@ options.creator.watchdogHangThreshold=Interrompre après # options.creator.watchdogHangFormat=%s secondes # options.creator.watchdogHangFormatDefault=%s secondes (par défaut) # options.vr_classic_box_selection=Créer un aperçu de la sélection # -options.hidegamepadcursor=Cacher le curseur de la manette # +options.hidegamepadcursor=Masquer le curseur de la manette de jeu # options.hidegui=Cacher l'interface # options.showKeyboardPrompts=Afficher les commandes du clavier et de la souris # options.showLearningPrompts=Afficher les messages d’aide # -options.hidetooltips=Trucs cachés de la manette # +options.hidetooltips=Masquer les conseils sur la manette de jeu # options.splitscreenHUDsize=Taille de l'interface en écran partagé # options.ingamePlayerNames=Noms des joueurs en jeu # options.splitscreenIngamePlayerNames=Noms des joueurs en jeu en écran partagé # @@ -6674,8 +6737,8 @@ options.xboxliveBroadcast.friendsOfFriends=Amis des amis # options.xboxliveBroadcastSettings=Paramètres du compte Microsoft # options.xboxlivevisible=Visible des joueurs du réseau Xbox # options.xboxLiveAccountSettings=Paramètres du compte Microsoft # -options.xboxLiveSignedIn=Connecté avec un compte Microsoft # -options.xboxLiveSignedOut=Déconnecté du compte Microsoft # +options.xboxLiveSignedIn=Connecté(e) avec un compte Microsoft # +options.xboxLiveSignedOut=Déconnecté(e) du compte Microsoft # options.xboxLive.privacyControl=Confidentialité et sécurité en ligne # options.realms.checkInvites=Gérer les invitations d'abonnement aux Realms # options.skinCustomisation=Personnalisation du skin... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Le mode Hardcore ne peut pas être désa options.turnOnHardcoreMode.message.3=3. Après votre mort, vous pouvez voir ce monde, mais pas interagir avec lui. # options.achievementsDisabled=Vous ne pouvez pas remporter de succès dans ce monde. # options.achievementsDisabled.onLoad=Si vous commencez à modifier ces paramètres, vous ne pourrez plus remporter de succès dans ce monde. # -options.achievementsDisabled.notSignedIn=Les succès peuvent être remportés dans ce monde, mais, pour ce faire, vous devez vous connecter à un compte Microsoft. # +options.achievementsDisabled.notSignedIn=Les succès peuvent être remportés dans ce monde, mais pour ce faire, vous devez vous connecter à un compte Microsoft. # options.turnOffCrossPlatformMultiplayer=Désactiver le mode multijoueur multiplateforme? # options.turnOffCrossPlatformMultiplayer.message=Le contenu que vous essayez d’utiliser n’est pas autorisé dans les jeux multijoueur multiplateformes. Si vous continuez, vous ne pourrez pas jouer à des jeux multijoueur multiplateformes. # options.conflictingPacks=Packs en conflit # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Basse # options.volumetricFogQuality.medium=Moyenne # options.volumetricFogQuality.high=Élevée # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Résolution # +options.upscalingPercentage.hundred=Par défaut # options.reflectionsQuality=Reflets # options.reflectionsQuality.off=Désactivés # options.reflectionsQuality.low=Basse qualité # @@ -6966,12 +7031,10 @@ 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.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 marché (y compris les Minecoins). Les Realms gérés à partir de cet appareil resteront opérationnels pendant 6 mois, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil.%sPour annuler votre abonnement à Realms, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé.%sVous 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, et il s'agit de la dernière mise à jour pour cet appareil.%sVous pourrez toujours jouer dans vos mondes et accéder aux achats du marché (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.%sPour annuler votre abonnement à Realms, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé.%sVous 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 marché (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 marché (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.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 # @@ -7903,7 +7966,7 @@ trim_pattern.snout.name=Coupe d'armure Groin # trim_pattern.spire.name=Coupe d'armure Flèche # trim_pattern.tide.name=Coupe d'armure Marée # trim_pattern.vex.name=Coupe d'armure Vex # -trim_pattern.ward.name=Coupe d'armure Ward # +trim_pattern.ward.name=Coupe d'armure Garde # trim_pattern.wayfinder.name=Coupe d'armure Boussole # trim_pattern.wild.name=Coupe d'armure Sauvage # trim_pattern.bolt.name=Coupe d'armure Boulon # @@ -8140,7 +8203,7 @@ selectTemplate.create=Créer... # selectTemplate.worldsByCreators=Mondes des créateurs # selectTemplate.realm=Nouveau Realm # selectTemplate.realmInfo=Vous pouvez publier vos mondes dans votre Realm après l'avoir créé! # -selectTemplate.signIn=Créez Realm avec un compte MS # +selectTemplate.signIn=Créer un Realm avec un compte Microsoft # selectTemplate.unableToSignIn=Les services Microsoft ne sont pas offerts sur cet appareil # selectTemplate.world=Nouveau monde # selectTemplate.help=? # @@ -8339,9 +8402,9 @@ store.realmsPlus.buyNow.viewPrivacyPolicy=Politique de confidentialité # store.realmsPlus.buyNow.title=Commencer votre abonnement Realms Plus # store.realmsPlus.startTrial.description=Votre Realm et plus de 150 packs du marché seront immédiatement disponibles. Jusqu’à 10 joueurs peuvent jouer en même temps, et ils ont gratuitement accès aux mondes de votre Realm! Votre premier mois sera gratuit, puis vous serez facturé %s/mois par la suite. Vous pouvez annuler à tout moment. # -store.realmsPlus.startTrial.description.contentSub=Votre Realm et les plus de 150 packs du marché seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement! Votre premier mois sera gratuit, puis l'abonnement vous sera facturé %s par mois, annulable à tout moment. # +store.realmsPlus.startTrial.description.contentSub=Votre Realm et les plus de 150 packs du marché inclus dans le Marketplace Pass seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement! Votre premier mois sera gratuit, puis l'abonnement vous sera facturé %s par mois, annulable à tout moment. # store.realmsPlus.noTrial.description=Votre Realm et plus de 150 packs du marché seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps. Ils ont accès aux mondes de votre Realm gratuitement! Votre abonnement sera en vigueur pendant 30 jours au prix de :minecoin:%s. # -store.realmsPlus.noTrial.description.contentSub=Votre Realm et les plus de 150 packs du marché seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement! Votre abonnement sera disponible pendant 30 jours au prix de %s:minecoin:. # +store.realmsPlus.noTrial.description.contentSub=Votre Realm et les plus de 150 packs du marché inclus dans le Marketplace Pass seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement! Votre abonnement sera disponible pendant 30 jours au prix de %s:minecoin:. # store.realmsPlus.noTrial.description.iap=Votre Realm et plus de 150 packs du marché seront immédiatement disponibles. Jusqu’à 10 joueurs peuvent jouer en même temps, et ils ont gratuitement accès aux mondes de votre Realm! On vous facturera %s/mois. Vous pouvez annuler l'abonnement à tout moment afin d'éviter des frais futurs en accédant aux paramètres des abonnements. # store.realmsPlus.noTrial.description.iap.contentSub=Votre Realm et les plus de 150 packs du marché compris dans le Marketplace Pass seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement! Votre abonnement vous sera facturé %s par mois, et peut être annulé à tout moment en accédant aux paramètres d'abonnement. # store.realmsPlus.realmName.placeholder=Realm de %s #The string passed in here is the gamertag of the player to indicate the name of the player's world. # @@ -8349,7 +8412,7 @@ store.realmsPlus.realmName.placeholder=Realm de %s #The string passed in here i store.realmsPlus.recurring.offerTrial=Realms Plus est un abonnement en continu avec des frais d’abonnement récurrents qui sont facturés automatiquement chaque mois jusqu’à ce que l’abonnement soit annulé.%sVotre Realm et plus de 150 packs du marché seront immédiatement disponibles. Jusqu’à 10 joueurs peuvent jouer en même temps et ils ont gratuitement accès aux mondes de votre Realm! Les 30 premiers jours seront gratuits et on vous facturera par la suite %s/mois. Vous pouvez annuler l'abonnement à tout moment afin d'éviter des frais futurs en accédant aux paramètres des abonnements. # store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus est un abonnement continu avec des frais d'abonnement récurrents qui sont facturés automatiquement tous les mois jusqu'à ce que l'abonnement soit annulé.%sVotre Realm et les plus de 150 packs du marché compris dans le Marketplace Pass seront immédiatement disponibles. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès gratuitement aux mondes de votre Realm! Vos 30 premiers jours seront gratuits, puis l'abonnement vous sera facturé %s par mois. Vous pourrez l'annuler en accédant aux paramètres d'abonnement. # store.realmsPlus.recurring.withoutTrial=Realms Plus est un abonnement en continu avec des frais d’abonnement récurrents qui sont facturés automatiquement chaque mois jusqu’à ce que l’abonnement soit annulé.%sVotre Realm et plus de 150 packs du marché seront immédiatement disponibles. Jusqu’à 10 joueurs peuvent jouer en même temps et ils ont gratuitement accès aux mondes de votre Realm! On vous facturera %s/mois et vous pouvez annuler l'abonnement à tout moment afin d'éviter des frais futurs en accédant aux paramètres des abonnements. # -store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus est un abonnement continu avec des frais d'abonnement récurrents qui sont facturés automatiquement tous les mois jusqu'à ce que l'abonnement soit annulé.%sVotre Realm et les plus de 150 packs du marché seront immédiatement disponibles. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès gratuitement aux mondes de votre Realm! L'abonnement vous sera facturé %s par mois, et peut être annulé à tout moment en accédant aux paramètres d'abonnement. # +store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus est un abonnement continu avec des frais d'abonnement récurrents qui sont facturés automatiquement tous les mois jusqu'à ce que l'abonnement soit annulé.%sVotre Realm et les plus de 150 packs du marché inclus dans le Marketplace Pass seront immédiatement disponibles. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès gratuitement aux mondes de votre Realm! L'abonnement vous sera facturé %s par mois, et peut être annulé à tout moment en accédant aux paramètres d'abonnement. # store.realmsPlus.consumable.offerTrial=Votre Realm et plus de 150 packs du marché seront immédiatement disponibles. Jusqu’à 10 joueurs peuvent jouer en même temps, et ils ont gratuitement accès aux mondes de votre Realm! Les 30 premiers jours seront gratuits et vous pouvez renouveler par la suite pour 30 jours au prix de %s. # store.realmsPlus.consumable.offerTrial.contentSub=Votre Realm et les plus de 150 packs du marché compris dans le Marketplace Pass seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement! Les 30 premiers jours seront gratuits, puis vous pourrez renouveler votre abonnement pour 30 jours au prix de %s. # store.realmsPlus.consumable.withoutTrial=Votre Realm et plus de 150 packs du marché seront immédiatement disponibles. Jusqu’à 10 joueurs peuvent jouer en même temps, et ils ont gratuitement accès aux mondes de votre Realm! Votre abonnement sera valide durant 30 jours au prix de %s. # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Un serveur personnel vous permet de créer un monde store.realmsPlus.faq.question3=Mes amis ont-ils besoin de se procurer Realms Plus pour jouer sur mon Realm? # store.realmsPlus.faq.answer3=Vos amis n’ont pas besoin de se procurer un abonnement à Realms Plus pour jouer sur votre Realm. Vous pouvez inviter n’importe quel ami (dont les autorisations multijoueur sont activées) à rejoindre votre Realm gratuitement. # store.realmsPlus.faq.question4=Quels appareils prennent en charge Realms Plus pour Minecraft? # -store.realmsPlus.faq.answer4=Realms Plus est actuellement disponible sur n’importe quelle plate-forme où vous pouvez installer Minecraft version Bedrock. Vous pouvez jouer dans les Realms et utiliser n’importe quel contenu de Realms Plus sur n’importe lequel de ces appareils si vous êtes connecté à votre compte Microsoft. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus est actuellement disponible sur toutes les plateformes où vous pouvez installer la version Bedrock de Minecraft. Vous pouvez jouer sur Realms et utiliser n’importe quel contenu de Realms Plus sur n’importe lequel de ces appareils si vous vous connectez à votre compte Microsoft. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Combien coûte un abonnement à Realms Plus? # store.realmsPlus.faq.answer5=%s par mois pour un serveur de 10 joueurs et l’accès à plus de 150 packs du marché. # store.realmsPlus.faq.answer5.contentSub=%s par mois. Ajoutez une infinité de membres et jouez en ligne avec un maximum de 10 autres joueurs simultanément. De plus, bénéficiez gratuitement de plus de 150 éléments du marché grâce au catalogue du Marketplace Pass. # @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Le Marketplace Pass est un service d'abonnement qui vous o store.csb.faq.question2=À quelle fréquence le contenu est-il mis à jour dans le Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=La sélection de contenu est mise à jour chaque mois, de sorte qu'il y a toujours quelque chose de nouveau à découvrir. # store.csb.faq.question3=Comment profiter du Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=L'accès au Marketplace Pass nécessite un abonnement actif ainsi qu'une version Bedrock de Minecraft compatible avec le Minecraft Marketplace. Un compte Microsoft est requis. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=L'accès au Marketplace Pass nécessite un abonnement actif ainsi qu'une version Bedrock de Minecraft compatible avec le marché Minecraft. Un compte Microsoft est requis. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Qu'advient-il de mon contenu une fois retiré du Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Lorsqu'un monde, un pack de textures, un pack de skins ou un mash-up est retiré du catalogue, vous devez les acheter dans le marché pour continuer à jouer. Les packs ne seront pas supprimés de votre espace de stockage local tant que vous ne les aurez pas supprimés. Les objets de créateur de personnage mensuels que vous avez obtenus vous appartiennent. # store.csb.faq.question5=Que se passe-t-il une fois que mon abonnement prend fin? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Cet objet n'est peut-être pas compatible avec votr store.owned=En possession # store.owned.legacy=En possession (P) # store.unlocked=Déverrouillé # -store.mypacks=Mon contenu # +store.myLibrary=Ma bibliothèque # store.error=Erreur du marché # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=Vous n'avez pas assez de pièces store.popup.purchaseFailedInsufficientFunds.buyButton=Obtenir des pièces # store.popup.purchasePriceMismatch.msg=Désolé, votre achat n'a pu être complété. Veuillez réessayer plus tard. # store.popup.trialUpgradeFail.title=Erreur de déverrouillage de jeu # -store.popup.trialUpgradeFail.msg=Il semble que vous soyez connecté à un compte Microsoft différent de celui avec lequel l'essai de Minecraft a été téléchargé pour la première fois. Veuillez réessayer après vous être connecté au bon compte. # +store.popup.trialUpgradeFail.msg=Il semble que vous soyez connecté(e) à un compte Microsoft différent de celui avec lequel l'essai de Minecraft a été téléchargé pour la première fois. Veuillez réessayer après vous être connecté(e) au bon compte. # store.popup.downloaded.unOwnedTemplate.title=Acheter le modèle de monde? # store.popup.downloaded.unOwnedTemplate.msg=Vous ne possédez pas ce modèle et vous devez l'acheter pour le déverrouiller. Souhaitez-vous acheter ce modèle? # store.popup.rtx.title=Télécharger les packs de lancer de rayon? # @@ -8662,7 +8725,7 @@ store.progress.checkingDownload=Vérification du téléchargement # store.content.download=Télécharger # store.content.update=Mise à jour # store.content.updating=Mise à jour... # -store.content.requireXbl.signedIn=Téléchargement gratuit avec un compte Microsoft. # +store.content.requireXbl.signedIn=Téléchargez-le gratuitement avec un compte Microsoft. # store.content.requireXbl.notSignedIn=Connectez-vous à un compte Microsoft pour déverrouiller. # store.mashup.count.personaPiece=1 morceau de personnage # @@ -8758,7 +8821,7 @@ store.ratings.rate=Noter ce pack! # store.ratings.signIn.title=Noter les objets dans le marché # store.ratings.signIn.description1=Faites part de votre expérience avec cet objet à son créateur et à la communauté! # -store.ratings.signIn.description2=Vous devez vous connecter à un compte Microsoft avant qu'on puisse vous laisser évaluer un objet. # +store.ratings.signIn.description2=Vous devez vous connecter à un compte Microsoft avant de pouvoir évaluer un article. # store.purchase.success.realMoney1=Vous venez de déverrouiller : %s pour %s # store.purchase.success.realMoney2=+:minecoin:%s # @@ -8828,7 +8891,6 @@ store.updating.title=Mise à jour : %s # store.importing.title=Importation : %s # store.importing=En importation... # store.showMore=Tout afficher # -store.inventory.no.xbl=Mes packs # store.promo.today=Aujourd'hui seulement! # store.promo.upsell=Ne ratez pas le cadeau gratuit d'aujourd'hui! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=À l'état installé # store.search.filter.installed=Installé # store.search.filter.notInstalled=Non installé # store.search.filter.clear.installed=Réinitialiser les filtres de ce qui est à l'état installé # +store.search.filter.dressingroombody=Corps # +store.search.filter.dressingroombody.selectedCount=%d pièces # +store.search.filter.dressingroomstyle=Style # +store.search.filter.dressingroomstyle.selectedCount=%d styles # store.search.sort_menu.sortConstWord=Trier # store.search.sort_menu.Default=Pertinence # @@ -8945,8 +9011,8 @@ store.search.sort_menu.Installed=Installé # store.search.sort_menu.notInstalled=Non installé # store.search.sort_menu.HighestPrice=Prix : ordre décroissant # store.search.sort_menu.LowestPrice=Prix : ordre croissant # -store.search.sort_menu.HighestRating=Note : ordre descendant # -store.search.sort_menu.LowestRating=Note : ordre ascendant # +store.search.sort_menu.HighestRating=Note : ordre décroissant # +store.search.sort_menu.LowestRating=Note : ordre croissant # store.search.sort_menu.resultText=par %s # store.search.sort_menu.A_to_Z.tts.title=A à Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -10210,7 +10276,7 @@ trial.thanks_for_testing.minecraft.description=Merci d'avoir téléchargé la ve trial.thanks_for_testing.xbl.title=COMPTE MICROSOFT # trial.thanks_for_testing.xbl.description=Avec l'expérience de jeu complète de Minecraft, vous avez accès au mode Créatif, aux succès et à bien d'autres fonctionnalités. De plus, avec un compte Microsoft, vous pouvez rencontrer d'autres joueurs de la communauté Minecraft! Vous pourrez rejoindre les mondes de vos amis, vous faire de nouveaux amis sur les serveurs et synchroniser vos achats du marché pour les avoir à portée de main de tous les endroits où vous jouez à Minecraft. # trial.thanks_for_testing.xbl.description.line2=*(dans les versions avec le marché) # -trial.thanks_for_testing.achievements.description=En plus de l'expérience de jeu complète de Minecraft avec le mode Créatif, le mode multijoueur et bien plus encore, vous remporterez des succès et aurez un score de joueur qui indique vos progrès dans Minecraft, montrant ainsi ce que vous avez accompli à vos amis liés à votre compte Microsoft. # +trial.thanks_for_testing.achievements.description=En plus de l'expérience de jeu complète de Minecraft avec le mode Créatif, le mode multijoueur et bien plus encore, vous remporterez des succès et aurez un score de joueur qui indique vos progrès dans Minecraft, montrant ainsi ce que vous avez accompli à vos amis associés à votre compte Microsoft. # trial.thanks_for_testing.multiplayer.description=L'expérience de jeu complète de Minecraft vous permet de profiter du mode Créatif, des succès et du mode multijoueur avec vos amis sur différents appareils avec Minecraft! Jouez entre amis sur console, ordinateur et appareil mobile afin de créer, d'explorer et de tenter de survivre ensemble. # trial.thanks_for_testing.server.description=En tant que partie intégrante de l'expérience Minecraft, les serveurs vous offrent des façons tout à fait créatives de jouer à Minecraft! Jouez à des mini-jeux, rencontrez la communauté Minecraft et faites-vous de nouveaux amis. # trial.thanks_for_testing.store.description=Le jeu complet donne accès au marché Minecraft, notre magasin du jeu. Changez de style avec de nouvelles skins, modifiez votre monde ou explorez de nouvelles cartes incroyables provenant des meilleurs créateurs de la communauté! # @@ -10284,9 +10350,9 @@ autosave.info.desktop=Si vous voyez cette icône, c'est que nous sauvegardons vo xbox.signin.error=Veuillez vous connecter à votre compte Microsoft pour jouer avec des amis et accéder au score du joueur et aux succès. # xbox.signin.error.pocket.line1=Merci de tester Realms! Les fonctionnalités ne sont pas finalisées et vous risquez de rencontrer des bogues. Envoyez-nous vos commentaires, nous sommes à votre écoute! # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Pendant ce test, tous les joueurs devront se connecter à un compte Microsoft pour pouvoir recevoir des invitations et être ajoutés aux Realms. # +xbox.signin.error.pocket.line3=Pendant ce test, tous les joueurs doivent se connecter à un compte Microsoft pour pouvoir recevoir des invitations et être ajoutés aux Realms. # xbox.signin.warning.kickPlayer=Ceci vous renverra au menu principal. Continuer? # -xbox.connection.error=Déconnecté du compte Microsoft # +xbox.connection.error=Déconnecté(e) du compte Microsoft # xbox.signin=Connexion # xbox.signin.qr=Deux façons de se connecter # xbox.signin.qr.left.header=Scannez le code QR # @@ -10323,7 +10389,7 @@ xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Effacer les données de connex xbox.invitesignin.line1=Ajoutez vos amis au moyen de leur Gamertag pour voir leurs mondes lorsqu'ils sont en ligne. # xbox.invitesignin.line2=Connectez-vous avec un compte Microsoft pour commencer à inviter des amis! # xbox.thirdpartysignin.line1=Des mini-jeux fantastiques et des nouveaux joueurs qui n'attendent que vous! Mais d'abord, '%s' souhaite vous connaître. # -xbox.thirdpartysignin.line2=Vous devez vous connecter avec un compte Microsoft pour vous connecter aux autres! # +xbox.thirdpartysignin.line2=Vous devez utiliser un compte Microsoft pour vous connecter! # xbox.signInLong=Connexion gratuite! # xbox.signOutLong=Vous déconnecter de votre compte Microsoft # @@ -10332,14 +10398,9 @@ xbox.genericsignin.line2=C'est GRATUIT! # xbox.genericsignin.line3=Vous pouvez l'utiliser partout où vous jouez à Minecraft. # xbox.disconectionscreen.notSignedIn=Connectez-vous avec votre compte Microsoft pour jouer entre amis. # -xbox.disconectionscreen.multiplayerNotAllowed=Ce compte Microsoft n'est pas autorisé à rejoindre des parties multijoueur. # +xbox.disconectionscreen.multiplayerNotAllowed=Ce compte Microsoft n'est pas autorisé à rejoindre des parties multijoueurs. # xbox.disconectionscreen.accessDenied=Vous devez être amis avec un joueur de cette partie pour la rejoindre. # -xbox.friendfinder.enterGamertag=Entrer le gamertag # -xbox.friendfinder.findFriends=Trouver des amis par gamertag # -xbox.friendfinder.searchingForGamertag=Recherche # -xbox.friendfinder.gamertagNotFound=Le gamertag n'a pas été trouvé # - xbox.profile.addFriend=Ajouter un ami # xbox.profile.addFriend.success=C'est réussi! %s a été ajouté à votre liste d'amis. # xbox.profile.block=Bloc # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=La propriété « %s » n'est pas utilisé packdiscoveryerror.version_too_high=La version de « %s » de la propriété « %s » est trop élevée. La plus haute valeur acceptée est de « %s ». # packdiscoveryerror.version_too_low=La version de « %s » de la propriété « %s » est trop basse. La plus basse valeur acceptée est de « %s ». # packdiscoveryerror.format_version_1_engine_version_cap=L'ensemble de valeurs de la propriété « %s » doit être inférieur à « %s ». Vous devez utiliser la version de format 2 pour utiliser une version plus élevée. # +packdiscoveryerror.folder_structure_too_deep=La structure des dossiers du pack est trop profonde. # ## pack upgrading packupgradewarning.invalidpacktype=L’élément fourni %s a une valeur non valide dans le manifeste du pack. Utilisation du pack de ressources par défaut. # @@ -10886,7 +10948,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Choisir nouveau skin # dr.classic_skins.custom_skin_title=Importer une 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 ni vos parties. # -dr.classic_skins.custom_skin_description_disabled= Votre appareil ne peut pas sélectionner de 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 de skin personnalisé dans une partie multijoueur. Retournez au menu principal pour en équiper un. # dr.classic_skins.custom_skin_description_popup=Les joueurs portant des skins personnalisées ne seront pas visibles si l’option « N'autoriser que les skins fiables » est activée # dr.classic_skins.custom_skin_section_title=Skins en possession # dr.classic_skins.invalidCustomSkin=Veuillez importer un fichier PNG aux dimensions 64x64, 64x32 ou 128x128. # diff --git a/resource_pack/texts/fr_FR.lang b/resource_pack/texts/fr_FR.lang index ec04fe56b..f02188313 100644 --- a/resource_pack/texts/fr_FR.lang +++ b/resource_pack/texts/fr_FR.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Écran de l'encyclopédie # accessibility.screenName.howToPlay=Écran Comment jouer # accessibility.screenName.inviteToGame=Écran Invitation au jeu # accessibility.screenName.joinByIP=Boîte de dialogue Rejoindre avec adresse IP # +accessibility.screenName.joinByConnectionID=Rejoindre par la fenêtre d'identifiant de connexion # accessibility.screenName.joinCode=Boîte de dialogue Code d'accès # accessibility.screenName.library=Écran Bibliothèque # accessibility.screenName.modalDialog=Boîte de dialogue # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Écran Profil # accessibility.screenName.realmInviteLinkSettings=Écran des paramètres du lien d'invitation au Realm # accessibility.screenName.realmSettings=Écran de paramètres des Realms # accessibility.screenName.settings=Écran de paramètres de jeu # -accessibility.screenName.addFriend=Ajouter l'écran Ami # accessibility.screenName.skinPicker=Écran de choix d'une skin # accessibility.screenName.start=Menu principal # accessibility.screenName.vrAlignment=Écran d'alignement RV # accessibility.screenName.emoteWheel=Écran Émotes # +accessibility.screenName.addExternalServer=Ajouter un écran de serveur externe # +accessibility.screenName.editExternalServer=Modifier l'écran de serveur externe # accessibility.search.sort_menu.A_to_Z.tts.title=A à Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Z à A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Impossible de supprimer les effets du joue commands.effect.failure.notAMob=Aucun effet ne peut être appliqué à %1$s # commands.effect.notFound=Il n'y a pas de créature ayant pour ID %s # commands.effect.success=Don de l'effet %1$s * %2$d à %3$s pendant %4$d secondes # +commands.effect.success.infinite=Don de l'effet %1$s * %2$d à %3$s pour une durée illimitée # commands.effect.success.removed=Retrait de l'effet %1$s à %2$s # commands.effect.success.removed.all=Retrait de tous les effets de %1$s # commands.enchant.cantCombine=%1$s ne peut pas être combiné avec %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=L'entité cible ne peut pas être dan commands.generic.entity.invalidType=Le type d'entité "%1$s" n'est pas valide # commands.generic.entity.invalidUuid=Le format de l'UUID d'entité spécifié n'est pas valide # commands.generic.entity.notFound=Cette entité est introuvable # -commands.generic.error.permissions=Niveaux d'autorisation incorrects. %s est une commande de niveau %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Niveau d'autorisation incorrect pour la commande : %s. ###1: command name commands.generic.exception=Cette commande a échoué suite à une erreur inconnue # commands.generic.invalidAgentType=Argument de type appliqué à un sélecteur "Agent uniquement" # commands.generic.invalidcontext=Contexte invalide fourni pour le type de commande donné # +commands.generic.invalidOrigin=L'origine de la commande n'était pas valide au moment de son exécution # commands.generic.invalidDevice=La commande que vous avez saisie, %s, n'est pas prise en charge sur cet appareil # commands.generic.invalidMessage=Longueur du message invalide # commands.generic.invalidPlayerType=Argument de type appliqué à un sélecteur "joueur uniquement" # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Les entrées de la fonction %1$d ont été exécut commands.schedule.invalidOrigin=La source nécessaire à l'exécution de cette fonction était invalide. # commands.schedule.name.empty=Le nom de la zone persistante ne peut pas être vide. # commands.schedule.too.many.areas=Plusieurs zones persistantes possèdent le nom %s. Veuillez utiliser une seule zone. # +commands.schedule.clear.failure=Aucune fonction du nom de %1$s n'a été supprimée. # +commands.schedule.clear.success=%1$d fonctions portant le nom %2$s ont été supprimées. # +commands.schedule.tickingarea.clear.success=%1$d fonctions dont le nom de la zone persistante est %2$s ont été supprimées. # +commands.schedule.tickingarea.clear.failure=Aucune fonction dont le nom de la zone persistante est %1$s n'a été supprimée. # +commands.schedule.tickingarea.func.clear.success=%1$d fonctions dont le nom de la zone persistante est %2$s et le nom %3$s ont été supprimées. # +commands.schedule.tickingarea.func.clear.failure=Aucune fonction dont le nom de la zone persistante est %1$s et le nom %3$s n'a été supprimée. # ## 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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Les valeurs de couleurs du fondu doivent être des commands.camera.invalid.easing=Le passage aux caméras non fixes n'est pas pris en charge # commands.camera.invalid.time=Les durées du fondu doivent être comprises entre 0 et 10 secondes # commands.camera.invalid.pitch=L'inclinaison de caméra (axe X) doit être comprise entre -90 et 90 degrés # -commands.camera.invalid.view.offset=Le décalage de la vue doit être compris entre -100 et 100. # +commands.camera.invalid.view.offset=Le décalage de la vue doit être compris entre -64 et 64. # +commands.camera.invalid.entity.offset=Le décalage de l'entité doit être compris entre -64 et 64 # +commands.camera.invalid.offset.camera=L'entité et le décalage de vue ne peuvent être appliqués qu'à la caméra « follow_orbit » # commands.camera.perspective.locked=La perspective ne peut pas être modifiée en utilisant des caméras personnalisées. # commands.camera.perspective.option=La caméra sélectionnée change lorsque la caméra personnalisée n'est pas active. # commands.world_age.description=Modifie ou recherche l'âge du monde (temps depuis la création). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Retirer case # controller.buttonTip.removeMaterial=Retirer matériau # controller.buttonTip.renameItem=Renommer objet # controller.buttonTip.returnToRecipe=Retourner à la recette # +controller.buttonTip.swap=Échanger # controller.buttonTip.enterSearch=Rechercher # controller.buttonTip.searchRecipe=Recherche rapide # controller.buttonTip.confirmSearch=Valider # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=En prendre un # controller.buttonTip.take=Prendre # controller.buttonTip.takeItem=Prendre objet # controller.buttonTip.clearHotbar=Vider la barre d'action # +controller.buttonTip.add.to.bundle=Ajouter au lot # +controller.buttonTip.place.from.bundle=Placer depuis le lot # +controller.buttonTip.take.from.bundle=Prendre depuis le lot # controllerLayoutScreen.actions=Actions # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Essayez maintenant # ## Edu Course Multiplayer strings course.edu.enterIp=Saisissez l'adresse IP du monde que vous voulez rejoindre. # course.edu.enterConnection=Saisissez l'ID de connexion du monde que vous voulez rejoindre. # +course.edu.enterConnectionScreenReader=Saisissez l'identifiant de connexion du monde que vous voulez rejoindre. # course.edu.ipAddress=Adresse IP # course.edu.ipPlaceholder=Saisissez l'IP ou l'adresse du serveur # course.edu.ipTooltipText=Pour trouver l'adresse IP, demandez à l'hôte de mettre la leçon en pause. L'adresse IP est visible sur la droite de son écran. # course.edu.connectionInfo=ID de connexion # course.edu.conInfoPlaceholder=Veuillez saisir l’ID de connexion # -course.edu.conInfoHostTooltipText=Vous pouvez partager l’ID de connexion si d’autres personnes rencontrent des problèmes pour rejoindre votre monde à l’aide du code d'accès ou du lien partagé. # +course.edu.conInfoHostTooltipText=Vous pouvez partager l'identifiant de connexion si d’autres personnes rencontrent des problèmes pour rejoindre votre monde à l’aide du code d'accès ou du lien partagé sans recharger. # +course.edu.conInfoHostTooltipTextScreenReader=Vous pouvez partager l'identifiant de connexion si d’autres personnes rencontrent des problèmes pour rejoindre votre monde à l’aide du code d'accès ou du lien partagé. # course.edu.conInfoTooltipText=L’hôte peut trouver l’ID de connexion dans l’onglet multijoueur du menu du jeu de son monde. # +course.edu.conInfoTooltipTextScreenReader=L’hôte peut trouver l’ID de connexion dans l’onglet multijoueur du menu du jeu de son monde. # course.edu.joinLesson=Rejoindre la leçon # course.edu.joinLessonIntro=Trouvez des camarades de classe dans la même leçon pour la rejoindre ou saisissez leur adresse IP s'ils n'apparaissent pas dans la liste. # course.edu.joinLessonIntroTeacher=Sélectionnez le groupe que vous voulez rejoindre ou saisissez son adresse IP s'il n'apparaît pas dans la liste. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Ajoutez-les à l'infini et jouez en ligne ave createWorldUpsell.realm.sellPoint2=Sauvegarde en ligne : jouez sur n'importe quel appareil pouvant accéder au magasin Minecraft # createWorldUpsell.realm.sellPoint3=N'occupe pas de place sur votre appareil # createWorldUpsell.realm.sellPoint4=Vos amis peuvent jouer même quand vous êtes hors ligne # -createWorldUpsell.signIn=Créez Realm avec un compte MS # +createWorldUpsell.signIn=Créer un Realm avec un compte Microsoft # createWorldUpsell.world.sellPoint1=Rejoignez jusqu'à 7 amis en ligne # createWorldUpsell.world.sellPoint2=Sauvegarde en local : jouez hors connexion # createWorldUpsell.world.sellPoint3=Utilise le stockage de votre appareil # @@ -1908,8 +1927,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 # @@ -1957,7 +1974,7 @@ createWorldScreen.serverSimDistance=Distance de simulation # createWorldScreen.serverSimDistanceFormat=%s tronçons # createWorldScreen.showbordereffect=Afficher l'effet de bordure # createWorldScreen.check_internet_connection=Vous n'êtes pas connecté à Internet. Vos amis ne pourront pas rejoindre vos mondes multijoueur. Connectez-vous à votre compte Microsoft pour jouer avec eux. # -createWorldScreen.disconnectedXboxLive=Vous n'êtes pas connecté aux services Microsoft. Vos amis ayant un gamertag ne pourront pas rejoindre votre monde multijoueur. Connectez-vous à votre compte Microsoft pour jouer avec eux. # +createWorldScreen.disconnectedXboxLive=Vous n'êtes pas connecté(e) aux services Microsoft. Vos amis ayant un gamertag ne pourront pas rejoindre votre monde multijoueur. Connectez-vous à votre compte Microsoft pour jouer avec eux. # createWorldScreen.clearPlayerData.button=Effacer les données de joueur # createWorldScreen.clearPlayerData.title=Effacer les données de joueur de ce monde ? # createWorldScreen.clearPlayerData.body1=Sélectionnez « Données de tous les joueurs » pour supprimer absolument toutes les données des joueurs de ce monde. La prochaine fois qu'un joueur entrera dans ce monde, il recommencera à zéro, avec les données par défaut. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s a expiré. Demandez à %s de le re realmsSharingScreen.cantJoinClosedTitle=%s a fermé ce Realm # realmsSharingScreen.cantJoinClosedMessage=%s est fermé. Demandez à %s de le rouvrir. # realmsSharingScreen.failedSignInModalTitle=Connectez-vous pour rejoindre ce Realm # -realmsSharingScreen.failedSignInModalMessage=Vous devez être connecté à un compte Microsoft pour rejoindre un Realm. Veuillez vous connecter et réessayer. # +realmsSharingScreen.failedSignInModalMessage=Vous devez être connecté(e) à un compte Microsoft pour rejoindre un Realm. Veuillez vous connecter et réessayer. # realmsSharingScreen.invalidPermissionTitle=Autorisations non valides # realmsSharingScreen.unexpectedServerResponseTitle=Erreur Realms # realmsSharingScreen.unexpectedServerResponseMessage=Désolé, nous avons rencontré un problème de connexion au Realm. Veuillez réessayer plus tard. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Service de paiement # realmsCreateScreen.paymentFailed.body=Connexion à Realms impossible. Votre achat n'a pas pu aboutir. Réessayez plus tard. # realmsCreateScreen.incomplete=Realm incomplet # realmsCreateScreen.incomplete.create.a=Apparemment, nous n'avions pas tout bien fini. Nous allons terminer la création de votre Realm. # -realmsCreateScreen.incomplete.create.b=Apparemment, vous avez commencé à créer un Realm avec un autre compte Microsoft. Voulez-vous terminer la création de ce Realm avec ce compte Microsoft en tant que propriétaire ? # -realmsCreateScreen.incomplete.create.c=Quelqu’un a commencé à créer un realm avec le compte de facturation sur cet appareil. Souhaitez-vous terminer la création de ce realm avec ce compte Microsoft en tant que propriétaire ? # +realmsCreateScreen.incomplete.create.b=Il semblerait que vous ayez commencé à créer un Realm avec un autre compte Microsoft. Souhaitez-vous terminer la création de ce Realm avec ce compte Microsoft en tant que propriétaire ? # +realmsCreateScreen.incomplete.create.c=Quelqu'un a commencé à créer un Realm avec le compte de facturation de cet appareil. Souhaitez-vous terminer la création de ce Realm avec ce compte Microsoft en tant que propriétaire ? # realmsCreateScreen.incomplete.renew.a=Apparemment, nous n'avions pas tout bien fini. Nous allons terminer le renouvellement de votre Realm. # -realmsCreateScreen.incomplete.renew.b=Apparemment, vous avez commencé à renouveler un Realm avec un autre compte Microsoft. Voulez-vous terminer le renouvellement de ce Realm avec ce compte Microsoft en tant que propriétaire ? # -realmsCreateScreen.incomplete.renew.c=Quelqu'un a commencé à renouveler un Realm avec le compte de facturation de cet appareil. Voulez-vous terminer le renouvellement de ce Realm avec ce compte Microsoft en tant que propriétaire ? # +realmsCreateScreen.incomplete.renew.b=Apparemment, vous avez commencé à renouveler un Realm avec un autre compte Microsoft. Voulez-vous terminer le renouvellement de ce Realm avec ce compte Microsoft en tant que possesseur ? # +realmsCreateScreen.incomplete.renew.c=Quelqu'un a commencé à renouveler un Realm avec le compte de facturation de cet appareil. Souhaitez-vous terminer le renouvellement de ce Realm avec ce compte Microsoft en tant que propriétaire ? # realmsCreateScreen.incomplete.override.renew=Vous tentez de créer un nouveau Realm, mais nous avons détecté que vous avez déjà acheté un renouvellement de Realm. Voulez-vous appliquer cet achat maintenant ? # realmsCreateScreen.incomplete.override.create=Vous tentez de renouveler un Realm, mais nous avons détecté que vous avez déjà acheté une création de Realm. Voulez-vous appliquer cet achat maintenant ? # realmsCreateScreen.incomplete.override.realm=Vous tentez de renouveler un Realm, mais nous avons détecté que vous avez déjà effectué un achat pour un autre Realm. Voulez-vous appliquer cet achat maintenant ? # @@ -2227,8 +2244,8 @@ networkWorld.check_internet_connection=Oups ! Vérifiez votre connexion à Inte networkWorld.connect_to_xbl=Connectez-vous avec un compte Microsoft pour jouer entre amis. # networkWorld.memberOfTooManyRealms=Vous avez atteint le nombre maximal de membres pour les Realms. # networkWorld.multiplayerPrivilegesBlocked=La configuration de votre compte Microsoft ne vous permet pas de jouer à des parties multijoueur en ligne. Assurez-vous que vos paramètres de sécurité en ligne vous permettent de jouer en multijoueur. Rendez-vous sur aka.ms/MCMultiplayerHelp pour consulter et modifier vos paramètres. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=La configuration de votre compte Microsoft ne vous permet pas de jouer à des parties multijoueur en ligne. Assurez-vous que vos paramètres de sécurité en ligne vous permettent de jouer en multijoueur et que vous avez un abonnement Xbox Live Gold actif. Rendez-vous sur aka.ms/MCMultiplayerHelp pour consulter et modifier vos paramètres. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=La configuration de votre compte Microsoft ne vous permet pas de jouer à des parties en ligne multijoueur. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsole=La configuration de votre compte Microsoft ne vous permet pas de jouer à des parties multijoueur en ligne. Assurez-vous que vos paramètres de sécurité en ligne vous permettent de jouer en multijoueur et que vous disposez d'un abonnement Xbox Live Gold actif. Rendez-vous sur aka.ms/MCMultiplayerHelp pour consulter et modifier vos paramètres. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=La configuration de votre compte Microsoft ne vous permet pas de jouer à des parties multijoueur en ligne. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Une erreur inconnue qui empêche le jeu en ligne s’est produite. Veuillez réessayer plus tard. # networkWorld.multiplayerPrivilegesBlockedBanned=Vous ne pouvez pas jouer au multijoueur en ligne car votre compte est suspendu. # networkWorld.versionOutOfDate=Vous ne pouvez pas jouer en multijoueur en ligne, car vous n'avez pas la version la plus récente. Veuillez installer la dernière version pour accéder aux fonctionnalités en ligne. # @@ -2473,7 +2490,7 @@ realmsSettingsScreen.extendConsumableButton.180=Prolonger de 180 jours # xblLogin.LoginMessageTitle=Compte Microsoft # xblLogin.LoginMessage=Connexion... # -xbl.savePurchase.saveButton=Sauvegarde sur un compte Microsoft # +xbl.savePurchase.saveButton=Sauvegarder sur un compte Microsoft # xbl.marketplace.account.error.body.nobutton=Il y a un problème avec votre compte. Vous ne pourrez pas utiliser le magasin tant que nous n'aurons pas résolu ce problème. Si celui-ci persiste pendant plusieurs jours, veuillez contacter l'assistance. # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Connectez-vous maintenan store.sign_in_warning.no_xbl_and_no_local_content.line2=Vous n’avez pas de compte Microsoft ? Créez-en un gratuitement dès maintenant ! # xbl.signOut.title=Achats du compte Microsoft ! # -xbl.signOut.message1=Lorsque vous êtes déconnecté de votre compte Microsoft, vous n'avez pas accès à vos Minecoins et objets achetés en magasin. # +xbl.signOut.message1=Lorsque vous êtes déconnecté(e) de votre compte Microsoft, vous n'avez pas accès à vos Minecoins et objets achetés en magasin. # xbl.signOut.message2=Êtes-vous sûr de vouloir faire ça ? # date.short_january=Jan # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Le serveur a été suspendu en raison d’u disconnectionScreen.header.realms_hidden=Invitation multijoueur # disconnectionScreen.body.realms_hidden=Impossible de rejoindre ce serveur spécifique. # +disconnectionScreen.biomeData.IdDuplication=Collision de l'ID %s avec %s # +disconnectionScreen.biomeData.MalformedData=Données de biome invalides # +disconnectionScreen.biomeData.MixedIdPresence=Le paquet du biome a une présence d'identification mixte pour les biomes personnalisés # +disconnectionScreen.biomeData.ReservedRange=Le biome personnalisé %s utilise un identifiant d'une plage réservée. La plage d'identification pour les biomes personnalisés est de : %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Les données du biome classique ne doivent pas contenir le champ « id » # disconnectionScreen.blockMismatch=Les blocs entre le client et le serveur ne correspondent pas. # disconnectionScreen.cantConnect=Connexion au monde impossible. # disconnectionScreen.cantConnectToRealm=Connexion au Realm impossible. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Vous pouvez obtenir des modèles de monde à partir d edu.pause.multiplayer.disabled=Le mode multijoueur n'est pas disponible dans cette leçon. # +effect.duration.infinite=∞ # effect.badOmen=Mauvais présage # effect.infested=Infesté # effect.oozing=Suintant # @@ -3143,13 +3166,6 @@ feed.uppload_success=La capture d'écran a été chargée # feed.connected=Chaque Realm est connecté à un Club avec votre compte Microsoft. # feed.unviewedPost=Nouveau # -comment.like=%d J'aime ### 1 like -comment.likes=%d J'aime ### 0 or 2+ likes -comment.comment=%d commentaire ### 1 comment -comment.comments=%d commentaires ### 0 or 2+ comments -comment.likes_and_comments=%1 et %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Commenter... # - furnaceScreen.fuel=Combustible # furnaceScreen.header=Four # furnaceScreen.input=Ressource # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=Chaque fois que vous créez un nouveau monde, l howtoplay.playingTogether.header.2=Rejoindre une partie en ligne # howtoplay.playingTogether.text.3=Pour jouer avec d'autres joueurs, rendez-vous dans l'§eonglet Amis§f où vous pourrez voir une liste de tous les Realms, Amis et parties en réseau local (LAN) disponibles. Il vous suffit ensuite de choisir la partie à laquelle vous souhaitez vous joindre. # howtoplay.playingTogether.text.4=Lorsque vous commencez ou rejoignez une partie en ligne, vos amis pourront le voir dans leur onglet Amis. S'ils se joignent à vous, le statut de vos amis changera également. # -howtoplay.playingTogether.text.5=Vous devez vous connecter à un §ecompte Microsoft§f avec une connexion internet active pour jouer en multijoueur. # +howtoplay.playingTogether.text.5=Vous devez vous connecter à un §ecompte Microsoft§f avec une connexion Internet active pour jouer en multijoueur. # howtoplay.playingTogether.header.3=Realms - Le meilleur moyen de jouer ensemble # howtoplay.playingTogether.text.6=Avec §eRealms§f, jouer avec des amis, c'est simple comme bonjour. # howtoplay.playingTogether.text.7=Vous et jusqu'à 10 amis bénéficiez d'un accès permanent à un monde en ligne, ouvert 24 heures sur 24, 7 jours sur 7. Explorez, exprimez votre créativité ou découvrez du contenu exclusif du magasin ! # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Vous voulez déplacer quelque chose entre vot howtoplay.inventory.text.2.touch=Vous voulez déplacer quelque chose entre votre §ebarre d'action§f et votre inventaire ? Appuyez sur l'objet de votre choix, puis appuyez sur l'emplacement vide vers lequel vous souhaitez le déplacer. # howtoplay.inventory.text.2.vr=Vous voulez déplacer quelque chose entre votre §ebarre d'action§f et votre inventaire ? Utilisez le curseur pour sélectionner un objet puis appuyez sur :_input_key.use:. Déplacez ensuite votre curseur vers un emplacement vide et appuyez à nouveau pour lâcher l'objet. # +howtoplay.jigsawBlocks=Blocs casse-tête # +howtoplay.jigsawBlocks.text.1=Les Blocs casse-tête donnent aux créateurs la capacité de générer de grandes structures dans le monde en reliant plusieurs modèles de structure. # +howtoplay.jigsawBlocks.header.1=Comment obtenir # +howtoplay.jigsawBlocks.text.2=Pour obtenir un Bloc casse-tête, vous devez utiliser la commande slash /give. Pour utiliser un Bloc casse-tête, vous devez avoir les autorisations d'opérateur. # +howtoplay.jigsawBlocks.header.2= Paramètres # +howtoplay.jigsawBlocks.text.3=Les Blocs casse-tête comportent plusieurs paramètres qui contrôlent la façon dont ils se relient ensemble pour former une plus grande structure. # +howtoplay.jigsawBlocks.text.4=§eGroupe cible§f - Le chemin vers le groupe de modèles pour chercher un modèle de structure de connexion. Le groupe de modèles doit contenir au moins une structure qui correspond au champ « nom de la cible » du bloc casse-tête. # +howtoplay.jigsawBlocks.text.5=§eNom§f - Le nom du bloc casse-tête. Celui-ci est utilisé lors de la connexion des blocs casse-têtes avec un « nom de la cible » correspondant. # +howtoplay.jigsawBlocks.text.6=§eSe transforme en§f - Le type de bloc en lequel le bloc casse-tête se transformera lorsqu'il sera placé dans le monde pendant la génération de la structure. # +howtoplay.jigsawBlocks.text.7=§ePriorité de sélection§f - Quand l'élément parent est en cours de traitement pour les connexions, c'est l'ordre dans lequel ce Bloc casse-tête essaie de se connecter à sa pièce cible. Les casse-têtes seront traités en ordre de priorité décroissante et les égalités seront arbitrées aléatoirement. # +howtoplay.jigsawBlocks.text.8=§ePriorité de placement§f - Quand ce bloc casse-tête se connecte à une pièce, il s'agit de l'ordre dans lequel cette pièce est traitée pour les connexions dans la structure élargie. Les pièces seront traitées en ordre de priorité décroissante et les égalités seront arbitrées par ordre d'insertion. # +howtoplay.jigsawBlocks.text.9=§eType d'emboîtement§f - Un emboîtement peut être rotatif (par défaut) ou aligné. Si le type d'emboîtement est rotatif, la structure cible pivotera aléatoirement autour du bloc casse-tête source. Si le type d'emboîtement est aligné, la structure cible sera placée de telle façon que le bloc casse-tête cible sera aligné avec la rotation du bloc casse-tête source. Remarque : cela ne s'applique que lorsque le bloc casse-tête est orienté face vers le haut ou vers le bas. # + howtoplay.jukebox=Juke-box # howtoplay.jukebox.text.1=Le juke-box lit les disques que vous avez trouvés. # howtoplay.jukebox.header.1=Que la fête commence # @@ -5007,7 +5036,7 @@ item.boat.big_oak.name=Bateau en chêne noir # item.bone.name=Os # item.book.name=Livre # item.breeze_rod.name=Bâton de Breeze # -item.chainmail_boots.name=Bottes de mailles # +item.chainmail_boots.name=Bottes en cotte de mailles # item.leather_boots.name=Bottes en cuir # item.diamond_boots.name=Bottes en diamant # item.golden_boots.name=Bottes en or # @@ -5362,7 +5391,7 @@ item.spawn_egg.entity.shulker.name=Œuf d'apparition de shulker # item.spawn_egg.entity.endermite.name=Œuf d'apparition d'endermite # item.spawn_egg.entity.evocation_illager.name=Œuf d'apparition d'évocateur # item.spawn_egg.entity.vex.name=Œuf d'apparition de vex # -item.spawn_egg.entity.turtle.name=Œuf de génération de tortue # +item.spawn_egg.entity.turtle.name=Œuf d’apparition de tortue # item.spawn_egg.entity.dolphin.name=Œuf d'apparition de dauphin # item.spawn_egg.entity.phantom.name=Œuf d'apparition de phantom # item.spawn_egg.entity.panda.name=Œuf d'apparition de panda # @@ -5492,7 +5521,7 @@ item.suspicious_stew.name=Ragoût suspect # item.field_masoned_banner_pattern.name=Motif de bannière Champ maçonné # item.creeper_banner_pattern.name=Motif de bannière Visage de creeper # item.flow_banner_pattern.name=Motif de bannière Flux # -item.flower_banner_pattern.name=Motif de bannière Visage de fleur # +item.flower_banner_pattern.name=Motif de bannière Fleur # item.globe_banner_pattern.name=Motif de bannière Globe # item.guster_banner_pattern.name=Motif de bannière Tornade # item.piglin_banner_pattern.name=Motif de bannière Groin # @@ -5502,7 +5531,7 @@ item.bordure_indented_banner_pattern.name=Motif de bannière Bordure cannelée # item.banner_pattern.bricks=Champ maçonné # item.banner_pattern.creeper=Visage de creeper # item.banner_pattern.flow=Flux # -item.banner_pattern.flower=Visage de fleur # +item.banner_pattern.flower=Fleur # item.banner_pattern.globe=Globe # item.banner_pattern.guster=Tornade # item.banner_pattern.name=Motif de bannière # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Bouclier marron # item.shield.black.name=Bouclier noir # item.shield.blue.name=Bouclier bleu # +item.bundle=Lot # +item.black_bundle=Lot noir # +item.white_bundle=Lot blanc # +item.red_bundle=Lot rouge # +item.orange_bundle=Lot orange # +item.yellow_bundle=Lot jaune # +item.green_bundle=Lot vert # +item.lime_bundle=Lot vert clair # +item.brown_bundle=Lot marron # +item.light_gray_bundle=Lot gris clair # +item.light_blue_bundle=Lot bleu ciel # +item.blue_bundle=Lot bleu # +item.gray_bundle=Lot gris # +item.pink_bundle=Lot rose # +item.magenta_bundle=Lot magenta # +item.purple_bundle=Lot violet # +item.cyan_bundle=Lot cyan # +item.bundle.empty=Vide # +item.bundle.empty.description=Peut contenir une pile d'objets mixtes # +item.bundle.full=Plein # +item.bundle.fullness=%s restant(e)s # + item.goat_horn.name=Corne de chèvre # item.minecraft.goat_horn.sound.0=Réfléchir # item.minecraft.goat_horn.sound.1=Chanter # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Flèches # itemGroup.name.potion=Potions # itemGroup.name.splashPotion=Potions volatiles # itemGroup.name.lingeringPotion=Potions persistantes # +itemGroup.name.ominousBottle=Fioles sinistres # itemGroup.name.bed=Lits # itemGroup.name.chalkboard=Tableaux noirs # itemGroup.name.anvil=Enclumes # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Bougies # itemGroup.name.goatHorn=Cornes de chèvre # itemGroup.name.compounds=Composés # itemGroup.name.products=Produits # +itemGroup.name.bundles=Lots # +##Jigsaw Block +jigsaw_block.title=Bloc casse-tête # jigsaw.title.target_pool=Groupe cible : # jigsaw.title.name=Nom : # jigsaw.title.target=Nom de la cible : # jigsaw.title.final_block=Se transforme en : # +jigsaw.title.selection_priority=Priorité de sélection : # +jigsaw.title.placement_priority=Priorité de placement : # jigsaw.title.joint_type=Type d'emboîtement : # jigsaw.title.joint_type.aligned=Alignée # jigsaw.joint_type.aligned=Alignée # jigsaw.joint_type.rollable=Rotatif # jigsaw.exit.done=Terminé # -jigsaw.exit.cancel=Annuler # ##EDU Joincode joincode.entry_popup.icon_button=%1 bouton de code d'accès # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Ouvrir au LAN # menu.simulating=Simulation du monde # menu.singleplayer=Solo # menu.store=Magasin # +menu.store.addons=Parcourez les extensions ! # menu.skins=Skins # menu.start=Commencer # menu.switchingLevel=Changement de monde # @@ -6181,7 +6238,7 @@ options.debug=Débogage # options.flighting_debug=Débogage à la volée # options.debugTitle=Options de développement # options.delete_account.button=Supprimer le compte Microsoft # -options.delete_account.confirm.title=Supprimer le compte Microsoft ? # +options.delete_account.confirm.title=Supprimer le compte Microsoft ? # options.delete_account.confirm.warning=ATTENTION : Vous ne pourrez plus protéger la progression ou les achats réalisés sur votre appareil après avoir supprimé votre compte %s. # options.delete_account.confirm.warning.2=Supprimer votre compte Microsoft à partir de ce jeu affectera tous les jeux Minecraft qui utilisent ce compte. # options.delete_account.confirm.checkbox1=Vous ne pourrez plus accéder aux contenus issus du magasin du jeu lorsque vous jouerez sur d'autres plateformes. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Échec de l'assertion dans le débogueur # options.dev_assertions_show_dialog=L'assertion affiche un dialogue modal # options.dev_force_trial_mode=Forcer l’activation du mode d’essai # options.dev_eduDemo=Démo Edu (nécessite de se reconnecter) # +options.dev_eduCloudResumableUpload=Utiliser l'API de téléchargement avec reprise pour les téléchargements de fichiers >4 Mo # options.remote_imgui_toggle=ImGui à distance activée # options.dev_enableDebugUI=Activer l'interface de débogage # options.dev_createRealmWithoutPurchase=Créer un Realm sans acheter # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Point de terminaison Realms # options.dev_realmsEndpointPayment=Point de terminaison Realms - paiement # options.dev_realmsRelyingParty=Partie de confiance Realms # options.dev_realmsRelyingPartyPayment=Partie de confiance Realms - paiement # -options.dev_realms_stories=Activer Realms Stories # options.dev_overrideXboxEnvironmentWindows=Remplacer Xbox Sandbox (système d'exploitation contrôlé sur Windows) # options.dev_overrideXboxEnvironment=Remplacer Xbox Sandbox (nécessite un redémarrage) # options.dev_xboxEnvironment=Environnement Xbox Sandbox (nécessite un redémarrage) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Bac à sable Xforge : version commerciale # options.dev_sandboxDev=Bac à sable Xforge : version développeur # options.dev_sandboxDevAchievement=Xforge Sandbox : succès dev. # options.dev_showDiscoveryOverridePanel=Forcer les points de terminaison de service # +options.dev_serviceOverrideType=Contourner le type # +options.dev_serviceOverrideTypeMultibranch=Déploiement multibranche # +options.dev_serviceOverrideTypeCustom=Personnalisé # options.dev_discoveryOverrideServiceName=Nom du service (sécurité, personnage, etc.) # options.dev_discoveryOverrideServiceBranch=Branche # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Réinitialiser tous les points de terminaison # options.dev_apply=Appliquer # options.dev_displayTreatmentsPanel=Afficher les traitements # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Rassemblements : activés # options.dev_gatherings_system_service_pack=Rassemblements : désactivé pour cause de service pack(s) du système manquant(s) # options.dev_gatherings_active_gathering=Activé : %s # options.dev_gatherings_available_gatherings=Rassemblements disponibles # +options.dev_gatherings_clear_system_service_pack=Vider le Cache du service pack du système # options.difficulty=Difficulté # options.difficulty.easy=Facile # options.difficulty.hard=Difficile # @@ -6498,7 +6560,7 @@ options.renderingProfile.fancy=Élaborés # options.renderingProfile.superfancy=Super élaborés # options.go_to_keybinds=Accéder aux raccourcis clavier # options.group.audio=Son # -options.group.feedback=Rétroaction # +options.group.feedback=Retour d'information # options.group.game=Jeu # options.group.graphics=Graphismes # options.group.graphics.experimental=Experimental # @@ -6524,7 +6586,8 @@ options.creatorTitle=Paramètres du créateur # options.creator.serverboundClientDiagnosticsEnabled=Activer les diagnostics client # options.creator.debuggerHeading=Paramètres du débogueur de script # options.creator.debuggerAutoAttach=Attacher le débogueur au chargement # -options.creator.debuggerAutoConnect=Connecter le débogueur au chargement # +options.creator.debuggerAutoAttachTimeout=Expiration de pièce jointe # +options.creator.debuggerAutoAttachTimeoutFormat=%s secondes # options.creator.debuggerConnect=Connexion # options.creator.debuggerListen=Écouter # options.creator.debuggerHost=Hôte # @@ -6674,8 +6737,8 @@ options.xboxliveBroadcast.friendsOfFriends=Amis d'amis # options.xboxliveBroadcastSettings=Paramètres de compte Microsoft # options.xboxlivevisible=Visible pour les joueurs du réseau Xbox # options.xboxLiveAccountSettings=Paramètres de compte Microsoft # -options.xboxLiveSignedIn=Connecté avec un compte Microsoft # -options.xboxLiveSignedOut=Déconnecté du compte Microsoft # +options.xboxLiveSignedIn=Connecté(e) avec un compte Microsoft # +options.xboxLiveSignedOut=Déconnecté(e) du compte Microsoft # options.xboxLive.privacyControl=Confidentialité et sécurité en ligne # options.realms.checkInvites=Gérer les invitations d'adhésion aux Realms # options.skinCustomisation=Personnalisation du skin... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Le mode Hardcore ne peut pas être désa options.turnOnHardcoreMode.message.3=3. Une fois mort, vous pouvez voir ce monde, mais pas interagir avec lui. # options.achievementsDisabled=Vous ne pouvez pas obtenir de succès dans ce monde. # options.achievementsDisabled.onLoad=Si vous commencez à jouer avec ces paramètres, vous ne pourrez plus obtenir de succès dans ce monde. # -options.achievementsDisabled.notSignedIn=Les succès peuvent être obtenus dans ce monde, mais vous devez vous connecter à un compte Microsoft pour cela. # +options.achievementsDisabled.notSignedIn=Les succès peuvent être obtenus dans ce monde, mais pour cela, vous devez vous connecter à un compte Microsoft. # options.turnOffCrossPlatformMultiplayer=Désactiver le multijoueur multiplateforme ? # options.turnOffCrossPlatformMultiplayer.message=Le contenu que vous tentez d'utiliser n'est pas autorisé dans les parties en multijoueur multiplateforme. Si vous continuez, vous ne pourrez pas participer à des parties en multijoueur multiplateforme. # options.conflictingPacks=Packs en conflits # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Basse # options.volumetricFogQuality.medium=Moyenne # options.volumetricFogQuality.high=Élevée # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Résolution # +options.upscalingPercentage.hundred=Par défaut # options.reflectionsQuality=Reflets # options.reflectionsQuality.off=Désactivé # options.reflectionsQuality.low=Basse # @@ -6966,12 +7031,10 @@ 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.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). Les Realms gérés à partir de cet appareil resteront opérationnels pendant 6 mois, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil.%sPour annuler votre abonnement à Realms, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé.%sVous 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, et il s'agit de la dernière mise à jour pour 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.%sPour annuler votre abonnement à Realms, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé.%sVous 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.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 # @@ -7163,8 +7226,8 @@ permissions.MultiplayerSessions=La configuration de votre compte Microsoft ne vo permissions.Communications=La configuration de votre compte Microsoft ne vous permet pas de discuter avec d'autres joueurs. Assurez-vous que vos paramètres de confidentialité autorisent la communication libre entre utilisateurs. Rendez-vous sur aka.ms/MCMultiplayerHelp pour consulter et modifier vos paramètres. # permissions.RealmsAddFriends=La configuration de votre compte Xbox ne vous permet pas d'inviter de nouveaux amis à rejoindre votre Realm. Vous pouvez modifier ce paramètre dans les paramètres de confidentialité et de sécurité en ligne sur Xbox.com. Souhaitez-vous continuer ? # permissions.CloudSave=La configuration de votre compte Xbox ne vous permet pas de sauvegarder vos mondes sur votre profil Xbox. Vous pouvez modifier ce paramètre dans les paramètres de confidentialité et de sécurité en ligne sur Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=La configuration de votre compte Microsoft ne vous permet pas de jouer à Realms. Assurez-vous que vos paramètres de sécurité en ligne vous permettent de jouer en multijoueur et que vous avez un abonnement Xbox Live Gold actif. Rendez-vous sur aka.ms/MCMultiplayerHelp pour consulter et modifier vos paramètres. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=La configuration de votre compte Microsoft ne vous permet pas de rejoindre des Realms. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=La configuration de votre compte Microsoft ne vous permet pas de jouer à Realms. Assurez-vous que vos paramètres de sécurité en ligne vous permettent de jouer en multijoueur et que vous disposez d'un abonnement Xbox Live Gold actif. Rendez-vous sur aka.ms/MCMultiplayerHelp pour consulter et modifier vos paramètres. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=La configuration de votre compte Microsoft ne vous permet pas de jouer à Realms. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Obtenir de l'aide pour résoudre ceci # permissions.open.account.help.button.gamecore=Résoudre ce problème # permissions.open.account.setting.button=Voir les conditions d'utilisation # @@ -8140,7 +8203,7 @@ selectTemplate.create=Créer... # selectTemplate.worldsByCreators=Mondes des créateurs # selectTemplate.realm=Nouveau Realm # selectTemplate.realmInfo=Vous pouvez publier vos mondes dans votre Realm après l'avoir créé ! # -selectTemplate.signIn=Créez Realm avec un compte MS # +selectTemplate.signIn=Créer un Realm avec un compte Microsoft # selectTemplate.unableToSignIn=Les services Microsoft ne sont pas disponibles sur cet appareil. # selectTemplate.world=Nouveau monde # selectTemplate.help=? # @@ -8339,9 +8402,9 @@ store.realmsPlus.buyNow.viewPrivacyPolicy=POLITIQUE DE CONFIDENTIALITÉ # store.realmsPlus.buyNow.title=Commencez votre abonnement Realms Plus # store.realmsPlus.startTrial.description=Votre Realm et plus de 150 packs du magasin seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ils ont accès aux mondes de votre Realm, gratuitement ! Votre premier mois sera gratuit, puis l'abonnement vous sera facturé %s/mois. Vous pouvez l'annuler à tout moment. # -store.realmsPlus.startTrial.description.contentSub=Votre Realm et les plus de 150 packs du magasin seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement ! Votre premier mois sera gratuit, puis l'abonnement vous sera facturé %s/mois, annulable à tout moment. # +store.realmsPlus.startTrial.description.contentSub=Votre Realm et les plus de 150 packs du magasin inclus dans le Marketplace Pass seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement ! Votre premier mois sera gratuit, puis l'abonnement vous sera facturé %s/mois, annulable à tout moment. # store.realmsPlus.noTrial.description=Votre Realm et plus de 150 packs du magasin seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ils ont accès aux mondes de votre Realm, gratuitement ! Votre abonnement sera disponible pendant 30 jours au prix de :minecoin:%s. # -store.realmsPlus.noTrial.description.contentSub=Votre Realm et les plus de 150 packs du magasin seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement ! Votre abonnement sera disponible pendant 30 jours au prix de %s:minecoin:. # +store.realmsPlus.noTrial.description.contentSub=Votre Realm et les plus de 150 packs du magasin inclus dans le Marketplace Pass seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement ! Votre abonnement sera disponible pendant 30 jours au prix de %s:minecoin:. # store.realmsPlus.noTrial.description.iap=Votre Realm et plus de 150 packs du magasin seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ils ont accès aux mondes de votre Realm, gratuitement ! Votre abonnement vous sera facturé %s/mois et vous pourrez l'annuler en accédant aux paramètres d'abonnement. # store.realmsPlus.noTrial.description.iap.contentSub=Votre Realm et les plus de 150 packs du magasin (dont le Marketplace Pass) seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement ! Votre abonnement vous sera facturé %s/mois, et peut être annulé à tout moment en accédant aux paramètres d'abonnement. # store.realmsPlus.realmName.placeholder=Realm de %s #The string passed in here is the gamertag of the player to indicate the name of the player's world. # @@ -8349,7 +8412,7 @@ store.realmsPlus.realmName.placeholder=Realm de %s #The string passed in here i store.realmsPlus.recurring.offerTrial=Realms Plus est un abonnement continu avec des frais d'abonnement récurrents qui sont facturés automatiquement tous les mois jusqu'à ce que l'abonnement soit annulé.%sVotre Realm et plus de 150 packs du magasin seront immédiatement disponibles. Jusqu'à 10 joueurs peuvent jouer en même temps et ils ont accès gratuitement aux mondes de votre Realm ! Vos 30 premiers jours seront gratuits, puis l'abonnement vous sera facturé %s/mois. Vous pourrez l'annuler en accédant aux paramètres d'abonnement. # store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus est un abonnement continu avec des frais d'abonnement récurrents qui sont facturés automatiquement tous les mois jusqu'à ce que l'abonnement soit annulé.%sVotre Realm et les plus de 150 packs du magasin inclus dans le Marketplace Pass seront immédiatement disponibles. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès gratuitement aux mondes de votre Realm ! Vos 30 premiers jours seront gratuits, puis l'abonnement vous sera facturé %s/mois. Vous pourrez l'annuler en accédant aux paramètres d'abonnement. # store.realmsPlus.recurring.withoutTrial=Realms Plus est un abonnement continu avec des frais d'abonnement récurrents qui sont facturés automatiquement tous les mois jusqu'à ce que l'abonnement soit annulé.%sVotre Realm et plus de 150 packs du magasin seront immédiatement disponibles. Jusqu'à 10 joueurs peuvent jouer en même temps et ils ont accès gratuitement aux mondes de votre Realm ! L'abonnement vous sera facturé %s/mois et vous pourrez l'annuler en accédant aux paramètres d'abonnement. # -store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus est un abonnement continu avec des frais d'abonnement récurrents qui sont facturés automatiquement tous les mois jusqu'à ce que l'abonnement soit annulé.%sVotre Realm et les plus de 150 packs du magasin seront immédiatement disponibles. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès gratuitement aux mondes de votre Realm ! L'abonnement vous sera facturé %s/mois, et peut être annulé à tout moment en accédant aux paramètres d'abonnement. # +store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus est un abonnement continu avec des frais d'abonnement récurrents qui sont facturés automatiquement tous les mois jusqu'à ce que l'abonnement soit annulé.%sVotre Realm et les plus de 150 packs du magasin inclus dans le Marketplace Pass seront immédiatement disponibles. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès gratuitement aux mondes de votre Realm ! L'abonnement vous sera facturé %s/mois, et peut être annulé à tout moment en accédant aux paramètres d'abonnement. # store.realmsPlus.consumable.offerTrial=Votre Realm et plus de 150 packs du magasin seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ils ont accès aux mondes de votre Realm, gratuitement ! Les 30 premiers jours seront gratuits, puis vous pourrez renouveler votre abonnement pour 30 jours au prix de %s. # store.realmsPlus.consumable.offerTrial.contentSub=Votre Realm et les plus de 150 packs du magasin inclus dans le Marketplace Pass seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ont accès aux mondes de votre Realm gratuitement ! Les 30 premiers jours seront gratuits, puis vous pourrez renouveler votre abonnement pour 30 jours au prix de %s. # store.realmsPlus.consumable.withoutTrial=Votre Realm et plus de 150 packs du magasin seront disponibles immédiatement. Jusqu'à 10 joueurs peuvent jouer en même temps et ils ont accès aux mondes de votre Realm, gratuitement ! Votre abonnement sera disponible pendant 30 jours au prix de %s. # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Un serveur personnel vous permet de créer un monde store.realmsPlus.faq.question3=Mes amis ont-ils besoin d'un abonnement Realms Plus pour jouer sur mon Realm ? # store.realmsPlus.faq.answer3=Vos amis n'ont pas besoin d'un abonnement à Realms Plus pour jouer sur votre Realm. Vous pouvez inviter vos amis ayant accès aux Realms à rejoindre le vôtre gratuitement (sous réserve que leurs paramètres leur permettent de jouer en multijoueur). # store.realmsPlus.faq.question4=Quels sont les appareils compatibles avec Realms Plus pour Minecraft ? # -store.realmsPlus.faq.answer4=Realms Plus est actuellement disponible sur toutes les plateformes où vous pouvez installer Minecraft Bedrock Edition. Vous pouvez jouer à Realms et utiliser n’importe quel contenu de Realms Plus sur n’importe lequel de ces appareils si vous êtes connecté à votre compte Microsoft. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus est actuellement disponible sur toutes les plateformes où vous pouvez installer Minecraft: Bedrock Edition. Vous pouvez jouer à Realms et utiliser n'importe quel contenu de Realms Plus sur n'importe lequel de ces appareils si vous êtes connecté(e) à votre compte Microsoft. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Combien coûte un abonnement à Realms Plus ? # store.realmsPlus.faq.answer5=%s par mois pour un serveur de 10 joueurs et un accès à plus de 150 packs du magasin. # store.realmsPlus.faq.answer5.contentSub=%s par mois. Ajoutez une infinité de membres et jouez en ligne avec un maximum de 10 autres joueurs simultanément. De plus, bénéficiez gratuitement de plus de 150 éléments du magasin grâce au catalogue du Marketplace Pass. # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Commencez votre abonnement au Marketplace Pass #### {StrC store.csb.subscription=Après votre inscription, plus de 150 super éléments de contenu du magasin Minecraft seront à votre disposition. Téléchargez des cartes d'aventure et jouez, enfilez des skins, plongez dans des packs de textures, et recevez un ensemble d'objets de créateur de personnage à conserver chaque mois. Avec son catalogue régulièrement mis à jour, il y a toujours du nouveau à découvrir grâce au Marketplace Pass. Vous serez facturé %s/mois et pouvez annuler à tout moment et ainsi cesser les paiements à venir. #### {StrContains="Marketplace Pass"} -store.csb.terms=Le Marketplace Pass est un abonnement lié au contenu utilisable de Minecraft (le jeu est vendu séparément) avec les versions prises en charge sur Windows et d'autres plateformes compatibles sur lesquelles vous possédez le jeu (les éditions Minecraft Java et Amazon Kindle Fire ne sont pas prises en charge). Un abonnement actif est requis pour utiliser le contenu du Marketplace Pass. Le contenu varie dans le temps et peut ne pas être disponible dans tous les pays. Après la période d'essai gratuite, l'abonnement continue d'être facturé au tarif normal en vigueur (sous réserve de modifications), majoré des taxes applicables, sauf en cas d'annulation. Vous pouvez annuler votre abonnement en accédant aux Services et abonnements de votre compte Microsoft. Si votre abonnement se termine ou qu'un élément de contenu est retiré du catalogue, vous devrez réactiver votre abonnement ou acheter le contenu séparément pour continuer à l'utiliser. Des frais de fournisseur d'accès à Internet peuvent s'appliquer. Nous nous réservons le droit de retirer un contenu disponible même après la fin de l'abonnement, auquel cas, nous pourrons le supprimer s'il devient incompatible ou si nos droits sur ce contenu expirent. L'abonnement est sujet à modification et/ou à suppression, sous réserve du Contrat de Services Microsoft (www.microsoft.com/msa) et du CLUF de Minecraft (https://www.minecraft.net/eula). Les traductions des présentes conditions ne sont fournies que pour votre commodité, et en cas de litige entre la version anglaise et toute autre version, la version anglaise de ces conditions prévaut. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Le Marketplace Pass est un abonnement lié au contenu utilisable de Minecraft (le jeu est vendu séparément) avec les versions prises en charge sur Windows et d'autres plateformes compatibles sur lesquelles vous possédez le jeu (les éditions Minecraft Java et Amazon Kindle Fire ne sont pas prises en charge). Un abonnement actif est requis pour utiliser le contenu du Marketplace Pass. Le contenu varie dans le temps et peut ne pas être disponible dans tous les pays. Après la période d'essai gratuite, l'abonnement continue d'être facturé au tarif normal en vigueur (sous réserve de modifications), majoré des taxes applicables, sauf en cas d'annulation. Vous pouvez annuler votre abonnement en accédant aux Services et abonnements de votre compte Microsoft. Si votre abonnement se termine ou qu'un élément de contenu est retiré du catalogue, vous devrez réactiver votre abonnement ou acheter le contenu séparément pour continuer à l'utiliser. Des frais de fournisseur d'accès à Internet peuvent s'appliquer. Nous nous réservons le droit de retirer un contenu disponible même après la fin de l'abonnement, auquel cas, nous pourrons le supprimer s'il devient incompatible ou si nos droits sur ce contenu expirent. L'abonnement est sujet à modification et/ou à suppression, sous réserve du Contrat de Services Microsoft (www.microsoft.com/msa) et du CLUF de Minecraft (https://www.minecraft.net/eula). Les traductions des présentes conditions ne sont fournies que pour votre commodité. En cas de litige entre la version anglaise et toute autre version, c'est la version anglaise de ces conditions qui prévaudra. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass est un abonnement continu avec des frais d'abonnement récurrents, qui sont facturés automatiquement tous les mois jusqu'à annulation de l'abonnement.%sPlus de 150 packs du Marketplace seront immédiatement disponibles. Vous pouvez l'annuler pour ne plus payer les mois suivants en accédant aux paramètres d'abonnement. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass est un abonnement continu avec des frais d'abonnement récurrents, qui sont facturés automatiquement tous les mois jusqu'à ce que l'abonnement soit annulé.%sPlus de 150 packs du Marketplace seront immédiatement disponibles. L'abonnement vous sera facturé %s/mois et peut être annulé pour ne plus payer les mois suivants en accédant aux paramètres d'abonnement. #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass est un service d'abonnement qui vous offr store.csb.faq.question2=À quelle fréquence le contenu est-il mis à jour dans le Marketplace Pass ? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Le contenu est mis à jour chaque mois, de sorte qu'il y ait toujours quelque chose de nouveau à explorer. # store.csb.faq.question3=Comment profiter du Marketplace Pass ? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=L'accès au Marketplace Pass nécessite un abonnement actif ainsi qu'une version compatible de Minecraft: Bedrock Edition avec le Marketplace Minecraft. Un compte Microsoft est requis. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=L'accès au Marketplace Pass nécessite un abonnement actif ainsi qu'une version compatible de Minecraft: Bedrock Edition avec le magasin Minecraft. Un compte Microsoft est requis. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Qu'advient-il de mon contenu une fois retiré du Marketplace Pass ? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Lorsqu'un monde, un pack de textures, un pack de skins ou un mash-up est retiré du catalogue, vous devez les acheter dans le Magasin pour continuer à jouer. Les packs ne seront pas supprimés de votre espace de stockage local tant que vous ne les aurez pas supprimés. Les objets de créateur de personnage mensuels que vous avez obtenus vous appartiennent. # store.csb.faq.question5=Que se passe-t-il une fois que mon abonnement prend fin ? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Cet objet n'est peut-être pas compatible avec votr store.owned=Possédé # store.owned.legacy=Possédé (P) # store.unlocked=Déverrouiller # -store.mypacks=Mon contenu # +store.myLibrary=Ma bibliothèque # store.error=Erreur du magasin # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=Vous n'avez pas assez de Pièces store.popup.purchaseFailedInsufficientFunds.buyButton=Obtenir des Pièces # store.popup.purchasePriceMismatch.msg=Désolé, nous n'avons pas pu terminer votre achat. Réessayez plus tard. # store.popup.trialUpgradeFail.title=Erreur de déverrouillage de jeu # -store.popup.trialUpgradeFail.msg=Il semble que vous soyez connecté à un compte Microsoft différent de celui avec lequel l'essai de Minecraft a été téléchargé pour la première fois. Veuillez réessayer après vous être connecté au bon compte. # +store.popup.trialUpgradeFail.msg=Il semble que vous soyez connecté(e) à un compte Microsoft différent de celui avec lequel l'essai de Minecraft a été téléchargé pour la première fois. Veuillez réessayer après vous être connecté(e) au bon compte. # store.popup.downloaded.unOwnedTemplate.title=Acheter un modèle de monde ? # store.popup.downloaded.unOwnedTemplate.msg=Vous ne possédez pas ce modèle. Vous devez l'acheter pour le déverrouiller. Voulez-vous acheter le modèle ? # store.popup.rtx.title=Télécharger les packs de ray tracing ? # @@ -8662,7 +8725,7 @@ store.progress.checkingDownload=Vérification du téléchargement # store.content.download=Télécharger # store.content.update=Mettre à jour # store.content.updating=Mise à jour... # -store.content.requireXbl.signedIn=Téléchargez gratuitement du contenu avec un compte Microsoft. # +store.content.requireXbl.signedIn=Téléchargez du contenu gratuitement avec un compte Microsoft. # store.content.requireXbl.notSignedIn=Connectez-vous à un compte Microsoft pour déverrouiller du contenu. # store.mashup.count.personaPiece=1 Pièce de personnage # @@ -8758,7 +8821,7 @@ store.ratings.rate=Évaluer ce pack ! # store.ratings.signIn.title=Évaluer les objets du magasin # store.ratings.signIn.description1=Partagez votre expérience avec le créateur et la communauté concernant cet objet ! # -store.ratings.signIn.description2=Avant de pouvoir évaluer un objet, vous devez vous connecter à votre compte Microsoft. # +store.ratings.signIn.description2=Avant de pouvoir évaluer quoi que ce soit, vous devez vous connecter à votre compte Microsoft. # store.purchase.success.realMoney1=Vous avez déverrouillé : %s pour %s # store.purchase.success.realMoney2=+:minecoin:%s # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Nous n'avons pas pu vous connecter à l'App St store.coins.tooManyCoins=Utilisez vos Pièces pour pouvoir en racheter. # store.coins.incomplete.title=Achat de Pièces non terminé # store.coins.incomplete.fulfill.a=Apparemment, nous n'avions pas tout bien fini. Terminons votre achat maintenant. # -store.coins.incomplete.fulfill.b=Apparemment, vous avez commencé un achat avec un autre compte Microsoft. Voulez-vous terminer cet achat avec ce compte à la place ? # +store.coins.incomplete.fulfill.b=Il semblerait que vous ayez commencé un achat avec un autre compte Microsoft. Souhaitez-vous terminer cet achat avec ce compte à la place ? # store.coins.incomplete.fulfill.c=Quelqu'un a commencé un achat avec le compte de facturation de cet appareil. Voulez-vous terminer cet achat avec ce compte ? # store.coins.fixAppReceipt.title=Une erreur est survenue # store.coins.fixAppReceipt.body=Il semble y avoir un problème avec votre reçu d'application, connectez-vous pour continuer. # @@ -8828,7 +8891,6 @@ store.updating.title=Mise à jour : %s # store.importing.title=Importation : %s # store.importing=Importation... # store.showMore=Voir tout # -store.inventory.no.xbl=Mes packs # store.promo.today=Aujourd'hui seulement ! # store.promo.upsell=Ne manquez pas le cadeau du jour ! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Statut de l'installation # store.search.filter.installed=Installé # store.search.filter.notInstalled=Non installé # store.search.filter.clear.installed=Réinitialiser les filtres installés # +store.search.filter.dressingroombody=Corps # +store.search.filter.dressingroombody.selectedCount=%d pièces # +store.search.filter.dressingroomstyle=Style # +store.search.filter.dressingroomstyle.selectedCount=%d styles # store.search.sort_menu.sortConstWord=Trier # store.search.sort_menu.Default=Pertinence # @@ -10185,7 +10251,7 @@ trial.tabbed_upsell.buttonAlternate=Déverrouiller le jeu complet Minecraft # trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Explorez sans fin vos propres mondes uniques et construisez tout ce qui vous passe par la tête, d'un abri de fortune au plus fabuleux des châteaux. Jouez en mode Créatif avec des ressources illimitées pour construire monts et merveilles. Ou minez pour fabriquer armes et armures afin de vaincre les dangereuses créatures du mode Survie, et voir un nouveau jour se lever. Jouez également en ligne avec vos amis ! Déverrouillez le jeu complet dès aujourd'hui ! # trial.tabbed_upsell.xbl.title=COMPTE MICROSOFT # -trial.tabbed_upsell.xbl.description=Avec l'expérience de jeu complète de Minecraft, vous avez accès au mode Créatif, aux succès et à bien d'autres fonctionnalités. De plus, avec un compte Microsoft, vous pouvez rencontrer d'autres joueurs de la communauté Minecraft ! Rejoignez les mondes de vos amis, faites-vous de nouveaux amis sur les serveurs et synchronisez vos achats du magasin pour les avoir à portée de main de tous les endroits où vous jouez à Minecraft. # +trial.tabbed_upsell.xbl.description=Avec l'expérience de jeu complète de Minecraft, vous avez accès au mode Créatif, aux succès et à bien d'autres fonctionnalités. De plus, avec un compte Microsoft, vous pouvez rencontrer d'autres joueurs de la communauté Minecraft ! Rejoignez les mondes de vos amis, faites de nouvelles connaissances sur les serveurs et synchronisez vos achats du magasin pour les avoir à portée de main partout où vous jouez à Minecraft. # trial.tabbed_upsell.xbl.description.line2=*(dans les versions comprenant le Magasin) # trial.tabbed_upsell.achievements.title=SUCCÈS # trial.tabbed_upsell.achievements.description=En plus de l'expérience de jeu complète de Minecraft avec le mode Créatif, le mode multijoueur et bien plus encore, vous remporterez des succès et un score de joueur qui indiquent vos progrès dans Minecraft et montrent ce que vous avez accompli à vos amis liés à votre compte Microsoft. Procurez-vous la version complète du jeu pour commencer à les remporter ! # @@ -10208,9 +10274,9 @@ trial.thanks_for_testing.button=Je veux voir la FAQ ! # trial.thanks_for_testing.minecraft.title=ESSAI MINECRAFT # trial.thanks_for_testing.minecraft.description=Merci d'avoir téléchargé la version d'essai de Minecraft pour Chromebook ! Votre test de jeu fournira des données précieuses pour la correction des bugs et le dépannage technique. Vous avez découvert un bug ? Signalez-le sur bugs.mojang.com ! D'autres questions ? Consultez notre FAQ. # trial.thanks_for_testing.xbl.title=COMPTE MICROSOFT # -trial.thanks_for_testing.xbl.description=Avec l'expérience de jeu complète de Minecraft, vous avez accès au mode Créatif, aux succès et à bien d'autres fonctionnalités. De plus, avec un compte Microsoft, vous pouvez rencontrer d'autres joueurs de la communauté Minecraft ! Rejoignez les mondes de vos amis, faites-vous de nouveaux amis sur les serveurs et synchronisez vos achats du magasin pour les avoir à portée de main depuis tous les endroits où vous jouez à Minecraft. # +trial.thanks_for_testing.xbl.description=Avec l'expérience de jeu complète de Minecraft, vous avez accès au mode Créatif, aux succès et à bien d'autres fonctionnalités. De plus, avec un compte Microsoft, vous pouvez rencontrer d'autres joueurs de la communauté Minecraft ! Rejoignez les mondes de vos amis, faites de nouvelles connaissances sur les serveurs et synchronisez vos achats du magasin pour les avoir à portée de main partout où vous jouez à Minecraft. # trial.thanks_for_testing.xbl.description.line2=*(dans les versions comprenant le magasin) # -trial.thanks_for_testing.achievements.description=En plus de l'expérience de jeu complète de Minecraft avec le mode Créatif, le mode multijoueur et bien plus encore, vous remporterez des succès et un score de joueur qui indiquent vos progrès dans Minecraft et montrent ce que vous avez accompli à vos amis liés à votre compte Microsoft. # +trial.thanks_for_testing.achievements.description=En plus de l'expérience de jeu complète de Minecraft avec le mode Créatif, le mode multijoueur et bien plus encore, vous remporterez des succès et un score de joueur qui illustrent vos progrès dans Minecraft et montrent ce que vous avez accompli à vos amis liés à votre compte Microsoft. # trial.thanks_for_testing.multiplayer.description=La version complète de Minecraft comprend le mode Créatif, les succès et le mode multijoueur. Vous pouvez jouer avec vos amis sur plusieurs appareils, comme les consoles, PC et mobiles, pour créer, explorer et survivre ensemble. # trial.thanks_for_testing.server.description=En tant que partie intégrante de l'expérience Minecraft, les serveurs offrent certaines des façons les plus créatives de profiter du jeu ! Jouez à des mini jeux, rencontrez la communauté Minecraft et faites-vous quelques nouveaux amis. # trial.thanks_for_testing.store.description=Le jeu complet permet d'accéder au magasin Minecraft, notre magasin en jeu. Modifiez votre apparence avec de nouvelles skins, modifiez vos mondes ou explorez de nouvelles cartes incroyables par les meilleurs créateurs de la communauté ! Obtenez la version complète du jeu aujourd'hui ! # @@ -10281,12 +10347,12 @@ autosave.info.xbox=Lorsque vous voyez cette icône, cela signifie que nous enreg autosave.info.desktop=Lorsque vous voyez cette icône, cela signifie que nous enregistrons votre partie. N'éteignez pas votre ordinateur lorsque cette icône est présente à l'écran. # ## Xbox network strings -xbox.signin.error=Vous devez être connecté à votre compte Microsoft pour jouer avec des amis et accéder au score du joueur ainsi qu'aux succès. # +xbox.signin.error=Vous devez être connecté(e) à votre compte Microsoft pour jouer avec des amis et accéder au score du joueur ainsi qu'aux succès. # xbox.signin.error.pocket.line1=Merci de tester Realms ! Les fonctionnalités ne sont pas dans leur version finale et vous risquez de rencontrer des bugs. Envoyez-nous vos commentaires, nous sommes à votre écoute ! # xbox.signin.error.pocket.line2= # xbox.signin.error.pocket.line3=Pendant ce test, tous les joueurs doivent être connectés à un compte Microsoft pour pouvoir recevoir des invitations et être ajoutés aux Realms. # xbox.signin.warning.kickPlayer=Cela vous renverra au menu principal. Continuer ? # -xbox.connection.error=Déconnecté du compte Microsoft # +xbox.connection.error=Déconnecté(e) du compte Microsoft # xbox.signin=Se connecter # xbox.signin.qr=Deux façons de se connecter # xbox.signin.qr.left.header=Scannez le code QR # @@ -10299,7 +10365,7 @@ xbox.signin.enterCode.qr=2. Entrez le code ci-dessous lorsque cela vous sera dem xbox.signin.letsPlay=Jouons ! # xbox.signin.message=Connectez-vous avec votre compte gratuit Microsoft pour profiter de tout l'univers Minecraft. # xbox.signin.url=https://microsoft.com/link # -xbox.signin.useDifferentAccount=Connectez-vous avec un compte Microsoft différent # +xbox.signin.useDifferentAccount=Connectez-vous avec un autre compte Microsoft # xbox.signin.website=Voir ce site Web sur un autre appareil : # xbox.signin.website.qr=1. Rendez-vous sur ce site Web depuis un autre appareil : # xbox.signin.welcome=Bienvenue ! # @@ -10310,9 +10376,9 @@ xbox.signinFree=Connexion gratuite # xbox.signout=Se déconnecter # xbox.signinquestion=Se connecter ? # xbox.notnow=Pas maintenant # -xbox.signingin=Connexion à votre compte Microsoft… # +xbox.signingin=Connexion à votre compte Microsoft... # xbox.signingin.offline=Connexion en cours # -xbox.failedsignin.body=Nous n’avons pas pu vous connecter à votre compte Microsoft. L’accès à Realms, aux profils et à vos articles du magasin sera limité. Veuillez réessayer plus tard. # +xbox.failedsignin.body=Nous n'avons pas pu vous connecter à votre compte Microsoft. L'accès aux Realms, aux profils et à vos objets du magasin sera limité. Veuillez réessayer plus tard. # xbox.failedsignin.error=Code d’erreur : # xbox.failedsignin.moreInfo=Plus d'informations # xbox.dev_wrongSandboxSigninFailed.title=Une erreur s'est produite # @@ -10325,7 +10391,7 @@ xbox.invitesignin.line2=Connectez-vous à votre compte Microsoft pour commencer xbox.thirdpartysignin.line1=Des mini jeux géniaux et de nouveaux joueurs vous attendent ! Mais pour commencer, "%s" voudrait savoir qui vous êtes. # xbox.thirdpartysignin.line2=Vous devez utiliser votre compte Microsoft pour vous connecter ! # xbox.signInLong=Inscrivez-vous gratuitement ! # -xbox.signOutLong=Vous déconnecter de votre compte Microsoft # +xbox.signOutLong=Se déconnecter du compte Microsoft # xbox.genericsignin.line1=Votre compte Minecraft vous permet de jouer à des parties multijoueur en ligne avec des amis sur PC et appareils mobiles. Le meilleur ? # xbox.genericsignin.line2=C'est GRATUIT ! # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Connectez-vous avec votre compte Microsoft p xbox.disconectionscreen.multiplayerNotAllowed=Ce compte Microsoft n'est pas autorisé à rejoindre une partie multijoueur. # xbox.disconectionscreen.accessDenied=Vous devez être amis avec un joueur de cette partie pour la rejoindre. # -xbox.friendfinder.enterGamertag=Entrez un gamertag # -xbox.friendfinder.findFriends=Rechercher des amis avec leur gamertag # -xbox.friendfinder.searchingForGamertag=Recherche # -xbox.friendfinder.gamertagNotFound=Gamertag non trouvé # - xbox.profile.addFriend=Ajouter un ami # xbox.profile.addFriend.success=Bravo ! %s a été ajouté à votre liste d'amis. # xbox.profile.block=Bloquer # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=La propriété « %s » n'est pas utilisé packdiscoveryerror.version_too_high=La propriété "%s" a une version de "%s" trop élevée. La plus haute valeur acceptée est "%s". # packdiscoveryerror.version_too_low=La propriété "%s" a une version de "%s" trop basse. La plus basse valeur acceptée est "%s". # packdiscoveryerror.format_version_1_engine_version_cap=La propriété '%s' doit avoir un ensemble de valeurs inférieur à '%s'. Pour utiliser une version supérieure, vous devez utiliser le format de version 2. # +packdiscoveryerror.folder_structure_too_deep=La structure des dossiers dans le pack est trop profonde. # ## pack upgrading packupgradewarning.invalidpacktype=L'élément fourni %s a une valeur non valide dans le manifeste du pack. Utilisation du pack de ressources par défaut. # diff --git a/resource_pack/texts/hu_HU.lang b/resource_pack/texts/hu_HU.lang index 8babfa54e..5fadb8aa9 100644 --- a/resource_pack/texts/hu_HU.lang +++ b/resource_pack/texts/hu_HU.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Enciklopédia képernyő # accessibility.screenName.howToPlay=Útmutató-képernyő # accessibility.screenName.inviteToGame=Meghívás a játékba képernyő # accessibility.screenName.joinByIP=Csatlakozás IP-cím alapján párbeszédpanel # +accessibility.screenName.joinByConnectionID=Csatlakozás a kapcsolatazonosító párbeszédpanelén # accessibility.screenName.joinCode=Csatlakozási kód párbeszédpanel # accessibility.screenName.library=Könyvtár képernyő # accessibility.screenName.modalDialog=Előugró ablak # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Profil képernyő # accessibility.screenName.realmInviteLinkSettings=Realm meghívási hivatkozás beállításai képernyő # accessibility.screenName.realmSettings=Realm-beállítások képernyő # accessibility.screenName.settings=Játékbeállítások képernyő # -accessibility.screenName.addFriend=Barát hozzáadása képernyő # accessibility.screenName.skinPicker=Felületválasztó képernyő # accessibility.screenName.start=Főmenü # accessibility.screenName.vrAlignment=VR igazító képernyő # accessibility.screenName.emoteWheel=Hangulatjelek képernyő # +accessibility.screenName.addExternalServer=Külső kiszolgálói képernyő hozzáadása # +accessibility.screenName.editExternalServer=Külső kiszolgálói képernyő szerkesztése # accessibility.search.sort_menu.A_to_Z.tts.title=Betűrend ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Fordított betűrend ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Nem sikerült elvenni semmilyen hatást et commands.effect.failure.notAMob=%1$s nem rendelkezhet hatással # commands.effect.notFound=Nincs olyan mob, amely ezzel az azonosítójú hatással rendelkezne: %s # commands.effect.success=%1$s * %2$d neki adva: %3$s %4$d másodpercig # +commands.effect.success.infinite=%1$s * %2$d lett adva neki: %3$s, végtelen időtartammal # commands.effect.success.removed=Elvetted ezt: %1$s ettől: %2$s # commands.effect.success.removed.all=Elvetted az összes hatást ettől: %1$s # commands.enchant.cantCombine=%1$s nem kombinálható ezzel: %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=A célentitás nem lehet másik dimen commands.generic.entity.invalidType=A(z) „%1$s” entitás érvénytelen # commands.generic.entity.invalidUuid=A megadott UUID entitás érvénytelen formátumú # commands.generic.entity.notFound=Az entitás nem található # -commands.generic.error.permissions=Helytelen jogosultsági szintek. %s egy %s szintű parancs. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=A jogosultsági szint nem megfelelő a következő parancshoz: %s. ###1: command name commands.generic.exception=Ismeretlen hiba lépett fel a parancs végrehajtása során # commands.generic.invalidAgentType=Típusargumentum alkalmazva a csak Agent kiválasztóra # commands.generic.invalidcontext=A megadott parancstípus környezete érvénytelen # +commands.generic.invalidOrigin=A parancs eredete érvénytelen volt a parancs végrehajtásakor # commands.generic.invalidDevice=A megadott parancsot (%s) ez az eszköz nem támogatja # commands.generic.invalidMessage=Érvénytelen üzenethossz # commands.generic.invalidPlayerType=Típusargumentumot alkalmaztál csak játékosra érvényes kiválasztóra # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=%1$d függvénybejegyzés sikeresen végrehajtva a commands.schedule.invalidOrigin=A függvény végrehajtásához szükséges forrás érvénytelen volt. # commands.schedule.name.empty=A ketyegő terület neve nem lehet üres. # commands.schedule.too.many.areas=Több ketyegő terület is létezik %s néven. Csak egy területet használj. # +commands.schedule.clear.failure=Nem lett eltávolítva %1$s nevű függvény. # +commands.schedule.clear.success=%1$d %2$s nevű függvény lett eltávolítva. # +commands.schedule.tickingarea.clear.success=%1$d függvény lett eltávolítva, amelyhez %2$s nevű ketyegő terület tartozik. # +commands.schedule.tickingarea.clear.failure=Nem lett eltávolítva függvény, amelyhez %1$s nevű ketyegő terület tartozik. # +commands.schedule.tickingarea.func.clear.success=%1$d %3$s nevű függvény lett eltávolítva, amelyhez %2$s nevű ketyegő terület tartozik. # +commands.schedule.tickingarea.func.clear.failure=Nem lett eltávolítva %3$s nevű függvény, amelyhez %1$s nevű ketyegő terület tartozik. # ## 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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Az átmenet színértékeinek 0 és 255 közé kel commands.camera.invalid.easing=A nem helyhez kötött kamerákra való áttérés nem támogatott # commands.camera.invalid.time=Az átmenet hosszának 0 és 10 másodperc közé kell esnie # commands.camera.invalid.pitch=A kamera elfordulásának (X irányú elforgatás) –90 és 90 fok között kell lennie # -commands.camera.invalid.view.offset=A nézet eltolásnak –100 és 100 között kell lennie # +commands.camera.invalid.view.offset=A nézeteltolásnak –64 és 64 között kell lennie # +commands.camera.invalid.entity.offset=Az entitáseltolásnak –64 és 64 között kell lennie # +commands.camera.invalid.offset.camera=Entitás- és nézeteltolás csak a follow_orbit kamerára alkalmazható # commands.camera.perspective.locked=A nézőpont nem módosítható egyéni kameranézetek használata közben # commands.camera.perspective.option=Ha az egyéni kamera nem aktív, a kiválasztott kamera módosul # commands.world_age.description=Lekérdezi vagy megváltoztatja a világ korát (a teremtése óta eltelt időt). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Bevitel eltávolítása # controller.buttonTip.removeMaterial=Anyag eltávolítása # controller.buttonTip.renameItem=Tárgy eltávolítása # controller.buttonTip.returnToRecipe=Vissza a recepthez # +controller.buttonTip.swap=Csere # controller.buttonTip.enterSearch=Keresés # controller.buttonTip.searchRecipe=Gyors keresés # controller.buttonTip.confirmSearch=Megerősítés # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Egy elvétele # controller.buttonTip.take=Elvétel # controller.buttonTip.takeItem=Tárgy elvétele # controller.buttonTip.clearHotbar=Eszköztár ürítése # +controller.buttonTip.add.to.bundle=Hozzáadás a csomaghoz # +controller.buttonTip.place.from.bundle=Elhelyezés a csomagból # +controller.buttonTip.take.from.bundle=Kivétel a csomagból # controllerLayoutScreen.actions=Műveletek # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Próbáld ki most # ## Edu Course Multiplayer strings course.edu.enterIp=Írd be annak a világnak az IP-címét, amelyhez csatlakozni szeretnél. # course.edu.enterConnection=Írd be annak a világnak a kapcsolati azonosítóját, amelyhez csatlakozni szeretnél. # +course.edu.enterConnectionScreenReader=Írd be annak a világnak a kapcsolatazonosítóját, amelyhez csatlakozni szeretnél. # course.edu.ipAddress=IP-cím # course.edu.ipPlaceholder=Add meg az IP-címet vagy a kiszolgáló címét # course.edu.ipTooltipText=Az IP-cím megtalálásához kérd meg a játékgazdát, hogy szüneteltesse a leckét. Az IP-cím megjelenik a képernyő jobb oldalán. # course.edu.connectionInfo=Kapcsolati azonosító # course.edu.conInfoPlaceholder=Add meg a kapcsolatazonosítót # -course.edu.conInfoHostTooltipText=Megoszthatod a kapcsolatazonosítót, ha másoknak gondot okoz a világodhoz való csatlakozás a Csatlakozási kód vagy a megosztott hivatkozás használatával. # +course.edu.conInfoHostTooltipText=Megoszthatod a kapcsolatazonosítót, ha másoknak gondot okoz a világodhoz való csatlakozás a csatlakozási kód használatával, vagy a megosztott hivatkozás nem tölt be. # +course.edu.conInfoHostTooltipTextScreenReader=Megoszthatod a kapcsolatazonosítót, ha másoknak gondot okoz a világodhoz való csatlakozás a csatlakozási kód vagy a megosztott hivatkozás használatával. # course.edu.conInfoTooltipText=A házigazda a kapcsolatazonosítót a világ Játék menüjének többjátékosos lapján találja. # +course.edu.conInfoTooltipTextScreenReader=A házigazda a kapcsolatazonosítót a világ Játék menüjének többjátékosos lapján találja. # course.edu.joinLesson=Csatlakozás a leckéhez # course.edu.joinLessonIntro=Keresd meg az osztálytársaidat ugyanebben a leckében, és csatlakozz hozzájuk, vagy add meg az IP-címüket, ha nem jelennének meg a listában. # course.edu.joinLessonIntroTeacher=Válaszd ki a csoportot, amelyhez csatlakozni szeretnél, vagy add meg az IP-címét, ha nem jelenne meg a listában. # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Véletlen óraciklus-sebesség visszaál createWorldScreen.serverSimDistance=Szimulációs távolság # createWorldScreen.serverSimDistanceFormat=%s darabka # createWorldScreen.showbordereffect=Határhatás megjelenítése # -createWorldScreen.check_internet_connection=Nincs internetkapcsolat. Így barátaid nem tudnak csatlakozni többjátékos világodhoz. Ha a barátaiddal szeretné játszani, jelentkezz be a Microsoft-fiókodba. # -createWorldScreen.disconnectedXboxLive=Nem csatlakoztál a Microsoft-szolgáltatásaihoz. A becenévvel rendelkező barátaid nem tudnak a többjátékos világodhoz csatlakozni. Ha a barátaiddal szeretné játszani, jelentkezz be a Microsoft-fiókodba. # +createWorldScreen.check_internet_connection=Nincs internetkapcsolat. Így a barátaid nem tudnak csatlakozni a többjátékos világodhoz. Ha a barátaiddal szeretnél játszani, jelentkezz be a Microsoft-fiókodba. # +createWorldScreen.disconnectedXboxLive=Nem csatlakozol a Microsoft-szolgáltatásokhoz. A becenévvel rendelkező barátaid nem tudnak csatlakozni a többjátékos világodhoz. Ha a barátaiddal szeretnél játszani, jelentkezz be a Microsoft-fiókodba. # createWorldScreen.clearPlayerData.button=Játékosadatok törlése # createWorldScreen.clearPlayerData.title=Törlöd a játékosadatokat a világból? # createWorldScreen.clearPlayerData.body1=Válaszd a „Minden játékosadat törlése” lehetőséget az összes játékosadat törléséhez a világból. Legközelebb, ha egy játékos belép a világba, teljesen új, alapértelmezett adatokkal indul majd. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Fizetési szolgáltatás # realmsCreateScreen.paymentFailed.body=Nem sikerült csatlakozni a Realmshez és befejezni a vásárlást. Próbáld újra később. # realmsCreateScreen.incomplete=Hiányos Realm # realmsCreateScreen.incomplete.create.a=Úgy tűnik, legutóbb nem sikerült mindent befejezni. Fejezd be most a Realm létrehozását. # -realmsCreateScreen.incomplete.create.b=Úgy tűnik, egy másik Microsoft-fiókkal kezdtél létrehozni egy Realmet. Befejezed annak a Realmnek a létrehozását, ezt a Microsoft-fiókot téve meg tulajdonosnak? # -realmsCreateScreen.incomplete.create.c=Valaki, aki hozzáfér ennek az eszköznek a fizetési lehetőségeihez, már elkezdett létrehozni egy Realmet. Befejezed annak a Realmnek a létrehozását, ezt a Microsoft-fiókot téve meg tulajdonosnak? # +realmsCreateScreen.incomplete.create.b=Úgy tűnik, egy másik Microsoft-fiókkal kezdtél létrehozni egy Realmet. Befejezed annak a Realmnek a létrehozását, és ezt a Microsoft-fiókot állítod be tulajdonosnak? # +realmsCreateScreen.incomplete.create.c=Valaki egy Realm kialakításába kezdett a számlázási fiókkal ezen az eszközön. Befejezed a Realm létrehozását tulajdonosként ebben a Microsoft-fiókban? # realmsCreateScreen.incomplete.renew.a=Úgy tűnik, legutóbb nem sikerült mindent befejezni. Fejezd be most a Realm megújítását. # -realmsCreateScreen.incomplete.renew.b=Úgy tűnik, egy másik Microsoft-fiókkal kezdtél megújítani egy Realmet. Befejezed annak a Realmnek a megújítását, ezt a fiókot téve meg tulajdonosnak? # -realmsCreateScreen.incomplete.renew.c=Valaki, aki hozzáfér ennek az eszköznek a fizetési lehetőségeihez, már elkezdett megújítani egy Realmet. Befejezed annak a Realmnek a megújítását, ezt a Microsoft-fiókot téve meg tulajdonosnak? # +realmsCreateScreen.incomplete.renew.b=Úgy tűnik, egy másik Microsoft-fiókkal kezdtél megújítani egy Realmet. Befejezed annak a Realmnek a megújítását, és ezt a fiókot állítod be tulajdonosnak? # +realmsCreateScreen.incomplete.renew.c=Valaki egy Realm megújításába kezdett a számlázási fiókkal ezen az eszközön. Befejezed a Realm megújítását tulajdonosként ebben a Microsoft-fiókban? # realmsCreateScreen.incomplete.override.renew=Egy új Realmet próbálsz létrehozni, de találtunk egy régebbi vásárlást, amely egy Realm megújításával kapcsolatos. Alkalmazod ezt a vásárlást most? # realmsCreateScreen.incomplete.override.create=Egy új Realmet próbálsz megújítani, de találtunk egy régebbi vásárlást, amely egy Realm létrehozásával kapcsolatos. Alkalmazod ezt a vásárlást most? # realmsCreateScreen.incomplete.override.realm=Egy új Realmet próbálsz megújítani, de találtunk egy régebbi vásárlást, amely egy másik Realmmel kapcsolatos. Alkalmazod ezt a vásárlást most? # @@ -2224,9 +2241,9 @@ networkWorld.friends_label=Barátok # networkWorld.joinable_friends_label=Barátok, akikhez csatlakozni lehet # networkWorld.no_joinable_friends_label=Barátaid jelenleg nem játszanak a Minecrafttal. # networkWorld.check_internet_connection=Hoppá! Ellenőrizd az internetkapcsolatodat! Nem sikerült megtalálni ismerőseid világait. # -networkWorld.connect_to_xbl=A barátokkal való játékhoz jelentkezz be Microsoft-fiókkal. # +networkWorld.connect_to_xbl=A barátokkal való játékhoz jelentkezz be egy Microsoft-fiókkal. # networkWorld.memberOfTooManyRealms=Betelt a realm tagsági korlátja. # -networkWorld.multiplayerPrivilegesBlocked=A Microsoft-fiókod beállítása miatt nem játszhatsz online többrésztvevős játékokat. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a többjátékos módot. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. # +networkWorld.multiplayerPrivilegesBlocked=A Microsoft-fiókod beállítása miatt nem játszhatsz online többjátékos játékokat. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a többjátékos módot. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. # networkWorld.multiplayerPrivilegesBlockedOnConsole=A Microsoft-fiókod beállítása miatt nem játszhatsz online többjátékos játékokat. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a többjátékos módot, és hogy legyen aktív Xbox Live Gold előfizetésed. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Nem lehet online többjátékos módban játszani a Microsoft-fiókod beállításai miatt. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Ismeretlen hiba miatt nem lehetséges az online játék. Próbáld újra később. # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=Korábban olyan tartalmakat tölt store.sign_in_warning.no_xbl_and_no_local_content.line1=Jelentkezz be a vásárlásaid mentéséhez és platformok közötti megosztásához. Mentsd el a vásárlásaidat, hogy ne vesszenek el, ha valami történik a rendszereddel, vagy ha eltávolítod a Minecraftot. A megvásárolt piactéri tartalmakhoz bármilyen platformról hozzáférhetsz, és a személyre szabott karaktereidet más platformokon is használhatod. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Nincs Microsoft-fiókod? Hozz létre egyet most – ingyen # -xbl.signOut.title=A Microsoft-fiókodba mentett vásárlások # -xbl.signOut.message1=A Minecoinokat és az áruházban vásárolt elemeket csak akkor éred el, ha bejelentkezel a Microsoft-fiókodba. # +xbl.signOut.title=A Microsoft-fiókodba mentett vásárlások! # +xbl.signOut.message1=Ha kijelentkezel a Microsoft-fiókodból, nem férsz hozzá az áruházban vásárolt Minecoinokhoz és tárgyakhoz. # xbl.signOut.message2=Biztosan ezt szeretnéd? # date.short_january=jan # @@ -2550,7 +2567,7 @@ date.timeLeft=%s van hátra # dayOneExperience.carousel.title=Üdvözöl az új Minecraft! # dayOneExperience.carousel.welcome_text=A Minecraft új verziójával számos nagyszerű új tartalom érkezik! Ugorj be a Piactérre, hozz létre egy realmet, és játssz keresztplatformos barátaiddal! # dayOneExperience.carousel.marketplace=A Minecraft Piactéren különféle tehetséges alkotók által készített új felületeket, világokat, textúrákat és mixcsomagokat találsz. # -dayOneExperience.carousel.cross_platform=A keresztplatformos játék lehetővé teszi, hogy más platformon játszó játékosokkal játszhass együtt. Ha Minecraft-barátaiddal szeretné játszani, jelentkezz be Microsoft-fiókodba. # +dayOneExperience.carousel.cross_platform=A keresztplatformos játék lehetővé teszi a más platformok felhasználóival való játékot. Ha a Minecraft-barátaiddal szeretnél játszani, jelentkezz be Microsoft-fiókodba. # dayOneExperience.carousel.realms=A realmek olyan kiszolgálók, amelyeket csak neked és barátaidnak tartunk fent. Legyen Minecraft világod mindig elérhető és online, még akkor is, ha már kijelentkeztél. # dayOneExperience.carousel.villager=Az új Minecraft az egyetlen hely, ahol a jövőbeli frissítések, köztük az új funkciók, mobok, tárgyak, blokkok és sok minden más elérhetők! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=A kiszolgálót leállították a szkriptel disconnectionScreen.header.realms_hidden=Többjátékos meghívó # disconnectionScreen.body.realms_hidden=Nem lehet csatlakozni a megadott kiszolgálóhoz. # +disconnectionScreen.biomeData.IdDuplication=%s azonosító ütközik ezzel: %s # +disconnectionScreen.biomeData.MalformedData=Hibásan formázott biomadatok # +disconnectionScreen.biomeData.MixedIdPresence=A biomcsomagban többféle azonosító van megadva az egyedi biomokhoz # +disconnectionScreen.biomeData.ReservedRange=A(z) %s egyedi biom egy fenntartott tartományba tartozó azonosítót használt. Az egyedi biomok azonosító-tartománya: %s–%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Egy klasszikus biom adati között nem kellene szerepelnie „id” mezőnek # disconnectionScreen.blockMismatch=A blokkok nem egyeznek a kliens és a kiszolgáló között. # disconnectionScreen.cantConnect=Nem sikerült csatlakozni a világhoz. # disconnectionScreen.cantConnectToRealm=Nem sikerült csatlakozni a Realmhez. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=A világsablonokat a Minecraft Education könyvtárba edu.pause.multiplayer.disabled=A többjátékos mód ebben a leckében nem elérhető. # +effect.duration.infinite=∞ # effect.badOmen=Rossz ómen # effect.infested=Fertőzött # effect.oozing=Ragacskodás # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=A képernyőkép érvénytelen # feed.failedToPostRateLimit=Próbáld újra a közzétételt pár perc múlva. A Realms megpróbál felzárkózni. # feed.uppload_started=A képernyőkép feltöltése folyamatban van # feed.uppload_success=Feltöltötted a képernyőképet # -feed.connected=Minden Realm egy Clubhoz kapcsolódik Microsoft-fiókoddal. # +feed.connected=Minden Realm egy klubhoz kapcsolódik a Microsoft-fiókodon keresztül. # feed.unviewedPost=Új # -comment.like=%d kedvelés ### 1 like -comment.likes=%d kedvelés ### 0 or 2+ likes -comment.comment=%d hozzászólás ### 1 comment -comment.comments=%d hozzászólás ### 0 or 2+ comments -comment.likes_and_comments=%1 és %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Hozzászólás... # - furnaceScreen.fuel=Tüzelőanyag # furnaceScreen.header=Kemence # furnaceScreen.input=Bevitel # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Át szeretnél helyezni valamit az §eeszköz howtoplay.inventory.text.2.touch=Át szeretnél helyezni valamit az §eeszköztár§f és a leltár között? Koppints a kiválasztott tárgyra, majd az üres tárgyhelyre, ahova át szeretnéd tenni. # howtoplay.inventory.text.2.vr=Át szeretnél helyezni valamit az §eeszköztár§f és a leltár között? Válassz ki egy tárgyat az egérmutatóval, majd nyomd le a(z) :_input_key.use: billentyűt. Ezután vidd az egérmutatót egy üres tárgyhelyre, és nyomd le ismét a billentyűt a tárgy elhelyezéséhez. # +howtoplay.jigsawBlocks=Kirakósblokkok # +howtoplay.jigsawBlocks.text.1=A kirakósblokkok használatával az alkotók különböző szerkezetsablonok összekapcsolásával nagy szerkezeteket hozhatnak létre a világban. # +howtoplay.jigsawBlocks.header.1=Használatuk # +howtoplay.jigsawBlocks.text.2=A kirakósblokkok használatához a /give perjeles parancsot kell kiadni. A kirakósblokkok használatához operátori jogosultsággal kell rendelkezned. # +howtoplay.jigsawBlocks.header.2= Beállítások # +howtoplay.jigsawBlocks.text.3=A kirakósblokkoknak több beállítása van, amelyek megszabják, hogyan csatlakoznak egymáshoz és hoznak létre nagyobb szerkezetet. # +howtoplay.jigsawBlocks.text.4=§eCélkészlet§f – Annak a sablonkészletnek az elérési útvonala, amelyben a csatlakozó szerkezetsablonokra keresel. A sablonkészletnek legalább egy olyan szerkezetet kell tartalmaznia, amely megegyezik a kirakós „Célnév” mezőjének tartalmával. # +howtoplay.jigsawBlocks.text.5=§eNév§f – A kirakós neve. Ez akkor használatos, amikor megegyező „Célnévvel” rendelkező kirakósokat csatlakoztatsz. # +howtoplay.jigsawBlocks.text.6=§eMivé alakul§f – A blokktípus, amellyé a kirakósblokk átalakul, amikor elhelyezed a világban a szerkezetgenerálás során. # +howtoplay.jigsawBlocks.text.7=§eKiválasztási prioritás§f – Amikor a rendszer egy szülődarabot dolgoz fel a csatlakozáshoz, a kirakósblokk ebben a sorrendben próbál meg kapcsolódni a céldarabhoz. A rendszer csökkenő prioritási sorrendben dolgozza fel a kirakósokat, a megegyező prioritások esetében pedig véletlenszerű sorrendet alkalmaz. # +howtoplay.jigsawBlocks.text.8=§eElhelyezési prioritás§f – Amikor a kirakósblokk egy másik darabhoz kapcsolódik, a rendszer ebben a sorrendben dolgozza fel az adott darab csatlakozásait a nagyobb szerkezethez. A rendszer csökkenő prioritási sorrendben dolgozza fel a darabokat, a megegyező prioritások esetében pedig a beillesztés sorrendje dönt. # +howtoplay.jigsawBlocks.text.9=§eCsatlakozástípus§f – Egy csatlakozás lehet elforgatható (alapértelmezett) vagy illesztett. Elforgatható csatlakozástípus esetén a rendszer véletlenszerűen elforgatja a célszerkezetet a forrás kirakósblokk körül. Illesztett csatlakozástípus esetén a rendszer úgy helyezi el a célszerkezetet, hogy a cél kirakósblokk forgatása megegyezzen a forrás kirakósblokkéval. Vedd figyelembe, hogy ez csak akkor érvényes, ha a kirakósblokkot úgy helyezed el, hogy felfelé vagy lefelé néz. # + howtoplay.jukebox=Zenegép # howtoplay.jukebox.text.1=A zenegéppel lejátszhatod azokat a hanglemezeket, amelyeket már megtaláltál. # howtoplay.jukebox.header.1=Indulhat a buli # @@ -3878,7 +3907,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 # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Barna pajzs # item.shield.black.name=Fekete pajzs # item.shield.blue.name=Kék pajzs # +item.bundle=Csomaggyűjtemény # +item.black_bundle=Fekete zsák # +item.white_bundle=Fehér zsák # +item.red_bundle=Vörös zsák # +item.orange_bundle=Narancssárga zsák # +item.yellow_bundle=Sárga zsák # +item.green_bundle=Zöld zsák # +item.lime_bundle=Limezöld zsák # +item.brown_bundle=Barna zsák # +item.light_gray_bundle=Világosszürke zsák # +item.light_blue_bundle=Világoskék zsák # +item.blue_bundle=Kék zsák # +item.gray_bundle=Szürke zsák # +item.pink_bundle=Rózsaszín csomag # +item.magenta_bundle=Bíborvörös zsák # +item.purple_bundle=Lila zsák # +item.cyan_bundle=Türkizkék zsák # +item.bundle.empty=Kiürítés # +item.bundle.empty.description=Elemek vegyes készletének tárolására képes # +item.bundle.full=Tele # +item.bundle.fullness=%s van hátra # + item.goat_horn.name=Kecskeszarv # item.minecraft.goat_horn.sound.0=Elmélkedés # item.minecraft.goat_horn.sound.1=Ének # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Nyíl # itemGroup.name.potion=Bájital # itemGroup.name.splashPotion=Robbanó bájital # itemGroup.name.lingeringPotion=Hosszú hatású bájital # +itemGroup.name.ominousBottle=Baljós palackok # itemGroup.name.bed=Ágy # itemGroup.name.chalkboard=Palatábla # itemGroup.name.anvil=Üllő # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Gyertyák # itemGroup.name.goatHorn=Kecskeszarvak # itemGroup.name.compounds=Vegyületek # itemGroup.name.products=Termékek # +itemGroup.name.bundles=Csomaggyűjtemények # -jigsaw.title.target_pool=Célpontkészlet: # +##Jigsaw Block +jigsaw_block.title=Kirakósblokk # +jigsaw.title.target_pool=Célkészlet: # jigsaw.title.name=Név: # -jigsaw.title.target=Célpont neve: # +jigsaw.title.target=Célnév: # jigsaw.title.final_block=Mivé alakul: # -jigsaw.title.joint_type=Közös típus: # +jigsaw.title.selection_priority=Kiválasztási prioritás: # +jigsaw.title.placement_priority=Elhelyezési prioritás: # +jigsaw.title.joint_type=Csatlakozástípus: # jigsaw.title.joint_type.aligned=Összehangolva # jigsaw.joint_type.aligned=Összehangolva # jigsaw.joint_type.rollable=Görgethető # jigsaw.exit.done=Kész # -jigsaw.exit.cancel=Mégse # ##EDU Joincode joincode.entry_popup.icon_button=%1 csatlakozási kód gombja # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Megnyitás a LAN felé # menu.simulating=Világ szimulálása kis ideig # menu.singleplayer=Egyjátékos # menu.store=Piactér # +menu.store.addons=Böngéssz a bővítmények között! # menu.skins=Felületek # menu.start=Indítás # menu.switchingLevel=Világ váltása # @@ -6183,7 +6240,7 @@ options.debugTitle=Fejlesztői funkciók # options.delete_account.button=Microsoft-fiók törlése # options.delete_account.confirm.title=Törlöd a Microsoft-fiókot? # options.delete_account.confirm.warning=FIGYELMEZTETÉS: A(z) %s fiók törlése után nem őrizheted meg az eszközödön elért előrehaladásodat és a rajta végrehajtott vásárlásaidat. # -options.delete_account.confirm.warning.2=A Microsoft-fiók játékból való törlése az összes olyan minecraftos játékra hatással lesz, amelyek ezt a fiókot használják. # +options.delete_account.confirm.warning.2=A Microsoft-fiók játékból való törlése az összes olyan minecraftos játékra hatással lesz, amely ezt a Microsoft-fiókot használja. # options.delete_account.confirm.checkbox1=A jövőben nem érsz majd el semmilyen Áruházban vásárolt játékbeli tartalmat, ha más platformon játszol. # options.delete_account.confirm.checkbox2=A továbbiakban nem fogsz tudni online játszani a barátaiddal. # options.delete_account.confirm.checkbox3=A jövőben nem tudod majd elérni a Realms szolgáltatást, és a jelenleg aktív Realms-előfizetésekhez sem férsz majd hozzá. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Az állítás megszakításhoz vezetett a hib options.dev_assertions_show_dialog=Az állítások párbeszédablakot jelenítettek meg # options.dev_force_trial_mode=Próbaverzió mód engedélyezésének kényszerítése # options.dev_eduDemo=Oktatási demó (újbóli bejelentkezés szükséges) # +options.dev_eduCloudResumableUpload=A 4 MB-nál nagyobb feltöltésekhez használd a folytatható feltöltési API-t # options.remote_imgui_toggle=Távoli ImGui engedélyezve # options.dev_enableDebugUI=Hibakeresési felület bekapcsolása # options.dev_createRealmWithoutPurchase=Realm létrehozása előfizetés nélkül # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms-végpont # options.dev_realmsEndpointPayment=Realms-végpont előfizetése # options.dev_realmsRelyingParty=Realms függő entitása # options.dev_realmsRelyingPartyPayment=Realms függő entitásának előfizetése # -options.dev_realms_stories=Realms-történetek engedélyezése # options.dev_overrideXboxEnvironmentWindows=Xbox Sandbox felülbírálása (operációs rendszer vezérli Windows alatt) # options.dev_overrideXboxEnvironment=Xbox Sandbox felülbírálása (újraindítást igényel) # options.dev_xboxEnvironment=Xbox Sandbox környezetet (újraindítást igényel) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Kereskedelmi # options.dev_sandboxDev=Xforge Sandbox: Dev # options.dev_sandboxDevAchievement=Xforge Sandbox: Fejlesztői mérföldkő # options.dev_showDiscoveryOverridePanel=Szolgáltatásvégpontok felülbírálása # +options.dev_serviceOverrideType=Felülírástípus # +options.dev_serviceOverrideTypeMultibranch=Telepítés több ágon # +options.dev_serviceOverrideTypeCustom=Egyéni # options.dev_discoveryOverrideServiceName=Szolgáltatás neve (biztonság, személyiség stb.) # options.dev_discoveryOverrideServiceBranch=Ág # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Minden végpont visszaállítása # options.dev_apply=Alkalmaz # options.dev_displayTreatmentsPanel=Kezelések megjelenítése # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Összejövetelek: engedélyezve # options.dev_gatherings_system_service_pack=Összejövetelek: A rendszer hiányzó szolgáltatáscsomagja(i) miatt letiltva # options.dev_gatherings_active_gathering=Aktív: %s # options.dev_gatherings_available_gatherings=Elérhető összejövetelek # +options.dev_gatherings_clear_system_service_pack=Rendszer-szolgáltatáscsomag gyorsítótárának törlése # options.difficulty=Nehézség # options.difficulty.easy=Könnyű # options.difficulty.hard=Nehéz # @@ -6524,7 +6586,8 @@ options.creatorTitle=Alkotói beállítások # options.creator.serverboundClientDiagnosticsEnabled=Kliensdiagnosztika engedélyezése # options.creator.debuggerHeading=Szkripthibakereső beállításai # options.creator.debuggerAutoAttach=Hibakereső csatolása betöltéskor # -options.creator.debuggerAutoConnect=Hibakereső csatlakoztatása betöltéskor # +options.creator.debuggerAutoAttachTimeout=Csatlakoztatás időtúllépése # +options.creator.debuggerAutoAttachTimeoutFormat=%s másodperc # options.creator.debuggerConnect=Csatlakozás # options.creator.debuggerListen=Hallgatózom # options.creator.debuggerHost=Játékgazda # @@ -6674,7 +6737,7 @@ options.xboxliveBroadcast.friendsOfFriends=Ismerősök ismerősei # options.xboxliveBroadcastSettings=Microsoft-fiók beállításai # options.xboxlivevisible=Látható az Xbox-hálózat játékosai számára # options.xboxLiveAccountSettings=Microsoft-fiók beállításai # -options.xboxLiveSignedIn=Bejelentkeztél a Microsoft-fiókba # +options.xboxLiveSignedIn=Bejelentkeztél a Microsoft-fiókkal # options.xboxLiveSignedOut=Kijelentkeztél a Microsoft-fiókból # options.xboxLive.privacyControl=Adatvédelem és online biztonság # options.realms.checkInvites=Realms-tagsági meghívók kezelése # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. A Hardcore módot a világ létrehozása options.turnOnHardcoreMode.message.3=3. Miután meghalsz, továbbra is mindent látsz a világban, de nem léphetsz vele kapcsolatba. # options.achievementsDisabled=Ebben a világban nem lehet mérföldköveket elérni. # options.achievementsDisabled.onLoad=Ha ezekkel a beállításokkal játszol tovább, ebben a világban többé nem lehet majd mérföldköveket elérni. # -options.achievementsDisabled.notSignedIn=Ebben a világban lehet mérföldköveket elérni, de ehhez be kell jelentkezned a Microsoft-fiókodba. # +options.achievementsDisabled.notSignedIn=Ebben a világban lehet eredményeket szerezni, de ehhez be kell jelentkezned a Microsoft-fiókodba. # options.turnOffCrossPlatformMultiplayer=Kikapcsolod a keresztplatformos többjátékos módot? # options.turnOffCrossPlatformMultiplayer.message=A használni kívánt tartalom nem engedélyezett keresztplatformos többjátékos módban. Ha továbblépsz, nem fogsz tudni keresztplatformos többjátékos módban játszani. # options.conflictingPacks=Egymással ütköző csomagok # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=Mindenképpen betöltöm a világot # options.updateAndPlay=Frissítés és a játék indítása # options.makeBackup=Biztonsági másolat készítése a világomról # options.managePrivacy=Az adatvédelmi beállítások kezeléséhez nyisd meg bármely böngészőben a https://account.xbox.com/Settings oldalt. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Microsoft-fiók társításának törlése # -options.unlink_msa.confirm.title=Szeretnéd törölni a Microsoft-fiók társítását? # +options.unlink_msa.button=Microsoft-fiók leválasztása # +options.unlink_msa.confirm.title=Leválasztod a Microsoft-fiókot? # options.unlink_msa.confirm.warning=FIGYELMEZTETÉS: A társítás törlése után nem tárolhatod a PlayStation®4 konzolon elért előrehaladásodat és a rajta végrehajtott vásárlásaidat %s-fiókodban. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=A Microsoft-fiók játékból való leválasztása az összes olyan minecraftos játékra hatással lesz ezen a platformon, amelyek ezt a Microsoft-fiókot használják # +options.unlink_msa.confirm.warning.2=A Microsoft-fiók játékból való leválasztása az összes olyan minecraftos játékra hatással lesz ezen a platformon, amelyek ezt a Microsoft-fiókot használják. # options.unlink_msa.confirm.checkbox1=A jövőben nem érek majd el semmilyen Áruházban vásárolt játékbeli tartalmat, ha más platformon játszom. # options.unlink_msa.confirm.checkbox2=A jövőben nem tudok majd keresztplatformos játékban részt venni barátaimmal, akik más platformon játszanak. # options.unlink_msa.confirm.checkbox3=A jövőben nem tudom elérni a Realms szolgáltatást, beleértve az aktív Realms előfizetéseket is. # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Alacsony # options.volumetricFogQuality.medium=Közepes # options.volumetricFogQuality.high=Magas # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Felbontás # +options.upscalingPercentage.hundred=Natív # options.reflectionsQuality=Tükröződések # options.reflectionsQuality.off=Ki # options.reflectionsQuality.low=Alacsony # @@ -6966,12 +7031,10 @@ 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.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ó frissítés az eszközhöz.%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 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.%sA 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.%sNem 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, ez az utolsó frissítés az eszközhöz.%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.%sA 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.%sNem 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.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 # @@ -7158,13 +7221,13 @@ permissions.ability.op=Operátori parancsok # permissions.ability.invisible=Láthatatlanná válás # permissions.ability.teleport=Teleportálás # permissions.NeedPermission=Engedély szükséges # -permissions.AddFriends=A Microsoft-fiókod beállítása miatt nem vehetsz fel barátokat. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a barátok hozzáadását. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=A Microsoft-fiókod beállítása miatt nem játszhatsz a Realms játékmódban. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a többjátékos módot. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. # -permissions.Communications=A Microsoft-fiókod beállítása miatt nem cseveghetsz más játékosokkal. Ügyelj rá, hogy az adatvédelmi beállításaid lehetővé tegyék a többiekkel való kommunikációt. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=A Microsoft-fiókod beállítása miatt nem vehetsz fel barátokat. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a barátok felvételét. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=A Microsoft-fiókod beállítása miatt nem játszhatsz a Realmseken. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a többjátékos módot. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. # +permissions.Communications=A Microsoft-fiókod beállítása miatt nem cseveghetsz más játékosokkal. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a másokkal folytatott kommunikációt. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Az Xbox-fiókod beállításai miatt nem lehet új barátokat hozzáadni a Realmeden zajló játékhoz. Ezt az Xbox.com adatvédelmi és online biztonsági beállításainál tudod módosítani. Folytatod? # permissions.CloudSave=A fiókod beállításai miatt nem mentheted a világaidat az Xbox-profilodra. Ezt az Xbox.com adatvédelmi és online biztonsági beállításainál tudod módosítani. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=A Microsoft-fiókod beállítása miatt nem játszhatsz a Realms játékmódban. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a többjátékos módot, és hogy legyen aktív Xbox Live Gold előfizetésed. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Nem lehet Realms játékmódban játszani a Microsoft-fiókod beállításai miatt. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=A Microsoft-fiókod beállítása miatt nem játszhatsz a Realmseken. Ügyelj rá, hogy az online biztonsági beállításaid lehetővé tegyék a többjátékos módot, és hogy legyen aktív Xbox Live Gold előfizetésed. A beállítások módosítására vonatkozó utasításokért lásd: aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=Nem lehet Realmseken játszani a Microsoft-fiókod beállításai miatt. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Kérj segítség a megoldáshoz # permissions.open.account.help.button.gamecore=Javítsd ki # permissions.open.account.setting.button=Szolgáltatási feltételek megtekintése # @@ -7372,7 +7435,7 @@ persona.realms.redeem=Beváltás # persona.realms.see.subscription=A Realms Plusban # persona.realms.time.remaining=%s a beváltásig # persona.realms.savings=%s Minecoint takarítasz meg a Realms Plus-előfizetéssel! # -persona.csb.savings=%s Minecoint takarítasz meg a Piactéri bérlet-előfizetéssel! # +persona.csb.savings=%s Minecoint takarítasz meg a Marketplace Pass-előfizetéssel! # persona.preview.emote=Hangulatjel lejátszása # progressScreen.cantConnect=Nem sikerült csatlakozni a világhoz. Ellenőrizd az internetkapcsolatot, majd próbáld újra. # @@ -7533,7 +7596,7 @@ resourcePack.selected.title.behaviorPacks=Aktív viselkedéscsomagok # resourcePack.selected.title.packs=Aktív # resourcePack.selected.remove=Deaktiválás # resourcePack.realmsPlus.title.packs=Realms Plus csomagok # -resourcePack.realmsPlus.title.packs.contentSub=Piactéri bérlet-csomagok # +resourcePack.realmsPlus.title.packs.contentSub=Marketplace Pass-csomagok # resourcePack.realmsPlus.expired=Lejárt # resourcePack.errors=Hibák: # resourcePack.error.ingame.packs=Az erőforráscsomagokat a világban való játszás közben nem lehet módosítani. # @@ -8339,21 +8402,21 @@ store.realmsPlus.buyNow.viewPrivacyPolicy=ADATVÉDELMI IRÁNYELVEK # store.realmsPlus.buyNow.title=Realms Plus-előfizetés indítása # store.realmsPlus.startTrial.description=Realmedhez és a több mint 150 piactéri csomaghoz azonnal hozzáférhetsz. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyen hozzáférhetnek a Realmed világaihoz! Az első hónapod ingyenes lesz, azt követően pedig havi %s összeget kell fizetned, és bármikor lemondható. # -store.realmsPlus.startTrial.description.contentSub=A Realm és a Piactéri bérlettel elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az első hónap ingyenes, utána %s havidíjat számítunk fel. Az előfizetést bármikor lemondhatod. # +store.realmsPlus.startTrial.description.contentSub=A Realm és a Marketplace Pass-szal elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az első hónap ingyenes, utána %s havidíjat számítunk fel. Az előfizetést bármikor lemondhatod. # store.realmsPlus.noTrial.description=Realmedhez és a több mint 150 piactéri csomaghoz azonnal hozzáférhetsz. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyen hozzáférhetnek a Realmed világaihoz! Az előfizetés 30 napig lesz elérhető %s:minecoin: díj ellenében. # -store.realmsPlus.noTrial.description.contentSub=A Realm és a Piactéri bérlettel elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az előfizetés 30 napig érhető el, az ára %s:minecoin:. # +store.realmsPlus.noTrial.description.contentSub=A Realm és a Marketplace Pass-szal elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az előfizetés 30 napig érhető el, az ára %s:minecoin:. # store.realmsPlus.noTrial.description.iap=Realmedhez és a több mint 150 piactéri csomaghoz azonnal hozzáférhetsz. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyen hozzáférhetnek a Realmed világaihoz! Havonta %s kerül számlázásra. Az előfizetést az előfizetési beállításokban bármikor lemondhatod, ezt követően nem vonjuk le tőled a havi díjat. # -store.realmsPlus.noTrial.description.iap.contentSub=A Realm és a Piactéri bérlettel elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! %s havidíjat számlázunk ki. Az előfizetési beállításokban bármikor lemondhatod az előfizetést; ezt követően nem vonjuk le tőled a havi díjat. # +store.realmsPlus.noTrial.description.iap.contentSub=A Realm és a Marketplace Pass-szal elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! %s havidíjat számlázunk ki. Az előfizetési beállításokban bármikor lemondhatod az előfizetést; ezt követően nem vonjuk le tőled a havi díjat. # store.realmsPlus.realmName.placeholder=%s Realmje #The string passed in here is the gamertag of the player to indicate the name of the player's world. # store.realmsPlus.recurring.offerTrial=A Realms Plus egy előfizetési lehetőség, amelynek ismétlődő előfizetési díját az előfizetés visszavonásáig minden hónapban automatikusan terheljük.%sA Realmed és több mint 150 piactéri csomag azonnal elérhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyen hozzáférhetnek a Realmed világaihoz! Az első 30 nap ingyenes, utána pedig havonta %s kerül számlázásra. Az előfizetést az előfizetési beállításokban bármikor lemondhatod, ezt követően nem vonjuk le tőled a havi díjat. # -store.realmsPlus.recurring.offerTrial.contentSub=A Realms Plus egy előfizetési modell, amelynek rendszeres előfizetési díját minden hónapban automatikusan levonjuk, amíg le nem mondod az előfizetést.%sA Realm és a Piactéri bérlettel elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az első 30 nap ingyenes, utána %s havidíjat számítunk fel. Az előfizetési beállításokban bármikor lemondhatod az előfizetést; ezt követően nem vonjuk le tőled a havi díjat. # +store.realmsPlus.recurring.offerTrial.contentSub=A Realms Plus egy előfizetési modell, amelynek rendszeres előfizetési díját minden hónapban automatikusan levonjuk, amíg le nem mondod az előfizetést.%sA Realm és a Marketplace Pass-szal elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az első 30 nap ingyenes, utána %s havidíjat számítunk fel. Az előfizetési beállításokban bármikor lemondhatod az előfizetést; ezt követően nem vonjuk le tőled a havi díjat. # store.realmsPlus.recurring.withoutTrial=A Realms Plus egy előfizetési lehetőség, amelynek ismétlődő előfizetési díját az előfizetés visszavonásáig minden hónapban automatikusan terheljük.%sA Realmed és több mint 150 piactéri csomag azonnal elérhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyen hozzáférhetnek a Realmed világaihoz! Havonta %s kerül számlázásra. Az előfizetést az előfizetési beállításokban bármikor lemondhatod, ezt követően nem vonjuk le tőled a havi díjat. # -store.realmsPlus.recurring.withoutTrial.contentSub=A Realms Plus egy előfizetési modell, amelynek rendszeres előfizetési díját minden hónapban automatikusan levonjuk, amíg le nem mondod az előfizetést.%sA Realm és a Piactéri bérlettel elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! %s havidíjat számítunk fel. Az előfizetést az előfizetési beállításokban bármikor lemondhatod; ezt követően nem vonjuk le tőled a havi díjat. # +store.realmsPlus.recurring.withoutTrial.contentSub=A Realms Plus egy előfizetési modell, amelynek rendszeres előfizetési díját minden hónapban automatikusan levonjuk, amíg le nem mondod az előfizetést.%sA Realm és a Marketplace Pass-szal elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! %s havidíjat számítunk fel. Az előfizetést az előfizetési beállításokban bármikor lemondhatod; ezt követően nem vonjuk le tőled a havi díjat. # store.realmsPlus.consumable.offerTrial=Realmedhez és a több mint 150 piactéri csomaghoz azonnal hozzáférhetsz. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyen hozzáférhetnek a Realmed világaihoz! Az első 30 napod ingyenes lesz, azt követően pedig 30 naponta %s összegért újítható meg. # -store.realmsPlus.consumable.offerTrial.contentSub=A Realm és a Piactéri bérlettel elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az első 30 nap ingyenes, utána pedig meghosszabbíthatod az előfizetést további 30 napra; ennek ára %s. # +store.realmsPlus.consumable.offerTrial.contentSub=A Realm és a Marketplace Pass-szal elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az első 30 nap ingyenes, utána pedig meghosszabbíthatod az előfizetést további 30 napra; ennek ára %s. # store.realmsPlus.consumable.withoutTrial=Realmedhez és a több mint 150 piactéri csomaghoz azonnal hozzáférhetsz. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyen hozzáférhetnek a Realmed világaihoz! Az előfizetés 30 napig lesz elérhető %s díj ellenében. # -store.realmsPlus.consumable.withoutTrial.contentSub=A Realm és a Piactéri bérlettel elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az előfizetés 30 napig érhető el, az ára %s. # +store.realmsPlus.consumable.withoutTrial.contentSub=A Realm és a Marketplace Pass-szal elérhető több mint 150 piactéri csomag azonnal hozzáférhetővé válik. Akár 10 játékos is játszhat egyszerre, és mindannyian ingyenesen hozzáférhetnek a Realmedben található világokhoz! Az előfizetés 30 napig érhető el, az ára %s. # store.realmsPlus.landing.header=Az előfizetés tartalma: # store.realmsPlus.landing.headerTrial=Ingyenes 30 napos próbaverzió, majd %s/hó # @@ -8363,7 +8426,7 @@ store.realmsPlus.landing.info1.line2=A barátaid ingyen játszhatnak a Realmeden store.realmsPlus.landing.info1.line3=Váltás konzolról mobilra, majd PC-re – bármilyen eszközön játszhatsz a Realmmel a Minecraft Piactér révén # store.realmsPlus.landing.info2.catalog=Ingyenes hozzáférés több mint 150 piactéri csomaghoz # -store.realmsPlus.landing.info2.contentSub=Tartalmazza a Piactéri bérletet # +store.realmsPlus.landing.info2.contentSub=Tartalmazza a Marketplace Passt # store.realmsPlus.landing.info2.backups=A Realmeden futó világokhoz ingyenes biztonsági mentések érhetőek el # store.realmsPlus.landing.info2.renews=Az előfizetés havonta automatikusan megújul, amíg le nem mondod # store.realmsPlus.landing.info2.cancel=A lemondáshoz lépj a Minecraft-beállítások Előfizetések lapjára # @@ -8388,10 +8451,10 @@ store.realmsPlus.faq.answer2=A személyes kiszolgálóval másokkal megosztható store.realmsPlus.faq.question3=Barátaimnak is elő kell fizetnie a Realms Plus szolgáltatásra, hogy a Realmemen játszhassanak? # store.realmsPlus.faq.answer3=A barátaidnak nem kell Realms Plus előfizetést vásárolniuk ahhoz, hogy játszhassanak a Realmeden. Bárkit meghívhatsz (akinél engedélyezve van a többjátékos mód), és a barátaid ingyen csatlakozhatnak a Realmedhez. # store.realmsPlus.faq.question4=Milyen eszközökön játszható a Minecraft Realms Plus? # -store.realmsPlus.faq.answer4=A Realms Plus jelenleg minden olyan platformon elérhető, ahol telepíteni tudod a Minecraft Bedrock Editiont. Jelentkezz be a Microsoft-fiókodba, és ezen eszközök bármelyikén játszhatsz a Realms szolgáltatásban, és a Realms Plus tartalmait is használhatod. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=A Realms Plus jelenleg minden olyan platformon elérhető, amelyen telepíthető a Minecraft Bedrock Edition. Jelentkezz be a Microsoft-fiókodba, és ezen eszközök bármelyikén játszhatsz a Realms szolgáltatásban, és a Realms Plus tartalmait is használhatod. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Mennyibe kerül a Realms Plus előfizetés? # store.realmsPlus.faq.answer5=%s/hó egy 10 játékost támogató kiszolgálóért és a több mint 150 piactéri csomagért. # -store.realmsPlus.faq.answer5.contentSub=%s havonta. Végtelen számú tagot adhatsz meg, és egyszerre 10 másik játékossal játszhatsz online. Emellett a Piactér több mint 150 tartalmát használhatod ingyenesen, amelyek fel vannak tüntetve a Piactéri bérlet katalógusában. # +store.realmsPlus.faq.answer5.contentSub=%s havonta. Végtelen számú tagot adhatsz meg, és egyszerre 10 másik játékossal játszhatsz online. Emellett a Piactér több mint 150 tartalmát használhatod ingyenesen, amelyek fel vannak tüntetve a Marketplace Pass katalógusában. # store.realmsPlus.faq.question6=Milyen gyakran bővül új csomagokkal a Realms Plus? # store.realmsPlus.faq.answer6=Nagyjából havonta jelentkezünk új Realms Plus csomagokkal. # store.realmsPlus.faq.question7=Mennyi ideig férek hozzá a Realms Plus csomagjaihoz? # @@ -8400,12 +8463,12 @@ store.realmsPlus.faq.question8=Hol használhatom a Realms Plus keretében elérh store.realmsPlus.faq.answer8=Az előfizetésedhez kapott világokkal és csomagokkal játszhatsz online a saját Realmeden vagy bármely helyi eszközön. 30 naponként csak egyszer kell fellépned a hálóra, hogy lássuk, az előfizetésed még aktív. # store.realmsPlus.faq.question9=Mi történik a Realmemmel és a világokkal, ha lejár az előfizetésem? # store.realmsPlus.faq.answer9=Ha lejár az előfizetésed, te és barátaid nem játszhattok tovább online a Realms tartalmakkal, és a csomagokat, és a Realms Plus-csomagokhoz való hozzáférést is elveszíted. A Realmedre mentett világokat az előfizetésed megszűnésétől számított 18 hónapon belül letöltheted. Ha Realms Plus-világokat, -textúracsomagokat vagy -mixeket használtál, ezeket a csomagokat meg kell vásárolnod az Áruházban, vagy ha a Realms Plusban még elérhetők, újra elő kell fizetned a világsablonok használatához. # -store.realmsPlus.faq.question10=Szükségem van a Realms Plusra és a Piactéri bérletre? # -store.realmsPlus.faq.answer10=Nem. A Piactéri bérlet egy katalógus, amelynek több mint 150 csomagjából szabadon válogathatsz. A Realms Plus egy 10 játékosos Realm, amely mellé jár a Piactéri bérlet is. Azt javasoljuk, hogy arra fizess elő, amelyik a leginkább megfelelő számodra. # +store.realmsPlus.faq.question10=Szükségem van a Realms Plusra és a Marketplace Passra? # +store.realmsPlus.faq.answer10=Nem. A Marketplace Pass egy katalógus, amelynek több mint 150 csomagjából szabadon válogathatsz. A Realms Plus egy 10 játékosos Realm, amely mellé jár a Marketplace Pass is. Azt javasoljuk, hogy arra fizess elő, amelyik a leginkább megfelelő számodra. # store.realmsPlus.faq.question11=Mi az a Realms-történetek? # store.realmsPlus.faq.answer11=A Realms-történetek a Realmedhez tartozó közösségi központ. A Történet hírcsatornáján megoszthatod a többiekkel a gondolataidat, a kalandjaidat és az alkotásaidat. Az összes tagot tartalmazó, praktikus lista segítségével mindenkit számontarthatsz. Láthatod, hogy más tagok mikor játszanak, így megtekintheted az alkotásaikat, vagy a legközelebbi alkalommal te is csatlakozhatsz hozzájuk. # -store.realmsPlus.content.marketplacePass=A Realms Plus tartalmazza a Piactéri bérletet! # +store.realmsPlus.content.marketplacePass=A Realms Plus tartalmazza a Marketplace Passt! # store.realmsPlus.content.skinDescription=Változtasd meg a külsőd felületekkel! # store.realmsPlus.content.skinDescriptionPersona=Módosítsd a kinézetedet felületekkel! # store.realmsPlus.content.skinDescriptionPersona.contentSub=Bővítsd a ruhatáradat felületekkel! # @@ -8426,7 +8489,7 @@ store.realmsPlus.content.contentDescription=Szerezz be lenyűgöző Minecraft-ta store.realmsPlus.freeTrial=INGYENES PRÓBAVERZIÓ INDÍTÁSA # store.realmsPlus.purchase.warningDialog.title=Értesítés # -store.realmsPlus.purchase.warningDialog.body=A Realms Plusnak a Marketplace Pass is a részét képezi. Javasoljuk, hogy mondd le a Marketplace Pass előfizetését, miután regisztráltál a Realms Plusra. #### {StrContains="Marketplace Pass"} +store.realmsPlus.purchase.warningDialog.body=A Realms Plusnak a Marketplace Pass is a részét képezi. Javasoljuk, hogy mondd le a Marketplace Pass-előfizetést, miután regisztráltál a Realms Plusra. #### {StrContains="Marketplace Pass"} store.realmsPlus.purchase.warningDialog.checkbox=Értem # store.realmsPlus.purchase.warningDialog.button.back=Vissza # store.realmsPlus.purchase.warningDialog.button.continue=Vásárlás # @@ -8449,9 +8512,9 @@ store.csb.buyNow.buttonText=MEGVÁSÁRLÁS ENNYIÉRT: %s # store.csb.buyNow.viewTerms=FELHASZNÁLÁSI FELTÉTELEK # store.csb.buyNow.viewPrivacyPolicy=ADATVÉDELMI IRÁNYELVEK # -store.csb.buyNow.title=A Marketplace Pass-előfizetés indítása #### {StrContains="Marketplace Pass"} +store.csb.buyNow.title=A Marketplace Pass-előfizetés megkezdése #### {StrContains="Marketplace Pass"} -store.csb.subscription=A regisztráció után több mint 150 izgalmas Minecraft Piactér-tartalomhoz férhetsz hozzá. Töltsd le és játszd végig a kalandtérképeket, öltsd magadra a felületeket, vesd bele magad a textúracsomagokba, és havonta kérd le a Karakteralkotóban használható tárgyakat, amelyeket örökre megtarthatsz. A Marketplace Pass rendszeresen frissülő katalógusában mindig találsz valami új felfedeznivalót. Az előfizetés díja %s/hó, és bármikor lemondható. #### {StrContains="Marketplace Pass"} +store.csb.subscription=A regisztráció után több mint 150 izgalmas Minecraft Piactér-tartalomhoz férhetsz hozzá. Töltsd le és játszd végig a kalandtérképeket, öltsd magadra a felületeket, vesd bele magad a textúracsomagokba, és havonta kérd le a Karakteralkotóban használható tárgyakat, amelyeket örökre megtarthatsz. A Marketplace Pass rendszeresen frissülő katalógusában mindig találsz valami új felfedeznivalót. Az előfizetés díja %s/hó, és bármikor lemondható, ezt követően nem vonjuk le tőled a havi díjat. #### {StrContains="Marketplace Pass"} store.csb.terms=A Marketplace Pass-előfizetéssel különböző tartalmakhoz férhetsz hozzá a Minecraft (a játékot külön kell megvásárolni) támogatott verzióiban Windows operációs rendszeren, valamint további támogatott platformokon, amelyeken megvásároltad a játékot (a Minecraft Java és az Amazon Kindle Fire kiadás nem támogatott); a Marketplace Pass tartalmainak használatához aktív előfizetésre van szükség. A tartalmak időről időre változnak, és nem feltétlenül érhetők el minden országban. Ha nem mondod le a szolgáltatást, az ingyenes próbaidőszak lejártát követően az előfizetés díját – az aktuális értékesítési árnak megfelelően, amely idővel változhat – az alkalmazandó adókkal együtt levonjuk. Az előfizetést a Microsoft-fiókod Szolgáltatások és előfizetések lapján mondhatod le. Ha az előfizetésed megszűnik vagy valamelyik tartalomelem kikerül a katalógusból, újra kell aktiválnod az előfizetésedet vagy külön meg kell vásárolnod a tartalmat, ha továbbra is használni szeretnéd. A szolgáltatásra internetszolgáltatói díjak vonatkoznak. Időnként olyan tartalmakat teszünk elérhetővé, amelyek az előfizetés megszűnése után is használhatók maradnak; ezekben az esetekben fenntartjuk a jogot ezen tartalmak eltávolítására, ha inkompatibilissé válnak, vagy ha lejárnak a használati jogaink. Fenntartjuk a jogot az előfizetés módosítására és/vagy megszüntetésére. Az előfizetésre a Microsoft szolgáltatási szerződése (www.microsoft.com/msa) és a Minecraft végfelhasználói licencszerződése (https://www.minecraft.net/eula) vonatkozik. A jelen feltételek fordítása kizárólag a felhasználó kényelmét szolgálja. Az angol és bármely lefordított változat bármilyen eltérése esetén mindig az angol verzió lesz irányadó. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] @@ -8460,7 +8523,7 @@ store.csb.recurring.withoutTrial=A Marketplace Pass egy előfizetési lehetősé store.csb.consumable.offerTrial=Több mint 150 piactéri csomaghoz azonnal hozzáférhetsz. Az első 30 nap ingyenes, azt követően az előfizetés 30 naponta %s összegért újítható meg. # store.csb.consumable.withoutTrial=Több mint 150 piactéri csomaghoz azonnal hozzáférhetsz. Az előfizetés 30 napig lesz elérhető %s díj ellenében. # -store.csb.landing.header=A Marketplace Pass-előfizetés indítása #### {StrContains="Marketplace Pass"} +store.csb.landing.header=A Marketplace Pass-előfizetés megkezdése #### {StrContains="Marketplace Pass"} store.csb.landing.headerTrial=Ingyenes 30 napos próbaverzió, majd %s/hó # store.csb.landing.info=A Marketplace Pass egy olyan előfizetés, amellyel a Minecraft Piactéren havi %s díjért több mint 150 tartalmat érhetsz el. Az előfizetésed a következőket kínálja: #### {StrContains="Marketplace Pass"} @@ -8491,7 +8554,7 @@ store.csb.faq.answer6=A két előfizetés között az a különbség, hogy a Rea store.csb.faq.question7=Előfizethetek egyszerre a Marketplace Passra és a Realms Plusra is? #### {StrContains="Marketplace Pass"} store.csb.faq.answer7=A Realms Plus előfizetés a Marketplace Passt is tartalmazza. Ha jelenleg Marketplace Passra fizetsz elő, és elő szeretnél fizetni a Realms Plusra, akkor azt javasoljuk, először mondd le a Marketplace Passt. Az aktív Realms Plus-bérlettel rendelkezők nem fizethetnek elő külön a Marketplace Passra. #### {StrContains="Marketplace Pass"} store.csb.faq.question8=Bármilyen eszközön használhatom a Marketplace Pass keretében elérhető tartalmakat? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer8=A Marketplace Pass megvásárlásával az összes csomagot elérheted bármelyik eszközön, amelyen a Minecraft Piactérrel rendelkező Minecraft: Bedrock Edition kompatibilis verziója fut (ez külön vásárolható meg), és amelyen bejelentkezel a Minecraft-fiókodba. A Marketplace Pass használata az Amazon Kindle Fire eszközökön és a Minecraft Java Editionben nem támogatott. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer8=A Marketplace Pass megvásárlásával az összes csomagot elérheted bármelyik eszközön, amelyen a Minecraft Piactérrel rendelkező Minecraft: Bedrock Edition kompatibilis verziója fut (ez külön vásárolható meg), és amelyen bejelentkezel a Minecraft-fiókodba. A Marketplace Pass használata az Amazon Kindle Fire eszközökön és a Minecraft Java Edition esetében nem támogatott. #### {StrContains="Marketplace Pass"} store.csb.faq.question9=Használhatom a Marketplace Pass keretében elérhető tartalmakat, ha Windowson vagy XBOX-on csatlakoztam a Minecraft bétaprogramjához? #### {StrContains="Marketplace Pass"} store.csb.faq.answer9=Ha már korábban előfizettél, akkor látni fogod az előfizetésed tartalmát, de nem fogsz tudni előfizetni a Marketplace Passra az előzetes/bétaverzióból. #### {StrContains="Marketplace Pass"} store.csb.faq.bottom2=Nézd meg a súgónkat # @@ -8545,7 +8608,7 @@ store.csb.purchase.amazonDeviceWarning.body.line1=Sajnáljuk, de a Marketplace P store.csb.purchase.amazonDeviceWarning.body.line2=Ha kérdésed van, látogass el a support.minecraft.net webhelyre. # store.csb.purchase.amazonDeviceWarning.button.back=Vissza # -store.csb.alreadySubscribed.toolTip=Már előfizettél egy Marketplace Passra. #### {StrContains="Marketplace Pass"} +store.csb.alreadySubscribed.toolTip=Már rendelkezel Marketplace Pass-előfizetéssel. #### {StrContains="Marketplace Pass"} store.csb.banner.offer=Kezdd el használni most a 30 napos ingyenes próbaverziót! # store.csb.banner.learnMore=További részletek # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Előfordulhat, hogy ez a tárgy nem kompatibilis az store.owned=Már megvan # store.owned.legacy=Már megvan (P) # store.unlocked=Feloldva # -store.mypacks=Saját tartalom # +store.myLibrary=Saját könyvtár # store.error=Piactérhiba # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=Nincs elég Minecraft-érméd a store.popup.purchaseFailedInsufficientFunds.buyButton=Vásárolj Minecraft-érméket # store.popup.purchasePriceMismatch.msg=Sajnáljuk, a vásárlás nem volt teljesíthető. Kérjük, próbálkozz újra később. # store.popup.trialUpgradeFail.title=Játékfeloldási hiba # -store.popup.trialUpgradeFail.msg=Úgy tűnik, nem azzal a Microsoft-fiókkal vagy bejelentkezve, amellyel a Minecraft-próbaverzió elsőként letöltésre került. Próbáld meg újra, miután bejelentkeztél az eredeti fiókkal. # +store.popup.trialUpgradeFail.msg=Úgy tűnik, nem azzal a Microsoft-fiókkal vagy bejelentkezve, amellyel elsőként letöltötték a Minecraft-próbaverziót. Jelentkezz be az eredeti fiókkal, majd próbáld meg újra. # store.popup.downloaded.unOwnedTemplate.title=Megvásárolod a világsablont? # store.popup.downloaded.unOwnedTemplate.msg=Nincs meg neked ez a sablon, és meg kell vásárolnod a feloldáshoz. Szeretnéd megvásárolni ezt a sablont? # store.popup.rtx.title=Letöltöd a Ray Tracing csomagokat? # @@ -8663,7 +8726,7 @@ store.content.download=Letöltés # store.content.update=Frissítés # store.content.updating=Frissítés... # store.content.requireXbl.signedIn=Töltsd le ingyen Microsoft-fiókkal. # -store.content.requireXbl.notSignedIn=A feloldásához jelentkezz be a Microsoft-fiókodba. # +store.content.requireXbl.notSignedIn=A feloldáshoz jelentkezz be egy Microsoft-fiókba. # store.mashup.count.personaPiece=1 karakterdarab # store.mashup.count.personaPieces=%s karakterdarab # @@ -8758,12 +8821,12 @@ store.ratings.rate=Értékeld ezt a csomagot! # store.ratings.signIn.title=Értékeld a tárgyakat a Piactéren # store.ratings.signIn.description1=Mondd el az elemmel kapcsolatos véleményedet a készítőnek és a közösségnek! # -store.ratings.signIn.description2=Tételek értékelése előtt Microsoft-fiókkal kell bejelentkezned. # +store.ratings.signIn.description2=Elemek értékeléséhez jelentkezz be Microsoft-fiókkal. # store.purchase.success.realMoney1=Feloldottad ezt: %s, ennyiért: %s # store.purchase.success.realMoney2=+%s:minecoin: # store.purchase.signIn=Bővítsd a játékot rengeteg nagyszerű tartalommal. # -store.purchase.signInPart2=Jelentkezz be egy Microsoft-fiókkal a Piactér használatához! # +store.purchase.signInPart2=A Piactér használatához jelentkezz be Microsoft-fiókkal. # store.purchase.realmoney.disclaimer=*Vásárolj %s Minecraft-érmét %s összegért, és oldd fel ezt a csomagot %s érméért, egyenlegeden hagyva a maradék %s érmét. # store.purchase.notAvailable=Jelenleg nem elérhető # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Nem sikerült csatlakozni az alkalmazásboltho store.coins.tooManyCoins=Először fel kell használnod a meglévő Minecraft-érméidet, hogy újakat tudj vásárolni. # store.coins.incomplete.title=Nem sikerült végrehajtani a Minecraft-érmék vásárlását # store.coins.incomplete.fulfill.a=Úgy tűnik, legutóbb nem sikerült mindent befejezni. Fejezd be most a vásárlást! # -store.coins.incomplete.fulfill.b=Úgy tűnik, egy másik Microsoft-fiókkal kezdtél el egy vásárlást. Befejezed azt a vásárlást ezzel a fiókokkal? # +store.coins.incomplete.fulfill.b=Úgy tűnik, egy másik Microsoft-fiókkal kezdtél el egy vásárlást. Befejezed a vásárlást ezzel a fiókkal? # store.coins.incomplete.fulfill.c=Valaki egy vásárlást indított el az ezen az eszközön található számlázási fiókkal. Befejezed azt a vásárlást ezzel a fiókkal? # store.coins.fixAppReceipt.title=Hiba történt # store.coins.fixAppReceipt.body=Úgy tűnik, hiba lépett fel az alkalmazás nyugtájával kapcsolatban, a folytatáshoz jelentkezz be. # @@ -8828,7 +8891,6 @@ store.updating.title=Frissítés: %s # store.importing.title=%s importálása # store.importing=Importálás… # store.showMore=Összes megjelenítése # -store.inventory.no.xbl=Csomagjaim # store.promo.today=Csak ma! # store.promo.upsell=Ne hagyd ki a mai ingyenes ajándékot! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Telepített állapot # store.search.filter.installed=Telepítve # store.search.filter.notInstalled=Nincs telepítve # store.search.filter.clear.installed=Telepített szűrők visszaállítása # +store.search.filter.dressingroombody=Test # +store.search.filter.dressingroombody.selectedCount=%d rész # +store.search.filter.dressingroomstyle=Stílus # +store.search.filter.dressingroomstyle.selectedCount=%d stílus # store.search.sort_menu.sortConstWord=Rendezés # store.search.sort_menu.Default=Relevancia # @@ -10281,10 +10347,10 @@ autosave.info.xbox=Ha ezt az ikont látod, az azt jelenti, hogy folyamatban van autosave.info.desktop=Ha ezt az ikont látod, az azt jelenti, hogy folyamatban van a játék mentése. Ne kapcsold ki a számítógépet, ha ez az ikon jelenik meg a képernyőn. # ## Xbox network strings -xbox.signin.error=A barátaiddal való játékhoz, játékospontok gyűjtéséhez és mérföldkövek eléréséhez jelentkezz be a Microsoft-fiókoddal. # +xbox.signin.error=Jelentkezz be a Microsoft-fiókoddal, hogy a barátaiddal játszhass, illetve játékospontszámot és eredményeket gyűjthess. # xbox.signin.error.pocket.line1=Köszönjük, hogy a Realms szolgáltatást teszteled! Még nem minden funkció végleges, és hibákkal is találkozhatsz. Küldd el nekünk a visszajelzésedet, örömmel vesszük! # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=A teszteléshez mindenkinek Microsoft-fiókkal kell bejelentkeznie, hogy meghívót kapjanak, és felvegyék őket a Realmbe. # +xbox.signin.error.pocket.line3=A teszteléshez mindenkinek be kell jelentkeznie egy Microsoft-fiókkal, hogy meghívót kaphasson, és hozzá lehessen adni a Realmshez. # xbox.signin.warning.kickPlayer=Ez a művelet visszavisz a főmenübe. Folytatod? # xbox.connection.error=Megszakadt a kapcsolat a Microsoft-fiókkal # xbox.signin=Bejelentkezés # @@ -10292,8 +10358,8 @@ xbox.signin.qr=Két mód a bejelentkezésre # xbox.signin.qr.left.header=Olvasd be a QR-kódot # xbox.signin.qr.left.body=Használd a kameraalkalmazást vagy egy QR-kód olvasót az eszközödön. # xbox.signin.qr.right.header=Vagy keresd fel a weboldalt # -xbox.signin.qr.account=Ha a barátaiddal szeretnél játszani online különböző platformokon, jelentkezz be egy ingyenes Microsoft-fiókkal # -xbox.signin.beta.blocked=A béta verzióba jelenleg nem lehet bejelentkezni Microsoft-fiókkal. # +xbox.signin.qr.account=Ha online módon szeretnél játszani a különböző platformokat használó barátaiddal, jelentkezz be egy ingyenes Microsoft-fiókkal # +xbox.signin.beta.blocked=A bétaverzióba jelenleg nem lehet bejelentkezni Microsoft-fiókkal. # xbox.signin.enterCode=És add meg ezt a kódot: # xbox.signin.enterCode.qr=2. Add meg a lenti kódot a megfelelő helyen: # xbox.signin.letsPlay=Indulhat a játék! # @@ -10310,9 +10376,9 @@ xbox.signinFree=Jelentkezz be ingyen # xbox.signout=Kijelentkezés # xbox.signinquestion=Bejelentkezel? # xbox.notnow=Most nem # -xbox.signingin=Bejelentkezés Microsoft-fiókkal... # +xbox.signingin=Bejelentkezés a Microsoft-fiókoddal… # xbox.signingin.offline=Bejelentkezés # -xbox.failedsignin.body=Nem tudtunk beléptetni a Microsoft-fiókodba. Így csak korlátozott mértékben férsz hozzá a Realmshez, a profilokhoz és a Piactéren vásárolt elemekhez. Próbálkozz újra később. # +xbox.failedsignin.body=Nem tudtunk beléptetni a Microsoft-fiókodba. A Realmshez, a profilokhoz és a Piactéren vásárolt elemekhez korlátozott a hozzáférésed. Próbálkozz újra később. # xbox.failedsignin.error=Hibakód: # xbox.failedsignin.moreInfo=További információk # xbox.dev_wrongSandboxSigninFailed.title=Hiba történt # @@ -10331,15 +10397,10 @@ xbox.genericsignin.line1=A Minecraft-fiókoddal online játszhatsz az ismerősei xbox.genericsignin.line2=INGYEN van! # xbox.genericsignin.line3=Bárhol használhatod a Minecrafthoz. # -xbox.disconectionscreen.notSignedIn=A barátokkal való játékhoz jelentkezz be Microsoft-fiókkal. # -xbox.disconectionscreen.multiplayerNotAllowed=Ennek a Microsoft-fióknak nincs engedélye a többjátékos módhoz csatlakozni. # +xbox.disconectionscreen.notSignedIn=Jelentkezz be a Microsoft-fiókoddal, hogy a barátaiddal játszhass. # +xbox.disconectionscreen.multiplayerNotAllowed=Ennek a Microsoft-fióknak nincs engedélye többjátékos játékokhoz csatlakozni. # xbox.disconectionscreen.accessDenied=A csatlakozáshoz egy barátodnak kell ebben a játékban játszania. # -xbox.friendfinder.enterGamertag=Becenév megadása # -xbox.friendfinder.findFriends=Barátok keresése becenév alapján # -xbox.friendfinder.searchingForGamertag=Keresés # -xbox.friendfinder.gamertagNotFound=Nem található a becenév # - xbox.profile.addFriend=Barát hozzáadása # xbox.profile.addFriend.success=Siker! %s hozzáadásra került barátlistádhoz. # xbox.profile.block=Letiltás # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=A(z) „%s” tulajdonság nem használható packdiscoveryerror.version_too_high=A(z) %s tulajdonság %s értékkel rendelkezik, ami túl magas. A legmagasabb elfogadható érték: %s. # packdiscoveryerror.version_too_low=A(z) %s tulajdonság %s értékkel rendelkezik, ami túl alacsony. A legalacsonyabb elfogadható érték: %s. # packdiscoveryerror.format_version_1_engine_version_cap=A(z) '%s` tulajdonságnak kisebb értékkel kell rendelkeznie mint `%s`. Magasabb érték használatához a 2. verziós formátumot kell használnod. # +packdiscoveryerror.folder_structure_too_deep=A csomag mappaszerkezete túl sok szintből áll. # ## pack upgrading packupgradewarning.invalidpacktype=A csomag jegyzékfájljában érvénytelen értékű „%s” elem található, a rendszer az erőforráscsomagot fogja használni. # diff --git a/resource_pack/texts/id_ID.lang b/resource_pack/texts/id_ID.lang index 0742aeeb8..d1ffbb7a8 100644 --- a/resource_pack/texts/id_ID.lang +++ b/resource_pack/texts/id_ID.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Layar Ensiklopedia # accessibility.screenName.howToPlay=Layar Cara Main # accessibility.screenName.inviteToGame=Layar Undang ke Permainan # accessibility.screenName.joinByIP=Dialog Bergabung menggunakan IP # +accessibility.screenName.joinByConnectionID=Bergabung dengan dialog I D koneksi # accessibility.screenName.joinCode=Dialog Kode Bergabung # accessibility.screenName.library=Layar Perpustakaan # accessibility.screenName.modalDialog=Dialog pop-up # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Layar Profil # accessibility.screenName.realmInviteLinkSettings=Layar Pengaturan Tautan Undangan Realm # accessibility.screenName.realmSettings=Layar Pengaturan Realm # accessibility.screenName.settings=Layar Pengaturan Permainan # -accessibility.screenName.addFriend=Layar Tambah Teman # accessibility.screenName.skinPicker=Layar Pilih Skin # accessibility.screenName.start=Menu Utama # accessibility.screenName.vrAlignment=Layar Penyelarasan VR # accessibility.screenName.emoteWheel=Layar Emosi # +accessibility.screenName.addExternalServer=Tambahkan Layar Server Eksternal # +accessibility.screenName.editExternalServer=Edit Layar Server Eksternal # accessibility.search.sort_menu.A_to_Z.tts.title='A' ke 'Z' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title='Z' ke 'A' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Tidak bisa mengambil efek apa pun dari %1$ commands.effect.failure.notAMob=%1$s tidak bisa memiliki efek # commands.effect.notFound=Tidak ada efek mob tersebut dengan ID %s # commands.effect.success=Memberikan %1$s * %2$d ke %3$s selama %4$d detik # +commands.effect.success.infinite=Memberikan %1$s * %2$d ke %3$s untuk durasi tak terbatas # commands.effect.success.removed=Mengambil %1 $s dari %2$s # commands.effect.success.removed.all=Mengambil semua efek dari %1$s # commands.enchant.cantCombine=%1$s tidak bisa digabungkan dengan %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Entitas target tidak bisa berada dala commands.generic.entity.invalidType=Jenis entitas '%1$s' tidak valid # commands.generic.entity.invalidUuid=UUID entitas yang diberikan berada dalam format yang tidak valid # commands.generic.entity.notFound=Entitas tersebut tidak bisa ditemukan # -commands.generic.error.permissions=Tingkat izin salah. %s adalah perintah level. %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Level izin tidak tepat untuk perintah: %s. ###1: command name commands.generic.exception=Terjadi kesalahan yang tidak diketahui sewaktu mencoba melakukan perintah ini # commands.generic.invalidAgentType=Argumen jenis diterapkan ke pemilih hanya Agent # commands.generic.invalidcontext=Konteks yang tidak valid diberikan untuk jenis perintah tertentu # +commands.generic.invalidOrigin=Asal perintah tidak valid pada waktu eksekusi perintah # commands.generic.invalidDevice=Perintah yang dimasukkan, %s, tidak didukung di perangkat ini # commands.generic.invalidMessage=Panjang pesan tidak valid # commands.generic.invalidPlayerType=Argumen jenis diterapkan ke pemilih hanya pemain # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Berhasil menjalankan %1$d entri fungsi dalam fungs commands.schedule.invalidOrigin=Format asli yang diperlukan untuk menjalankan fungsi ini tidak valid. # commands.schedule.name.empty=Nama area ticking tidak boleh kosong. # commands.schedule.too.many.areas=Lebih dari satu area ticking ditemukan dengan nama %s. Harap gunakan satu area. # +commands.schedule.clear.failure=Tidak ada fungsi yang dihapus dengan nama %1$s. # +commands.schedule.clear.success=Menghapus fungsi %1$d dengan nama %2$s. # +commands.schedule.tickingarea.clear.success=Menghapus fungsi %1$d dengan nama area ticking %2$s. # +commands.schedule.tickingarea.clear.failure=Fungsi tidak dihapus dengan nama area ticking %1$s. # +commands.schedule.tickingarea.func.clear.success=Menghapus fungsi %1$d dengan nama area ticking %2$s dan dengan nama %3$s. # +commands.schedule.tickingarea.func.clear.failure=Tidak ada fungsi yang dihapus dengan nama area ticking %1$s dan dengan nama %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Nilai warna pudar harus berupa integer dari 0 hing commands.camera.invalid.easing=Berpindah ke kamera nonstasioner tidak didukung # commands.camera.invalid.time=Durasi pudar harus antara 0 dan 10 detik # commands.camera.invalid.pitch=Sudut kamera (rotasi X) harus berada antara -90 dan 90 derajat # -commands.camera.invalid.view.offset=Offset tampilan harus antara -100 dan 100 # +commands.camera.invalid.view.offset=Offset tampilan harus antara -64 dan 64 # +commands.camera.invalid.entity.offset=Offset entitas harus antara -64 dan 64 # +commands.camera.invalid.offset.camera=Offset entitas dan tampilan hanya dapat diterapkan ke kamera follow_orbit # commands.camera.perspective.locked=Perspektif tidak dapat diubah saat menggunakan kamera kustom # commands.camera.perspective.option=Kamera yang dipilih akan berubah ketika kamera kustom tidak aktif # commands.world_age.description=Mengubah atau meminta info tentang umur dunia (waktu sejak pembuatan). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Hapus Input # controller.buttonTip.removeMaterial=Hapus Material # controller.buttonTip.renameItem=Ubah Nama Item # controller.buttonTip.returnToRecipe=Kembali ke Resep # +controller.buttonTip.swap=Tukar # controller.buttonTip.enterSearch=Cari # controller.buttonTip.searchRecipe=Pencarian Cepat # controller.buttonTip.confirmSearch=Konfirmasi # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Ambil Satu # controller.buttonTip.take=Ambil # controller.buttonTip.takeItem=Ambil Item # controller.buttonTip.clearHotbar=Kosongkan Panel Pilihan # +controller.buttonTip.add.to.bundle=Tambahkan ke Bundel # +controller.buttonTip.place.from.bundle=Tempatkan dari Bundel # +controller.buttonTip.take.from.bundle=Ambil dari Bundel # controllerLayoutScreen.actions=Tindakan # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Coba sekarang # ## Edu Course Multiplayer strings course.edu.enterIp=Masukkan Alamat IP dunia tempat kamu ingin bergabung. # course.edu.enterConnection=Masukkan ID Koneksi dunia tempat kamu ingin bergabung. # +course.edu.enterConnectionScreenReader=Masukkan I.D. Koneksi dunia tempat kamu ingin bergabung. # course.edu.ipAddress=Alamat IP # course.edu.ipPlaceholder=Masukkan Alamat IP atau Server # course.edu.ipTooltipText=Untuk menemukan Alamat IP, mintalah host untuk menjeda pelajaran. Alamat IP dapat dilihat di sisi kanan layar mereka. # course.edu.connectionInfo=ID Koneksi # course.edu.conInfoPlaceholder=Silakan masukkan ID Koneksi # -course.edu.conInfoHostTooltipText=Kamu bisa membagikan ID Koneksi jika orang lain mengalami masalah saat bergabung dengan duniamu menggunakan Kode Bergabung atau tautan bersama. # +course.edu.conInfoHostTooltipText=Kamu bisa membagikan ID Koneksi jika pemain lain mengalami masalah saat bergabung dengan duniamu menggunakan Kode Bergabung atau pemuatan ulang nomor tautan bersama. # +course.edu.conInfoHostTooltipTextScreenReader=Kamu bisa membagikan I D Koneksi jika pemain lain mengalami masalah saat bergabung dengan duniamu menggunakan Kode Bergabung atau tautan bersama. # course.edu.conInfoTooltipText=Host bisa menemukan ID Koneksi di tab multipemain di Menu Permainan dunianya. # +course.edu.conInfoTooltipTextScreenReader=Host bisa menemukan ID Koneksi di tab multipemain di Menu Permainan dunianya. # course.edu.joinLesson=Bergabung ke Pelajaran # course.edu.joinLessonIntro=Temukan teman sekelas di pelajaran yang sama untuk bergabung, atau masukkan alamat IP mereka jika tidak muncul dalam daftar. # course.edu.joinLessonIntroTeacher=Pilih grup tempat kamu ingin bergabung, atau masukkan alamat IP jika tidak muncul dalam daftar. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Bermain online dengan maksimum §d%d§r teman createWorldUpsell.realm.sellPoint2=Tersimpan online: Bermain di perangkat Minecraft apa pun dengan Marketplace Minecraft # createWorldUpsell.realm.sellPoint3=Tidak memerlukan ruang penyimpanan pada perangkatmu # createWorldUpsell.realm.sellPoint4=Teman bisa bermain bahkan saat berjauhan # -createWorldUpsell.signIn=Realm Baru # +createWorldUpsell.signIn=Buat Realm dengan akun Microsoft # createWorldUpsell.world.sellPoint1=Bermain online dengan maksimum 7 teman # createWorldUpsell.world.sellPoint2=Disimpan ke perangkatmu: Bermain secara offline # createWorldUpsell.world.sellPoint3=Menggunakan penyimpanan perangkat # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Atur Ulang Kecepatan Tick Acak # createWorldScreen.serverSimDistance=Jarak Simulasi # createWorldScreen.serverSimDistanceFormat=%s gugus # createWorldScreen.showbordereffect=Tampilkan Efek Batas # -createWorldScreen.check_internet_connection=Kamu tidak terhubung ke internet. Teman-temanmu tidak akan bisa bergabung di dunia multipemain milikmu. Masuk ke Akun Microsoft untuk main bersama teman. # -createWorldScreen.disconnectedXboxLive=Kamu tidak tersambung ke layanan Microsoft. Temanmu dengan Gamertag tidak bisa bergabung dengan dunia multipemainmu. Masuk ke Akun Microsoft untuk bermain dengan temanmu. # +createWorldScreen.check_internet_connection=Kamu tidak terhubung ke internet. Teman-temanmu tidak akan bisa bergabung di dunia multipemain milikmu. Masuk ke akun Microsoft untuk main bersama teman. # +createWorldScreen.disconnectedXboxLive=Kamu tidak tersambung ke layanan Microsoft. Temanmu dengan Gamertag tidak bisa bergabung dengan dunia multipemainmu. Masuk ke akun Microsoft untuk bermain dengan temanmu. # createWorldScreen.clearPlayerData.button=Hapus Data Pemain # createWorldScreen.clearPlayerData.title=Hapus Data Pemain dari Dunia? # createWorldScreen.clearPlayerData.body1=Pilih "Semua Data Pemain" untuk benar-benar menghapus semua data pemain dari dunia tersebut. Pemain mana pun yang masuk ke dunia setelahnya akan memulai dengan data default baru. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s telah kedaluwarsa. Minta %s memper realmsSharingScreen.cantJoinClosedTitle=%s menutup Realm ini # realmsSharingScreen.cantJoinClosedMessage=%s ditutup. Mintalah %s untuk membukanya kembali. # realmsSharingScreen.failedSignInModalTitle=Masuk untuk bergabung dengan Realm ini # -realmsSharingScreen.failedSignInModalMessage=Kamu perlu masuk ke Akun Microsoft untuk bergabung dengan Realm. Masuk dan coba lagi. # +realmsSharingScreen.failedSignInModalMessage=Kamu perlu masuk ke akun Microsoft untuk bergabung dengan Realm. Silakan masuk dan coba lagi. # realmsSharingScreen.invalidPermissionTitle=Izin tidak valid # realmsSharingScreen.unexpectedServerResponseTitle=Kesalahan Realms # realmsSharingScreen.unexpectedServerResponseMessage=Maaf, kami memiliki masalah menghubungkan ke Realm. Silakan coba lagi nanti. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Layanan pembayaran # realmsCreateScreen.paymentFailed.body=Tidak bisa tersambung ke Realm dan menyelesaikan pembelianmu saat ini. Coba lagi nanti. # realmsCreateScreen.incomplete=Realm Tidak Lengkap # realmsCreateScreen.incomplete.create.a=Sepertinya kami belum membereskannya terakhir kali. Mari menyelesaikan pembuatan realm milikmu sekarang. # -realmsCreateScreen.incomplete.create.b=Sepertinya kamu mulai membuat realm dengan Akun Microsoft yang berbeda. Apakah kamu ingin menyelesaikan pembuatan realm tersebut dengan Akun Microsoft ini sebagai pemilik? # -realmsCreateScreen.incomplete.create.c=Seseorang memulai pembuatan Realm dengan akun penagihan pada perangkat ini. Apakah kamu ingin menyelesaikan pembuatan Realm tersebut dengan Akun Microsoft ini sebagai pemilik? # +realmsCreateScreen.incomplete.create.b=Sepertinya kamu mulai membuat realm dengan akun Microsoft yang berbeda. Apakah kamu ingin menyelesaikan pembuatan realm tersebut dengan akun Microsoft ini sebagai pemilik? # +realmsCreateScreen.incomplete.create.c=Seseorang memulai pembuatan Realm dengan akun penagihan pada perangkat ini. Apakah kamu ingin menyelesaikan pembuatan Realm tersebut dengan akun Microsoft ini sebagai pemilik? # realmsCreateScreen.incomplete.renew.a=Sepertinya kami belum membereskannya terakhir kali. Mari menyelesaikan pembaruan realm milikmu sekarang. # -realmsCreateScreen.incomplete.renew.b=Sepertinya kamu mulai memperbarui realm dengan Akun Microsoft yang berbeda.  Ingin menyelesaikan pembaruan realm tersebut dengan Akun Microsoft ini sebagai pemilik? # -realmsCreateScreen.incomplete.renew.c=Seseorang mulai memperbarui realm dengan akun penagihan pada perangkat ini.  Ingin menyelesaikan pembaruan realm tersebut dengan Akun Microsoft ini sebagai pemilik? # +realmsCreateScreen.incomplete.renew.b=Sepertinya kamu mulai memperbarui realm dengan akun Microsoft yang berbeda.  Ingin menyelesaikan pembaruan realm tersebut dengan akun Microsoft ini sebagai pemilik? # +realmsCreateScreen.incomplete.renew.c=Seseorang mulai memperbarui realm dengan akun penagihan pada perangkat ini. Apakah kamu ingin menyelesaikan pembaruan realm tersebut dengan akun Microsoft ini sebagai pemilik? # realmsCreateScreen.incomplete.override.renew=Kamu mencoba membuat realm baru, tetapi ada pembelian sebelumnya untuk memperbarui realm. Apakah kamu ingin menerapkan pembelian tersebut sekarang? # realmsCreateScreen.incomplete.override.create=Kamu mencoba memperbarui realm, tetapi ada pembelian sebelumnya untuk membuat realm. Apakah kamu ingin menerapkan pembelian tersebut sekarang? # realmsCreateScreen.incomplete.override.realm=Kamu mencoba memperbarui realm, tetapi ada pembelian sebelumnya untuk realm yang berbeda. Apakah kamu ingin menerapkan pembelian tersebut sekarang? # @@ -2224,11 +2241,11 @@ networkWorld.friends_label=Teman # networkWorld.joinable_friends_label=Teman yang Bisa Bergabung # networkWorld.no_joinable_friends_label=Temanmu tidak bermain Minecraft sekarang. # networkWorld.check_internet_connection=Ups! Mungkin bisa periksa koneksi internetmu? Kami tidak dapat menemukan dunia temanmu. # -networkWorld.connect_to_xbl=Masuk dengan Akun Microsoft untuk bermain dengan teman. # +networkWorld.connect_to_xbl=Masuk dengan akun Microsoft untuk bermain dengan teman. # networkWorld.memberOfTooManyRealms=Kamu telah mencapai batas keanggotaan realm. # -networkWorld.multiplayerPrivilegesBlocked=Kamu tidak bisa bermain multipemain secara online karena konfigurasi Akun Microsoft kamu. Pastikan pengaturan keamanan online kamu mengizinkan Multipemain. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Kamu tidak bisa bermain multipemain secara online karena konfigurasi Akun Microsoft kamu. Pastikan kamu memiliki langganan Xbox Live Gold yang aktif dan pengaturan keamanan online kamu mengizinkan Multipemain. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Kamu tidak bisa bermain multipemain secara online karena konfigurasi Akun Microsoft-mu. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=Kamu tidak bisa bermain multipemain secara online karena konfigurasi akun Microsoft-mu. Pastikan pengaturan keamanan online kamu mengizinkan Multipemain. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=Kamu tidak bisa bermain multipemain secara online karena konfigurasi akun Microsoft-mu. Pastikan kamu memiliki langganan Xbox Live Gold yang aktif dan pengaturan keamanan online kamu mengizinkan Multipemain. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Kamu tidak bisa bermain multipemain secara online karena konfigurasi akun Microsoft-mu. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Terjadi kesalahan yang tidak diketahui yang mencegah permainan online. Coba lagi nanti. # networkWorld.multiplayerPrivilegesBlockedBanned=Kamu tidak bisa bermain multipemain online karena akunmu ditangguhkan. # networkWorld.versionOutOfDate=Kamu tidak bisa memainkan mode multipemain online karena kamu tidak menggunakan versi terbaru. Instal versi terbaru agar bisa mengakses fitur online. # @@ -2473,7 +2490,7 @@ realmsSettingsScreen.extendConsumableButton.180=Perpanjang selama 180 Hari # xblLogin.LoginMessageTitle=Akun Microsoft # xblLogin.LoginMessage=Menyambung… # -xbl.savePurchase.saveButton=Simpan ke Akun Microsoft # +xbl.savePurchase.saveButton=Simpan ke akun Microsoft # xbl.marketplace.account.error.body.nobutton=Ada kesalahan pada akunmu. Kamu tidak bisa menggunakan marketplace hingga kami menyelesaikan masalah tersebut. Jika masalah ini berlanjut selama beberapa hari, harap hubungi dukungan. # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=Kamu sebelumnya pernah mengunduh store.sign_in_warning.no_xbl_and_no_local_content.line1=Masuk sekarang untuk menyimpan dan membagikan pembelianmu di seluruh platform. Simpan pembelian sehingga tidak akan hilang jika sesuatu terjadi pada sistemmu atau jika Minecraft dihapus. Akseslah konten Marketplace yang kamu beli dari platform apa pun dan gunakan karakter kustommu di seluruh platform. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Tidak memiliki akun Microsoft? Buat akun sekarang secara gratis! # -xbl.signOut.title=Pembelian Akun Microsoft! # -xbl.signOut.message1=Sewaktu keluar dari Akun Microsoft, kamu tidak akan memiliki akses ke Minecoins dan item yang dibeli di toko. # +xbl.signOut.title=Pembelian akun Microsoft! # +xbl.signOut.message1=Sewaktu keluar dari akun Microsoft, kamu tidak akan memiliki akses ke Minecoins dan item yang dibeli di toko. # xbl.signOut.message2=Kamu yakin ingin melakukannya? # date.short_january=Jan # @@ -2550,7 +2567,7 @@ date.timeLeft=%s tersisa # dayOneExperience.carousel.title=Selamat datang di Minecraft Baru! # dayOneExperience.carousel.welcome_text=Ada banyak hal baru dan menarik dalam Minecraft versi baru ini! Lihat Marketplace, buat Realm, dan bermain online dengan teman Lintas-Platform! # dayOneExperience.carousel.marketplace=Marketplace Minecraft adalah tempat untuk menemukan paket skin, dunia, tekstur, dan perpaduan baru dari berbagai kreator berbakat. # -dayOneExperience.carousel.cross_platform=Dengan permainan lintas platform, kamu bisa tersambung dengan pemain di platform lain. Masuk ke Akun Microsoft untuk bermain dengan semua teman Minecraft! # +dayOneExperience.carousel.cross_platform=Permainan lintas platform menghubungkan kamu dengan pemain di platform lain. Masuk ke akun Microsoft untuk bermain dengan semua teman Minecraft-mu! # dayOneExperience.carousel.realms=Realm adalah server yang kami jalankan, hanya untuk kamu dan teman-temanmu. Dengan begini, dunia Minecraft-mu tetap online dan selalu bisa diakses bahkan saat kamu keluar. # dayOneExperience.carousel.villager=Minecraft baru ini adalah satu-satunya tempat untuk menerima pembaruan mendatang yang berisi sejumlah fitur, mob, item, blok baru, dan banyak lagi lainnya! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Server dimatikan karena melebihi batas memo disconnectionScreen.header.realms_hidden=Undangan Multipemain # disconnectionScreen.body.realms_hidden=Tidak bisa bergabung ke server ini. # +disconnectionScreen.biomeData.IdDuplication=ID %s bertabrakan dengan %s # +disconnectionScreen.biomeData.MalformedData=Data Bioma Cacat # +disconnectionScreen.biomeData.MixedIdPresence=Paket Bioma memiliki kehadiran id tercampur untuk Bioma Kustom # +disconnectionScreen.biomeData.ReservedRange=Bioma Kustom %s menggunakan ID dari rentang yang dicadangkan. Rentang ID untuk Bioma Kustom adalah: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Data Bioma Standar tidak boleh berisi bidang 'id' # disconnectionScreen.blockMismatch=Blok antara klien dan server tidak cocok. # disconnectionScreen.cantConnect=Tidak bisa tersambung ke dunia. # disconnectionScreen.cantConnectToRealm=Tidak bisa tersambung ke Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Kamu bisa mendapatkan template dunia dari Pustaka Min edu.pause.multiplayer.disabled=Multipemain tidak tersedia dalam pelajaran ini. # +effect.duration.infinite=∞ # effect.badOmen=Pertanda Buruk # effect.infested=Berisi # effect.oozing=Mengalir # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Screenshot tidak valid # feed.failedToPostRateLimit=Coba posting lagi dalam beberapa menit. Realm sedang mencoba memproses. # feed.uppload_started=Screenshot sedang diunggah # feed.uppload_success=Screenshot telah diunggah # -feed.connected=Setiap Realm tersambung ke Klub dengan Akun Microsoft milikmu. # +feed.connected=Setiap Realm tersambung ke Klub dengan akun Microsoft milikmu. # feed.unviewedPost=Baru # -comment.like=%d suka ### 1 like -comment.likes=%d suka ### 0 or 2+ likes -comment.comment=%d komentar ### 1 comment -comment.comments=%d komentar ### 0 or 2+ comments -comment.likes_and_comments=%1 dan %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Komentar... # - furnaceScreen.fuel=Bahan Bakar # furnaceScreen.header=Tungku # furnaceScreen.input=Input # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=Setiap dunia baru yang kamu buat dimulai dengan howtoplay.playingTogether.header.2=Bergabung dengan Permainan Online # howtoplay.playingTogether.text.3=Untuk bermain dengan orang lain, buka §eTab Teman§f untuk melihat semua Realms, Teman, dan permainan LAN yang tersedia. Tinggal pilih permainan yang kamu inginkan. # howtoplay.playingTogether.text.4=Saat kamu memulai atau bergabung dengan permainan online, temanmu dapat melihatnya di tab Teman mereka. Jika mereka bergabung, hal ini akan dapat dilihat oleh teman mereka juga. # -howtoplay.playingTogether.text.5=Kamu perlu masuk ke §eAkun Microsoft§f dengan koneksi internet aktif untuk bermain multipemain. # +howtoplay.playingTogether.text.5=Kamu perlu masuk ke §eakun Microsoft§f dengan koneksi internet aktif untuk bermain multipemain. # howtoplay.playingTogether.header.3=Realms - Cara terbaik untuk bermain bersama # howtoplay.playingTogether.text.6=Sangat mudah bermain bersama teman menggunakan §eRealms§f. # howtoplay.playingTogether.text.7=Kamu dan maksimal 10 teman mendapat akses 24 jam setiap hari ke dunia yang selalu online. Jelajahi, jadi kreatif, atau coba konten yang dikurasi dari Marketplace. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Ingin memindahkan sesuatu di antara §epanel howtoplay.inventory.text.2.touch=Ingin memindahkan barang dari §epanel pilihan§f ke persediaanmu? Ketuk item pilihanmu, lalu ketuk slot item kosong yang ingin kamu tempatkan. # howtoplay.inventory.text.2.vr=Ingin memindahkan sesuatu di antara §epanel pilihan§f dan inventaris? Gunakan kursor untuk memilih item dan tekan :_input_key.use:. Lalu, gerakkan kursor ke slot item yang kosong dan tekan lagi untuk meletakannya. # +howtoplay.jigsawBlocks=Blok Jigsaw # +howtoplay.jigsawBlocks.text.1=Blok Jigsaw memberikan kemampuan kepada kreator untuk menghasilkan bangunan besar di dunia dengan menghubungkan beberapa templat bangunan. # +howtoplay.jigsawBlocks.header.1=Cara Mendapatkan # +howtoplay.jigsawBlocks.text.2=Untuk mendapatkan Blok Jigsaw, kamu harus menggunakan perintah garis miring /give. Untuk menggunakan Blok Jigsaw, kamu harus memiliki izin Operator. # +howtoplay.jigsawBlocks.header.2= Pengaturan # +howtoplay.jigsawBlocks.text.3=Blok Jigsaw memiliki beberapa pengaturan yang mengontrol caranya digabungkan untuk membentuk bangunan yang lebih besar. # +howtoplay.jigsawBlocks.text.4=§eKumpulan Target§f - Jalur kumpulan templat untuk mencari templat bangunan penghubung. Kumpulan templat harus berisi setidaknya satu bangunan yang cocok dengan bidang ”Nama Target” Jigsaw. # +howtoplay.jigsawBlocks.text.5=§eNama§f - Nama Jigsaw. Ini digunakan saat menghubungkan dari Jigsaw dengan “Nama Target” yang cocok. # +howtoplay.jigsawBlocks.text.6=§eBerubah Jadi§f - Jenis blok hasil perubahan dari Blok Jigsaw ketika ditempatkan di dunia selama pembuatan bangunan. # +howtoplay.jigsawBlocks.text.7=§ePrioritas Pilihan§f - Ketika bagian induk sedang diproses untuk terhubung, ini adalah urutan saat blok Jigsaw berupaya untuk terhubung ke bagian targetnya. Jigsaw akan diproses dalam prioritas menurun dengan urutan pemutusan ikatan yang acak. # +howtoplay.jigsawBlocks.text.8=§ePrioritas Penempatan§f - Ketika blok Jigsaw ini terhubung ke sebuah bagian, ini adalah urutan saat bagian tersebut diproses untuk terhubung dalam bangunan yang lebih luas. Bagian akan diproses dalam prioritas menurun dengan urutan pemutusan ikatan sisipan. # +howtoplay.jigsawBlocks.text.9=§eJenis Sambungan§f - Sambungan Dapat Digulung (default) atau Sejajar. Dalam jenis sambungan Dapat Digulung, bangunan target akan diputar secara acak di sekitar Blok Jigsaw sumber. Dalam jenis sambungan Sejajar, bangunan target akan ditempatkan sedemikian rupa sehingga rotasi Blok Jigsaw target sejajar dengan rotasi Blok Jigsaw sumber. Harap diingat bahwa ini hanya berlaku ketika Blok Jigsaw ditempatkan menghadap ke atas atau ke bawah. # + howtoplay.jukebox=Jukebox # howtoplay.jukebox.text.1=Jukebox akan memutar Disk Musik yang kamu temukan. # howtoplay.jukebox.header.1=Ayo Mulai Pestanya # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Perisai Cokelat # item.shield.black.name=Perisai Hitam # item.shield.blue.name=Perisai Biru # +item.bundle=Bundel # +item.black_bundle=Bundel Hitam # +item.white_bundle=Bundel Putih # +item.red_bundle=Bundel Merah # +item.orange_bundle=Bundel Oranye # +item.yellow_bundle=Bundel Kuning # +item.green_bundle=Bundel Hijau # +item.lime_bundle=Bundel Hijau Pupus # +item.brown_bundle=Bundel Cokelat # +item.light_gray_bundle=Bundel Abu-Abu Muda # +item.light_blue_bundle=Bundel Biru Muda # +item.blue_bundle=Bundel Biru # +item.gray_bundle=Bundel Abu-Abu # +item.pink_bundle=Bundel Merah Muda # +item.magenta_bundle=Bundel Magenta # +item.purple_bundle=Bundel Ungu # +item.cyan_bundle=Bundel Sian # +item.bundle.empty=kosong # +item.bundle.empty.description=Bisa memegang setumpuk campuran item # +item.bundle.full=Penuh # +item.bundle.fullness=%s tersisa # + item.goat_horn.name=Tanduk Kambing # item.minecraft.goat_horn.sound.0=Merenung # item.minecraft.goat_horn.sound.1=Menyanyi # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Panah # itemGroup.name.potion=Ramuan # itemGroup.name.splashPotion=Percikan Ramuan # itemGroup.name.lingeringPotion=Ramuan Bertahan # +itemGroup.name.ominousBottle=Botol Menyeramkan # itemGroup.name.bed=Tempat Tidur # itemGroup.name.chalkboard=Papan Tulis # itemGroup.name.anvil=Paron # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Lilin # itemGroup.name.goatHorn=Tanduk Kambing # itemGroup.name.compounds=Senyawa # itemGroup.name.products=Produk # +itemGroup.name.bundles=Bundel # -jigsaw.title.target_pool=Kolam target: # +##Jigsaw Block +jigsaw_block.title=Blok Jigsaw # +jigsaw.title.target_pool=Kumpulan Target: # jigsaw.title.name=Nama: # -jigsaw.title.target=Nama target: # -jigsaw.title.final_block=Berubah menjadi: # -jigsaw.title.joint_type=Tipe gabungan: # +jigsaw.title.target=Nama Target: # +jigsaw.title.final_block=Berubah Jadi: # +jigsaw.title.selection_priority=Prioritas Pilihan: # +jigsaw.title.placement_priority=Prioritas Penempatan: # +jigsaw.title.joint_type=Jenis Sambungan: # jigsaw.title.joint_type.aligned=Selaras # jigsaw.joint_type.aligned=Selaras # jigsaw.joint_type.rollable=Bisa digulung # jigsaw.exit.done=Selesai # -jigsaw.exit.cancel=Batal # ##EDU Joincode joincode.entry_popup.icon_button=Tombol kode bergabung %1 # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Buka ke LAN # menu.simulating=Mensimulasikan dunia sesaat # menu.singleplayer=Satu pemain # menu.store=Marketplace # +menu.store.addons=Lihat Add-on! # menu.skins=Skin # menu.start=Mulai # menu.switchingLevel=Mengalihkan dunia # @@ -6180,10 +6237,10 @@ options.splitvibration=Bergetar Saat Memisahkan Item # options.debug=Debug # options.flighting_debug=Debug Flighting # options.debugTitle=Opsi Pengembang # -options.delete_account.button=Hapus Akun Microsoft # -options.delete_account.confirm.title=Hapus Akun Microsoft? # +options.delete_account.button=Hapus akun Microsoft # +options.delete_account.confirm.title=Hapus akun Microsoft? # options.delete_account.confirm.warning=PERINGATAN: Kamu tidak akan bisa lagi mempertahankan kemajuan atau pembelian di perangkatmu sesudah akunmu dihapus %s. # -options.delete_account.confirm.warning.2=Menghapus Akun Microsoft kamu dari permainan ini akan memengaruhi semua permainan Minecraft yang memakai akun ini. # +options.delete_account.confirm.warning.2=Menghapus akun Microsoft-mu dari game ini akan memengaruhi semua game Minecraft yang memakai akun ini. # options.delete_account.confirm.checkbox1=Kamu tidak akan bisa lagi mengakses konten toko dalam game saat bermain di platform lain. # options.delete_account.confirm.checkbox2=Kamu tidak akan bisa lagi bermain online bersama teman. # options.delete_account.confirm.checkbox3=Kamu tidak akan bisa mengakses Realms, termasuk langganan Realms yang saat ini aktif. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Penegasan berhenti di debugger # options.dev_assertions_show_dialog=Penegasan menampilkan dialog modal # options.dev_force_trial_mode=Aktifkan paksa Mode Uji Coba # options.dev_eduDemo=Demo Edu (Harus masuk ulang) # +options.dev_eduCloudResumableUpload=Gunakan pengunggahan API yang dapat dilanjutkan untuk pengunggahan file >4MB # options.remote_imgui_toggle=Imgui Jarak Jauh Diaktifkan # options.dev_enableDebugUI=Aktifkan Debug UI # options.dev_createRealmWithoutPurchase=Buat realm tanpa pembelian # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Titik Akhir Realm # options.dev_realmsEndpointPayment=Pembayaran Titik Akhir Realm # options.dev_realmsRelyingParty=Pihak yang Mengandalkan Realm # options.dev_realmsRelyingPartyPayment=Pembayaran Pihak yang Mengandalkan Realm # -options.dev_realms_stories=Aktifkan Cerita Realms # options.dev_overrideXboxEnvironmentWindows=Timpa Xbox Sandbox (ditentukan OS pada Windows) # options.dev_overrideXboxEnvironment=Timpa Xbox Sandbox (memerlukan mulai ulang) # options.dev_xboxEnvironment=Xbox Sandbox Environment (memerlukan mulai ulang) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Sandbox Xforge: Retail # options.dev_sandboxDev=Sandbox Xforge: Pengembang # options.dev_sandboxDevAchievement=Xforge Sandbox: Prestasi pengembang # options.dev_showDiscoveryOverridePanel=Ganti Titik Akhir Layanan # +options.dev_serviceOverrideType=Jenis Timpa # +options.dev_serviceOverrideTypeMultibranch=Penyebaran Multi-cabang # +options.dev_serviceOverrideTypeCustom=Kustom # options.dev_discoveryOverrideServiceName=Nama Layanan (keamanan, persona, dll.) # options.dev_discoveryOverrideServiceBranch=Ranting Pohon # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Atur Ulang Semua Titik Akhir # options.dev_apply=Terapkan # options.dev_displayTreatmentsPanel=Tampilkan Perlakuan # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Pengumpul: Diaktifkan # options.dev_gatherings_system_service_pack=Pengumpulan: Dinonaktifkan karena Paket Layanan Sistem yang hilang # options.dev_gatherings_active_gathering=Aktif: %s # options.dev_gatherings_available_gatherings=Pertemuan yang Tersedia: # +options.dev_gatherings_clear_system_service_pack=Hapus Cache Paket Layanan Sistem # options.difficulty=Kesulitan # options.difficulty.easy=Mudah # options.difficulty.hard=Sulit # @@ -6524,7 +6586,8 @@ options.creatorTitle=Pengaturan Kreator # options.creator.serverboundClientDiagnosticsEnabled=Aktifkan Diagnostik Klien # options.creator.debuggerHeading=Pengaturan Debugger Script # options.creator.debuggerAutoAttach=Pasang Debugger saat Memuat # -options.creator.debuggerAutoConnect=Sambungkan Debugger saat Memuat # +options.creator.debuggerAutoAttachTimeout=Batas Waktu Pasang # +options.creator.debuggerAutoAttachTimeoutFormat=%s Detik # options.creator.debuggerConnect=Sambung # options.creator.debuggerListen=Dengarkan # options.creator.debuggerHost=Host # @@ -6671,11 +6734,11 @@ options.smoothRotationSpeed=Kecepatan Rotasi Halus # options.xboxliveBroadcast.inviteOnly=Hanya Undangan # options.xboxliveBroadcast.friendsOnly=Hanya Teman # options.xboxliveBroadcast.friendsOfFriends=Teman dari Teman # -options.xboxliveBroadcastSettings=Pengaturan Akun Microsoft # +options.xboxliveBroadcastSettings=Pengaturan akun Microsoft # options.xboxlivevisible=Terlihat bagi Pemain di jaringan Xbox # -options.xboxLiveAccountSettings=Pengaturan Akun Microsoft # -options.xboxLiveSignedIn=Telah Masuk dengan Akun Microsoft # -options.xboxLiveSignedOut=Telah Keluar dari Akun Microsoft # +options.xboxLiveAccountSettings=Pengaturan akun Microsoft # +options.xboxLiveSignedIn=Telah Masuk dengan akun Microsoft # +options.xboxLiveSignedOut=Telah Keluar dari akun Microsoft # options.xboxLive.privacyControl=Privasi & keamanan online # options.realms.checkInvites=Kelola undangan keanggotaan Realms # options.skinCustomisation=Penyesuaian Skin... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Mode Tersulit tidak bisa dimatikan setel options.turnOnHardcoreMode.message.3=3. Setelah mati, kamu bisa melihat dunia ini, tetapi tidak bisa berinteraksi lagi. # options.achievementsDisabled=Prestasi tidak dapat diperoleh di dunia ini. # options.achievementsDisabled.onLoad=Jika kamu mulai bermain dengan pengaturan ini, prestasi tidak bisa didapatkan lagi di dunia ini. # -options.achievementsDisabled.notSignedIn=Prestasi bisa didapatkan di dunia ini, namun kamu harus masuk ke Akun Microsoft untuk mendapatkannya. # +options.achievementsDisabled.notSignedIn=Prestasi bisa didapatkan di dunia ini, tapi kamu harus masuk ke akun Microsoft untuk mendapatkannya. # options.turnOffCrossPlatformMultiplayer=Nonaktifkan Multipemain Lintas-Platform? # options.turnOffCrossPlatformMultiplayer.message=Konten yang kamu coba gunakan tidak diizinkan di permainan multipemain lintas-platform. Jika kamu melanjutkan, kamu tidak bisa memainkan permainan multipemain lintas-platform. # options.conflictingPacks=Paket Bertentangan # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=Tetap Muat Dunia # options.updateAndPlay=Perbarui dan bermain # options.makeBackup=Buat salinan cadangan dunia saya # options.managePrivacy=Untuk mengelola pengaturan privasi, kunjungi https://account.xbox.com/Settings di web browser apa pun. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Hapus Tautan Akun Microsoft # -options.unlink_msa.confirm.title=Hapus Tautan Akun Microsoft? # +options.unlink_msa.button=Hapus Tautan akun Microsoft # +options.unlink_msa.confirm.title=Hapus Tautan akun Microsoft? # options.unlink_msa.confirm.warning=PERINGATAN: Kamu tidak akan bisa menyimpan kemajuan atau pembelian dari toko yang dilakukan di konsol PlayStation®4 pada akun %s setelah menghapus penautan. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Membatalkan tautan Akun Microsoft kamu dari dalam permainan ini akan memengaruhi semua permainan Minecraft di platform ini yang telah menggunakan Akun Microsoft ini. # +options.unlink_msa.confirm.warning.2=Menghapus tautan akun Microsoft-mu di game ini akan memengaruhi semua game Minecraft di platform ini yang telah menggunakan akun Microsoft ini. # options.unlink_msa.confirm.checkbox1=Saya tidak akan bisa mengakses segala konten Toko dalam permainan saat bermain di platform lain. # options.unlink_msa.confirm.checkbox2=Saya tidak akan bisa memainkan permainan lintas-platform dengan teman di platform lain. # options.unlink_msa.confirm.checkbox3=Saya tidak akan bisa mengakses Realms, termasuk langganan Realms yang saat ini aktif. # @@ -6899,7 +6962,7 @@ options.unlink_msa.success.title=Berhasil Menghapus Tautan # options.unlink_msa.success.body=Tautan akunmu telah dihapus. # options.unlink_msa.failure.title=Terjadi Kesalahan # options.unlink_msa.failure.body=Tautan akunmu tidak bisa dihapus. Mungkin periksa sambungan internetmu? # -options.useRemoteConnect=Gunakan Remote Connect untuk Masuk Akun Microsoft (perlu mulai ulang) # +options.useRemoteConnect=Gunakan Remote Connect untuk Masuk akun Microsoft (perlu mulai ulang) # options.newUiEditWorld.title=Ingin mencoba desain baru kami? # options.newUiEditWorld.info=§7Coba desain baru yang akan datang untuk halaman ini. Kamu selalu bisa beralih kembali ke pengalaman lama. # options.newUiEditWorld.initiate=Coba desain baru # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Rendah # options.volumetricFogQuality.medium=Sedang # options.volumetricFogQuality.high=Tinggi # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Resolusi # +options.upscalingPercentage.hundred=Keaslian # options.reflectionsQuality=Refleksi # options.reflectionsQuality.off=Tidak Aktif # options.reflectionsQuality.low=Rendah # @@ -6966,12 +7031,10 @@ 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.device=Kemampuan kami untuk mendukung perangkat ini akan berakhir. Kamu akan terus menerima pembaruan hingga Maret 2025, saat kamu menerima pembaruan terakhir untuk perangkat ini. %sSetelah kamu menerima pembaruan terakhir, kamu akan tetap bisa bermain di duniamu, dan mengakses pembelian Marketplace (termasuk Minecoins). Realms yang dikelola dengan perangkat ini akan terus bisa digunakan selama 6 bulan kecuali diperbarui oleh pemilik Realm di perangkat yang berbeda. %sUntuk membatalkan langganan Realm kamu, kamu harus melakukannya di menu Pengaturan untuk Langganan di perangkat yang membuat Realm.%sKamu tidak akan lagi menerima pembaruan terbaru dan tidak bisa bermain multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan dapat terhubung ke server tertentu.%sKlik tombol untuk informasi lebih lanjut. # +sunsetting.popup.sunset.device=Dukungan kami untuk perangkat ini telah berakhir. Kamu tidak akan lagi menerima pembaruan dari Maret 2025, dan ini pembaruan terakhirmu untuk perangkat ini.%sKamu akan tetap bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins). Realms yang dikelola dari perangkat ini akan terus bisa digunakan selama 6 bulan dari Maret 2025 kecuali diperbarui oleh pemilik realm di perangkat lain.%sUntuk membatalkan langganan Realm kamu, kamu harus melakukannya di menu Pengaturan untuk Langganan di perangkat yang membuat Realm.%sKamu 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, # 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.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 # @@ -7158,13 +7221,13 @@ permissions.ability.op=Perintah Operator # permissions.ability.invisible=Menjadi tak terlihat # permissions.ability.teleport=Gunakan Teleportasi # permissions.NeedPermission=Kamu Perlu Izin # -permissions.AddFriends=Kamu tidak bisa menambahkan teman karena konfigurasi Akun Microsoft kamu. Pastikan pengaturan keamanan online kamu mengizinkan penambahan teman. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Kamu tidak bisa bermain di Realms karena konfigurasi Akun Microsoft kamu. Pastikan pengaturan keamanan online kamu mengizinkan Multipemain. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. # -permissions.Communications=Kamu tidak bisa mengobrol dengan pemain lain karena konfigurasi Akun Microsoft kamu. Pastikan setelan privasi kamu mengizinkan komunikasi dengan orang lain. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=Kamu tidak bisa menambahkan teman karena konfigurasi akun Microsoft-mu. Pastikan pengaturan keamanan online kamu mengizinkan penambahan teman. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Kamu tidak bisa bermain di Realms karena konfigurasi akun Microsoft-mu. Pastikan pengaturan keamanan online kamu mengizinkan Multipemain. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. # +permissions.Communications=Kamu tidak bisa mengobrol dengan pemain lain karena konfigurasi akun Microsoft-mu. Pastikan pengaturan privasi kamu mengizinkan komunikasi dengan orang lain. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Kamu tidak akan bisa menambah teman baru untuk bermain di realm bersamamu karena konfigurasi akun Xbox kamu. Ini bisa diubah dalam pengaturan privasi & keamanan online di Xbox.com. Apakah kamu ingin melanjutkan? # permissions.CloudSave=Kamu tidak bisa menyimpan duniamu ke profil Xbox karena konfigurasi akunmu. Ini bisa diubah dalam pengaturan privasi & keamanan online di Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Kamu tidak bisa bermain di Realms karena konfigurasi Akun Microsoft kamu. Pastikan pengaturan keamanan online kamu mengizinkan Multipemain dan kamu memiliki langganan Xbox Live Gold yang aktif. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Kamu tidak bisa bermain di Realms karena konfigurasi Akun Microsoft-mu. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Kamu tidak bisa bermain di Realms karena konfigurasi akun Microsoft-mu. Pastikan pengaturan keamanan online kamu mengizinkan Multipemain dan kamu memiliki langganan Xbox Live Gold yang aktif. Lihat instruksi untuk mengubah pengaturan ini di aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=Kamu tidak bisa bermain di Realms karena konfigurasi akun Microsoft-mu. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Dapatkan Bantuan untuk Memperbaiki Ini # permissions.open.account.help.button.gamecore=Perbaiki Ini # permissions.open.account.setting.button=Lihat syarat layanan # @@ -8140,7 +8203,7 @@ selectTemplate.create=Membuat... # selectTemplate.worldsByCreators=Dunia oleh Kreator # selectTemplate.realm=Realm Baru # selectTemplate.realmInfo=Kamu bisa mengunggah dunia ke Realm setelah membuatnya! # -selectTemplate.signIn=Buat Realm dengan Akun Microsoft # +selectTemplate.signIn=Buat Realm dengan akun Microsoft # selectTemplate.unableToSignIn=Layanan Microsoft tidak tersedia di perangkat ini # selectTemplate.world=Dunia Baru # selectTemplate.help=? # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Dengan server pribadi, kamu bisa membuat dunia bers store.realmsPlus.faq.question3=Apakah teman saya harus membeli Realms Plus agar bisa bermain di Realm saya? # store.realmsPlus.faq.answer3=Temanmu tidak perlu membeli langganan Realms Plus untuk bisa bermain di Realm milikmu. Kamu bisa mengundang teman (yang mengaktifkan izin multipemain) untuk bergabung ke Realm kamu secara gratis. # store.realmsPlus.faq.question4=Perangkat mana yang mendukung Realms Plus untuk Minecraft? # -store.realmsPlus.faq.answer4=Realms Plus saat ini tersedia di platform apa pun tempat kamu bisa menginstal Minecraft Bedrock Edition. Kamu bisa bermain di Realms dan menggunakan konten apa pun dari Realms Plus di salah satu perangkat ini jika sudah masuk ke Akun Microsoft. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus saat ini tersedia di platform apa pun tempat kamu bisa menginstal Minecraft Bedrock Edition. Kamu bisa bermain Realms dan menggunakan konten apa pun dari Realms Plus di salah satu perangkat ini jika sudah masuk ke akun Microsoft. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Berapa biaya langganan Realms Plus? # store.realmsPlus.faq.answer5=%s per bulan untuk server 10 pemain dan akses ke 150+ paket marketplace. # store.realmsPlus.faq.answer5.contentSub=%s per bulan. Tambahkan anggota tak terbatas, bermain online dengan 10 pemain lain pada saat bersamaan. Selain itu, nikmati lebih dari 150 konten Marketplace dari katalog Marketplace Pass secara gratis. # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Mulai Langganan Marketplace Pass #### {StrContains="Mark store.csb.subscription=Ada 150+ konten Marketplace Minecraft menarik yang bisa kamu pakai setelah mendaftar. Unduh dan mainkan peta petualangan, pakai aneka skin, coba berbagai paket tekstur, dan dapatkan serangkaian item Kreator Karakter setiap bulan. Selalu ada yang baru di Marketplace Pass karena katalognya diperbarui secara teratur. Kamu akan ditagih %s/bulan dan bisa membatalkan langganan kapan pun agar tidak dikenai tagihan berikutnya. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass adalah langganan untuk konten yang akan digunakan dengan versi Minecraft yang didukung (game dijual terpisah) di Windows dan platform lainnya yang didukung tempat game-mu (Edisi Minecraft Java & Amazon Kindle Fire tidak didukung); langganan harus aktif untuk dapat menggunakan konten Marketplace Pass. Konten bervariasi seiring waktu dan mungkin tidak tersedia di semua negara. Setelah masa uji coba gratis berakhir, langganan akan dilanjutkan dengan harga normal saat itu (harga dapat berubah) ditambah pajak yang berlaku, kecuali jika langganan dibatalkan. Kamu bisa membatalkan langgananmu dengan mengakses Layanan & langganan di Akun Microsoft kamu. Jika langgananmu berakhir atau item konten dihapus dari katalog, kamu harus mengaktifkan kembali langgananmu atau membeli konten secara terpisah untuk terus menggunakannya. Biaya ISP mungkin berlaku. Terkadang konten tetap tersedia untukmu bahkan setelah masa langgananmu berakhir, dan dalam hal ini, kami berhak menarik konten tersebut jika tidak kompatibel atau hak kami atas konten tersebut kedaluwarsa. Langganan dapat berubah dan/atau berakhir. Tunduk pada Perjanjian Layanan Microsoft (www.microsoft.com/msa) dan Minecraft EULA (https://www.minecraft.net/eula). Setiap terjemahan dari ketentuan ini dilakukan hanya untuk memudahkanmu, dan jika ada perbedaan antara versi bahasa Inggris dan versi non-Inggris, versi bahasa Inggris dari ketentuan ini yang akan berlaku. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass adalah langganan untuk konten yang akan digunakan dengan versi Minecraft yang didukung (game dijual terpisah) di Windows dan platform lainnya yang didukung tempat game milikmu (Edisi Minecraft Java & Amazon Kindle Fire tidak didukung); langganan harus aktif untuk dapat menggunakan konten Marketplace Pass. Konten bervariasi seiring waktu dan mungkin tidak tersedia di semua negara. Setelah masa uji coba gratis berakhir, langganan akan dilanjutkan dengan harga normal saat itu (harga dapat berubah) ditambah pajak yang berlaku, kecuali jika langganan dibatalkan. Kamu bisa membatalkan langgananmu dengan mengakses Layanan & langganan di akun Microsoft-mu. Jika langgananmu berakhir atau item konten dihapus dari katalog, kamu harus mengaktifkan kembali langgananmu atau membeli konten secara terpisah untuk terus menggunakannya. Biaya ISP mungkin berlaku. Terkadang konten tetap tersedia untukmu bahkan setelah masa langgananmu berakhir, dan dalam hal ini, kami berhak menarik konten tersebut jika sudah tidak kompatibel atau hak kami atas konten tersebut berakhir. Langganan dapat berubah dan/atau berakhir. Tunduk pada Perjanjian Layanan Microsoft (www.microsoft.com/msa) dan Minecraft EULA (https://www.minecraft.net/eula). Setiap terjemahan dari ketentuan ini dilakukan hanya untuk memudahkanmu, dan jika ada perbedaan antara versi bahasa Inggris dan versi non-Inggris, versi bahasa Inggris dari ketentuan ini yang akan berlaku. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass adalah langganan berkelanjutan dengan biaya langganan berulang yang dikenakan secara otomatis setiap bulan sampai langganan ini dibatalkan.%sAda 150+ paket marketplace yang akan langsung tersedia. Kamu bisa membatalkan langganan di pengaturan langganan agar tidak dikenai tagihan berikutnya. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass adalah langganan berkelanjutan dengan biaya langganan berulang yang dikenakan secara otomatis setiap bulan sampai langganan ini dibatalkan.%sAda 150+ paket marketplace yang akan langsung tersedia. Kamu akan ditagih %s/bulan dan bisa membatalkan langganan di pengaturan langganan agar tidak dikenai tagihan berikutnya. #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass adalah layanan langganan agar kamu bisa m store.csb.faq.question2=Sesering apa konten diperbarui di Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Konten tertentu dipebarui setiap bulan sehingga selalu ada sesuatu yang baru untuk dijelajahi. # store.csb.faq.question3=Bagaimana agar saya bisa menikmati Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Marketplace Pass hanya bisa dipakai dengan langganan aktif dan versi Minecraft: Bedrock Edition dengan Marketplace Minecraft yang kompatibel. Kamu juga harus masuk ke Akun Microsoft. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Akses ke Marketplace Pass memerlukan langganan aktif dan versi Minecraft: Bedrock Edition dengan Marketplace Minecraft yang kompatibel. Kamu juga harus masuk ke akun Microsoft. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Apa yang akan terjadi pada konten saya setelah meninggalkan Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Setelah dunia, paket tekstur, paket skin, atau perpaduan meninggalkan katalog, kamu harus membeli item dari Marketplace untuk terus bermain. Paket tidak akan dihapus dari penyimpanan lokalmu hingga kamu menghapusnya. Item kreator karakter bulanan yang telah kamu tebus tetap kamu miliki. # store.csb.faq.question5=Apa yang akan terjadi ketika langganan saya berakhir? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Item ini mungkin tidak kompatibel dengan perangkatm store.owned=Dimiliki # store.owned.legacy=Dimiliki (P) # store.unlocked=Dibuka # -store.mypacks=Konten Saya # +store.myLibrary=Perpustakaan Saya # store.error=Kesalahan Marketplace # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=Kamu tidak punya cukup Koin untu store.popup.purchaseFailedInsufficientFunds.buyButton=Dapatkan Koin # store.popup.purchasePriceMismatch.msg=Maaf, kami tidak bisa menyelesaikan pembelianmu. Coba lagi nanti. # store.popup.trialUpgradeFail.title=Kesalahan Pembukaan Kunci Permainan # -store.popup.trialUpgradeFail.msg=Sepertinya kamu masuk ke Akun Microsoft yang berbeda dari yang digunakan untuk mengunduh Uji Coba Minecraft. Coba lagi setelah masuk dengan akun tersebut. # +store.popup.trialUpgradeFail.msg=Sepertinya kamu masuk ke akun Microsoft yang berbeda dari yang digunakan untuk mengunduh Uji Coba Minecraft. Coba lagi setelah masuk dengan akun tersebut. # store.popup.downloaded.unOwnedTemplate.title=Beli Template Dunia? # store.popup.downloaded.unOwnedTemplate.msg=Kamu tidak memiliki template ini, dan harus membelinya agar bisa membukanya. Apakah kamu ingin membeli template ini? # store.popup.rtx.title=Unduh Paket Penelusuran Jejak Cahaya? # @@ -8662,8 +8725,8 @@ store.progress.checkingDownload=Memeriksa unduhan # store.content.download=Unduh # store.content.update=Perbarui # store.content.updating=Memperbarui... # -store.content.requireXbl.signedIn=Unduh gratis dengan Akun Microsoft. # -store.content.requireXbl.notSignedIn=Masuk ke Akun Microsoft untuk membuka. # +store.content.requireXbl.signedIn=Unduh gratis dengan akun Microsoft. # +store.content.requireXbl.notSignedIn=Masuk ke akun Microsoft untuk membuka. # store.mashup.count.personaPiece=1 Potongan Karakter # store.mashup.count.personaPieces=%s Potongan Karakter # @@ -8758,12 +8821,12 @@ store.ratings.rate=Beri peringkat paket ini! # store.ratings.signIn.title=Beri Peringkat Item di Marketplace # store.ratings.signIn.description1=Ceritakan pengalamanmu dengan item ini kepada kreator dan komunitas! # -store.ratings.signIn.description2=Sebelum kami mengizinkanmu menilai item, kamu perlu masuk dengan Akun Microsoft. # +store.ratings.signIn.description2=Sebelum kami mengizinkanmu menilai item, kamu harus masuk dengan akun Microsoft. # store.purchase.success.realMoney1=Kamu baru saja membuka: %s untuk %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Perluas permainan kamu dengan banyak konten hebat. # -store.purchase.signInPart2=Masuk dengan Akun Microsoft untuk mulai menggunakan Marketplace! # +store.purchase.signInPart2=Masuk dengan akun Microsoft untuk mulai menggunakan Marketplace! # store.purchase.realmoney.disclaimer=*Membeli %s Koin untuk %s dan menukar paket ini untuk %s Koin menyisakan %s. # store.purchase.notAvailable=Saat Ini Tidak Tersedia # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Kami tidak bisa tersambung ke toko aplikasi. M store.coins.tooManyCoins=Gunakan beberapa Koin kamu, lalu kamu bisa membeli lebih banyak. # store.coins.incomplete.title=Pembelian Koin Tidak Selesai # store.coins.incomplete.fulfill.a=Sepertinya kami belum selesai terakhir kali. Ayo selesaikan pembelian kamu sekarang. # -store.coins.incomplete.fulfill.b=Sepertinya kamu melakukan pembelian dengan Akun Microsoft yang berbeda. Ingin menyelesaikan pembelian dengan akun ini? # +store.coins.incomplete.fulfill.b=Sepertinya kamu melakukan pembelian dengan akun Microsoft yang berbeda. Apakah kamu ingin menyelesaikan pembelian dengan akun ini? # store.coins.incomplete.fulfill.c=Seseorang mulai membeli dengan akun penagihan di perangkat ini. Kamu ingin menyelesaikan pembelian itu dengan akun ini? # store.coins.fixAppReceipt.title=Terjadi kesalahan # store.coins.fixAppReceipt.body=Tampaknya ada masalah dengan Tanda Terima Aplikasi, masuk untuk melanjutkan. # @@ -8828,7 +8891,6 @@ store.updating.title=Memperbarui: %s # store.importing.title=Mengimpor: %s # store.importing=Mengimpor... # store.showMore=Lihat Semua # -store.inventory.no.xbl=Paket Saya # store.promo.today=Hanya Hari Ini! # store.promo.upsell=Jangan Lewatkan Hadiah Gratis Hari Ini! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Status Diinstal # store.search.filter.installed=Diinstal # store.search.filter.notInstalled=Tidak Diinstal # store.search.filter.clear.installed=Atur Ulang Filter Diinstal # +store.search.filter.dressingroombody=Badan # +store.search.filter.dressingroombody.selectedCount=Bagian %d # +store.search.filter.dressingroomstyle=Gaya # +store.search.filter.dressingroomstyle.selectedCount=Gaya %d # store.search.sort_menu.sortConstWord=Urut # store.search.sort_menu.Default=Relevansi # @@ -10185,10 +10251,10 @@ trial.tabbed_upsell.buttonAlternate=Buka Permainan Lengkap Minecraft # trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Jelajahi dunia unikmu sendiri yang tanpa batas dan bangun apa pun yang kamu bayangkan – mulai dari rumah sederhana hingga kastel yang paling megah! Mainkan mode Kreatif untuk membangun keajaiban dengan sumber daya tidak terbatas. Atau mainkan mode Bertahan hidup, membuat senjata dan baju zirah untuk melawan mob berbahaya dan bertahan hidup di malam hari. Selain itu, main dengan teman secara online! Buka permainan lengkapnya sekarang juga! # trial.tabbed_upsell.xbl.title=AKUN MICROSOFT # -trial.tabbed_upsell.xbl.description=Dengan pengalaman lengkap Minecraft, kamu mendapatkan Mode kreatif, prestasi, dan banyak lagi, dan dengan Akun Microsoft, kamu bisa bertemu pemain lain di komunitas Minecraft! Kamu bisa bergabung dengan dunia temanmu, mencari teman baru di Server, dan menyinkronkan pembelian di Marketplace dengan semua perangkat tempat kamu bermain Minecraft. # +trial.tabbed_upsell.xbl.description=Dengan pengalaman lengkap Minecraft, kamu dapat Mode kreatif, prestasi, dan banyak lagi, dan dengan akun Microsoft, kamu bisa bertemu pemain lain di komunitas Minecraft! Kamu bisa bergabung dengan dunia temanmu, mencari teman baru di Server, dan menyinkronkan pembelian di Marketplace dengan semua perangkat tempat kamu bermain Minecraft. # trial.tabbed_upsell.xbl.description.line2=*(dalam versi dengan Marketplace) # trial.tabbed_upsell.achievements.title=PRESTASI # -trial.tabbed_upsell.achievements.description=Selain pengalaman lengkap Minecraft dengan Mode kreatif, Multipemain, dan banyak lagi, kamu akan memperoleh prestasi dan Gamerscore untuk menandai kemajuanmu di Minecraft dan menunjukkan prestasimu kepada teman-teman Akun Microsoft. Dapatkan permainan lengkapnya untuk mulai memperoleh prestasi dan Gamerscore! # +trial.tabbed_upsell.achievements.description=Selain pengalaman lengkap Minecraft dengan Mode kreatif, Multipemain, dan banyak lagi, kamu akan dapat prestasi dan Gamerscore untuk menandai kemajuanmu di Minecraft dan menunjukkan prestasimu kepada teman-teman di akun Microsoft. Dapatkan game versi lengkap untuk mulai memperoleh prestasi dan Gamerscore! # trial.tabbed_upsell.multiplayer.title=MULTIPEMAIN # trial.tabbed_upsell.multiplayer.description=Pengalaman Minecraft lengkap memungkinkan kamu menikmati Mode kreatif, prestasi, dan Multipemain dengan temanmu di seluruh perangkat Minecraft! Bermain dengan teman di konsol, PC, dan perangkat seluler untuk membuat, menjelajahi, dan bertahan hidup bersama-sama. Buka pengalaman Minecraft lengkap hari ini! # trial.tabbed_upsell.server.title=SERVER # @@ -10208,9 +10274,9 @@ trial.thanks_for_testing.button=Bawa saya ke FAQ! # trial.thanks_for_testing.minecraft.title=UJI COBA MINECRAFT # trial.thanks_for_testing.minecraft.description=Terima kasih telah mengunduh Uji Coba Minecraft untuk Chromebook! Uji coba main kamu akan memberikan data yang sangat berguna untuk perbaikan bug dan pemecahan masalah teknis. Menemukan bug? Laporkan di bugs.mojang.com! Ada pertanyaan lain? Lihat FAQ kami. # trial.thanks_for_testing.xbl.title=AKUN MICROSOFT # -trial.thanks_for_testing.xbl.description=Dengan pengalaman lengkap Minecraft, kamu mendapatkan Mode kreatif, prestasi, dan banyak lagi, dan dengan Akun Microsoft, kamu bisa bertemu pemain lain di komunitas Minecraft! Kamu bisa bergabung dengan dunia temanmu, mencari teman baru di Server, dan menyinkronkan pembelian di Marketplace dengan semua perangkat tempat kamu bermain Minecraft. # +trial.thanks_for_testing.xbl.description=Dengan pengalaman lengkap Minecraft, kamu dapat Mode kreatif, prestasi, dan banyak lagi, dan dengan akun Microsoft, kamu bisa bertemu pemain lain di komunitas Minecraft! Kamu bisa bergabung dengan dunia temanmu, mencari teman baru di Server, dan menyinkronkan pembelian di Marketplace dengan semua perangkat tempat kamu bermain Minecraft. # trial.thanks_for_testing.xbl.description.line2=*(dalam versi dengan Marketplace) # -trial.thanks_for_testing.achievements.description=Selain pengalaman lengkap Minecraft dengan Mode kreatif, Multipemain, dan banyak lagi, kamu akan memperoleh prestasi dan Gamerscore untuk menandai kemajuanmu di Minecraft dan menunjukkan prestasimu kepada teman-teman di Akun Microsoft kamu. # +trial.thanks_for_testing.achievements.description=Selain pengalaman lengkap Minecraft dengan Mode kreatif, Multipemain, dan banyak lagi, kamu akan dapat prestasi dan Gamerscore untuk menandai kemajuanmu di Minecraft dan menunjukkan prestasimu kepada teman-teman di akun Microsoft kamu. # trial.thanks_for_testing.multiplayer.description=Pengalaman Minecraft lengkap memungkinkan kamu menikmati Mode Kreatif, prestasi, dan Multipemain dengan temanmu di seluruh perangkat Minecraft! Bermain dengan teman di konsol, PC, dan perangkat seluler untuk membuat, menjelajahi, dan bertahan hidup bersama-sama. # trial.thanks_for_testing.server.description=Sebagai bagian dari pengalaman lengkap Minecraft, Server menawarkan beberapa cara paling kreatif untuk menikmati Minecraft! Mainkan permainan mini yang seru, temui komunitas Minecraft, dan berkenalan dengan teman baru. # trial.thanks_for_testing.store.description=Versi lengkap game memberikan akses ke Marketplace Minecraft, toko dalam permainan kami. Ganti penampilanmu dengan skin baru, ubah duniamu, atau jelajahi peta baru yang luar biasa dari kreator terbaik di komunitas! # @@ -10281,25 +10347,25 @@ autosave.info.xbox=Saat kamu melihat ikon ini, kami sedang menyimpan permainanmu autosave.info.desktop=Saat kamu melihat ikon ini, kami sedang menyimpan permainanmu. Jangan mematikan komputer sewaktu ikon ini muncul di layar. # ## Xbox network strings -xbox.signin.error=Masuk dengan Akun Microsoft untuk bermain dengan teman, mendapatkan gamescore dan prestasi. # +xbox.signin.error=Masuklah dengan akun Microsoft-mu untuk bermain dengan teman, mendapatkan gamescore dan prestasi. # xbox.signin.error.pocket.line1=Terima kasih telah menguji Realms! Fitur ini bukan versi akhir dan mungkin kamu menemukan bug. Kirimkan saranmu! Kami akan menerimanya dengan senang hati. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Selama pengujian ini, setiap orang perlu masuk dengan Akun Microsoft sehingga mereka bisa dikirimi undangan dan ditambahkan ke Realm. # +xbox.signin.error.pocket.line3=Selama tes ini, setiap orang harus masuk dengan akun Microsoft supaya mereka bisa dikirimi undangan dan ditambahkan ke Realms. # xbox.signin.warning.kickPlayer=Tindakan ini akan membuatmu kembali ke menu utama. Lanjutkan? # -xbox.connection.error=Terputus dari Akun Microsoft # +xbox.connection.error=Terputus dari akun Microsoft # xbox.signin=Masuk # xbox.signin.qr=Dua cara untuk Masuk # xbox.signin.qr.left.header=Pindai Kode QR # xbox.signin.qr.left.body=Gunakan aplikasi kamera atau pembaca kode QR di perangkatmu. # xbox.signin.qr.right.header=Atau kunjungi situs web # -xbox.signin.qr.account=Masuk dengan Akun Microsoft gratis untuk bermain secara online bersama teman-teman di seluruh platform # -xbox.signin.beta.blocked=Masuk dengan Akun Microsoft tidak tersedia pada versi beta untuk saat ini. # +xbox.signin.qr.account=Masuk dengan akun Microsoft gratis untuk bermain secara online bersama teman di seluruh platform # +xbox.signin.beta.blocked=Masuk dengan akun Microsoft tidak tersedia pada versi beta untuk saat ini. # xbox.signin.enterCode=Lalu masukkan kode ini: # xbox.signin.enterCode.qr=2. Masukkan kode di bawah ini saat diminta: # xbox.signin.letsPlay=Ayo Main! # -xbox.signin.message=Masuk dengan Akun Microsoft Gratis untuk menikmati dunia Minecraft sepenuhnya. # +xbox.signin.message=Masuk dengan akun Microsoft Gratis kamu untuk menikmati dunia Minecraft sepenuhnya. # xbox.signin.url=https://microsoft.com/link # -xbox.signin.useDifferentAccount=Masuk dengan Akun Microsoft lain # +xbox.signin.useDifferentAccount=Masuk dengan akun Microsoft lain # xbox.signin.website=Kunjungi situs web ini di perangkat lain: # xbox.signin.website.qr=1. Kunjungi situs web ini di perangkat lain: # xbox.signin.welcome=Selamat datang! # @@ -10310,9 +10376,9 @@ xbox.signinFree=Masuk Secara Gratis # xbox.signout=Keluar # xbox.signinquestion=Masuk? # xbox.notnow=Jangan Sekarang # -xbox.signingin=Memasukkan dengan Akun Microsoft... # +xbox.signingin=Sedang masuk dengan akun Microsoft kamu... # xbox.signingin.offline=Memasukkan # -xbox.failedsignin.body=Kamu tidak bisa masuk ke Akun Microsoft. Aksesmu ke Realms, Profil, dan item Marketplace akan dibatasi. Silakan coba lagi nanti. # +xbox.failedsignin.body=Kamu tidak bisa masuk ke akun Microsoft-mu. Aksesmu ke Realms, Profil, dan item Marketplace akan dibatasi. Silakan coba lagi nanti. # xbox.failedsignin.error=Kode Kesalahan: # xbox.failedsignin.moreInfo=Info Lainnya # xbox.dev_wrongSandboxSigninFailed.title=Terjadi Kesalahan # @@ -10321,25 +10387,20 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Ubah ke Sandbox Pengembangan # xbox.dev_wrongSandboxSigninFailed.button.retail=Ubah ke Sandbox Ritel # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Hapus Data Proses Masuk Akun # xbox.invitesignin.line1=Undang teman dengan Gamertag mereka untuk melihat dunia mereka saat mereka online. # -xbox.invitesignin.line2=Masuk dengan Akun Microsoft untuk mulai mengundang teman! # +xbox.invitesignin.line2=Masuk dengan akun Microsoft untuk mulai mengundang teman! # xbox.thirdpartysignin.line1=Permainan mini seru dan pemain baru sudah menunggumu! Tapi pertama-tama, '%s' ingin mengenal siapa dirimu. # -xbox.thirdpartysignin.line2=Kamu perlu masuk ke Akun Microsoft agar tersambung! # +xbox.thirdpartysignin.line2=Kamu perlu masuk ke akun Microsoft agar tersambung! # xbox.signInLong=Masuk Gratis! # -xbox.signOutLong=Keluar dari Akun Microsoft # +xbox.signOutLong=Keluar dari akun Microsoft # xbox.genericsignin.line1=Akun Minecraft memungkinkan kamu bermain multipemain online dengan teman di PC dan perangkat seluler. Dan yang terbaik adalah? # xbox.genericsignin.line2=Ini GRATIS! # xbox.genericsignin.line3=Anda bisa menggunakannya di mana saja kamu bermain Minecraft. # -xbox.disconectionscreen.notSignedIn=Masuk dengan Akun Microsoft untuk bermain bersama teman. # -xbox.disconectionscreen.multiplayerNotAllowed=Akun Microsoft ini tidak memiliki izin untuk bergabung dengan permainan multipemain. # +xbox.disconectionscreen.notSignedIn=Masuk dengan akun Microsoft untuk bermain bersama teman. # +xbox.disconectionscreen.multiplayerNotAllowed=Akun Microsoft ini tidak memiliki izin untuk bergabung dengan game multipemain. # xbox.disconectionscreen.accessDenied=Kamu harus berteman dengan seseorang dalam permainan ini untuk bergabung. # -xbox.friendfinder.enterGamertag=Masukkan Gamertag # -xbox.friendfinder.findFriends=Cari Teman melalui Gamertag # -xbox.friendfinder.searchingForGamertag=Mencari # -xbox.friendfinder.gamertagNotFound=Gamertag Tidak Ditemukan # - xbox.profile.addFriend=Tambah Teman # xbox.profile.addFriend.success=Berhasil! %s telah ditambahkan ke daftar temanmu. # xbox.profile.block=Blok # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Properti '%s' tidak digunakan untuk jenis ko packdiscoveryerror.version_too_high=Properti '%s' memiliki versi '%s' yang terlalu tinggi. Nilai tertinggi yang kami terima adalah '%s'. # packdiscoveryerror.version_too_low=Properti '%s' memiliki versi '%s' yang terlalu rendah. Nilai terendah yang kami terima adalah '%s'. # packdiscoveryerror.format_version_1_engine_version_cap=Properti '%s` harus memiliki nilai yang ditetapkan kurang dari `%s`. Untuk menggunakan versi lebih tinggi, kamu harus menggunakan format versi 2. # +packdiscoveryerror.folder_structure_too_deep=Struktur folder di dalam paket terlalu dalam. # ## pack upgrading packupgradewarning.invalidpacktype=Elemen '%s' yang diberikan memiliki nilai tidak valid dalam manifes paket; Kembali ke default paket sumber daya. # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Kontrol orang tua kamu saat ini membatasi ka gathering.info.qr.title.console=Streaming Acara Langsung # gathering.info.qr.body.console=Pindai untuk bergabung dengan Streaming Acara Langsung kami # gathering.info.signIn.title=Masuk untuk mengikuti event ini. # -gathering.info.signIn.body=Silakan masuk ke Akun Microsoft-mu untuk berpartisipasi dalam acara ini. # +gathering.info.signIn.body=Silakan masuk ke akun Microsoft-mu untuk berpartisipasi dalam acara ini. # gathering.activation.warning=Tidak dapat menemukan Pengumpulan # gathering.activation.warning.signIn=Tidak dapat menemukan Pengumpulan. Masuk sebelum mencoba lagi. # gathering.activation.warning.title=Aduh! # diff --git a/resource_pack/texts/it_IT.lang b/resource_pack/texts/it_IT.lang index 98aff9a25..c87c0c722 100644 --- a/resource_pack/texts/it_IT.lang +++ b/resource_pack/texts/it_IT.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Schermata Enciclopedia # accessibility.screenName.howToPlay=Schermata Come giocare # accessibility.screenName.inviteToGame=Schermata Invita a giocare # accessibility.screenName.joinByIP=Finestra di dialogo Partecipa tramite IP # +accessibility.screenName.joinByConnectionID=Finestra per unirsi tramite ID connessione # accessibility.screenName.joinCode=Finestra di dialogo Codice unione # accessibility.screenName.library=Schermata Raccolta # accessibility.screenName.modalDialog=Finestra di dialogo # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Schermata Profilo # accessibility.screenName.realmInviteLinkSettings=Schermata impostazioni link di invito Realm # accessibility.screenName.realmSettings=Schermata impostazioni realm # accessibility.screenName.settings=Schermata impostazioni di gioco # -accessibility.screenName.addFriend=Schermata Aggiungi amico # accessibility.screenName.skinPicker=Schermata scelta skin # accessibility.screenName.start=Menu principale # accessibility.screenName.vrAlignment=Schermata allineamento VR # accessibility.screenName.emoteWheel=Schermo Emote # +accessibility.screenName.addExternalServer=Aggiungi schermata server esterno # +accessibility.screenName.editExternalServer=Modifica schermata server esterno # accessibility.search.sort_menu.A_to_Z.tts.title=Dalla A alla Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Dalla Z alla A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Impossibile rimuovere qualsiasi effetto da commands.effect.failure.notAMob=%1$s non può avere effetti # commands.effect.notFound=Nessun effetto creatura con ID %s esistente # commands.effect.success=L'effetto %1$s * %2$d è stato assegnato a %3$s per %4$d secondi # +commands.effect.success.infinite=L'effetto %1$s * %2$d è stato assegnato a %3$s per una durata infinita # commands.effect.success.removed=L'effetto %1$s è stato rimosso da %2$s # commands.effect.success.removed.all=Tutti gli effetti sono stati rimossi da %1$s # commands.enchant.cantCombine=%1$s non può essere combinato con %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=L'entità bersaglio non può trovarsi commands.generic.entity.invalidType=Il tipo di entità "%1$s" non è valido # commands.generic.entity.invalidUuid=L'UUID dell'entità è in un formato non valido # commands.generic.entity.notFound=L'entità non è stata trovata # -commands.generic.error.permissions=Livelli dei permessi errati. %s è un comando di livello %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Livello di autorizzazione errato per il comando: %s. ###1: command name commands.generic.exception=Si è verificato un errore sconosciuto nel tentativo di eseguire questo comando # commands.generic.invalidAgentType=Argomento di tipo applicato al selettore di solo Agent # commands.generic.invalidcontext=Contesto non valido fornito per il tipo di comando specificato # +commands.generic.invalidOrigin=L'origine del comando non era valida nel momento di esecuzione del comando # commands.generic.invalidDevice=Il comando che hai inserito, %s, non è supportato da questo dispositivo # commands.generic.invalidMessage=Lunghezza messaggio non valida # commands.generic.invalidPlayerType=Argomento di tipo applicato al selettore per soli giocatori # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=%1$d istruzioni funzione eseguite correttamente ne commands.schedule.invalidOrigin=L'origine necessaria per eseguire questa funzione non è valida. # commands.schedule.name.empty=Il nome dell'area spuntabile non può essere vuoto. # commands.schedule.too.many.areas=Sono state trovate più aree spuntabili con il nome %s. Utilizza una sola area. # +commands.schedule.clear.failure=Non è stata rimossa nessuna funzione con il nome %1$s. # +commands.schedule.clear.success=Rimosse %1$d funzioni con il nome %2$s. # +commands.schedule.tickingarea.clear.success=Rimosse %1$d funzioni con area spuntabile dal nome %2$s. # +commands.schedule.tickingarea.clear.failure=Non è stata rimossa nessuna funzione con area spuntabile dal nome %1$s. # +commands.schedule.tickingarea.func.clear.success=Rimosse %1$d funzioni con area spuntabile dal nome %2$s e con nome %3$s. # +commands.schedule.tickingarea.func.clear.failure=Non è stata rimossa nessuna funzione con area spuntabile dal nome %1$s e con nome %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=I valori dei colori sfumati devono essere numeri i commands.camera.invalid.easing=Il passaggio alle visuali mobili non è supportato # commands.camera.invalid.time=La durata delle sfumature deve essere compresa tra 0 e 10 secondi # commands.camera.invalid.pitch=L'inclinazione della visuale (rotazione sull'asse X) deve essere compresa tra -90 e 90 gradi # -commands.camera.invalid.view.offset=Lo spostamento della visuale deve essere compreso tra -100 e 100 # +commands.camera.invalid.view.offset=Lo spostamento della visuale deve essere compreso tra -64 e 64 # +commands.camera.invalid.entity.offset=L'offset dell'entità deve essere compreso tra -64 e 64 # +commands.camera.invalid.offset.camera=L'offset dell'entità e lo spostamento della visuale possono essere applicati solo alla telecamera follow_orbit # commands.camera.perspective.locked=Impossibile modificare la prospettiva quando sono in uso telecamere personalizzate # commands.camera.perspective.option=La visuale selezionata cambierà quando la visuale personalizzata non è attiva # commands.world_age.description=Modifica o richiede l'età del mondo (tempo trascorso dalla creazione). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Rimuovi inserimento # controller.buttonTip.removeMaterial=Rimuovi materiale # controller.buttonTip.renameItem=Rinomina oggetto # controller.buttonTip.returnToRecipe=Torna alla ricetta # +controller.buttonTip.swap=Scambia # controller.buttonTip.enterSearch=Cerca # controller.buttonTip.searchRecipe=Ricerca rapida # controller.buttonTip.confirmSearch=Conferma # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Prendine uno # controller.buttonTip.take=Prendi # controller.buttonTip.takeItem=Prendi oggetto # controller.buttonTip.clearHotbar=Elimina hotbar # +controller.buttonTip.add.to.bundle=Aggiungi al bundle # +controller.buttonTip.place.from.bundle=Metti dal bundle # +controller.buttonTip.take.from.bundle=Prendi dal bundle # controllerLayoutScreen.actions=Azioni # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Prova adesso # ## Edu Course Multiplayer strings course.edu.enterIp=Inserisci l'indirizzo IP del mondo al quale vorresti unirti. # course.edu.enterConnection=Inserisci l'ID connessione del mondo a cui vorresti partecipare. # +course.edu.enterConnectionScreenReader=Inserisci l'ID connessione del mondo a cui vorresti partecipare. # course.edu.ipAddress=Indirizzo IP # course.edu.ipPlaceholder=Inserisci l'indirizzo IP o del server # course.edu.ipTooltipText=Per trovare l'indirizzo IP, chiedi all'host di mettere in pausa la lezione. L'indirizzo IP viene visualizzato sul lato destro del suo schermo. # course.edu.connectionInfo=ID connessione # course.edu.conInfoPlaceholder=Immetti l'ID connessione # -course.edu.conInfoHostTooltipText=Puoi condividere l'ID connessione utilizzando il codice unione o il link condiviso se altri hanno problemi a unirsi al tuo mondo. # +course.edu.conInfoHostTooltipText=Puoi condividere l'ID connessione utilizzando il codice unione o il link condiviso se altri hanno problemi a unirsi al tuo mondo. Nessun caricamento ulteriore. # +course.edu.conInfoHostTooltipTextScreenReader=Puoi condividere l'ID connessione utilizzando il codice unione o il link condiviso se altri hanno problemi a unirsi al tuo mondo. # course.edu.conInfoTooltipText=L'ospite può trovare l'ID connessione nella scheda multigiocatore del menu di gioco del mondo. # +course.edu.conInfoTooltipTextScreenReader=L'ospite può trovare l'ID connessione nella scheda multigiocatore del menu di gioco del mondo. # course.edu.joinLesson=Unisciti alla lezione # course.edu.joinLessonIntro=Trova dei compagni di classe nella stessa lezione per aggiungerti o inserisci il loro indirizzo IP se non compaiono nella lista. # course.edu.joinLessonIntroTeacher=Seleziona il gruppo al quale vorresti unirti o inserisci l'indirizzo IP se non compare nella lista. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Aggiungi un numero illimitato di membri e gio createWorldUpsell.realm.sellPoint2=Salvataggio online: gioca su qualsiasi dispositivo che abbia accesso al marketplace di Minecraft # createWorldUpsell.realm.sellPoint3=Non occupa spazio di archiviazione sul tuo dispositivo # createWorldUpsell.realm.sellPoint4=Gli amici possono giocare anche in tua assenza # -createWorldUpsell.signIn=Crea un realm con l'account Microsoft # +createWorldUpsell.signIn=Crea un Realm con l'account Microsoft # createWorldUpsell.world.sellPoint1=Gioca online con un massimo di 7 amici # createWorldUpsell.world.sellPoint2=Salvataggio sul dispositivo: gioca offline # createWorldUpsell.world.sellPoint3=Usa spazio di archiviazione del dispositivo # @@ -1908,8 +1927,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 # @@ -1956,7 +1973,7 @@ createWorldScreen.randomtickspeed.reset=Resetta velocità di Tick casuale # createWorldScreen.serverSimDistance=Distanza simulazione # createWorldScreen.serverSimDistanceFormat=%s chunk # createWorldScreen.showbordereffect=Mostra effetto confine # -createWorldScreen.check_internet_connection=Non sei connesso a Internet. I tuoi amici non potranno unirsi ai tuoi mondi Multigiocatore. Esegui l'accesso al tuo account Microsoft per giocare con i tuoi amici. # +createWorldScreen.check_internet_connection=Non hai effettuato la connessione a Internet. I tuoi amici non potranno entrare nei tuoi mondi multigiocatore. Accedi al tuo account Microsoft per giocare con gli amici. # createWorldScreen.disconnectedXboxLive=Non sei connesso ai servizi Microsoft. I tuoi amici con i gamertag non potranno unirsi al tuo mondo Multigiocatore. Esegui l'accesso al tuo account Microsoft per giocare coi tuoi amici. # createWorldScreen.clearPlayerData.button=Cancella dati giocatore # createWorldScreen.clearPlayerData.title=Vuoi cancellare i dati giocatore dal mondo? # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s è scaduto. Chiedi a %s di rinnova realmsSharingScreen.cantJoinClosedTitle=%s ha chiuso questo realm # realmsSharingScreen.cantJoinClosedMessage=%s è chiuso. Chiedi a %s di riaprirlo. # realmsSharingScreen.failedSignInModalTitle=Esegui l'accesso per entrare in questo realm # -realmsSharingScreen.failedSignInModalMessage=Devi aver eseguito l'accesso a un account Microsoft per entrare in un realm. Esegui l'accesso e riprova. # +realmsSharingScreen.failedSignInModalMessage=Devi aver eseguito l'accesso a un account Microsoft per entrare in un Realm. Esegui l'accesso e riprova. # realmsSharingScreen.invalidPermissionTitle=Autorizzazioni non valide # realmsSharingScreen.unexpectedServerResponseTitle=Errore di Realms # realmsSharingScreen.unexpectedServerResponseMessage=Spiacenti, si è verificato un problema di connessione al Realm. Riprova più tardi. # @@ -2127,10 +2144,10 @@ realmsCreateScreen.paymentFailed.body=Impossibile connettersi a Realms e complet realmsCreateScreen.incomplete=Realm incompleto # realmsCreateScreen.incomplete.create.a=L'ultima volta abbiamo lasciato qualcosa in sospeso. Completiamo ora la creazione del tuo Realm. # realmsCreateScreen.incomplete.create.b=Hai iniziato a creare un Realm con un account Microsoft diverso. Vuoi completarlo autorizzando questo account Microsoft come proprietario? # -realmsCreateScreen.incomplete.create.c=Qualcuno ha iniziato a creare un Realm con l'account di fatturazione di questo dispositivo. Vuoi completarlo autorizzando questo account Microsoft come proprietario? # +realmsCreateScreen.incomplete.create.c=Qualcuno ha iniziato a creare un Realm con l'account di fatturazione di questo dispositivo. Vuoi completare la creazione autorizzando questo account Microsoft come proprietario? # realmsCreateScreen.incomplete.renew.a=L'ultima volta abbiamo lasciato qualcosa in sospeso. Completiamo ora il rinnovo del tuo Realm. # -realmsCreateScreen.incomplete.renew.b=Hai iniziato il rinnovo di un realm con un account Microsoft diverso. Vuoi completarlo autorizzando questo account Microsoft come proprietario? # -realmsCreateScreen.incomplete.renew.c=Qualcuno ha iniziato il rinnovo di un realm con l'account di fatturazione di questo dispositivo. Vuoi completarlo autorizzando questo account Microsoft come proprietario? # +realmsCreateScreen.incomplete.renew.b=Hai iniziato la procedura di rinnovo di un Realm con un account Microsoft diverso. Vuoi completarla autorizzando questo account Microsoft come proprietario? # +realmsCreateScreen.incomplete.renew.c=Qualcuno ha iniziato il rinnovo di un Realm con l'account di fatturazione di questo dispositivo. Vuoi completarlo autorizzando questo account Microsoft come proprietario? # realmsCreateScreen.incomplete.override.renew=Stai tentando di creare un nuovo Realm, ma risulta sia già stato acquistato un rinnovo. Vuoi applicare ora quell'acquisto? # realmsCreateScreen.incomplete.override.create=Stai tentando di effettuare un rinnovo, ma risulta sia già stata acquistata la creazione di un Realm. Vuoi applicare ora quell'acquisto? # realmsCreateScreen.incomplete.override.realm=Stai tentando di effettuare un rinnovo, ma risulta sia già stata acquistata la creazione di un altro Realm. Vuoi applicare ora quell'acquisto? # @@ -2228,7 +2245,7 @@ networkWorld.connect_to_xbl=Esegui l'accesso con un account Microsoft per giocar networkWorld.memberOfTooManyRealms=Hai raggiungo il limite di realm di cui puoi essere membro. # networkWorld.multiplayerPrivilegesBlocked=Non puoi giocare in modalità Multigiocatore online a causa della configurazione del tuo account Microsoft. Verifica che le tue impostazioni di sicurezza online autorizzino la modalità Multigiocatore. Consulta le istruzioni per modificare queste impostazioni su aka.ms/MCMultiplayerHelp. # networkWorld.multiplayerPrivilegesBlockedOnConsole=Non puoi giocare in modalità multigiocatore online a causa della configurazione del tuo account Microsoft. Verifica di avere un abbonamento Xbox Live Gold attivo e controlla che le tue impostazioni di sicurezza online consentano la modalità multigiocatore. Consulta le istruzioni per modificare queste impostazioni su aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Non puoi giocare in modalità multigiocatore online a causa della configurazione del tuo account Microsoft. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Non puoi giocare in modalità Multigiocatore online a causa della configurazione del tuo account Microsoft. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Si è verificato un errore sconosciuto che impedisce il gioco online. Riprova più tardi. # networkWorld.multiplayerPrivilegesBlockedBanned=Non puoi giocare in modalità multigiocatore online perché il tuo account è sospeso. # networkWorld.versionOutOfDate=Non puoi giocare in modalità multigiocatore online perché la tua versione è vecchia. Installa la versione più recente per accedere alle funzionalità online. # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Accedi subito per salvar store.sign_in_warning.no_xbl_and_no_local_content.line2=Non hai un account Microsoft? Creane subito uno gratuitamente # xbl.signOut.title=Acquisti dell'account Microsoft! # -xbl.signOut.message1=Se sei disconnesso dal tuo account Microsoft, non potrai accedere alle Minecoins e agli oggetti acquistati nel negozio. # +xbl.signOut.message1=Se sei disconnesso dal tuo account Microsoft, non potrai accedere ai Minecoins e agli oggetti acquistati nel negozio. # xbl.signOut.message2=Vuoi davvero eseguire questa operazione? # date.short_january=Gen # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Il server è stato arrestato a causa del su disconnectionScreen.header.realms_hidden=Invito multigiocatore # disconnectionScreen.body.realms_hidden=Impossibile unirsi a questo server specifico. # +disconnectionScreen.biomeData.IdDuplication=L'ID %s è in conflitto con %s # +disconnectionScreen.biomeData.MalformedData=Dati biomi non validi # +disconnectionScreen.biomeData.MixedIdPresence=Il pacchetto biomi presenta ID misti per biomi personalizzati # +disconnectionScreen.biomeData.ReservedRange=Il bioma personalizzato %s usa un ID da un intervallo riservato. L'intervallo di ID per biomi personalizzati è: da %s a %s # +disconnectionScreen.biomeData.VanillaBiomesWithId=I dati dei biomi di base non dovrebbero contenere il campo “ID” # disconnectionScreen.blockMismatch=I blocchi tra il client e il server non corrispondono. # disconnectionScreen.cantConnect=Impossibile connettersi al mondo. # disconnectionScreen.cantConnectToRealm=Impossibile connettersi al Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Puoi ottenere modelli di mondi dalla libreria di Mine edu.pause.multiplayer.disabled=Multigiocatore non disponibile in questa lezione. # +effect.duration.infinite=∞ # effect.badOmen=Cattivo presagio # effect.infested=Infestazione applicata # effect.oozing=Fuoriuscita melmosa # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Screenshot non valido # feed.failedToPostRateLimit=Riprova a pubblicare tra qualche minuto. Aggiornamento di Realms in corso. # feed.uppload_started=Caricamento screenshot in corso # feed.uppload_success=Lo screenshot è stato caricato # -feed.connected=Ogni realm è connesso a un club con il tuo account Microsoft. # +feed.connected=Ogni Realm è connesso a un club con il tuo account Microsoft. # feed.unviewedPost=Nuovo # -comment.like=%d Mi piace ### 1 like -comment.likes=%d Mi piace ### 0 or 2+ likes -comment.comment=%d commento ### 1 comment -comment.comments=%d commenti ### 0 or 2+ comments -comment.likes_and_comments=%1 e %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Commento... # - furnaceScreen.fuel=Combustibile # furnaceScreen.header=Fornace # furnaceScreen.input=Inserisci # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=Ogni nuovo mondo che crei inizia con la modalit howtoplay.playingTogether.header.2=Partecipare a una partita online # howtoplay.playingTogether.text.3=Per unirti alle partite di altri giocatori, vai alla §escheda Amici§f e vedrai tutti i Realms, gli amici e le partite LAN disponibili. Selezionane una per partecipare. # howtoplay.playingTogether.text.4=Quando avvii o ti unisci a una partita online, i tuoi amici possono vederlo dalla loro scheda Amici. Se un amico si unisce, lo vedranno anche i suoi amici. # -howtoplay.playingTogether.text.5=Per giocare in modalità multigiocatore, devi avere effettuato l'accesso a un §eaccount Microsoft§f con una connessione a internet attiva. # +howtoplay.playingTogether.text.5=Per giocare in modalità Multigiocatore, devi avere effettuato l'accesso a un §eaccount Microsoft§f con una connessione a Internet attiva. # howtoplay.playingTogether.header.3=Realms: il modo migliore per giocare in compagnia # howtoplay.playingTogether.text.6=È facile giocare con gli amici usando §eRealms§f. # howtoplay.playingTogether.text.7=Tu e un massimo di 10 amici avete accesso illimitato a un mondo sempre online. Esplora, libera la creatività o prova contenuti selezionati del marketplace. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Vuoi spostare qualcosa tra la §ehotbar§f e howtoplay.inventory.text.2.touch=Vuoi spostare qualcosa tra la §ehotbar§f e l'inventario? Tocca l'oggetto scelto, quindi tocca lo slot oggetto vuoto che preferisci. # howtoplay.inventory.text.2.vr=Vuoi spostare qualcosa tra la §ehotbar§f e l'inventario? Usa il cursore per selezionare un oggetto e premi :_input_key.use :. Quindi sposta il cursore su uno slot oggetto vuoto e premi di nuovo per rilasciare l'oggetto. # +howtoplay.jigsawBlocks=Blocchi mosaico # +howtoplay.jigsawBlocks.text.1=I blocchi mosaico permettono ai creatori di generare grandi strutture nel mondo collegando diversi modelli di struttura. # +howtoplay.jigsawBlocks.header.1=Come ottenerli # +howtoplay.jigsawBlocks.text.2=Per ottenere un blocco mosaico devi usare il comando /give. Per usare un blocco mosaico, devi possedere i permessi da Operatore. # +howtoplay.jigsawBlocks.header.2= Impostazioni # +howtoplay.jigsawBlocks.text.3=I blocchi mosaico hanno diverse impostazioni che controllano il modo in cui si uniscono per formare una struttura più grande. # +howtoplay.jigsawBlocks.text.4=§ePool di destinazione§f - Il percorso del pool di modelli per cercare un modello di struttura di collegamento. Il pool di modelli dovrebbe contenere almeno una struttura che corrisponda al campo “Nome bersaglio” del mosaico. # +howtoplay.jigsawBlocks.text.5=§eNome§f - Il nome del mosaico. Viene utilizzato quando si collegano mosaici con un “Nome bersaglio” corrispondente. # +howtoplay.jigsawBlocks.text.6=§eSi trasforma in§f - Il tipo di blocco in cui il blocco mosaico si trasformerà una volta collocato nel mondo nel corso della generazione delle strutture. # +howtoplay.jigsawBlocks.text.7=§ePriorità selezione§f - Quando il componente genitore è in fase di elaborazione per essere collegato, questo è l'ordine in cui il blocco mosaico tenta di collegarsi al suo componente bersaglio. I mosaici verranno elaborati secondo una priorità crescente ordinando casualmente i punti di rottura. # +howtoplay.jigsawBlocks.text.8=§ePriorità posizionamento§f-Quando il blocco mosaico si collega a un componente, questo è l'ordine in cui il componente viene elaborato per essere collegato alla struttura più ampia. I pezzi verranno elaborati secondo una priorità decrescente seguendo l'ordine di inserimento dei punti di rottura. # +howtoplay.jigsawBlocks.text.9=§eTipo di giunto§f - Un giunto può essere ruotabile (predefinito) o allineato. Se il tipo di giunto è ruotabile, la struttura bersaglio verrà ruotata casualmente intorno al blocco mosaico sorgente. Se il tipo di giunto è allineato, la struttura bersaglio verrà posizionata in modo che la rotazione del blocco mosaico bersaglio sia allineata con la rotazione del blocco bersaglio sorgente. Attenzione: questa condizione si applica solo quando il blocco mosaico è posizionato rivolto verso l'alto o verso il basso. # + howtoplay.jukebox=Jukebox # howtoplay.jukebox.text.1=Il Jukebox riprodurrà i dischi musicali che hai trovato. # howtoplay.jukebox.header.1=Dai il via alla festa # @@ -5489,15 +5518,15 @@ item.turtle_shell_piece.name=Scaglia di tartaruga # item.phantom_membrane.name=Membrana fantasma # item.sweet_berries.name=Bacche dolci # item.suspicious_stew.name=Zuppa sospetta # -item.field_masoned_banner_pattern.name=Motivo dello stendardo con campo seminato di mattoni # -item.creeper_banner_pattern.name=Motivo dello stendardo con carica del Creeper # -item.flow_banner_pattern.name=Motivo dello stendardo - Flusso # -item.flower_banner_pattern.name=Motivo dello stendardo con carica dei fiori # -item.globe_banner_pattern.name=Motivo dello stendardo - Globo # -item.guster_banner_pattern.name=Motivo dello stendardo - Raffica # -item.piglin_banner_pattern.name=Motivo dello stendardo - Grugno # -item.skull_banner_pattern.name=Modello stendardo con carica del Teschio # -item.mojang_banner_pattern.name=Motivo dello stendardo - Cosa # +item.field_masoned_banner_pattern.name=Motivo dello stendardo a campo seminato di mattoni # +item.creeper_banner_pattern.name=Motivo dello stendardo a carica del Creeper # +item.flow_banner_pattern.name=Motivo dello stendardo a flusso # +item.flower_banner_pattern.name=Motivo dello stendardo a carica dei fiori # +item.globe_banner_pattern.name=Motivo dello stendardo a globo # +item.guster_banner_pattern.name=Motivo dello stendardo a raffica # +item.piglin_banner_pattern.name=Motivo dello stendardo a grugno # +item.skull_banner_pattern.name=Modello stendardo a carica del Teschio # +item.mojang_banner_pattern.name=Motivo dello stendardo a oggetto # item.bordure_indented_banner_pattern.name=Motivo dello stendardo alla bordura cuneato # item.banner_pattern.bricks=Campo seminato di mattoni # item.banner_pattern.creeper=Volto di Creeper # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Scudo marrone # item.shield.black.name=Scudo nero # item.shield.blue.name=Scudo blu # +item.bundle=Bundle # +item.black_bundle=Bundle nero # +item.white_bundle=Bundle bianco # +item.red_bundle=Bundle rosso # +item.orange_bundle=Bundle arancione # +item.yellow_bundle=Bundle giallo # +item.green_bundle=Bundle verde # +item.lime_bundle=Bundle lime # +item.brown_bundle=Bundle marrone # +item.light_gray_bundle=Bundle grigio chiaro # +item.light_blue_bundle=Bundle azzurro # +item.blue_bundle=Bundle blu # +item.gray_bundle=Bundle grigio # +item.pink_bundle=Bundle rosa # +item.magenta_bundle=Bundle magenta # +item.purple_bundle=Bundle viola # +item.cyan_bundle=Bundle ciano # +item.bundle.empty=Svuota # +item.bundle.empty.description=Può contenere una pila di oggetti misti # +item.bundle.full=Limite massimo # +item.bundle.fullness=%s rimanenti # + item.goat_horn.name=Corno di capra # item.minecraft.goat_horn.sound.0=Rifletti # item.minecraft.goat_horn.sound.1=Canta # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Frecce # itemGroup.name.potion=Pozioni # itemGroup.name.splashPotion=Pozione lanciabile # itemGroup.name.lingeringPotion=Pozione persistente # +itemGroup.name.ominousBottle=Ampolle nefaste # itemGroup.name.bed=Letti # itemGroup.name.chalkboard=Lavagna # itemGroup.name.anvil=Incudini # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Candele # itemGroup.name.goatHorn=Corna di capra # itemGroup.name.compounds=Composti # itemGroup.name.products=Prodotti # +itemGroup.name.bundles=Bundle # +##Jigsaw Block +jigsaw_block.title=Blocco mosaico # jigsaw.title.target_pool=Pool di destinazione: # jigsaw.title.name=Nome: # jigsaw.title.target=Nome destinazione: # jigsaw.title.final_block=Si trasforma in: # +jigsaw.title.selection_priority=Priorità selezione: # +jigsaw.title.placement_priority=Priorità posizionamento: # jigsaw.title.joint_type=Tipo di giunto: # jigsaw.title.joint_type.aligned=Allineato # jigsaw.joint_type.aligned=Allineato # jigsaw.joint_type.rollable=Ruotabile # jigsaw.exit.done=Fatto # -jigsaw.exit.cancel=Annulla # ##EDU Joincode joincode.entry_popup.icon_button=Pulsante codice unione %1 # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Apri alla LAN # menu.simulating=Simulazione del mondo # menu.singleplayer=Giocatore singolo # menu.store=Marketplace # +menu.store.addons=Esplora i componenti aggiuntivi! # menu.skins=Skin # menu.start=Avvia # menu.switchingLevel=Scambio dei mondi # @@ -6019,7 +6076,7 @@ merchant.deprecated=Scambia qualcos'altro per sbloccare! # mount.onboard=Premi %1$s per smontare # multiplayer.connect=Connettiti # -multiplayer.downloadingStats=Scaricamento di statistiche e obiettivi... # +multiplayer.downloadingStats=Scaricamento di statistiche e trofei... # multiplayer.downloadingTerrain=Caricamento del terreno # multiplayer.info1=Minecraft in Multigiocatore non è ancora ultimato, ma sono in corso # multiplayer.info2=dei controlli preliminari buggati. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Interruzione asserzioni nel debugger # options.dev_assertions_show_dialog=Le asserzioni mostrano un dialogo modale # options.dev_force_trial_mode=Forza l'attivazione della Modalità di prova # options.dev_eduDemo=Demo Edu (Richiede di effettuare di nuovo l'accesso) # +options.dev_eduCloudResumableUpload=Usa l'API di caricamento riprendibile per caricare file con dimensioni superiori a 4 MB # options.remote_imgui_toggle=Interfaccia Remote ImGUI abilitata # options.dev_enableDebugUI=Attiva interfaccia debug # options.dev_createRealmWithoutPurchase=Crea realm senza acquistare # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Endpoint Realms # options.dev_realmsEndpointPayment=Pagamento endpoint Realms # options.dev_realmsRelyingParty=Relying party Realms # options.dev_realmsRelyingPartyPayment=Pagamento relying party Realms # -options.dev_realms_stories=Attiva Storie dei Realms # options.dev_overrideXboxEnvironmentWindows=Ignora sandbox Xbox (sistema operativo controllato in Windows) # options.dev_overrideXboxEnvironment=Ignora sandbox Xbox (richiede riavvio) # options.dev_xboxEnvironment=Ambiente sandbox Xbox (richiede riavvio) # @@ -6333,8 +6390,12 @@ 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_serviceOverrideType=Sovrascrivi tipo # +options.dev_serviceOverrideTypeMultibranch=Struttura ramificata # +options.dev_serviceOverrideTypeCustom=Personalizzato # options.dev_discoveryOverrideServiceName=Nome del servizio (sicurezza, personaggio, ecc.) # options.dev_discoveryOverrideServiceBranch=Diramazione # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Ripristina tutti gli endpoint # options.dev_apply=Applica # options.dev_displayTreatmentsPanel=Visualizza incantesimi # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Raduni: abilitati # options.dev_gatherings_system_service_pack=Raduni: disabilitati a causa di pacchetti di servizio del sistema mancanti # options.dev_gatherings_active_gathering=Attivo: %s # options.dev_gatherings_available_gatherings=Raduni disponibili # +options.dev_gatherings_clear_system_service_pack=Svuota la cache del pacchetto di servizio del sistema # options.difficulty=Difficoltà # options.difficulty.easy=Facile # options.difficulty.hard=Difficile # @@ -6524,7 +6586,8 @@ options.creatorTitle=Impostazioni creatore # options.creator.serverboundClientDiagnosticsEnabled=Abilita diagnostica client # options.creator.debuggerHeading=Impostazioni debugger di script # options.creator.debuggerAutoAttach=Allega debugger al caricamento # -options.creator.debuggerAutoConnect=Collega debugger al caricamento # +options.creator.debuggerAutoAttachTimeout=Includi timeout # +options.creator.debuggerAutoAttachTimeoutFormat=%s secondi # options.creator.debuggerConnect=Connettiti # options.creator.debuggerListen=Ascolta # options.creator.debuggerHost=Ospita # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Bassa # options.volumetricFogQuality.medium=Media # options.volumetricFogQuality.high=Alta # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Risoluzione # +options.upscalingPercentage.hundred=Nativa # options.reflectionsQuality=Riflessi # options.reflectionsQuality.off=Disattivata # options.reflectionsQuality.low=Bassa # @@ -6966,12 +7031,10 @@ 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.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). I Realms gestiti dal dispositivo continueranno a funzionare per 6 mesi, a meno che non vengano aggiornati dal proprietario su un dispositivo diverso.%sPotrai disattivare il tuo abbonamento al Realm dal menu impostazioni degli abbonamenti sul dispositivo sul quale è stato creato.%sNon 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 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: questo è l'aggiornamento finale rilasciato per questo dispositivo.%sPotrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi i Minecoins). I Realms gestiti con il dispositivo continueranno a funzionare per 6 mesi a partire da marzo 2025, a meno che non vengano aggiornati dal proprietario dei Realms su un dispositivo diverso.%sPotrai disattivare il tuo abbonamento al Realm dal menu impostazioni degli abbonamenti sul dispositivo sul quale è stato creato il Realm.%sNon riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realms che continuano a ricevere 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.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 # @@ -8140,7 +8203,7 @@ selectTemplate.create=Crea... # selectTemplate.worldsByCreators=Mondi dei creatori # selectTemplate.realm=Nuovo realm # selectTemplate.realmInfo=Puoi caricare mondi nel tuo realm dopo la sua creazione! # -selectTemplate.signIn=Crea un realm con l'account Microsoft # +selectTemplate.signIn=Crea un Realm con l'account Microsoft # selectTemplate.unableToSignIn=Servizi Microsoft non disponibili su questo dispositivo # selectTemplate.world=Nuovo mondo # selectTemplate.help=? # @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Il Marketplace Pass è un servizio in abbonamento che cons store.csb.faq.question2=Con quale frequenza vengono aggiornati i contenuti nel Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Ci sono aggiornamenti di contenuti selezionati ogni mese, quindi c'è sempre qualcosa di nuovo da esplorare. # store.csb.faq.question3=Cosa devo fare per usufruire del Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Per accedere ai contenuti del Marketplace Pass è necessario avere un abbonamento attivo e una versione di Minecraft: Bedrock Edition compatibile con il Minecraft Marketplace. È necessario effettuare l'accesso con un account Microsoft. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Per accedere ai contenuti del Marketplace Pass è necessario avere un abbonamento attivo e una versione di Minecraft: Bedrock Edition compatibile con il Minecraft Marketplace. È necessario effettuare l'accesso con un account Microsoft. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Cosa succede ai miei contenuti quando non sono più inclusi nel Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Quando un mondo, un pacchetto texture, un pacchetto skin o un mash-up non è più nel catalogo, dovrai acquistare l'oggetto dal Marketplace per continuare a giocarci. I pacchetti non verranno eliminati dalla tua memoria locale fino a quando non li eliminerai. Gli oggetti mensili per il Creatore del personaggio che hai riscattato sono tuoi per sempre. # store.csb.faq.question5=Cosa succede quando termina il mio abbonamento? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Questo oggetto potrebbe non essere compatibile col store.owned=Di proprietà # store.owned.legacy=Di proprietà (P) # store.unlocked=Sbloccato # -store.mypacks=I miei contenuti # +store.myLibrary=La mia biblioteca # store.error=Errore marketplace # @@ -8763,7 +8826,7 @@ store.ratings.signIn.description2=Per valutare un oggetto, devi eseguire l'acces store.purchase.success.realMoney1=Hai appena sbloccato: %s per %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Espandi il gioco con tantissimi straordinari contenuti. # -store.purchase.signInPart2=Esegui l'accesso con un account Microsoft per iniziare a usare il marketplace! # +store.purchase.signInPart2=Esegui l'accesso con un account Microsoft per iniziare a usare il Marketplace! # store.purchase.realmoney.disclaimer=*Acquista %s monete per %s e riscatta questo pacchetto per %s monete, lasciandone %s. # store.purchase.notAvailable=Attualmente non disponibile # @@ -8828,7 +8891,6 @@ store.updating.title=Aggiornamento: %s # store.importing.title=Importazione: %s # store.importing=Importazione in corso... # store.showMore=Vedi tutto # -store.inventory.no.xbl=I miei pacchetti # store.promo.today=Solo oggi! # store.promo.upsell=Non perdere il regalo gratuito di oggi! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Stato d'installazione # store.search.filter.installed=Installato # store.search.filter.notInstalled=Non installato # store.search.filter.clear.installed=Ripristina i filtri installati # +store.search.filter.dressingroombody=Corpo # +store.search.filter.dressingroombody.selectedCount=%d parti # +store.search.filter.dressingroomstyle=Stile # +store.search.filter.dressingroomstyle.selectedCount=%d stili # store.search.sort_menu.sortConstWord=Ordina # store.search.sort_menu.Default=Importanza # @@ -10185,7 +10251,7 @@ trial.tabbed_upsell.buttonAlternate=Sblocca il gioco completo di Minecraft # trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Esplora all'infinito i tuoi mondi unici e realizza qualsiasi costruzione tu possa immaginare: dal più umile dei rifugi, al più maestoso dei castelli! Gioca in modalità Creativa per costruire le tue meraviglie con risorse illimitate. Oppure scava in modalità Sopravvivenza, fabbricando armi e armature con cui difenderti dalle creature e sopravvivere alle notti insidiose. Inoltre, gioca online con gli amici! Sblocca subito il gioco completo! # trial.tabbed_upsell.xbl.title=ACCOUNT MICROSOFT # -trial.tabbed_upsell.xbl.description=Con l'esperienza completa di Minecraft avrai accesso alla modalità Creativa, agli obiettivi e tanto altro ancora. Inoltre, con un account Microsoft avrai modo di incontrare altri giocatori della community di Minecraft! Potrai entrare nei mondi dei tuoi amici, stringere nuove amicizie sui server e sincronizzare i tuoi acquisti del marketplace ovunque tu giochi a Minecraft. # +trial.tabbed_upsell.xbl.description=Con l'esperienza completa di Minecraft avrai accesso alla modalità Creativa, agli obiettivi e tanto altro ancora. Inoltre, con un account Microsoft avrai modo di incontrare altri giocatori della community di Minecraft! Potrai entrare nei mondi dei tuoi amici, stringere nuove amicizie sui server e sincronizzare i tuoi acquisti del marketplace ovunque tu giochi a Minecraft. # trial.tabbed_upsell.xbl.description.line2=*(in versioni con il marketplace) # trial.tabbed_upsell.achievements.title=OBIETTIVI # trial.tabbed_upsell.achievements.description=Oltre all'esperienza completa di Minecraft con la modalità Creativa, il multigiocatore e tanto altro, potrai ottenere punteggio giocatore e sbloccare obiettivi per registrare i tuoi progressi di gioco su Minecraft e mostrare ai tuoi amici dell'account Microsoft i traguardi che hai raggiunto. Acquista il gioco completo per iniziare a guadagnarli! # @@ -10284,7 +10350,7 @@ autosave.info.desktop=Quando questa icona è visibile, stiamo salvando la partit xbox.signin.error=Esegui l'accesso col tuo account Microsoft per giocare con gli amici, ottenere il punteggio giocatore e sbloccare gli obiettivi. # xbox.signin.error.pocket.line1=Grazie per aver partecipato al collaudo di Realms! Questa funzionalità non è ancora completa e potrebbe includere errori. Condividi con noi le tue impressioni! Saranno valutate attentamente. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Durante il collaudo tutti devono aver eseguito l'accesso a un account Microsoft per poter ricevere inviti ed essere aggiunti ai realm. # +xbox.signin.error.pocket.line3=Durante il collaudo tutti devono aver eseguito l'accesso a un account Microsoft per poter ricevere inviti ed essere aggiunti ai Realms. # xbox.signin.warning.kickPlayer=Questa operazione ti rimanderà al menu principale. Vuoi continuare? # xbox.connection.error=Disconnesso dall'account Microsoft # xbox.signin=Accedi # @@ -10332,14 +10398,9 @@ xbox.genericsignin.line2=È GRATUITO! # xbox.genericsignin.line3=Puoi usarlo ovunque giochi a Minecraft. # xbox.disconectionscreen.notSignedIn=Esegui l'accesso col tuo account Microsoft per giocare con gli amici. # -xbox.disconectionscreen.multiplayerNotAllowed=Questo account Microsoft non è autorizzato a partecipare alle partite Multigiocatore. # +xbox.disconectionscreen.multiplayerNotAllowed=Questo account Microsoft non è autorizzato a partecipare alle partite multigiocatore. # xbox.disconectionscreen.accessDenied=Per unirti devi essere amico di un giocatore presente in questa partita. # -xbox.friendfinder.enterGamertag=Inserisci Gamertag # -xbox.friendfinder.findFriends=Trova amici tramite Gamertag # -xbox.friendfinder.searchingForGamertag=Ricerca in corso # -xbox.friendfinder.gamertagNotFound=Gamertag non trovata # - xbox.profile.addFriend=Aggiungi amico # xbox.profile.addFriend.success=Fatto! %s è stato aggiunto alla tua lista amici. # xbox.profile.block=Blocco # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=La proprietà '%s' non è usata per questo t packdiscoveryerror.version_too_high=La proprietà "%s" ha una versione di "%s" troppo alta. Il valore massimo accettato è "%s". # packdiscoveryerror.version_too_low=La proprietà "%s" ha una versione di "%s" troppo bassa. Il valore minimo accettato è "%s". # packdiscoveryerror.format_version_1_engine_version_cap=La proprietà "%s" deve avere un valore inferiore a "%s". Per usare una versione superiore, dovrai utilizzare il formato versione 2. # +packdiscoveryerror.folder_structure_too_deep=La struttura delle cartelle nel pacchetto è troppo profonda. # ## pack upgrading packupgradewarning.invalidpacktype=L'elemento '%s' specificato presenta un valore non valido nel manifesto del pacchetto. Verrà usato il pacchetto di risorse per impostazione predefinita. # diff --git a/resource_pack/texts/ja_JP.lang b/resource_pack/texts/ja_JP.lang index 371955044..6ed305107 100644 --- a/resource_pack/texts/ja_JP.lang +++ b/resource_pack/texts/ja_JP.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=百科事典画面 # accessibility.screenName.howToPlay=遊び方画面 # accessibility.screenName.inviteToGame=ゲーム画面へ招待する # accessibility.screenName.joinByIP=IP ダイアログによる参加 # +accessibility.screenName.joinByConnectionID=接続 ID ダイアログによる参加 # accessibility.screenName.joinCode=参加コード ダイアログ # accessibility.screenName.library=ライブラリー画面 # accessibility.screenName.modalDialog=ポップアップ ダイアログ # @@ -135,11 +136,12 @@ accessibility.screenName.profile=プロフィール画面 # accessibility.screenName.realmInviteLinkSettings=Realm 招待リンクの設定画面 # accessibility.screenName.realmSettings=Realm の設定画面 # accessibility.screenName.settings=ゲーム設定画面 # -accessibility.screenName.addFriend=「フレンドを追加」画面 # accessibility.screenName.skinPicker=スキン選択画面 # accessibility.screenName.start=メイン メニュー # accessibility.screenName.vrAlignment=VR 調整画面 # accessibility.screenName.emoteWheel=エモート画面 # +accessibility.screenName.addExternalServer=外部サーバー画面を追加 # +accessibility.screenName.editExternalServer=外部サーバー画面を編集 # accessibility.search.sort_menu.A_to_Z.tts.title=「A」→「Z」 ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=「Z」→「A」 ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=%1$s は効果を受けていないので commands.effect.failure.notAMob=%1$s に効果を付与することはできません # commands.effect.notFound=ID %s というモブのエフェクトはありません # commands.effect.success=%3$s に %1$s * %2$d を %4$d 秒間与えました # +commands.effect.success.infinite=%3$s に %2$d 個の %1$s を無期限で与えました # commands.effect.success.removed=%2$s から %1$s を除去しました # commands.effect.success.removed.all=%1$s からすべての効果を除去しました # commands.enchant.cantCombine=%1$s は %2$s と組み合わせることはできません # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=対象となるエンティティは commands.generic.entity.invalidType=エンティティの種類 '%1$s' は無効です # commands.generic.entity.invalidUuid=エンティティの提供するUUIDが無効な形式です # commands.generic.entity.notFound=エンティティが見つかりません # -commands.generic.error.permissions=権限レベルが正しくありません。%s は %s レベルのコマンドです。 ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=コマンドの権限レベルが正しくありません: %s。 ###1: command name commands.generic.exception=コマンドを実行中に不明なエラーが発生しました # commands.generic.invalidAgentType=型の引数が Agent のみのセレクターに適用されています # commands.generic.invalidcontext=指定したコマンドの種類に与えられているコンテキストが無効です # +commands.generic.invalidOrigin=コマンド実行時にコマンドの起点が無効でした # commands.generic.invalidDevice=入力したコマンド "%s" は、このデバイスでサポートされていません # commands.generic.invalidMessage=メッセージの長さが無効です # commands.generic.invalidPlayerType=型の引数がプレイヤーのみのセレクターに適用されています # @@ -1169,12 +1173,12 @@ commands.recipes.playerHasRecipe=%1$s は既にレシピをアンロックして commands.recipes.playerDoesNotHaveRecipe=%1$s に次のレシピはありません: %2$s # commands.recipes.notFound=レシピが見つかりませんでした。 # commands.recipes.notUnlockable=レシピ本でレシピはアンロックできません。 # -commands.reload.all.description=全ビヘイビアーパックからすべての関数とスクリプト ファイルを再読み込みします。また、任意でワールドとすべてのリソースおよびビヘイビアーパックを再読み込みします。 # +commands.reload.all.description=全ビヘイビアーパックからすべての関数とスクリプト ファイルを再読み込みします。また、任意で世界とすべてのリソースおよびビヘイビアーパックを再読み込みします。 # commands.reload.description=すべてのビヘイビアーパックからすべての関数とスクリプト ファイルを再読み込みします。 # -commands.reload.started=ワールドの再読み込みが開始されました。 # +commands.reload.started=世界の再読み込みが開始されました。 # commands.reload.success=関数ファイルとスクリプト ファイルが再読み込みされました。 # commands.reload.error=予期しないエラーが発生しました。 # -commands.reload.onlyHost=ワールドを再読み込みできるのはホスト プレイヤーだけです。 # +commands.reload.onlyHost=世界を再読み込みできるのはホスト プレイヤーだけです。 # commands.replaceitem.description=持ち物内のアイテムを置き換えます # commands.replaceitem.failed=%s スロット %d を %d * %s に置き換えることができません # commands.replaceitem.keepFailed=%sスロット%dにはすでにアイテムがあります。 # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=関数 %2$s 内にある %1$d の関数エント commands.schedule.invalidOrigin=この関数を実行するために必要なオリジンが無効です。 # commands.schedule.name.empty=ティック領域名は空欄にできません。 # commands.schedule.too.many.areas=%s という名前のティック領域が複数見つかりました。1 つのエリアをご利用ください。 # +commands.schedule.clear.failure=%1$s という名前の関数は削除されませんでした。 # +commands.schedule.clear.success=%2$s という名前の関数を %1$d 削除しました。 # +commands.schedule.tickingarea.clear.success=ティック領域名が %2$s の関数を %1$d 削除しました。 # +commands.schedule.tickingarea.clear.failure=ティック領域名が %1$s の関数は削除されませんでした。 # +commands.schedule.tickingarea.func.clear.success=ティック領域名が %2$s で、名前が %3$s の関数を %1$d 削除しました。 # +commands.schedule.tickingarea.func.clear.failure=ティック領域名が %1$s で、名前が %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=フェード カラーの値は 0 から 255 の commands.camera.invalid.easing=非定常カメラのイージングはサポートされていません # commands.camera.invalid.time=フェード期間は 0 から 10 秒のいずれかを指定してください # commands.camera.invalid.pitch=カメラのピッチ (X 回転) は -90 度から 90 度の間で指定してください # -commands.camera.invalid.view.offset=ビュー オフセットは -100 から 100 の間にしてください # +commands.camera.invalid.view.offset=ビュー オフセットは -64 から 64 の間にしてください # +commands.camera.invalid.entity.offset=エンティティ オフセットは -64 から 64 の間にしてください # +commands.camera.invalid.offset.camera=エンティティとビューのオフセットは、follow_orbit カメラにのみ適用できます # commands.camera.perspective.locked=カスタム カメラ使用中は視点を変更できません # commands.camera.perspective.option=カスタム カメラが有効でないときに、選択したカメラが変更されます # commands.world_age.description=世界の経過時間 (作成後の期間) を変更またはクエリします。 # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=入力を削除 # controller.buttonTip.removeMaterial=素材を取り除く # controller.buttonTip.renameItem=アイテムの名前を変更 # controller.buttonTip.returnToRecipe=レシピに戻る # +controller.buttonTip.swap=入れ替え # controller.buttonTip.enterSearch=検索 # controller.buttonTip.searchRecipe=クイック検索 # controller.buttonTip.confirmSearch=確認 # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=1 つ取る # controller.buttonTip.take=取る # controller.buttonTip.takeItem=アイテムを取る # controller.buttonTip.clearHotbar=ホットバーをクリア # +controller.buttonTip.add.to.bundle=バンドルに追加 # +controller.buttonTip.place.from.bundle=バンドルから配置 # +controller.buttonTip.take.from.bundle=バンドルから取る # controllerLayoutScreen.actions=アクション # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=今すぐ試す # ## Edu Course Multiplayer strings course.edu.enterIp=参加する世界の IP アドレスを入力してください。 # course.edu.enterConnection=参加する世界の接続 ID を入力してください。 # +course.edu.enterConnectionScreenReader=参加するワールドの接続 ID を入力してください。 # course.edu.ipAddress=IP アドレス # course.edu.ipPlaceholder=IP またはサーバーのアドレスを入力してください # course.edu.ipTooltipText=IP アドレスを特定するには、ホストにレッスンの中断を依頼してください。IP アドレスはホストの画面右側で確認できます。 # course.edu.connectionInfo=接続 ID # course.edu.conInfoPlaceholder=接続 ID を入力してください # -course.edu.conInfoHostTooltipText=他のユーザーが参加コードまたは共有リンクを使用してあなたの世界に参加できない場合は、接続 ID を共有できます。 # +course.edu.conInfoHostTooltipText=他のユーザーが再読み込み時に参加コードまたは共有リンクを使用してあなたのワールドに参加できない場合は、接続 ID を共有できます。 # +course.edu.conInfoHostTooltipTextScreenReader=他のユーザーが参加コードまたは共有リンクを使用してあなたの世界に参加できない場合は、接続 ID を共有できます。 # course.edu.conInfoTooltipText=ホストは、世界のゲーム メニューのマルチプレイヤー タブで接続 ID を見つけることができます。 # +course.edu.conInfoTooltipTextScreenReader=ホストは、世界のゲーム メニューのマルチプレイヤー タブで接続 ID を見つけることができます。 # course.edu.joinLesson=レッスンに参加 # course.edu.joinLessonIntro=同じレッスンに参加しているクラスメートを検索しましょう。クラスメートが一覧に表示されていない場合は、IP アドレスを入力します。 # course.edu.joinLessonIntroTeacher=参加するグループを選択しましょう。グループが一覧に表示されていない場合は、IP アドレスを入力します。 # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=メンバーを無制限に追加して、最 createWorldUpsell.realm.sellPoint2=オンラインに保存: Minecraft マーケットプレイスが利用可能なあらゆるデバイスでプレイ可能 # createWorldUpsell.realm.sellPoint3=お使いのデバイスのストレージ容量を一切使用しません # createWorldUpsell.realm.sellPoint4=あなたがいなくてもフレンドがプレイできます # -createWorldUpsell.signIn=Microsoft アカウントで Realms を作成する # +createWorldUpsell.signIn=Microsoft アカウントで Realm を作成する # createWorldUpsell.world.sellPoint1=フレンド (最大 7 人) とオンラインプレイ # createWorldUpsell.world.sellPoint2=デバイスに保存: オフラインでプレイ # createWorldUpsell.world.sellPoint3=デバイスのストレージを使用 # @@ -1908,8 +1927,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=村人との取引バラ createWorldScreen.experimentalVillagerTradesRebalanceDescription=バランス調整を目的とした、村人との取引の更新内容を含んでいます # createWorldScreen.experimentalArmadillo=アルマジロとオオカミの防具 # createWorldScreen.experimentalArmadilloDescription=アルマジロについて学び、新しいオオカミ防具でオオカミを装備しよう! # -createWorldScreen.experimentalBundles=バンドル # -createWorldScreen.experimentalBundlesDescription=バンドル アイテムを作成して使用できます # createWorldScreen.worldPreferences=世界の基本設定 # createWorldScreen.startWithMap=開始時の地図所持 # createWorldScreen.defaultName=マイ世界 # @@ -2129,7 +2146,7 @@ realmsCreateScreen.incomplete.create.a=前回、手続きが途中で中断さ realmsCreateScreen.incomplete.create.b=別の Microsoft アカウントで作成中の Realm があります。その Realm をこの Microsoft アカウントに属するものとして作成しますか? # realmsCreateScreen.incomplete.create.c=誰かがこのデバイスの支払いアカウントで Realm を作成しようとしています。その Realm をこの Microsoft アカウントに属するものとして作成しますか? # realmsCreateScreen.incomplete.renew.a=前回、手続きが途中で中断されてしまったようです。今すぐ Realm の更新を完了させましょう。 # -realmsCreateScreen.incomplete.renew.b=異なる Microsoft アカウントで更新しかけになっている Realm があります。その Realm を、この Microsoft アカウントに属するものとして更新しますか? # +realmsCreateScreen.incomplete.renew.b=別の Microsoft アカウントで更新を開始した Realm があります。その Realm をこの Microsoft アカウントに属するものとして更新を完了しますか? # realmsCreateScreen.incomplete.renew.c=誰かがこのデバイスの支払いアカウントで Realm を更新しようとしています。その Realm を、この Microsoft アカウントに属するものとして更新しますか? # realmsCreateScreen.incomplete.override.renew=新たに Realm を作成しようとしていますが、以前に購入した Realm の更新履歴が見つかりました。以前の購入履歴を適用しますか? # realmsCreateScreen.incomplete.override.create=Realm を更新しようとしていますが、以前に購入した Realm の作成履歴が見つかりました。以前の購入履歴を適用しますか? # @@ -2226,7 +2243,7 @@ networkWorld.no_joinable_friends_label=フレンドが Minecraft をプレイし networkWorld.check_internet_connection=フレンドの世界が見つかりません。インターネット接続を確認してください。 # networkWorld.connect_to_xbl=フレンドとプレイするには Microsoft アカウントでサインインしてください。 # networkWorld.memberOfTooManyRealms=Realms の参加人数が上限に達しました。 # -networkWorld.multiplayerPrivilegesBlocked=お使いの Microsoft アカウントの設定が原因で、オンラインマルチプレイで遊ぶことができません。オンラインの安心設定でマルチプレイヤーが許可されていることを確認してください。設定変更の手順に関する詳細は、aka.ms/MCMultiplayerHelp を参照してください。 # +networkWorld.multiplayerPrivilegesBlocked=お使いの Microsoft アカウントの設定により、オンラインマルチプレイで遊ぶことができません。オンラインの安心設定でマルチプレイヤーが許可されていることを確認してください。設定変更の手順に関する詳細は、aka.ms/MCMultiplayerHelp を参照してください。 # networkWorld.multiplayerPrivilegesBlockedOnConsole=お使いの Microsoft アカウントの設定により、オンライン マルチプレイヤーで遊ぶことができません。Xbox Live Gold のサブスクリプションを有効にし、オンラインの安心設定でマルチプレイヤーを許可していることを確認してください。設定の変更手順については、aka.ms/MCMultiplayerHelp をご覧ください。 ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=お使いの Microsoft アカウントの設定によりオンライン マルチプレイヤーで遊ぶことができません。 ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=不明なエラーが発生し、オンライン プレイが妨げられています。後でもう一度お試しください。 # @@ -2550,7 +2567,7 @@ date.timeLeft=残り %s # dayOneExperience.carousel.title=新しい Minecraft へようこそ! # dayOneExperience.carousel.welcome_text=新しいバージョンの Minecraft にはエキサイティングな新要素がたくさんあります。マーケットプレイスをチェックし、Realmを作成し、クロスプラットフォームの友達とオンラインでプレイしましょう! # dayOneExperience.carousel.marketplace=Minecraft マーケットプレイスでは、新進気鋭のクリエイターが製作した新しいスキン、世界、テクスチャ、およびマッシュアップパックが公開されています。 # -dayOneExperience.carousel.cross_platform=クロスプラットフォーム プレイでは、他のプラットフォームのプレイヤーと一緒に遊べます。 Minecraft を友達みんなと楽しむには、Microsoft アカウントにサインインしてください! # +dayOneExperience.carousel.cross_platform=クロスプラットフォーム プレイでは、他のプラットフォームのプレイヤーと一緒に遊べます。Minecraft を友達みんなと楽しむには、Microsoft アカウントにサインインしてください! # dayOneExperience.carousel.realms=Realms はあなたとあなたのフレンドのために私たちが稼働させるサーバーです。たとえあなたがログインしていなくても、あなたの Minecraft の世界を常にオンラインでアクセス可能にします。さらに、安全でもあります! あなたが招待したプレイヤーだけが、あなたの世界にアクセスできます。そこで何をするかはあなた次第です。世界を作り上げて、サバイバルして、競い合いましょう! # dayOneExperience.carousel.villager=新しい機能、モブ、アイテム、ブロックといった今後追加される要素を今すぐ楽しめるのは、新しい Minecraft だけ! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=スクリプトのメモリ制限を超え disconnectionScreen.header.realms_hidden=マルチプレイヤーの招待 # disconnectionScreen.body.realms_hidden=この特定のサーバーに参加できません。 # +disconnectionScreen.biomeData.IdDuplication=%s の ID が %s と重複しています # +disconnectionScreen.biomeData.MalformedData=不正な形式のバイオーム データ # +disconnectionScreen.biomeData.MixedIdPresence=バイオーム パケットには、オリジナル バイオームの ID が混在しています # +disconnectionScreen.biomeData.ReservedRange=オリジナル バイオーム%s は、特定範囲の ID を使用します。オリジナル バイオームの ID 範囲: %s - %s # +disconnectionScreen.biomeData.VanillaBiomesWithId=バニラ バイオームのデータに「id」フィールドを含めることはできません # disconnectionScreen.blockMismatch=クライアントとサーバー間でブロックが一致しません。 # disconnectionScreen.cantConnect=世界に接続できませんでした # disconnectionScreen.cantConnectToRealm=Realm に接続できませんでした。 # @@ -2799,7 +2821,7 @@ disconnectionScreen.editor.cannotUseRayTracing=レイ トレーシングを有 disconnectionScreen.unexpectedPacket=処理不可の予期しない種類のパケットが受信されたため、切断されました。これは、バージョンの不一致またはネットワーク レベルでの破損が原因である可能性があります。 # disconnectionScreen.connectionLost=ホストへの接続が失われました。世界がまだホストされている場合は、インターネット接続を確認し、もう一度接続を試みてください。 # disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=世界を読み込めません。 # -disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=このワールドをデモ モードで開いてみてください。 # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=この世界をデモ モードで開いてみてください。 # disconnectionScreen.errorCode=エラーコード: # storageSpaceWarningScreen.frontend=容量に十分な空きがありません。十分な空き容量が確保されるまで、この機能へのアクセスは制限されます。 # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=世界テンプレートは、Minecraft Education ラ edu.pause.multiplayer.disabled=このレッスンではマルチプレイヤーは利用できません。 # +effect.duration.infinite=∞ # effect.badOmen=不吉な凶兆 # effect.infested=虫食い # effect.oozing=滲出 # @@ -3143,13 +3166,6 @@ feed.uppload_success=画面写真をアップロードしました # feed.connected=すべての Realm はあなたの Microsoft アカウントでクラブに接続しています。 # feed.unviewedPost=新規 # -comment.like=%d がいいね! ### 1 like -comment.likes=%d がいいね! ### 0 or 2+ likes -comment.comment=%d 件のコメント ### 1 comment -comment.comments=%d 件のコメント ### 0 or 2+ comments -comment.likes_and_comments=%1 と %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=コメント... # - furnaceScreen.fuel=燃料 # furnaceScreen.header=かまど # furnaceScreen.input=入力 # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=§eホットバー§fと持ち物の間で何 howtoplay.inventory.text.2.touch=§eホットバー§fと持ち物の間でものを移動したい場合は、アイテムを選んでタップして、移動先の空のアイテム スロットをタップします。 # howtoplay.inventory.text.2.vr=§eホットバー§fと持ち物の間でものを移動したい場合は、カーソルで項目を選択し、:_input_key.use: を押します。次に、カーソルを空のアイテム スロットに移動し、もう一度押してアイテムをドロップします。 # +howtoplay.jigsawBlocks=ジグソーブロック # +howtoplay.jigsawBlocks.text.1=ジグソーブロックを使用すると、クリエイターは複数の構造テンプレートを接続することにより、ワールドに大きな構造を生成できます。 # +howtoplay.jigsawBlocks.header.1=入手方法 # +howtoplay.jigsawBlocks.text.2=ジグソーブロックを使用するには、/give コマンドを使用する必要があります。ジグソーブロックを使用できるのは、オペレーター権限を持つプレイヤーのみです。 # +howtoplay.jigsawBlocks.header.2= 設定 # +howtoplay.jigsawBlocks.text.3=ジグソーブロックには、より大きな構造物を形成するために結合する方法を制御する複数の設定があります。 # +howtoplay.jigsawBlocks.text.4=§eターゲット プール§f - 接続構造テンプレートを検索するためのテンプレート プールのパス。テンプレート プールには、ジグソーの「ターゲット名」フィールドに一致する構造が少なくとも 1 つ含まれている必要があります。 # +howtoplay.jigsawBlocks.text.5=§e名前§f - ジグソーの名前。これは、一致する「ターゲット名」を持つジグソーから接続するときに使用されます。 # +howtoplay.jigsawBlocks.text.6=§e変化§f - 構造物生成中にジグソーブロックが世界に配置されたときに変化するブロックのタイプ。 # +howtoplay.jigsawBlocks.text.7=§e選択優先度§f - 親ピースが接続のために処理されているとき、このジグソーブロックがターゲット ピースに接続しようとする順序です。ジグソーは降順で処理され、同位はランダムな順序で解消されます。 # +howtoplay.jigsawBlocks.text.8=§e配置優先度§f - このジグソーブロックがピースに接続するとき、そのピースがより広い構造物の接続に処理される順序です。ピースは降順で処理され、同位は挿入順に解消されます。 # +howtoplay.jigsawBlocks.text.9=§eジョイント タイプ§f - ジョイントは回転可能 (デフォルト) または整列のいずれかです。ジョイント タイプが回転可能の場合、ターゲット構造物はソースのジグソーブロックの周りをランダムに回転させます。ジョイント タイプが整列の場合、ターゲットのジグソーブロックの回転がソースのジグソーブロックの回転と一致するように、ターゲット構造が配置されます。これは、ジグソーブロックが上または下を向いて配置されている場合のみ適用されることに注意してください。 # + howtoplay.jukebox=ジュークボックス # howtoplay.jukebox.text.1=見つけた音楽ディスクは、ジュークボックスで再生できます。 # howtoplay.jukebox.header.1=パーティーを始めよう # @@ -4611,7 +4640,7 @@ item.banner.half_vertical_right.red=右半に赤色の縦分割 # item.banner.half_vertical_right.silver=右半に薄灰色の縦分割 # item.banner.half_vertical_right.white=右半に白色の縦分割 # item.banner.half_vertical_right.yellow=右半に黄色の縦分割 # -item.banner.illager_captain.name=不気味な旗 # +item.banner.illager_captain.name=不吉な旗 # item.banner.lightBlue.name=空色の旗 # item.banner.lime.name=黄緑色の旗 # item.banner.magenta.name=赤紫色の旗 # @@ -5531,6 +5560,28 @@ item.shield.brown.name=茶色の盾 # item.shield.black.name=黒い盾 # item.shield.blue.name=青い盾 # +item.bundle=バンドル # +item.black_bundle=黒色のバンドル # +item.white_bundle=白色のバンドル # +item.red_bundle=赤色のバンドル # +item.orange_bundle=オレンジのバンドル # +item.yellow_bundle=黄色のバンドル # +item.green_bundle=緑色のバンドル # +item.lime_bundle=黄緑色のバンドル # +item.brown_bundle=茶色のバンドル # +item.light_gray_bundle=薄灰色のバンドル # +item.light_blue_bundle=空色のバンドル # +item.blue_bundle=青色のバンドル # +item.gray_bundle=灰色のバンドル # +item.pink_bundle=ピンク バンドル # +item.magenta_bundle=赤紫色のバンドル # +item.purple_bundle=紫色のバンドル # +item.cyan_bundle=青緑色のバンドル # +item.bundle.empty=空 # +item.bundle.empty.description=混在したアイテムのスタックを保持できます # +item.bundle.full=フル # +item.bundle.fullness=残り %s # + item.goat_horn.name=ヤギの角笛 # item.minecraft.goat_horn.sound.0=沈思 # item.minecraft.goat_horn.sound.1=歌声 # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=矢 # itemGroup.name.potion=ポーション # itemGroup.name.splashPotion=スプラッシュ ポーション # itemGroup.name.lingeringPotion=残留ポーション # +itemGroup.name.ominousBottle=不気味なビン # itemGroup.name.bed=ベッド # itemGroup.name.chalkboard=黒板 # itemGroup.name.anvil=金床 # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=キャンドル # itemGroup.name.goatHorn=ヤギの角 # itemGroup.name.compounds=化合物 # itemGroup.name.products=製品 # +itemGroup.name.bundles=バンドル # +##Jigsaw Block +jigsaw_block.title=ジグソーブロック # jigsaw.title.target_pool=ターゲット プール: # jigsaw.title.name=名前: # jigsaw.title.target=ターゲット名: # -jigsaw.title.final_block=次のものに変わります: # +jigsaw.title.final_block=変化: # +jigsaw.title.selection_priority=選択優先度: # +jigsaw.title.placement_priority=配置優先度: # jigsaw.title.joint_type=ジョイント タイプ: # jigsaw.title.joint_type.aligned=整列 # jigsaw.joint_type.aligned=整列 # jigsaw.joint_type.rollable=回転可能 # jigsaw.exit.done=完了 # -jigsaw.exit.cancel=キャンセル # ##EDU Joincode joincode.entry_popup.icon_button=%1 参加コード ボタン # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=LANに公開 # menu.simulating=世界のシミュレート中 # menu.singleplayer=シングルプレイ # menu.store=マーケットプレイス # +menu.store.addons=追加コンテンツを閲覧! # menu.skins=スキン # menu.start=開始 # menu.switchingLevel=世界の切り替え # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=アサーションのデバッガーへの割 options.dev_assertions_show_dialog=アサーションによるモーダル ダイアログの表示 # options.dev_force_trial_mode=トライアルモードを強制的に有効にする # options.dev_eduDemo=Edu デモ (再度ログインが必要です) # +options.dev_eduCloudResumableUpload=4 MB 以上のファイルのアップロードには、再開可能なアップロード API を使用します # options.remote_imgui_toggle=リモート Imgui が有効です # options.dev_enableDebugUI=デバッグ UI を有効化 # options.dev_createRealmWithoutPurchase=購入せずに Realm を作成 # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms エンドポイント # options.dev_realmsEndpointPayment=Realms エンドポイント支払い # options.dev_realmsRelyingParty=Realms 証明書利用者 # options.dev_realmsRelyingPartyPayment=Realms 証明書利用者支払い # -options.dev_realms_stories=Realms ストーリーを有効にする # options.dev_overrideXboxEnvironmentWindows=Xbox サンドボックスをオーバーライドする (Windows で制御される OS) # options.dev_overrideXboxEnvironment=Xbox サンドボックスをオーバーライドする (再起動が必要) # options.dev_xboxEnvironment=Xbox サンドボックス環境 (再起動が必要) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge のサンド ボックス: 製品版 # options.dev_sandboxDev=Xforge のサンド ボックス: 開発版 # options.dev_sandboxDevAchievement=Xforge サンドボックス: 開発の実績 # options.dev_showDiscoveryOverridePanel=サービス エンドポイントのオーバーライド # +options.dev_serviceOverrideType=タイプを上書き # +options.dev_serviceOverrideTypeMultibranch=マルチブランチ展開 # +options.dev_serviceOverrideTypeCustom=カスタム # options.dev_discoveryOverrideServiceName=サービス名 (安全性、ペルソナ、など) # options.dev_discoveryOverrideServiceBranch=分岐 # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=全エンドポイントのリセット # options.dev_apply=適用 # options.dev_displayTreatmentsPanel=処理を表示 # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=集会: 有効 # options.dev_gatherings_system_service_pack=収集: システム サービス パックがないため無効になっています # options.dev_gatherings_active_gathering=有効: %s # options.dev_gatherings_available_gatherings=利用可能な集会 # +options.dev_gatherings_clear_system_service_pack=システム サービス パックのキャッシュをクリア # options.difficulty=難易度 # options.difficulty.easy=イージー # options.difficulty.hard=ハード # @@ -6524,7 +6586,8 @@ options.creatorTitle=クリエイター設定 # options.creator.serverboundClientDiagnosticsEnabled=クライアント診断を有効にする # options.creator.debuggerHeading=スクリプト デバッガー設定 # options.creator.debuggerAutoAttach=ロード時にデバッガーを付加する # -options.creator.debuggerAutoConnect=ロード時にデバッガーを接続する # +options.creator.debuggerAutoAttachTimeout=タイムアウトのアタッチ # +options.creator.debuggerAutoAttachTimeoutFormat=%s 秒 # options.creator.debuggerConnect=接続 # options.creator.debuggerListen=聞く # options.creator.debuggerHost=ホスト # @@ -6884,8 +6947,8 @@ options.loadWorldAnyway=それでも世界を読み込む # options.updateAndPlay=アップデートしてプレイ # options.makeBackup=世界のバックアップ コピーを作成 # options.managePrivacy=プライバシーの設定を管理するには、Web ブラウザーから https://account.xbox.com/Settings にアクセスしてください。 ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Microsoft アカウントの紐づけ解除 # -options.unlink_msa.confirm.title=Microsoft アカウントの紐づけを解除しますか? # +options.unlink_msa.button=Microsoft アカウントのリンク解除 # +options.unlink_msa.confirm.title=Microsoft アカウントのリンクを解除しますか? # options.unlink_msa.confirm.warning=警告: 紐づけを解除すると、今後はアカウント %s の進行状況や購入情報を PlayStation®4 本体に保存できなくなります。 #### CertRequirement: [PlayStation®4 console] options.unlink_msa.confirm.warning.2=このゲーム内から Microsoft アカウントのリンクを解除すると、このプラットフォーム上で、この Microsoft アカウントを使用しているすべての Minecraft ゲームに影響します。 # options.unlink_msa.confirm.checkbox1=他のプラットフォームでプレイする際、ゲーム内ストアのコンテンツにアクセスできなくなります。 # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=低 # options.volumetricFogQuality.medium=中 # options.volumetricFogQuality.high=高 # options.volumetricFogQuality.ultra=最高 # +options.upscalingPercentage=解像度 # +options.upscalingPercentage.hundred=ネイティブ # options.reflectionsQuality=反射 # options.reflectionsQuality.off=オフ # options.reflectionsQuality.low=低 # @@ -6966,12 +7031,10 @@ 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.device=このデバイスのサポートが間もなく終了します。2025 年 3 月までは引き続きアップデートをすることができ、その時点でこのデバイス用の最終アップデートが提供されます。%s最終アップデートした後も、世界でプレイしたりマーケットプレイスで購入したアイテム (Minecoin を含む) にアクセスできます。このデバイスで管理される Realms は、Realm の所有者が別のデバイスでアップデートしない限り、6 か月間引き続き動作します。%sRealm のサブスクリプションをキャンセルするには、Realm を作成したデバイスのサブスクリプションの設定メニューでキャンセルする必要があります。%s最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると詳細情報が表示されます。 # +sunsetting.popup.sunset.device=このデバイスのサポートが終了しました。2025 年 3 月以降はアップデートをすることができなくなります。これがこのデバイス用の最終アップデートです。%s世界でプレイしたりマーケットプレイスで購入したアイテム (Minecoin を含む) へのアクセスは引き続き可能です。このデバイスで管理される Realms は、Realm の所有者が別のデバイスでアップデートしない限り、2025 年 3 月から 6 か月間引き続き動作します。%sRealm のサブスクリプションをキャンセルするには、Realm を作成したデバイスのサブスクリプションの設定メニューでキャンセルする必要があります。%s最新アップデートは行われなくなり、アップデートされる他のデバイスまたは 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.banner.play.worldTab.pending=お使いのバージョンは、もうすぐマルチプレイヤーへ接続できなくなります # sunsetting.banner.play.friendsTab.pending=お使いのバージョンは、もうすぐマルチプレイヤーへ接続できなくなります # @@ -7158,9 +7221,9 @@ permissions.ability.op=オペレーター コマンド # permissions.ability.invisible=不可視状態への変化 # permissions.ability.teleport=テレポートの使用 # permissions.NeedPermission=許可が必要です # -permissions.AddFriends=お使いの Microsoft アカウントの設定が原因で、フレンドを追加できません。オンラインの安心設定でフレンドの追加が許可されていることを確認してください。設定変更の手順に関する詳細は、aka.ms/MCMultiplayerHelp を参照してください。 # +permissions.AddFriends=お使いの Microsoft アカウントの設定により、フレンドを追加できません。オンラインの安心設定でフレンドの追加が許可されていることを確認してください。設定変更の手順に関する詳細は、aka.ms/MCMultiplayerHelp を参照してください。 # permissions.MultiplayerSessions=お使いの Microsoft アカウントの設定により、Realms で遊ぶことができません。オンラインの安心設定でマルチプレイヤーを許可していることを確認してください。設定の変更手順については、aka.ms/MCMultiplayerHelp をご覧ください。 # -permissions.Communications=お使いの Microsoft アカウントの設定が原因で、他のプレイヤーとチャットすることができません。プライバシー設定でほかの人との自由なコミュニケーションが許可されていることを確認してください。設定変更に関する詳細は、aka.ms/MCMultiplayerHelp を参照してください。 # +permissions.Communications=お使いの Microsoft アカウントの設定により、他のプレイヤーとチャットすることができません。プライバシー設定でほかの人との自由なコミュニケーションが許可されていることを確認してください。設定変更に関する詳細は、aka.ms/MCMultiplayerHelp を参照してください。 # permissions.RealmsAddFriends=現在の Xbox アカウントの設定では、新たなフレンドを追加して Realm で一緒にプレイすることができません。これは Xbox.com の [プライバシーとオンラインの安心設定] から変更できます。このまま続けますか? # permissions.CloudSave=アカウント設定が原因で世界を Xbox プロフィールに保存することができません。これは Xbox.com の [プライバシーとオンラインの安心設定] から変更できます。 ###disable_3rd_party_console_resource_pack_check permissions.MultiplayerSessionsOnConsole=お使いの Microsoft アカウントの設定により、Realms で遊ぶことができません。オンラインの安心設定でマルチプレイヤーを許可していることを確認の上、Xbox Live Gold のサブスクリプションを有効にしてください。設定の変更手順については、aka.ms/MCMultiplayerHelp をご覧ください。 ###disable_3rd_party_console_resource_pack_check @@ -7829,10 +7892,10 @@ item.raiser_armor_trim_smithing_template.name=牧者風の装飾 # item.shaper_armor_trim_smithing_template.name=職人風の装飾 # item.host_armor_trim_smithing_template.name=主人風の装飾 # item.ward_armor_trim_smithing_template.name=監獄風の装飾 # -item.silence_armor_trim_smithing_template.name=静寂の装飾 # +item.silence_armor_trim_smithing_template.name=静寂風の装飾 # item.tide_armor_trim_smithing_template.name=潮流風の装飾 # item.snout_armor_trim_smithing_template.name=ブタの鼻風の装飾 # -item.rib_armor_trim_smithing_template.name=あばら模様の装飾 # +item.rib_armor_trim_smithing_template.name=あばら模様風の装飾 # item.eye_armor_trim_smithing_template.name=要塞風の装飾 # item.spire_armor_trim_smithing_template.name=尖塔風の装飾 # item.flow_armor_trim_smithing_template.name=旋風の装飾 # @@ -8140,7 +8203,7 @@ selectTemplate.create=作成... # selectTemplate.worldsByCreators=クリエイターが創ったワールド # selectTemplate.realm=新たな Realm # selectTemplate.realmInfo=世界を作成したら、あなたの Realm にアップロードできます! # -selectTemplate.signIn=Microsoft アカウントで Realms を作成する # +selectTemplate.signIn=Microsoft アカウントで Realm を作成する # selectTemplate.unableToSignIn=このデバイスでは Microsoft サービスを利用できません # selectTemplate.world=新規世界 # selectTemplate.help=' # @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass は Minecraft マーケットプレイス store.csb.faq.question2=Marketplace Pass のコンテンツはどのくらいの頻度で更新されますか? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=毎月更新されるコンテンツがあるため、常に新しい内容を楽しむことができます。 # store.csb.faq.question3=Marketplace Pass を楽しむには何が必要ですか? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Marketplace Pass のアクセスには、有効な定額サービスと、Minecraft マーケットプレイスと互換性のあるバージョンの Bedrock 版 Minecraft が必要です。さらに、Microsoft アカウントのサインインが必要です。 #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Marketplace Pass のアクセスには、有効なサブスクリプションと、Minecraft マーケットプレイスと互換性のあるバージョンの Bedrock 版 Minecraft が必要です。さらに、Microsoft アカウントのサインインが必要です。 #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Marketplace Pass を退会したあと、私のコンテンツにはどのような影響がありますか? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=ワールド、テクスチャパック、スキンパック、マッシュアップがカタログから削除された場合、プレイを続けるにはマーケットプレイスから該当のアイテムを再度購入する必要があります。ただし、削除されるまではこれらのパックはローカルのストレージに残ります。また、月刊キャラクター クリエイター アイテムを引き換えた場合、それはあなたのものとなります。 # store.csb.faq.question5=サブスクリプションが終了すると、どうなりますか? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=このアイテムは、お使いのデバイスに store.owned=購入済み # store.owned.legacy=購入済み (P) # store.unlocked=解除されています # -store.mypacks=マイ コンテンツ # +store.myLibrary=マイ ライブラリ # store.error=マーケットプレイス エラー # @@ -8828,7 +8891,6 @@ store.updating.title=アップデート中: %s # store.importing.title=インポート中: %s # store.importing=インポート中... # store.showMore=すべてを表示 # -store.inventory.no.xbl=マイ パック # store.promo.today=今日だけ! # store.promo.upsell=今日だけ無料のギフトをお見逃しなく! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=インストール状態 # store.search.filter.installed=インストール済み # store.search.filter.notInstalled=インストールされていません # store.search.filter.clear.installed=インストール状態フィルターをリセット # +store.search.filter.dressingroombody=体 # +store.search.filter.dressingroombody.selectedCount=%d パーツ # +store.search.filter.dressingroomstyle=スタイル # +store.search.filter.dressingroomstyle.selectedCount=%d スタイル # store.search.sort_menu.sortConstWord=並び替え # store.search.sort_menu.Default=関連度 # @@ -10185,7 +10251,7 @@ trial.tabbed_upsell.buttonAlternate=Minecraft の完全版を購入 # trial.tabbed_upsell.minecraft.title=Minecraft # trial.tabbed_upsell.minecraft.description=あなた自身のユニークな世界を探索し続け、小さな家から豪華なお城まで、あなたの思うがままに建築しましょう!クリエイティブモードでは、資源を無限に使える状態で驚異的な建造物を作ることができます。サバイバルモードでは、世界の地下深くまで掘り進み、危険なモブから身を守るために武器や防具をクラフトします。さらに、オンラインでフレンドと一緒に遊ぶこともできます!今すぐ完全版をご購入ください! # trial.tabbed_upsell.xbl.title=Microsoft アカウント # -trial.tabbed_upsell.xbl.description=クリエイティブモードや実績など、 Minecraft で楽しめるすべての要素に加えて、Microsoft アカウントがあれば、Minecraft コミュニティーのメンバーと交流できます! さらに、フレンドの世界にお邪魔したり、サーバーで新しい友達を作ったり、マーケットプレイスの購入内容をすべてのデバイスに同期させたりすることができます。 # +trial.tabbed_upsell.xbl.description=クリエイティブモードや実績など、 Minecraft で楽しめるすべての要素に加えて、Microsoft アカウントがあれば、Minecraft コミュニティーのメンバーと交流できます! さらに、フレンドの世界に遊びにいったり、サーバーで新しい友達を作ったり、マーケットプレイスの購入内容をすべてのデバイスに同期させたりすることができます。 # trial.tabbed_upsell.xbl.description.line2=* (マーケットプレイスのバージョン) # trial.tabbed_upsell.achievements.title=実績 # trial.tabbed_upsell.achievements.description=クリエイティブモードやマルチプレイヤーといった Minecraft のすべての要素に加えて、実績も獲得できます。実績とゲーマースコアは、あなたが Minecraft をどれだけやり込んでいるかを示すものであり、Microsoft アカウントのフレンドに公開されます。完全版を購入して、実績やゲーマースコアを獲得してみましょう! # @@ -10210,7 +10276,7 @@ trial.thanks_for_testing.minecraft.description=Chromebook 用の Minecraft 試 trial.thanks_for_testing.xbl.title=Microsoft アカウント # trial.thanks_for_testing.xbl.description=完全版の Minecraft では、クリエイティブ モードや実績などすべての要素が楽しめるほか、Microsoft アカウントがあれば、Minecraft コミュニティーのメンバーと交流できます! フレンドの世界に遊びにいったり、サーバーで新しい友達を作ったり、マーケットプレイスの購入内容をすべてのデバイスで同期させたりすることができます。 # trial.thanks_for_testing.xbl.description.line2=*(マーケットプレイスのバージョン) # -trial.thanks_for_testing.achievements.description=クリエイティブ モードやマルチプレイヤーといった Minecraft のすべての要素に加えて、実績も獲得できます。実績とゲーマースコアは、あなたが Minecraft をどれだけやり込んでいるかを示すものであり、Microsoft アカウントのフレンドに公開されます。 # +trial.thanks_for_testing.achievements.description=クリエイティブ モードやマルチプレイヤーといった Minecraft のすべての要素を楽しめるだけでなく、実績とゲーマースコアも獲得できます。これらは Minecraft のやり込み度を示すものであり、Microsoft アカウントのフレンドに公開されます。 # trial.thanks_for_testing.multiplayer.description=完全版の Minecraft では、クリエイティブ モード、実績、そしてフレンドとのマルチプレイを、さまざまな Minecraft デバイスでお楽しみいただけます! コンソール、PC、そしてモバイルでフレンドとプレイして、一緒に創造したり、探索したり、サバイバルしたりしましょう。 # trial.thanks_for_testing.server.description=完全版 Minecraft の一部であるサーバーは、非常にクリエイティブな遊び方を提供します! 最高のミニゲームをプレイしたり、Minecraft コミュニティーに参加したり、新しいフレンドを作ったりしましょう。 # trial.thanks_for_testing.store.description=本編では、ゲーム内ストアの Minecraft マーケットプレイスにアクセスできます。新しいスキンでイメージ チェンジしたり、世界を様変わりさせたり、最高のコミュニティー クリエイターが製作した圧巻の新マップを探索したりしましょう! # @@ -10284,7 +10350,7 @@ autosave.info.desktop=このアイコンの表示中はゲームをオートセ xbox.signin.error=フレンドとプレイしたり、ゲーマースコアや実績を獲得したりするには、Microsoft アカウントでサインインしてください。 # xbox.signin.error.pocket.line1=Realms をテストしていただきありがとうございます! この機能は開発中であり、不具合が生じる可能性があります。ご提案やフィードバックがありましたら、ぜひお聞かせください。 # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=このテスト中は、招待の送信を受けて Realm に追加されることを可能にするため、全員が Microsoft アカウントでサインインする必要があります。 # +xbox.signin.error.pocket.line3=このテスト中は、招待の送信を受けて Realms に追加されることを可能にするため、全員が Microsoft アカウントでサインインする必要があります。 # xbox.signin.warning.kickPlayer=メイン メニューに戻されますが、よろしいですか? # xbox.connection.error=Microsoft アカウントにサインインしていません # xbox.signin=サインイン # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=フレンドとプレイするには、Micro xbox.disconectionscreen.multiplayerNotAllowed=この Microsoft アカウントでのマルチプレイヤー ゲームへの参加は許可されていません。 # xbox.disconectionscreen.accessDenied=参加するにはこのゲーム内の誰かとフレンドである必要があります。 # -xbox.friendfinder.enterGamertag=ゲーマータグを入力 # -xbox.friendfinder.findFriends=ゲーマータグからフレンドを探す # -xbox.friendfinder.searchingForGamertag=検索中 # -xbox.friendfinder.gamertagNotFound=ゲーマータグが見つかりません # - xbox.profile.addFriend=フレンドを追加 # xbox.profile.addFriend.success=完了しました! %s がフレンドリストに追加されました。 # xbox.profile.block=ブロック # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=プロパティ '%s' は、この種類の packdiscoveryerror.version_too_high=プロパティ '%s' のバージョン '%s' が高すぎます。使用可能な最高値は '%s' です。 # packdiscoveryerror.version_too_low=プロパティ '%s' のバージョン '%s' が低すぎます。使用可能な最低値は '%s' です。 # packdiscoveryerror.format_version_1_engine_version_cap=プロパティ `%s` には `%s` より低い値を設定しなければなりません。これより上のバージョンを使用するには、バージョン 2 のフォーマットを使う必要があります。 # +packdiscoveryerror.folder_structure_too_deep=パック内のフォルダー構造が深すぎます。 # ## pack upgrading packupgradewarning.invalidpacktype=パック マニフェスト内で指定された '%s' エレメントの値が無効です。リソースパックをデフォルトにします。 # diff --git a/resource_pack/texts/ko_KR.lang b/resource_pack/texts/ko_KR.lang index 23b8ad48a..cbc1f00ef 100644 --- a/resource_pack/texts/ko_KR.lang +++ b/resource_pack/texts/ko_KR.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=백과사전 화면 # accessibility.screenName.howToPlay=플레이 방법: 화면 # accessibility.screenName.inviteToGame=게임 화면 초대 # accessibility.screenName.joinByIP=IP 대화창으로 합류 # +accessibility.screenName.joinByConnectionID=연결 I D로 참여 대화 상자 # accessibility.screenName.joinCode=참여 코드 대화창 # accessibility.screenName.library=라이브러리 화면 # accessibility.screenName.modalDialog=대화창 # @@ -135,11 +136,12 @@ accessibility.screenName.profile=프로필 화면 # accessibility.screenName.realmInviteLinkSettings=Realm 초대 링크 설정 화면 # accessibility.screenName.realmSettings=Realm 설정 화면 # accessibility.screenName.settings=게임 설정 화면 # -accessibility.screenName.addFriend=친구 스크린 추가 # accessibility.screenName.skinPicker=스킨 선택 화면 # accessibility.screenName.start=주 메뉴 # accessibility.screenName.vrAlignment=VR 정렬 화면 # accessibility.screenName.emoteWheel=이모티콘 화면 # +accessibility.screenName.addExternalServer=외부 서버 화면 추가 # +accessibility.screenName.editExternalServer=외부 서버 화면 편집 # accessibility.search.sort_menu.A_to_Z.tts.title='A'~'Z' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title='Z'~'A' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=%1$s에게 현재 적용된 효과가 없 commands.effect.failure.notAMob=%1$s은(는) 효과를 부여할 수 없습니다 # commands.effect.notFound=ID %s에 해당하는 몹 효과가 없습니다 # commands.effect.success=%3$s에 효과 %1$s * %2$d 만큼을 %4$d초 동안 주었습니다 # +commands.effect.success.infinite=%3$s에게 %1$s * %2$d을(를) 무기한으로 주었습니다. # commands.effect.success.removed=%1$s의 %2$s 효과를 제거했습니다 # commands.effect.success.removed.all=%1$s에게 적용된 모든 효과를 취소했습니다 # commands.enchant.cantCombine=%1$s은(는) %2$s와(과) 결합할 수 없습니다 # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=목표 개체는 다른 차원에 있 commands.generic.entity.invalidType='%1$s'은(는) 유효한 엔티티 형식이 아닙니다 # commands.generic.entity.invalidUuid=제공된 엔티티 UUID는 잘못된 형식입니다 # commands.generic.entity.notFound=엔티티를 찾을 수 없습니다 # -commands.generic.error.permissions=잘못된 권한 레벨입니다. %s은(는) %s레벨 명령어입니다. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=권한 수준이 잘못되어 명령을 수행할 수 없습니다: %s. ###1: command name commands.generic.exception=이 명령을 수행하는 동안 알 수 없는 오류가 발생했습니다 # commands.generic.invalidAgentType=Agent 전용 셀렉터에 적용된 인수를 입력하세요 # commands.generic.invalidcontext=입력된 명령어 유형에 제공된 컨텍스트가 잘못되었습니다 # +commands.generic.invalidOrigin=명령이 무효해 실행하지 못했습니다 # commands.generic.invalidDevice=입력하신 %s은(는) 이 장치에서 지원되지 않는 명령어입니다. # commands.generic.invalidMessage=유효하지 않은 메시지 길이 # commands.generic.invalidPlayerType=형식 인수가 player-only(플레이어 전용) 선택기에 적용되었습니다 # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=%2$s함수에서 %1$d함수 항목을 성공적으 commands.schedule.invalidOrigin=이 함수를 실행하는 데 필요한 원본이 유효하지 않습니다. # commands.schedule.name.empty=적용 영역 이름은 비어 있을 수 없습니다. # commands.schedule.too.many.areas=%s 이름으로 두 개 이상의 적용 영역이 발견되었습니다. 단일 영역을 사용하세요. # +commands.schedule.clear.failure=이름이 %1$s이며 제거된 기능이 없습니다. # +commands.schedule.clear.success=이름이 %2$s인 %1$d개의 기능을 제거했습니다. # +commands.schedule.tickingarea.clear.success=적용 영역의 이름이 %2$s인 기능 %1$d개를 제거했습니다. # +commands.schedule.tickingarea.clear.failure=적용 영역의 이름이 %1$s이며 제거된 기능이 없습니다. # +commands.schedule.tickingarea.func.clear.success=적용 영역의 이름이 %2$s 및 %3$s인 기능 %1$d개를 제거했습니다. # +commands.schedule.tickingarea.func.clear.failure=적용 영역의 이름이 %1$s 및 %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=페이드 색상 값은 0에서 255 사이의 정 commands.camera.invalid.easing=고정식이 아닌 카메라의 감속/가속은 지원되지 않습니다 # commands.camera.invalid.time=페이드 지속 시간은 0초에서 10초 사이여야 합니다 # commands.camera.invalid.pitch=카메라 피치 (X 회전) 은 90도에서 -90도 사이여야 합니다 # -commands.camera.invalid.view.offset=뷰 오프셋은 -100 ~100 사이여야 합니다. # +commands.camera.invalid.view.offset=뷰 오프셋은 -64 ~ 64 사이여야 합니다 # +commands.camera.invalid.entity.offset=엔티티 오프셋은 -64 ~ 64 사이여야 합니다 # +commands.camera.invalid.offset.camera=개체 및 보기 오프셋은 궤도 추적 카메라에만 적용할 수 있습니다. # commands.camera.perspective.locked=사용자 지정 카메라를 사용하는 동안에는 시점을 변경할 수 없습니다 # commands.camera.perspective.option=사용자 지정 카메라가 활성화되지 않았을 때 선택한 카메라가 변경됩니다 # commands.world_age.description=월드의 나이(생성 후 흐른 시간)를 변경 또는 쿼리합니다. # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=넣은 것 제거 # controller.buttonTip.removeMaterial=재료 제거 # controller.buttonTip.renameItem=아이템 이름 바꾸기 # controller.buttonTip.returnToRecipe=제작법으로 돌아가기 # +controller.buttonTip.swap=교체 # controller.buttonTip.enterSearch=검색 # controller.buttonTip.searchRecipe=빠른 검색 # controller.buttonTip.confirmSearch=확인 # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=하나 선택 # controller.buttonTip.take=획득 # controller.buttonTip.takeItem=아이템 얻기 # controller.buttonTip.clearHotbar=핫바 초기화 # +controller.buttonTip.add.to.bundle=꾸러미에 추가 # +controller.buttonTip.place.from.bundle=꾸러미 속 자리 # +controller.buttonTip.take.from.bundle=꾸러미에서 꺼내기 # controllerLayoutScreen.actions=행동 # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=지금 해보기 # ## Edu Course Multiplayer strings course.edu.enterIp=참여할 월드의 IP 주소를 입력하세요. # course.edu.enterConnection=참여할 월드의 연결 ID를 입력하세요. # +course.edu.enterConnectionScreenReader=참여할 월드의 연결 I.D.를 입력하세요. # course.edu.ipAddress=IP 주소 # course.edu.ipPlaceholder=IP 또는 서버 주소를 입력하세요. # course.edu.ipTooltipText=IP 주소를 찾으려면 호스트에게 수업을 일시 중지해 달라고 요청하세요. IP 주소는 화면 오른쪽에 표시됩니다. # course.edu.connectionInfo=연결 ID # course.edu.conInfoPlaceholder=연결 ID를 입력하십시오 # -course.edu.conInfoHostTooltipText=다른 사용자가 참여 코드 또는 공유 링크를 사용하여 당신의 세계에 참여하는 데 문제가 있는 경우 연결 ID를 공유할 수 있습니다. # +course.edu.conInfoHostTooltipText=다른 사용자가 참여 코드 또는 공유 링크를 사용하여 여러분의 월드에 참여하는 데 문제가 있는 경우 연결 ID를 공유할 수 있습니다. # +course.edu.conInfoHostTooltipTextScreenReader=다른 사용자가 참여 코드 또는 공유 링크를 사용하여 여러분의 월드에 참여하는 데 문제가 있는 경우 연결 I D를 공유할 수 있습니다. # course.edu.conInfoTooltipText=호스트는 월드 게임 메뉴의 멀티플레이어 탭에서 연결 ID를 찾을 수 있습니다. # +course.edu.conInfoTooltipTextScreenReader=호스트는 월드 게임 메뉴의 멀티플레이어 탭에서 연결 ID를 찾을 수 있습니다. # course.edu.joinLesson=수업 참여 # course.edu.joinLessonIntro=같은 수업에서 동급생을 찾아 참여하거나, 동급생이 목록에 없으면 해당 IP 주소를 입력하세요. # course.edu.joinLessonIntroTeacher=참여할 그룹을 선택하거나, 그룹이 목록에 없으면 해당 IP 주소를 입력하세요. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=최대 §d%d§r명의 친구들과 온라인 createWorldUpsell.realm.sellPoint2=온라인에 저장: Minecraft 마켓플레이스로 Minecraft 장치에서 플레이 # createWorldUpsell.realm.sellPoint3=기기 저장 공간을 전혀 사용하지 않습니다 # createWorldUpsell.realm.sellPoint4=내가 부재중일 때도 친구들은 플레이할 수 있습니다 # -createWorldUpsell.signIn=Microsoft 계정으로 Realm 생성하기 # +createWorldUpsell.signIn=Microsoft 계정으로 Realm 만들기 # createWorldUpsell.world.sellPoint1=최대 7명의 친구와 온라인 플레이 # createWorldUpsell.world.sellPoint2=기기에 저장: 오프라인으로 플레이 # createWorldUpsell.world.sellPoint3=기기 저장 공간을 사용합니다 # @@ -1908,8 +1927,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=주민 거래 밸런스 createWorldScreen.experimentalVillagerTradesRebalanceDescription=주민 거래 밸런스 조정을 위한 업데이트가 포함되어 있습니다 # createWorldScreen.experimentalArmadillo=아르마딜로와 늑대 방어구 # createWorldScreen.experimentalArmadilloDescription=아르마딜로를 알아보고 늑대 방어구를 여러분의 늑대에 장착하세요! # -createWorldScreen.experimentalBundles=번들 # -createWorldScreen.experimentalBundlesDescription=번들 아이템을 제작하고 사용하도록 해줍니다. # createWorldScreen.worldPreferences=월드 환경 설정 # createWorldScreen.startWithMap=맵 시작 # createWorldScreen.defaultName=내 월드 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=무작위 틱 속도 초기화 # createWorldScreen.serverSimDistance=시뮬레이션 거리 # createWorldScreen.serverSimDistanceFormat=%s 청크 # createWorldScreen.showbordereffect=경계 효과 표시 # -createWorldScreen.check_internet_connection=인터넷에 연결되어 있지 않습니다. 친구들이 내 멀티 플레이 월드에 참여할 수 없습니다. Microsoft 계정에 로그인하여 친구와 함께 플레이하세요. # -createWorldScreen.disconnectedXboxLive=Microsoft 서비스에 연결되어 있지 않습니다. 게이머태그 친구가 내 멀티 플레이 월드에 참여할 수 없습니다. Microsoft 계정에 로그인하여 친구와 함께 플레이하세요. # +createWorldScreen.check_internet_connection=인터넷에 연결되어 있지 않습니다. 친구들이 내 멀티 플레이 월드에 참여할 수 없습니다. 친구와 함께 플레이하려면 Microsoft 계정에 로그인하세요. # +createWorldScreen.disconnectedXboxLive=Microsoft 서비스에 연결되어 있지 않습니다. 게이머태그가 있는 친구가 귀하의 멀티 플레이 월드에 참여할 수 없습니다. 친구들과 함께 플레이하려면 Microsoft 계정에 로그인하세요. # createWorldScreen.clearPlayerData.button=플레이어 데이터 지우기 # createWorldScreen.clearPlayerData.title=월드에서 플레이어 데이터를 삭제할까요? # createWorldScreen.clearPlayerData.body1=월드에서 모든 플레이어 데이터를 삭제하려면 "모든 플레이어 데이터"를 선택하세요. 다음에 플레이어가 그 월드에 입장하면 완전히 새로운 기본 데이터를 가지고 시작합니다. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=결제 서비스 # realmsCreateScreen.paymentFailed.body=지금은 Realm에 연결하고 구매를 완료할 수 없습니다. 나중에 다시 시도해 주세요. # realmsCreateScreen.incomplete=미완성 Realm # realmsCreateScreen.incomplete.create.a=이전 작업이 완료되지 않았습니다. 지금 Realm 생성을 완료해 보세요. # -realmsCreateScreen.incomplete.create.b=다른 Microsoft 계정으로 Realm을 만들기 시작하신 것 같군요. 이 Microsoft 계정의 소유자로서 해당 Realm 생성을 완료하시겠어요? # -realmsCreateScreen.incomplete.create.c=누군가가 이 기기의 결제 계정으로 Realm을 만들기 시작했습니다. 이 Microsoft 계정의 소유자로서 해당 Realm 생성을 완료하시겠어요? # +realmsCreateScreen.incomplete.create.b=다른 Microsoft 계정으로 Realm을 만들기 시작하신 것 같군요. 이 Microsoft 계정의 소유자로서 해당 Realm의 생성을 완료하시겠어요? # +realmsCreateScreen.incomplete.create.c=누군가가 이 장치의 청구 계정으로 Realm을 만들기 시작했습니다. 이 Microsoft 계정의 소유자로서 해당 Realm 생성을 완료하시겠어요? # realmsCreateScreen.incomplete.renew.a=이전 작업이 완료되지 않았습니다. 지금 Realm 갱신을 완료해 보세요. # -realmsCreateScreen.incomplete.renew.b=다른 Microsoft 계정으로 Realm이 갱신되고 있습니다. 이 Microsoft 계정을 해당 Realm의 소유자로 갱신을 완료하시겠어요? # -realmsCreateScreen.incomplete.renew.c=누군가가 이 기기의 결제 계정으로 Realm을 갱신하기 시작했습니다. 이 Microsoft 계정의 소유자로서 해당 Realm 갱신을 완료하시겠어요? # +realmsCreateScreen.incomplete.renew.b=다른 Microsoft 계정으로 Realm이 갱신되고 있습니다. 이 Microsoft 계정을 해당 Realm의 소유자로 갱신을 완료하시겠습니까? # +realmsCreateScreen.incomplete.renew.c=누군가가 이 장치의 청구 계정으로 Realm을 갱신하기 시작했습니다. 이 Microsoft 계정의 소유자로서 해당 Realm의 갱신을 완료하시겠어요? # realmsCreateScreen.incomplete.override.renew=새로운 realm 생성 시도 중에 이전에 구매했던 realm 갱신 내역이 발견되었습니다. 이전에 구매했던 내역을 적용하시겠습니까? # realmsCreateScreen.incomplete.override.create=Realm 갱신 시도 중에 이전에 구매했던 Realm 생성 내역이 발견되었습니다. 이전에 구매했던 내역을 적용하시겠습니까? # realmsCreateScreen.incomplete.override.realm=Realm 갱신 시도 중에 이전에 구매한 다른 Realm이 발견되었습니다. 이전 구매 내역을 적용하시겠습니까? # @@ -2226,9 +2243,9 @@ networkWorld.no_joinable_friends_label=현재 Minecraft를 플레이 중인 친 networkWorld.check_internet_connection=죄송합니다. 친구의 월드를 발견할 수 없습니다. 인터넷 연결을 확인해보셨나요? # networkWorld.connect_to_xbl=Microsoft 계정에 로그인하고 친구와 함께 플레이하세요. # networkWorld.memberOfTooManyRealms=Realm의 멤버 제한에 도달했습니다. # -networkWorld.multiplayerPrivilegesBlocked=Microsoft 계정 설정 방식 때문에 온라인 멀티 플레이 게임을 플레이할 수 없습니다. 온라인 안전 설정에서의 멀티 플레이 허용 여부를 확인하세요. aka.ms/MCMultiplayerHelp 에서 해당 설정 변경에 대한 지침을 참조하세요. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Microsoft 계정 설정 방식 때문에 온라인 멀티 플레이 게임을 플레이할 수 없습니다. Xbox Live 골드 정기 서비스 활성화 및 온라인 안전 설정에서의 멀티 플레이 허용 여부를 확인하세요. aka.ms/MCMultiplayerHelp에서 해당 설정 변경에 대한 지침을 참조하세요. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Microsoft 계정 설정 때문에 온라인 멀티 플레이 게임을 플레이할 수 없습니다. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=귀하의 Microsoft 계정 설정으로 인해 온라인 멀티 플레이 게임을 할 수 없습니다. 온라인 보안 설정에서 멀티 플레이가 허용되어 있는지 확인하세요. 해당 설정을 변경하려면, aka.ms/MCMultiplayerHelp의 설명을 확인하세요. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=귀하의 Microsoft 계정 설정으로 인해 온라인 멀티 플레이 게임을 할 수 없습니다. Xbox Live 골드 정기 구독 활성화 및 온라인 보안 설정에서 멀티 플레이가 허용되어 있는지 확인하세요. 해당 설정을 변경하려면, aka.ms/MCMultiplayerHelp의 설명을 확인하세요. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=귀하의 Microsoft 계정 설정으로 인해 온라인 멀티 플레이 게임을 할 수 없습니다. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=알 수 없는 오류가 발생하여 온라인 플레이를 진행할 수 없습니다. 나중에 다시 시도하십시오. # networkWorld.multiplayerPrivilegesBlockedBanned=계정이 일시 중지되어 온라인 멀티 플레이를 플레이할 수 없습니다. # networkWorld.versionOutOfDate=최신 버전이 아니어서 온라인 멀티 플레이를 할 수 없습니다. 온라인 기능을 이용하려면 최신 버전을 설치하세요. # @@ -2495,7 +2512,7 @@ store.sign_in_warning.no_xbl_and_local_content=이전에 이 장치에서만 사 store.sign_in_warning.no_xbl_and_no_local_content.line1=지금 로그인하여 구매 항목을 저장하고 여러 플랫폼에서 공유하세요. 시스템에 문제가 발생하거나 Minecraft가 삭제되어도 기록이 손실되지 않도록 구매 항목을 저장하세요. 어느 플랫폼에서나 구매한 마켓플레이스 콘텐츠에 액세스하고 다양한 플랫폼에서 맞춤형 캐릭터를 사용할 수 있습니다. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Microsoft 계정이 없으신가요? 지금 무료로 계정을 만드세요. # -xbl.signOut.title=Microsoft 계정 구매! # +xbl.signOut.title=Microsoft 계정 구매 항목! # xbl.signOut.message1=Microsoft 계정에 로그인되어 있지 않으면 상점에서 구매한 Minecoin과 아이템을 사용할 수 없습니다. # xbl.signOut.message2=계속할까요? # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=스크립트 메모리 제한을 초과하 disconnectionScreen.header.realms_hidden=멀티 플레이 초대 # disconnectionScreen.body.realms_hidden=이 특정 서버에 참여할 수 없습니다. # +disconnectionScreen.biomeData.IdDuplication=%s ID가 %s와(과) 충돌합니다. # +disconnectionScreen.biomeData.MalformedData=변형된 바이옴 데이터 # +disconnectionScreen.biomeData.MixedIdPresence=바이옴 패킷에 있는 사용자 정의 바이옴의 id가 섞여 있습니다. # +disconnectionScreen.biomeData.ReservedRange=사용자 정의 바이옴 %s은(는) 유보 범위의 ID를 사용합니다. 사용자 정의 바이옴의 ID 범위: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=바닐라 바이옴 데이터는 'id' 필드를 포함해서는 안 됩니다. # disconnectionScreen.blockMismatch=클라이언트와 서버 간의 블록이 일치하지 않습니다. # disconnectionScreen.cantConnect=월드에 연결할 수 없습니다. # disconnectionScreen.cantConnectToRealm=Realm에 연결할 수 없습니다. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=다른 Minecraft 에듀케이션 사용자, education edu.pause.multiplayer.disabled=이 수업에서는 멀티 플레이를 이용할 수 없습니다. # +effect.duration.infinite=∞ # effect.badOmen=불길한 조짐 # effect.infested=감염됨 # effect.oozing=진흙 # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=잘못된 스크린샷 # feed.failedToPostRateLimit=몇 분 후에 다시 등록해보세요. Realm이 따라잡으려고 합니다. # feed.uppload_started=스크린샷을 업로드하는 중입니다. # feed.uppload_success=스크린샷이 업로드되었습니다. # -feed.connected=모든 Realm은 여러분의 Microsoft 계정과 함께 클럽에 연결되어 있습니다. # +feed.connected=모든 Realm은 귀하의 Microsoft 계정을 통해 클럽에 연결되어 있습니다. # feed.unviewedPost=신규 # -comment.like=좋아요 %d개 ### 1 like -comment.likes=좋아요 %d개 ### 0 or 2+ likes -comment.comment=덧글 %d개 ### 1 comment -comment.comments=덧글 %d개 ### 0 or 2+ comments -comment.likes_and_comments=%1 및 %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=댓글 쓰기... # - furnaceScreen.fuel=연료 # furnaceScreen.header=화로 # furnaceScreen.input=넣기 # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=모든 새로운 월드는 멀티 플레이가 howtoplay.playingTogether.header.2=온라인 게임 참여 # howtoplay.playingTogether.text.3=다른 사람들과 함께 플레이하려면 §e친구 탭§f으로 이동하여 모든 Realm, 친구, LAN 게임을 확인하세요. 참여하려면 게임을 선택하세요. # howtoplay.playingTogether.text.4=온라인 게임을 시작하거나 참여하면 친구가 자신의 친구 탭에서 이를 확인할 수 있습니다. 친구가 게임에 참여하면 그들의 친구들에게도 표시됩니다. # -howtoplay.playingTogether.text.5=멀티 플레이를 하려면 인터넷에 연결되어 있는 §eMicrosoft 계정§f에 로그인해야 합니다. # +howtoplay.playingTogether.text.5=멀티 플레이를 하려면 인터넷에 연결한 상태에서 §eMicrosoft 계정§f으로 로그인해야 합니다. # howtoplay.playingTogether.header.3=Realm - 함께 플레이하기에 가장 좋은 방법 # howtoplay.playingTogether.text.6=§eRealm§f을 통해 쉽게 친구와 함께 플레이할 수 있습니다. # howtoplay.playingTogether.text.7=본인과 최대 10명의 친구가 항상 온라인 상태인 월드에 연중무휴로 액세스할 수 있습니다. 탐험하거나, 창의력을 발휘하거나, 마켓플레이스에서 선별된 콘텐츠를 사용해 보세요. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=§e핫바§f 및 소지품 사이에서 항 howtoplay.inventory.text.2.touch=§e핫바§f 및 소지품 사이에서 항목을 이동하고 싶으신가요? 선택할 아이템을 탭한 다음 이동하려는 빈 아이템 슬롯을 탭하세요. # howtoplay.inventory.text.2.vr=§e핫바§f 및 소지품 사이에서 항목을 이동하고 싶으신가요? 커서를 사용하여 아이템을 선택하고 :_input_key.use: 버튼을 누르세요. 그런 다음 커서를 빈 아이템 슬롯으로 이동한 다음 버튼을 다시 눌러 아이템을 떨어뜨립니다. # +howtoplay.jigsawBlocks=직소 블록 # +howtoplay.jigsawBlocks.text.1=직소 블록은 여러 구조물 템플릿을 연결하여 월드에서 커다란 구조물을 생성할 수 있도록 해줍니다. # +howtoplay.jigsawBlocks.header.1=획득 방법 # +howtoplay.jigsawBlocks.text.2=직소 블록을 획득하려면 /give 슬래시 명령어를 사용해야 합니다. 직소 블록을 사용하려면 운영자 권한이 필요합니다. # +howtoplay.jigsawBlocks.header.2= 설정 # +howtoplay.jigsawBlocks.text.3=직소 블록은 여러 개의 설정을 통해 더 큰 구조물을 형성하는 방법을 정할 수 있습니다. # +howtoplay.jigsawBlocks.text.4=§e타겟 풀§f - 연결 구조물 템플릿 풀의 검색 경로입니다. 템플릿 풀에는 직소의 '타겟 이름' 필드와 일치하는 구조물 하나 이상이 표시될 것입니다. # +howtoplay.jigsawBlocks.text.5=§e이름§f - 직소의 이름입니다. '타겟 이름'이 동일한 직소를 연결할 때 사용합니다. # +howtoplay.jigsawBlocks.text.6=§e변환§f - 구조물 생성 중 월드에 배치된 직소 블록이 변화될 유형입니다. # +howtoplay.jigsawBlocks.text.7=§e선택 우선 순위§f - 부모 조각이 연결을 위해 처리되는 순서입니다. 이 직소 블록이 목표 조각에 연결하려는 순서입니다. 직소는 무작위 순서를 가지고 있으며 우선 순위가 점점 떨어집니다. # +howtoplay.jigsawBlocks.text.8=§e배치 우선 순위§f - 이 직소 블록이 조각에 연결되면, 이 지역은 더 넓은 구조물에서 연결하려는 순서입니다. 조각은 삽입하는 순서에 따라 낮아지는 우선 순위로 처리됩니다. # +howtoplay.jigsawBlocks.text.9=§e조인트 유형§f - 조인트는 회전형 (기본) 또는 고정형 두 종류가 있습니다. 조인트가 회전형이면, 대상 구조물이 본래 직소 블록을 기준으로 무작위로 회전됩니다. 만약 고정형이면, 대상 직소 블록이 본래 직소 블록의 회전 상태와 정렬되도록 대상 구조물이 회전한 상태로 배치됩니다. 이 점은 직소 블록이 올바르게 또는 거꾸로 배치되어 있을 때만 적용된다는 점을 유의하시기 바랍니다. # + howtoplay.jukebox=주크박스 # howtoplay.jukebox.text.1=주크박스에서는 수집한 음악 디스크를 재생할 수 있습니다. # howtoplay.jukebox.header.1=파티 시간 # @@ -3878,7 +3907,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=채광 # @@ -5531,6 +5560,28 @@ item.shield.brown.name=갈색 방패 # item.shield.black.name=검은색 방패 # item.shield.blue.name=파란색 방패 # +item.bundle=꾸러미 # +item.black_bundle=검정색 꾸러미 # +item.white_bundle=흰색 꾸러미 # +item.red_bundle=빨간색 꾸러미 # +item.orange_bundle=주황색 꾸러미 # +item.yellow_bundle=노란색 꾸러미 # +item.green_bundle=녹색 꾸러미 # +item.lime_bundle=연두색 꾸러미 # +item.brown_bundle=갈색 꾸러미 # +item.light_gray_bundle=밝은 회색 꾸러미 # +item.light_blue_bundle=하늘색 꾸러미 # +item.blue_bundle=파란색 꾸러미 # +item.gray_bundle=회색 꾸러미 # +item.pink_bundle=분홍색 번들 # +item.magenta_bundle=자홍색 꾸러미 # +item.purple_bundle=보라색 꾸러미 # +item.cyan_bundle=청록색 꾸러미 # +item.bundle.empty=비우기 # +item.bundle.empty.description=혼합된 아이템 묶음을 수납할 수 있음 # +item.bundle.full=전체 # +item.bundle.fullness=%s 남음 # + item.goat_horn.name=염소 뿔 # item.minecraft.goat_horn.sound.0=숙고 # item.minecraft.goat_horn.sound.1=노래 # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=화살 # itemGroup.name.potion=포션 # itemGroup.name.splashPotion=투척용 포션 # itemGroup.name.lingeringPotion=오래 가는 포션 # +itemGroup.name.ominousBottle=불길한 병 # itemGroup.name.bed=침대 # itemGroup.name.chalkboard=칠판 # itemGroup.name.anvil=모루 # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=촛불 # itemGroup.name.goatHorn=염소 뿔 # itemGroup.name.compounds=화합물 # itemGroup.name.products=제품 # +itemGroup.name.bundles=번들 # -jigsaw.title.target_pool=대상 풀: # +##Jigsaw Block +jigsaw_block.title=직소 블록 # +jigsaw.title.target_pool=대상 집단: # jigsaw.title.name=이름: # jigsaw.title.target=대상 이름: # -jigsaw.title.final_block=변신: # +jigsaw.title.final_block=변신 대상: # +jigsaw.title.selection_priority=선택 우선 순위: # +jigsaw.title.placement_priority=배치 우선 순위: # jigsaw.title.joint_type=조인트 유형: # jigsaw.title.joint_type.aligned=정렬형 # jigsaw.joint_type.aligned=정렬형 # jigsaw.joint_type.rollable=굴리기 가능 # jigsaw.exit.done=완료 # -jigsaw.exit.cancel=취소 # ##EDU Joincode joincode.entry_popup.icon_button=%1, 코드 버튼 참여 # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=LAN 서버 열기 # menu.simulating=월드 테스트 중... # menu.singleplayer=싱글플레이 # menu.store=마켓플레이스 # +menu.store.addons=추가 콘텐츠를 찾아보세요! # menu.skins=스킨 # menu.start=시작 # menu.switchingLevel=월드 전환 중... # @@ -6181,7 +6238,7 @@ options.debug=디버그 # options.flighting_debug=플라이팅 디버그 # options.debugTitle=개발자 옵션 # options.delete_account.button=Microsoft 계정 삭제 # -options.delete_account.confirm.title=Microsoft 계정을 삭제하시겠습니까? # +options.delete_account.confirm.title=Microsoft 계정을 삭제하시겠어요? # options.delete_account.confirm.warning=경고: %s 계정을 삭제하면 더 이상 귀하의 기기에서의 진행 상황 또는 구매 내용을 보호할 수 없습니다. # options.delete_account.confirm.warning.2=이 게임에서 Microsoft 계정을 삭제할 경우 해당 계정을 사용하는 모든 Minecraft 게임에 영향을 미칠 것입니다. # options.delete_account.confirm.checkbox1=다른 플랫폼에서 플레이할 때 더 이상 게임 내 상점 콘텐츠를 이용할 수 없습니다. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=어서션이 디버거에 침입 # options.dev_assertions_show_dialog=어서션이 모달 대화 상자 표시 # options.dev_force_trial_mode=체험판 모드 강제 활성화 # options.dev_eduDemo=교육용 데모(다시 로그인 필요) # +options.dev_eduCloudResumableUpload=4MB보다 큰 파일을 업로드할 때는 재개 가능한 업로드 API를 사용하세요. # options.remote_imgui_toggle=원격 IMGUI 사용 # options.dev_enableDebugUI=디버그 UI 사용 # options.dev_createRealmWithoutPurchase=구매하지 않고 Reaml 생성 # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realm 엔드포인트 # options.dev_realmsEndpointPayment=Realm 엔드포인트 결제 # options.dev_realmsRelyingParty=Realm RP # options.dev_realmsRelyingPartyPayment=Realm RP 결제 # -options.dev_realms_stories=Realm 스토리 활성화 # options.dev_overrideXboxEnvironmentWindows=Xbox 샌드박스 재정의(Windows에서 제어되는 OS) # options.dev_overrideXboxEnvironment=Xbox 샌드박스 재정의(재시작 필요) # options.dev_xboxEnvironment=Xbox 샌드박스 환경(재시작 필요) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge 샌드박스: Retail # options.dev_sandboxDev=Xforge 샌드박스: Dev # options.dev_sandboxDevAchievement=Xforge 샌드박스: 개발 도전 과제 # options.dev_showDiscoveryOverridePanel=서비스 엔드포인트 재정의 # +options.dev_serviceOverrideType=재정의 유형 # +options.dev_serviceOverrideTypeMultibranch=멀티브랜치 배치 # +options.dev_serviceOverrideTypeCustom=사용자 지정 # options.dev_discoveryOverrideServiceName=서비스 이름(안전, 페르소나 등) # options.dev_discoveryOverrideServiceBranch=브랜치 # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=모든 엔드포인트 초기화 # options.dev_apply=적용 # options.dev_displayTreatmentsPanel=처리 표시 # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=수집: 활성화됨 # options.dev_gatherings_system_service_pack=수집: 누락된 시스템 서비스 팩으로 인해 비활성화됨 # options.dev_gatherings_active_gathering=활성화됨: %s # options.dev_gatherings_available_gatherings=사용 가능한 수집 # +options.dev_gatherings_clear_system_service_pack=시스템 서비스 팩 캐시 삭제 # options.difficulty=난이도 # options.difficulty.easy=쉬움 # options.difficulty.hard=어려움 # @@ -6524,7 +6586,8 @@ options.creatorTitle=제작자 설정 # options.creator.serverboundClientDiagnosticsEnabled=클라이언트 진단 활성화 # options.creator.debuggerHeading=스크립트 디버거 설정 # options.creator.debuggerAutoAttach=불러오기 시 디버거 첨부 # -options.creator.debuggerAutoConnect=불러오기 시 디버거 연결 # +options.creator.debuggerAutoAttachTimeout=타임아웃 추가 # +options.creator.debuggerAutoAttachTimeoutFormat=%s초 # options.creator.debuggerConnect=연결 # options.creator.debuggerListen=듣기 # options.creator.debuggerHost=호스트 # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. 월드가 생성된 후 하드코어 모 options.turnOnHardcoreMode.message.3=3. 죽은 후에는 월드를 관람할 수는 있지만 상호작용할 수는 없습니다. # options.achievementsDisabled=이 월드에서는 도전 과제를 얻을 수 없습니다. # options.achievementsDisabled.onLoad=이 설정으로 플레이를 시작하면 이 월드에서 더 이상 도전 과제를 얻지 못하게 됩니다. # -options.achievementsDisabled.notSignedIn=이 월드에서는 도전 과제를 얻을 수 있으나, Microsoft 계정에 로그인해야 얻을 수 있습니다. # +options.achievementsDisabled.notSignedIn=이 월드에서 도전 과제를 달성할 수 있지만, 이를 위해서는 Microsoft 계정에 로그인해야 합니다. # options.turnOffCrossPlatformMultiplayer=크로스 플랫폼 멀티 플레이를 끄시겠어요? # options.turnOffCrossPlatformMultiplayer.message=사용하시려는 콘텐츠는 크로스 플랫폼 멀티 플레이 게임에서 사용할 수 없습니다. 계속 진행할 경우 크로스 플랫폼 멀티 플레이 게임을 플레이할 수 없게 됩니다. # options.conflictingPacks=충돌하는 팩 # @@ -6884,8 +6947,8 @@ options.loadWorldAnyway=그래도 월드 불러오기 # options.updateAndPlay=업데이트 및 플레이 # options.makeBackup=내 월드의 백업 사본 만들기 # options.managePrivacy=개인정보 설정을 관리하려면 웹 브라우저에서 https://account.xbox.com/Settings를 방문하세요. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Microsoft 계정 연결 해제 # -options.unlink_msa.confirm.title=Microsoft 계정의 연결을 해제하시겠습니까? # +options.unlink_msa.button=Microsoft 계정 연동 해제 # +options.unlink_msa.confirm.title=Microsoft 계정의 연동을 해제하시겠어요? # options.unlink_msa.confirm.warning=경고: 연결을 해제하면 귀하의 %s 계정의 PlayStation®4 본체에서 수행한 진행 상황이나 구매 항목이 더 이상 저장되지 않습니다. #### CertRequirement: [PlayStation®4 console] options.unlink_msa.confirm.warning.2=이 게임으로부터 Microsoft 계정 연동을 해제할 경우 해당 플랫폼에서 Microsoft 계정을 사용했던 모든 Minecraft 게임에 영향을 미칠 것입니다. # options.unlink_msa.confirm.checkbox1=다른 플랫폼에서 플레이할 때 더 이상 게임 내 상점 콘텐츠에 액세스할 수 없습니다. # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=낮음 # options.volumetricFogQuality.medium=중간 # options.volumetricFogQuality.high=높음 # options.volumetricFogQuality.ultra=매우 높음 # +options.upscalingPercentage=해상도 # +options.upscalingPercentage.hundred=기본 # options.reflectionsQuality=반사 # options.reflectionsQuality.off=끄기 # options.reflectionsQuality.low=낮음 # @@ -6966,12 +7031,10 @@ 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.device=이 장치에 대한 지원이 곧 종료됩니다. 2025년 3월에 이 장치의 마지막 업데이트가 이루어지며, 그때까지는 업데이트를 받을 수 있습니다.%s마지막 업데이트가 완료된 후에도 여러분의 월드에서 계속 플레이할 수 있으며, Minecoins를 포함한 마켓플레이스 구매 항목을 이용할 수 있습니다. 이 장치에서 관리되는 Realm은 해당 Realm의 소유자가 다른 장치에서 업데이트를 받지 않는 한 6개월 동안 더 이용할 수 있습니다.%sRealm 정기 구독 취소는 해당 Realm이 생성된 장치의 설정 메뉴의 정기 구독에서 할 수 있습니다.%s귀하는 더 이상 최신 업데이트를 받을 수 없게 되며, 계속 업데이트를 받는 장치와 Realm에서 멀티 플레이를 할 수 없습니다. 또한 일부 서버에 연결할 수 없게 됩니다.%s자세한 정보를 확인하려면 버튼을 클릭하세요. # +sunsetting.popup.sunset.device=이 장치에 대한 지원이 종료되었습니다. 2025년 3월부터 이 장치에서 업데이트를 받을 수 없으며, 이번 업데이트가 이 장치의 마지막 업데이트입니다.%s업데이트 이후에도 여러분의 월드에서 계속 플레이할 수 있으며, Minecoins를 포함한 마켓플레이스 구매 항목을 이용할 수 있습니다. 이 장치에서 관리되는 Realm은 해당 Realm의 소유자가 다른 장치에서 업데이트를 받지 않는 한 2025년 3월부터 6개월 동안 더 이용할 수 있습니다.%sRealm 정기 구독 취소는, 해당 Realm이 생성된 장치의 설정 메뉴의 정기 구독에서 할 수 있습니다.%s귀하는 더 이상 최신 업데이트를 받을 수 없게 되며, 계속 업데이트를 받는 장치와 Realm에서 멀티 플레이를 할 수 없습니다. 또한 일부 서버에 연결할 수 없게 됩니다.%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.banner.play.worldTab.pending=버전이 곧 멀티 플레이에 연결되지 않을 수 있습니다. # sunsetting.banner.play.friendsTab.pending=버전이 곧 멀티 플레이에 연결되지 않을 수 있습니다. # @@ -7158,13 +7221,13 @@ permissions.ability.op=운영자 명령어 # permissions.ability.invisible=투명화 # permissions.ability.teleport=순간이동 사용하기 # permissions.NeedPermission=권한 필요 # -permissions.AddFriends=Microsoft 계정 설정 방식 때문에 친구들을 추가할 수 없습니다. 온라인 안전 설정에서의 친구들 추가 허용 여부를 확인하세요. aka.ms/MCMultiplayerHelp 에서 해당 설정 변경에 대한 지침을 참조하세요. # -permissions.MultiplayerSessions=Microsoft 계정 설정 방식 때문에 Realm에서 플레이할 수 없습니다. 온라인 안전 설정에서의 멀티플레이 허용 여부를 확인하세요. aka.ms/MCMultiplayerHelp에서 해당 설정 변경에 대한 지침을 참조하세요. # -permissions.Communications=Microsoft 계정 설정 방식 때문에 다른 플레이어와 채팅할 수 없습니다. 프라이버시 설정에서의 다른 사람과 공유하기 허용 여부를 확인하세요. aka.ms/MCMultiplayerHelp 에서 해당 설정 변경에 대한 지침을 참조하세요. # +permissions.AddFriends=귀하의 Microsoft 계정 설정으로 인해 친구를 추가할 수 없습니다. 온라인 보안 설정에서 친구 추가가 허용되어 있는지 확인하세요. 해당 설정을 변경하려면, aka.ms/MCMultiplayerHelp의 설명을 확인하세요. # +permissions.MultiplayerSessions=귀하의 Microsoft 계정 설정으로 인해 Realm에서 게임을 할 수 없습니다. 온라인 보안 설정에서 멀티 플레이가 허용되어 있는지 확인하세요. 해당 설정을 변경하려면, aka.ms/MCMultiplayerHelp의 설명을 확인하세요. # +permissions.Communications=귀하의 Microsoft 계정 설정으로 인해 다른 플레이어와 채팅을 할 수 없습니다. 프라이버시 설정에서 다른 사람과의 자유로운 커뮤니케이션이 허용되어 있는지 확인하세요. 해당 설정을 변경하려면, aka.ms/MCMultiplayerHelp의 설명을 확인하세요. # permissions.RealmsAddFriends=Xbox 계정 설정 때문에 친구를 새로 추가하여 Realm에서 함께 플레이할 수 없습니다. Xbox.com의 개인 정보 취급 방침 및 온라인 안전 설정에서 설정을 변경할 수 있습니다. 계속 진행하시겠습니까? # permissions.CloudSave=계정 설정 때문에 Xbox 프로필에 월드를 저장할 수 없습니다. Xbox.com의 개인 정보 취급 방침 및 온라인 안전 설정에서 설정을 변경할 수 있습니다. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Microsoft 계정 설정 방식 때문에 온라인 멀티플레이 게임을 플레이할 수 없습니다. 온라인 안전 설정에서의 멀티플레이 허용 및 Xbox Live Gold 구독 활성화 여부를 확인하세요. aka.ms/MCMultiplayerHelp에서 해당 설정 변경에 대한 지침을 참조하세요. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Microsoft 계정 설정 때문에 Realm에서 플레이할 수 없습니다. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=귀하의 Microsoft 계정 설정으로 인해 Realm에서 게임을 할 수 없습니다. 온라인 보안 설정에서 멀티 플레이 허용 및 Xbox Live Gold 구독 활성화 여부를 확인하세요. 해당 설정을 변경하려면, aka.ms/MCMultiplayerHelp의 설명을 확인하세요. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=귀하의 Microsoft 계정 설정으로 인해 Realm에서 게임을 할 수 없습니다. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=문제 해결 도움말 # permissions.open.account.help.button.gamecore=이 문제 해결 # permissions.open.account.setting.button=서비스 약관 보기 # @@ -8140,7 +8203,7 @@ selectTemplate.create=만들기... # selectTemplate.worldsByCreators=크리에이터가 만드는 월드 # selectTemplate.realm=새 Realm # selectTemplate.realmInfo=월드를 생성한 후에는 내 Realm으로 업로드할 수 있습니다! # -selectTemplate.signIn=Microsoft 계정으로 Realm 생성하기 # +selectTemplate.signIn=Microsoft 계정으로 Realm 만들기 # selectTemplate.unableToSignIn=이 기기에서는 Microsoft 서비스를 사용할 수 없습니다. # selectTemplate.world=새로운 월드 # selectTemplate.help=? # @@ -8347,9 +8410,9 @@ store.realmsPlus.noTrial.description.iap.contentSub=Realm과 Marketplace Pass에 store.realmsPlus.realmName.placeholder=%s님의 Realm #The string passed in here is the gamertag of the player to indicate the name of the player's world. # store.realmsPlus.recurring.offerTrial=Realm Plus는 정기 서비스를 취소할 때까지 매월 정기 서비스 자동 결제 요금이 청구되는 정기 서비스 상품입니다.%sRealm과 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있게 됩니다. 또한 최대 10명의 플레이어가 동시에 플레이를 할 수 있으며, 귀하의 Realm의 월드에 무료로 액세스할 수도 있습니다! 첫 30일은 무료고 그 후 매월 %s의 요금이 청구되며, 정기 서비스 설정에서 언제든 정기 서비스를 취소하여 이후 청구를 중단할 수 있습니다. # -store.realmsPlus.recurring.offerTrial.contentSub=Realm Plus는 정기 서비스를 취소할 때까지 매월 정기 서비스 자동 결제 요금이 청구되는 정기 서비스 상품입니다.%sRealm과 마켓플레이스 패스에 포함된 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있게 됩니다. 또한 최대 10명의 플레이어가 동시에 플레이를 할 수 있으며, 귀하의 Realm의 월드에 무료로 액세스할 수도 있습니다! 첫 30일은 무료고 그 후 매월 %s의 요금이 청구되며, 정기 서비스 설정에서 언제든 정기 서비스를 취소하여 이후 청구를 중단할 수 있습니다. # +store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus는 구독을 취소할 때까지 매월 자동으로 정기 구독 요금이 청구되는 구독 서비스 상품입니다.%s귀하의 Realm과 Marketplace Pass에 포함된 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있게 됩니다. 또한 최대 10명의 플레이어가 동시에 플레이를 할 수 있으며, 귀하의 Realm 월드에 무료로 액세스할 수도 있습니다! 첫 30일은 무료로 제공되며 그 후 매월 %s의 요금이 청구됩니다. 구독 서비스 설정에서 언제든지 구독 서비스를 취소하여 이후 청구를 중단할 수 있습니다. # store.realmsPlus.recurring.withoutTrial=Realm Plus는 정기 서비스를 취소할 때까지 매월 정기 서비스 자동 결제 요금이 청구되는 정기 서비스 상품입니다.%sRealm과 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있게 됩니다. 또한 최대 10명의 플레이어가 동시에 플레이를 할 수 있으며, 귀하의 Realm의 월드에 무료로 액세스할 수도 있습니다! 매월 %s의 요금이 청구되며, 정기 서비스 설정에서 언제든 정기 서비스를 취소하여 이후 청구를 중단할 수 있습니다. # -store.realmsPlus.recurring.withoutTrial.contentSub=Realm Plus는 정기 서비스를 취소할 때까지 매월 정기 서비스 자동 결제 요금이 청구되는 정기 서비스 상품입니다.%sRealm과 마켓플레이스 패스에 포함된 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있게 됩니다. 또한 최대 10명의 플레이어가 동시에 플레이를 할 수 있으며, 귀하의 Realm 월드에 무료로 액세스할 수도 있습니다! 매월 %s의 요금이 청구되며, 정기 서비스 설정에서 언제든 정기 서비스를 취소하여 이후 청구를 중단할 수 있습니다. # +store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus는 구독을 취소할 때까지 매월 자동으로 정기 구독 요금이 청구되는 구독 서비스 상품입니다.%s귀하의 Realm과 Marketplace Pass에 포함된 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있게 됩니다. 또한 최대 10명의 플레이어가 동시에 플레이를 할 수 있으며, 귀하의 Realm 월드에 무료로 액세스할 수도 있습니다! 매월 %s의 요금이 청구되며, 구독 서비스 설정에서 언제든지 구독 서비스를 취소하여 이후 청구를 중단할 수 있습니다. # store.realmsPlus.consumable.offerTrial=Realm과 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있게 됩니다. 또한 최대 10명의 플레이어가 동시에 플레이를 할 수 있으며, 귀하의 Realm의 월드에 무료로 액세스할 수도 있습니다! 첫 30일은 무료고, 그 후 30일마다 %s의 가격으로 서비스를 갱신할 수 있습니다. # store.realmsPlus.consumable.offerTrial.contentSub=Realm과 Marketplace Pass에 포함된 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있게 됩니다. 또한 최대 10명의 플레이어가 동시에 플레이를 할 수 있으며, 귀하의 Realm의 월드에 무료로 액세스할 수도 있습니다! 첫 30일은 무료고, 그 후 30일마다 %s의 가격으로 서비스를 갱신할 수 있습니다. # store.realmsPlus.consumable.withoutTrial=Realm과 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있게 됩니다. 또한 최대 10명의 플레이어가 동시에 플레이를 할 수 있으며, 귀하의 Realm의 월드에 무료로 액세스할 수도 있습니다! 30일 동안 %s에 정기 서비스를 이용할 수 있습니다. # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=개인 서버를 사용하면 Minecraft 마켓플 store.realmsPlus.faq.question3=친구들도 Realm Plus를 구매해야 내 Realm에서 플레이할 수 있나요? # store.realmsPlus.faq.answer3=친구들이 Realm Plus 정기 서비스를 구매해야 내 Realm에서 플레이할 수 있는 것은 아닙니다. 멀티플레이 이용 권한이 있는 친구라면 누구든 내 Realm을 무료로 이용할 수 있도록 초대할 수 있습니다. # store.realmsPlus.faq.question4=어떤 장치에서 Minecraft Realm Plus를 지원하나요? # -store.realmsPlus.faq.answer4=Realm Plus는 현재 Minecraft Bedrock Edition을 설치할 수 있는 모든 플랫폼에서 사용할 수 있습니다. Microsoft 계정으로 로그인할 경우 해당 기기에서 Realm을 플레이할 수 있으며 Realm Plus의 모든 콘텐츠를 사용할 수 있습니다. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus는 현재 Minecraft Bedrock Edition을 설치할 수 있는 모든 플랫폼에서 이용할 수 있습니다. Microsoft 계정으로 로그인할 경우 해당 장치에서 Realm을 플레이하고 Realm Plus의 모든 콘텐츠를 이용할 수 있습니다. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Realm Plus 구독 요금은 얼마인가요? # store.realmsPlus.faq.answer5=매월 %s에 10인 플레이어 서버 및 150개 이상의 마켓플레이스 팩 이용 권한을 제공합니다. # store.realmsPlus.faq.answer5.contentSub=매월 %s. 멤버를 무한하게 추가하여 다른 플레이어 10명과 동시에 온라인으로 플레이하세요. 그리고 Marketplace Pass 카탈로그에 있는 150개 이상의 마켓플레이스 콘텐츠를 무료로 즐기세요. # @@ -8400,12 +8463,12 @@ store.realmsPlus.faq.question8=어디서 내 Realm Plus 팩을 이용할 수 있 store.realmsPlus.faq.answer8=정기 서비스에 포함된 월드와 팩은 온라인, 개인 Realm, 로컬 장치에서 플레이할 수 있습니다. 30일에 최소 한 번 온라인으로 플레이하여 정기 서비스가 활성화되어 있음을 확인하면 됩니다. # store.realmsPlus.faq.question9=정기 서비스가 만료되면 내 Realm와 월드는 어떻게 되나요? # store.realmsPlus.faq.answer9=구독이 종료되면 여러분과 친구들이 Realm에서 온라인으로 함께 플레이할 수 없고, Realm Plus 팩에 접속할 수 없습니다. 구독 종료 후 18개월 이내에 Realm에 저장된 모든 월드를 다운로드할 수 있습니다. Realm Plus 월드, 텍스처 팩 또는 매시업을 이용했다면 해당 팩을 상점에서 구매해야 하며, 아직 Realm Plus에 남아 있다면 다시 구독하여 해당 월드 템플릿을 플레이할 수 있습니다. # -store.realmsPlus.faq.question10=Realm Plus와 마켓플레이스 패스 둘 다 꼭 구매해야 하나요? # -store.realmsPlus.faq.answer10=아니요. 마켓플레이스 패스는 150개 이상의 팩을 포함하는 카탈로그입니다. Realm Plus는 마켓플레이스 패스가 포함된 10인 플레이어 Realm입니다. 그러므로 당신에게 적합한 것을 골라서 구독하는 것을 권장합니다. # +store.realmsPlus.faq.question10=Realms Plus와 Marketplace Pass 둘 다 꼭 구매해야 하나요? # +store.realmsPlus.faq.answer10=아니요. Marketplace Pass는 150개 이상의 팩을 포함하는 카탈로그입니다. Realms Plus는 Marketplace Pass가 포함된 10인 플레이어 Realm입니다. 그러므로 당신에게 적합한 것을 골라서 구독하는 것을 권장합니다. # store.realmsPlus.faq.question11=Realm 스토리는 무엇인가요? # store.realmsPlus.faq.answer11=Realm 스토리는 내 Realm과 관련된 소셜 허브입니다. 스토리 피드에 게시물을 올려 지금 무엇을 하는지 다른 사람들에게 알리고 모험과 창작물을 공유하세요. 멤버 목록으로 누가 누구인지 쉽게 확인할 수 있습니다. 다른 멤버들이 플레이하는 시간을 확인하고 창작물을 구경하러 가거나, 추후에 함께 할 계획을 세우세요. # -store.realmsPlus.content.marketplacePass=Realm Plus에는 마켓플레이스 패스가 포함되어 있습니다! # +store.realmsPlus.content.marketplacePass=Realms Plus에는 Marketplace Pass가 포함되어 있습니다! # store.realmsPlus.content.skinDescription=스킨으로 외모를 바꾸세요! # store.realmsPlus.content.skinDescriptionPersona=스킨으로 옷을 입으세요! # store.realmsPlus.content.skinDescriptionPersona.contentSub=스킨으로 여러분의 옷장을 확장하세요! # @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass는 월 %s에 Minecraft 마켓플레이스 store.csb.faq.question2=Marketplace Pass 콘텐츠는 얼마나 자주 업데이트되나요? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=매달 엄선된 콘텐츠가 업데이트되어 항상 새로운 것을 탐색할 수 있습니다. # store.csb.faq.question3=Marketplace Pass를 즐기려면 무엇이 필요한가요? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Marketplace Pass에 액세스하려면 구독을 활성화하고, Minecraft 마켓플레이스가 있는 Minecraft: Bedrock Edition의 호환 가능한 버전이 있어야 합니다. Microsoft 계정으로 로그인해야 합니다. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Marketplace Pass에 액세스하려면 구독을 활성화하고, Minecraft 마켓플레이스가 있는 Minecraft: Bedrock Edition의 호환 가능한 버전이 있어야 합니다. Microsoft 계정으로 로그인해야 합니다. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Marketplace Pass를 해지하면 내 콘텐츠는 어떻게 되나요? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=카탈로그에서 삭제된 월드, 텍스처 팩, 스킨 팩, 매시업을 계속 플레이하려면 마켓플레이스에서 해당 아이템을 구매해야 합니다. 팩은 삭제할 때까지 로컬 저장소에 저장됩니다. 사용한 월간 캐릭터 만들기 아이템은 보유할 수 있습니다. # store.csb.faq.question5=구독이 끝나면 어떻게 되나요? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=이 아이템은 내 기기와 호환되지 않을 store.owned=소장 # store.owned.legacy=소유(P) # store.unlocked=잠금 해제됨 # -store.mypacks=내 콘텐츠 # +store.myLibrary=내 라이브러리 # store.error=마켓플레이스 오류 # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=아이템 잠금 해제에 필 store.popup.purchaseFailedInsufficientFunds.buyButton=코인 구매하기 # store.popup.purchasePriceMismatch.msg=죄송합니다, 구매를 완료할 수 없습니다. 나중에 다시 시도해 주세요. # store.popup.trialUpgradeFail.title=게임 잠금 해제 오류 # -store.popup.trialUpgradeFail.msg=Minecraft 평가판을 처음 다운로드한 Microsoft 계정과 다른 계정에 로그인하신 것 같습니다. 평가판을 다운로드한 계정으로 로그인한 후 다시 시도해 보세요. # +store.popup.trialUpgradeFail.msg=처음에 Minecraft 평가판을 다운로드한 Microsoft 계정과 다른 계정에 로그인하신 것 같습니다. 평가판을 다운로드한 계정으로 로그인한 후 다시 시도해 보세요. # store.popup.downloaded.unOwnedTemplate.title=월드 템플릿을 구매할까요? # store.popup.downloaded.unOwnedTemplate.msg=이 템플릿을 소유하고 있지 않습니다. 템플릿을 잠금 해제하려면 먼저 구입해야 합니다. 템플릿을 구매하시겠습니까? # store.popup.rtx.title=광선 추적 팩을 다운로드할까요? # @@ -8758,12 +8821,12 @@ store.ratings.rate=이 팩 평가하기 # store.ratings.signIn.title=마켓플레이스 아이템 평가하기 # store.ratings.signIn.description1=아이템을 직접 사용한 경험을 제작자, 커뮤니티와 공유하세요! # -store.ratings.signIn.description2=아이템 평가를 남기려면 Microsoft 계정으로 로그인해야 합니다. # +store.ratings.signIn.description2=아이템에 평가를 남기려면 Microsoft 계정으로 로그인해야 합니다. # store.purchase.success.realMoney1=방금 %s용 %s의 잠금을 해제했습니다. # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=무궁무진한 멋진 콘텐츠로 다양하게 게임을 즐겨보세요. # -store.purchase.signInPart2=Microsoft 계정으로 로그인하고 마켓플레이스를 이용하기 시작하세요! # +store.purchase.signInPart2=Microsoft 계정으로 로그인하고 마켓플레이스 상점을 이용하세요! # store.purchase.realmoney.disclaimer=*%s용 코인 %s개를 구입하여 이 팩을 구매하는 데 %s개를 사용하고 %s개를 남깁니다. # store.purchase.notAvailable=현재 이용 불가능 # @@ -8828,7 +8891,6 @@ store.updating.title=%s 업데이트 중 # store.importing.title=가져오는 중: %s # store.importing=가져오는 중... # store.showMore=모두 보기 # -store.inventory.no.xbl=내 팩 # store.promo.today=금일 한정 제공! # store.promo.upsell=오늘 자 무료 선물을 놓치지 마세요! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=설치 상태 # store.search.filter.installed=설치됨 # store.search.filter.notInstalled=설치되지 않음 # store.search.filter.clear.installed=설치된 필터 초기화 # +store.search.filter.dressingroombody=몸 # +store.search.filter.dressingroombody.selectedCount=부품 %d개 # +store.search.filter.dressingroomstyle=스타일 # +store.search.filter.dressingroomstyle.selectedCount=스타일 %d종 # store.search.sort_menu.sortConstWord=분류 # store.search.sort_menu.Default=관련 # @@ -10188,7 +10254,7 @@ trial.tabbed_upsell.xbl.title=MICROSOFT 계정 # trial.tabbed_upsell.xbl.description=정식 버전 Minecraft에서는 크리에이티브 모드, 도전 과제 등을 즐길 수 있으며, Microsoft 계정을 통해 Minecraft 커뮤니티의 다른 플레이어를 만날 수 있습니다! 친구들의 월드에 참여하고, 서버에서 새로운 친구와 사귀고, 마켓플레이스에서 구매한 상품을 Minecraft를 플레이하는 모든 장치에서 같이 사용하세요. # trial.tabbed_upsell.xbl.description.line2=*(마켓플레이스 버전 해당) # trial.tabbed_upsell.achievements.title=도전 과제 # -trial.tabbed_upsell.achievements.description=정식 버전 Minecraft에서는 크리에이티브 모드와 멀티 플레이를 즐길 수 있을 뿐만 아니라 도전 과제와 게이머 점수를 통해 Minecraft 진행도를 표시하고 Microsoft 계정 친구에게 성취도를 보여 줄 수 있습니다. 지금 정식 버전 게임을 구입하고 도전 과제를 달성하세요! # +trial.tabbed_upsell.achievements.description=정식 버전 Minecraft에서는 크리에이티브 모드와 멀티 플레이 등을 즐길 수 있으며, 도전 과제와 게이머 점수를 통해 Minecraft 진행도를 표시하고 Microsoft 계정 친구에게 성취도를 보여 줄 수 있습니다. 지금 정식 버전 게임을 구입하고 도전 과제를 달성하세요! # trial.tabbed_upsell.multiplayer.title=멀티 플레이 # trial.tabbed_upsell.multiplayer.description=Minecraft 정식 버전에서는 크리에이티브 모드, 도전 과제 및 멀티 플레이를 Minecraft 장치를 이용하는 친구 모두와 함께 즐길 수 있습니다! 콘솔, PC 및 모바일에서 친구들과 플레이하며 만들고, 탐험하고, 생존하세요. 오늘 정식 버전 Minecraft를 잠금 해제하세요! # trial.tabbed_upsell.server.title=서버 # @@ -10210,7 +10276,7 @@ trial.thanks_for_testing.minecraft.description=Chromebook용 Minecraft 평가판 trial.thanks_for_testing.xbl.title=MICROSOFT 계정 # trial.thanks_for_testing.xbl.description=정식 버전 Minecraft에서는 크리에이티브 모드, 도전 과제 등을 즐길 수 있으며, Microsoft 계정을 통해 Minecraft 커뮤니티의 다른 플레이어를 만날 수 있습니다! 친구들의 월드에 참여하고, 서버에서 새로운 친구와 사귀고, 마켓플레이스에서 구매한 상품을 Minecraft를 플레이하는 모든 장치에서 같이 사용하세요. # trial.thanks_for_testing.xbl.description.line2=*(마켓플레이스 버전 해당) # -trial.thanks_for_testing.achievements.description=정식 버전 Minecraft에서는 크리에이티브 모드와 멀티 플레이를 즐길 수 있을 뿐만 아니라 도전 과제와 게이머 점수를 통해 Minecraft 진행도를 표시하고 Microsoft 계정 친구에게 성취도를 보여 줄 수 있습니다. # +trial.thanks_for_testing.achievements.description=정식 버전 Minecraft에서는 크리에이티브 모드와 멀티 플레이 등을 즐길 수 있으며, 도전 과제와 게이머 점수를 통해 Minecraft 진행도를 표시하고 Microsoft 계정 친구에게 성취도를 보여 줄 수 있습니다. # trial.thanks_for_testing.multiplayer.description=Minecraft 정식 버전에서는 크리에이티브 모드, 도전 과제 및 멀티 플레이를 Minecraft 장치를 이용하는 모든 친구와 함께 즐길 수 있습니다! 콘솔, PC 및 모바일에서 친구들과 플레이하며 만들고, 탐험하고, 생존하세요. # trial.thanks_for_testing.server.description=Minecraft 완전판의 서버에는 조금 더 독특한 몇 가지 Minecraft 플레이 방식이 준비되어 있습니다! 미니 게임을 플레이하고, Minecraft 커뮤니티와 만나고, 새 친구들을 사귀세요. # trial.thanks_for_testing.store.description=게임 내 상점인 Minecraft 마켓플레이스에 접속하세요. 새로운 스킨으로 외형을 바꾸고, 월드를 전환하고, 최고의 커뮤니티 제작자들이 만든 새 지도를 탐험하세요! # @@ -10297,7 +10363,7 @@ xbox.signin.beta.blocked=현재 베타 버전에서는 Microsoft 계정으로 xbox.signin.enterCode=후 다음 코드 입력: # xbox.signin.enterCode.qr=2. 메시지가 표시되면 아래 코드를 입력하세요. # xbox.signin.letsPlay=지금 플레이하기 # -xbox.signin.message=무료 Microsoft 계정에 로그인하고 완전한 Minecraft의 세계를 경험해 보세요. # +xbox.signin.message=무료 Microsoft 계정에 로그인하고 완전한 Minecraft의 월드를 경험해 보세요. # xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=다른 Microsoft 계정으로 로그인 # xbox.signin.website=다른 장치에서 다음 웹사이트 방문: # @@ -10323,7 +10389,7 @@ xbox.dev_wrongSandboxSigninFailed.button.clearXbl=계정 로그인 데이터 지 xbox.invitesignin.line1=게이머태그로 친구를 초대하면 친구가 온라인일 때 친구의 월드를 볼 수 있습니다. # xbox.invitesignin.line2=Microsoft 계정으로 로그인하여 친구 초대를 시작하세요! # xbox.thirdpartysignin.line1=즐거운 미니 게임과 새로운 플레이어를 곧 만나볼 수 있습니다! 먼저 '%s'에 개인 확인 정보를 제공해주세요. # -xbox.thirdpartysignin.line2=연결하려면 Microsoft 계정으로 로그인해야 합니다. # +xbox.thirdpartysignin.line2=연결하려면 Microsoft 계정으로 로그인해야 합니다! # xbox.signInLong=무료로 로그인하세요! # xbox.signOutLong=Microsoft 계정에서 로그아웃하기 # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Microsoft 계정으로 로그인하여 친 xbox.disconectionscreen.multiplayerNotAllowed=Microsoft 계정에는 멀티 플레이 게임에 참여할 권한이 없습니다. # xbox.disconectionscreen.accessDenied=참여하려면 이 게임의 누군가와 친구여야 합니다. # -xbox.friendfinder.enterGamertag=게이머태그 입력 # -xbox.friendfinder.findFriends=게이머태그로 친구 찾기 # -xbox.friendfinder.searchingForGamertag=검색 중 # -xbox.friendfinder.gamertagNotFound=게이머태그를 찾을 수 없습니다. # - xbox.profile.addFriend=친구 추가 # xbox.profile.addFriend.success=성공! %s 님이 친구 목록에 추가되었습니다. # xbox.profile.block=블록 # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property='%s' 속성은 이 콘텐츠 유형에 사 packdiscoveryerror.version_too_high='%s' 속성의 '%s' 버전이 너무 높습니다. 허용되는 가장 높은 값은 '%s'입니다. # packdiscoveryerror.version_too_low='%s' 속성의 '%s' 버전이 너무 낮습니다. 허용되는 가장 낮은 값은 '%s'입니다. # packdiscoveryerror.format_version_1_engine_version_cap='%s' 속성은 '%s'보다 작은 값을 가져야 합니다. 상위 버전을 사용하려면 버전 2 형식을 사용해야 합니다. # +packdiscoveryerror.folder_structure_too_deep=팩 내 폴더 구조가 너무 깊습니다. # ## pack upgrading packupgradewarning.invalidpacktype=팩 매니페스트에 제공된 '%s' 요소의 값이 유효하지 않습니다. 리소스 팩으로 기본 설정됩니다. # diff --git a/resource_pack/texts/nb_NO.lang b/resource_pack/texts/nb_NO.lang index 7dfb8408f..97a94cfad 100644 --- a/resource_pack/texts/nb_NO.lang +++ b/resource_pack/texts/nb_NO.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Leksikon-skjerm # accessibility.screenName.howToPlay=Slik spiller du # accessibility.screenName.inviteToGame=Inviter til spillet-skjerm # accessibility.screenName.joinByIP=Dialogboksen Bli med via IP-adresse # +accessibility.screenName.joinByConnectionID=Bli med via tilkoblings-ID # accessibility.screenName.joinCode=Dialogboksen Deltakerkode # accessibility.screenName.library=Bibliotek-skjerm # accessibility.screenName.modalDialog=Sprettoppvindu # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Profil-skjerm # accessibility.screenName.realmInviteLinkSettings=Invitasjonslenke til realm-innstillinger-skjerm # accessibility.screenName.realmSettings=Innstillinger for realmen # accessibility.screenName.settings=Spillinnstillinger # -accessibility.screenName.addFriend=Legg til venn-skjerm # accessibility.screenName.skinPicker=Velg skall # accessibility.screenName.start=Hovedmeny # accessibility.screenName.vrAlignment=VR-justering # accessibility.screenName.emoteWheel=Emote-skjermbildet # +accessibility.screenName.addExternalServer=Legg til ekstern serverskjerm # +accessibility.screenName.editExternalServer=Rediger ekstern serverskjerm # accessibility.search.sort_menu.A_to_Z.tts.title=«A» til «Å» ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=«Å» til «A» ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Kunne ikke ta noen effekter fra %1$s fordi commands.effect.failure.notAMob=%1$s kan ikke ha effekter # commands.effect.notFound=Det finnes ingen veseneffekt med ID-en %s # commands.effect.success=Ga %1$s * %2$d til %3$s i %4$d sekunder # +commands.effect.success.infinite=Ga %1$s * %2$d til %3$s i en uendelig varighet # commands.effect.success.removed=Tok %1$s fra %2$s # commands.effect.success.removed.all=Tok alle effekter fra %1$s # commands.enchant.cantCombine=%1$s kan ikke kombineres med %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Målenheten kan ikke være i en annen commands.generic.entity.invalidType=Enhetstypen %1$s er ugyldig # commands.generic.entity.invalidUuid=Enhetens oppgitte UUID er i et ugyldig format # commands.generic.entity.notFound=Finner ikke denne enheten # -commands.generic.error.permissions=Feil tillatelsesnivåer. %s er %s-nivåkommando. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Feil tillatelsesnivå for kommando: %s. ###1: command name commands.generic.exception=Det oppstod en ukjent feil under forsøket på å utføre denne kommandoen # commands.generic.invalidAgentType=Typeargument brukt på velger begrenset til agenter # commands.generic.invalidcontext=Ugyldig kontekst angitt for gitt kommandotype # +commands.generic.invalidOrigin=Kommandoens opprinnelse var ugyldig da kommandoen ble utført # commands.generic.invalidDevice=Den oppgitte kommandoen %s støttes ikke på denne enheten # commands.generic.invalidMessage=Ugyldig meldingslengde # commands.generic.invalidPlayerType=Typeargument brukt på velger begrenset til spillere # @@ -1171,7 +1175,7 @@ commands.recipes.notFound=Oppskriften ble ikke funnet. # commands.recipes.notUnlockable=Oppskriften kan ikke låses opp i oppskriftsboken. # commands.reload.all.description=Laster inn alle funksjons- og skriptfiler fra alle atferdspakker på nytt, eller laster inn verdenen og alle ressurs- og atferdspakker på nytt. # commands.reload.description=Laster inn alle funksjons- og skriptfiler fra alle atferdspakker på nytt. # -commands.reload.started=Innlasting av verdenen på nytt har startet. # +commands.reload.started=Innlasting av verdenen har startet på nytt. # commands.reload.success=Funksjons- og skriptfiler er lastet inn på nytt. # commands.reload.error=Det har oppstått en uventet feil. # commands.reload.onlyHost=Bare vert-spilleren kan laste inn verdenen på nytt. # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Utførte %1$d funksjonsoppføringer i funksjon %2$ commands.schedule.invalidOrigin=Funksjonens opprinnelsen var ugyldig. # commands.schedule.name.empty=Det selvoppdaterende området må ha et navn. # commands.schedule.too.many.areas=Det ble funnet mer enn ett selvoppdaterende område med navnet %s. Bruk ett område. # +commands.schedule.clear.failure=Ingen funksjoner ble fjernet med navnet %1$s. # +commands.schedule.clear.success=Fjernet %1$d funksjoner med navnet %2$s. # +commands.schedule.tickingarea.clear.success=Fjernet %1$d funksjoner med det selvoppdaterende område-navnet %2$s. # +commands.schedule.tickingarea.clear.failure=Ingen funksjoner ble fjernet med det selvoppdaterende område-navnet %1$s. # +commands.schedule.tickingarea.func.clear.success=Fjernet %1$d funksjoner med det selvoppdaterende område-navnet %2$s og med navnet %3$s. # +commands.schedule.tickingarea.func.clear.failure=Ingen funksjoner ble fjernet med det selvoppdaterende område-navnet %1$s og med navnet %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Nedtoningsfargeverdiene må være heltall fra 0 ti commands.camera.invalid.easing=Overgang til ikke-stasjonære kameraer støttes ikke # commands.camera.invalid.time=Nedtoningsvarigheten må være mellom 0 og 10 sekunder # commands.camera.invalid.pitch=Kamerabanen (X-rotasjonen) må være mellom -90 og 90 grader # -commands.camera.invalid.view.offset=Visningens forskyvning må være mellom -100 og 100 # +commands.camera.invalid.view.offset=Visningens forskyvning må være mellom -64 og 64 # +commands.camera.invalid.entity.offset=Enhetens forskyvning må være mellom -64 og 64 # +commands.camera.invalid.offset.camera=Enhets- og visningsforskyvning kan bare brukes på tredjepersonskameraet # commands.camera.perspective.locked=Perspektivet kan ikke endres mens du bruker tilpassede kameraer # commands.camera.perspective.option=Det valgte kameraet endres når det tilpassede kameraet ikke er aktivt # commands.world_age.description=Endrer eller henter verdenens alder (tiden siden opprettelsen). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Fjern gjenstand # controller.buttonTip.removeMaterial=Fjern material # controller.buttonTip.renameItem=Gi nytt navn til gjenstand # controller.buttonTip.returnToRecipe=Gå tilbake til oppskriften # +controller.buttonTip.swap=Bytt # controller.buttonTip.enterSearch=Søk # controller.buttonTip.searchRecipe=Hurtigsøk # controller.buttonTip.confirmSearch=Bekreft # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Ta 1 # controller.buttonTip.take=Ta # controller.buttonTip.takeItem=Ta gjenstand # controller.buttonTip.clearHotbar=Tøm verktøylinjen # +controller.buttonTip.add.to.bundle=Legg til i pakke # +controller.buttonTip.place.from.bundle=Plasser fra pakke # +controller.buttonTip.take.from.bundle=Ta fra pakke # controllerLayoutScreen.actions=Handlinger # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Prøv det nå # ## Edu Course Multiplayer strings course.edu.enterIp=Oppgi IP-adressen til verdenen du vil bli med i. # course.edu.enterConnection=Oppgi tilkoblings-ID-en til verdenen du vil bli med i. # +course.edu.enterConnectionScreenReader=Oppgi tilkoblings-ID-en til verdenen du vil bli med i. # course.edu.ipAddress=IP-adresse # course.edu.ipPlaceholder=Oppgi IP- eller serveradressen # course.edu.ipTooltipText=For å finne IP-adressen ber du verten sette leksjonen på pause. IP-adressen står på høyre side av skjermen til verten. # course.edu.connectionInfo=Tilkoblings-ID # course.edu.conInfoPlaceholder=Oppgi tilkoblings-ID # course.edu.conInfoHostTooltipText=Du kan dele tilkoblings-ID-en hvis andre har problemer med å bli med i verdenen din ved hjelp av tilkoblingskoden eller den delte lenken. # +course.edu.conInfoHostTooltipTextScreenReader=Du kan dele tilkoblings-ID-en hvis andre har problemer med å bli med i verdenen din ved hjelp av tilkoblingskoden eller den delte lenken. # course.edu.conInfoTooltipText=Verten kan finne tilkoblings-ID-en på flerspillerfanen i spillmenyen i verdenen. # +course.edu.conInfoTooltipTextScreenReader=Verten kan finne tilkoblings-ID-en på flerspillerfanen i spillmenyen i verdenen. # course.edu.joinLesson=Bli med i leksjon # course.edu.joinLessonIntro=Finn klassekamerater i den samme leksjonen for å bli med, eller oppgi IP-adressen deres hvis de ikke vises i listen. # course.edu.joinLessonIntroTeacher=Velg gruppen du vil bli med i, eller oppgi IP-adressen hvis gruppen ikke vises i listen. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Legg til uendelig med medlemmer, og spill på createWorldUpsell.realm.sellPoint2=Lagret på nettet: Spill på alle Minecraft-enheter med Minecraft Markedsplass # createWorldUpsell.realm.sellPoint3=Bruker ikke noe lagringsplass på enheten din # createWorldUpsell.realm.sellPoint4=Vennene dine kan spille selv når du ikke spiller # -createWorldUpsell.signIn=Lag realm med en Microsoft-konto # +createWorldUpsell.signIn=Lag en realm med en Microsoft-konto # createWorldUpsell.world.sellPoint1=Spill på nettet med opptil sju venner # createWorldUpsell.world.sellPoint2=Lagret på enheten din: Spill uten Internett-tilkobling # createWorldUpsell.world.sellPoint3=Lagrer på enheten # @@ -1908,8 +1927,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 # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Logg på nå for å lagr store.sign_in_warning.no_xbl_and_no_local_content.line2=Har du ikke en Microsoft-konto? Lag en gratis nå! # xbl.signOut.title=Kjøp i Microsoft-kontoen! # -xbl.signOut.message1=Når du er logget av Microsoft-kontoen din, har du ikke tilgang til Minecoins og gjenstander du har kjøpt i butikken. # +xbl.signOut.message1=Når du er logget av Microsoft-kontoen din, har du ikke tilgang til myntene og gjenstandene du har kjøpt i butikken. # xbl.signOut.message2=Er du sikker på at du vil gjøre dette? # date.short_january=Jan. # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Serveren ble avsluttet på grunn av overskr disconnectionScreen.header.realms_hidden=Invitasjon til flerspiller # disconnectionScreen.body.realms_hidden=Kan ikke koble til denne bestemte serveren. # +disconnectionScreen.biomeData.IdDuplication=%s-ID kolliderer med %s # +disconnectionScreen.biomeData.MalformedData=Biomdata har feil format # +disconnectionScreen.biomeData.MixedIdPresence=Biompakken inneholder blandede id-er til tilpassede biomer # +disconnectionScreen.biomeData.ReservedRange=Det tilpassede biomet %s bruker ID fra en reservert rekkevidde. ID-rekkevidden for tilpassede biomer er: %s–%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Originale biomdata skal ikke inneholde «id»-felt # disconnectionScreen.blockMismatch=Blokker mellom klient og server samsvarer ikke. # disconnectionScreen.cantConnect=Kan ikke koble til verdenen. # disconnectionScreen.cantConnectToRealm=Kan ikke koble til realmen. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Du kan få verdensmaler fra Minecraft Education-bibli edu.pause.multiplayer.disabled=Flerspiller er ikke tilgjengelig i denne leksjonen. # +effect.duration.infinite=∞ # effect.badOmen=Ondt varsel # effect.infested=Infisert # effect.oozing=Oser # @@ -3143,13 +3166,6 @@ feed.uppload_success=Skjermbildet har blitt lastet opp # feed.connected=Alle realmer er tilknyttet en klubb med Microsoft-kontoen din. # feed.unviewedPost=Nytt # -comment.like=%d likertrykk ### 1 like -comment.likes=%d likertrykk ### 0 or 2+ likes -comment.comment=%d kommentar ### 1 comment -comment.comments=%d kommentarer ### 0 or 2+ comments -comment.likes_and_comments=%1 og %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Kommenter ... # - furnaceScreen.fuel=Brensel # furnaceScreen.header=Smelteovn # furnaceScreen.input=Inn # @@ -3487,7 +3503,7 @@ howtoplay.blocks.text.8=§eMagmablokk§f: Denne blokken finnes naturlig i underv howtoplay.blocks.text.9=§eGrov jord§f: Denne blokken er nesten som en vanlig jordblokk, men gress kan ikke vokse på den. Den kan finnes i biomene savanne og megataiga. # howtoplay.bookAndQuill=Bok og fjærpenn # -howtoplay.bookAndQuill.text.1=Med boken og fjærpennen kan du forevige eventyrene dine. Fortell historien din ved å skrive tekst på sidene. Du kan til og med endre tittelen og forfatteren! Signer boken med fjærpennen for å legge siste hånd på verket. Boken kan endres med fjærpennen helt til den er signert. # +howtoplay.bookAndQuill.text.1=Med boken og fjærpennen kan du skrive ned eventyrene dine. Fortell historien din ved å skrive tekst på sidene. Du kan til og med endre tittelen og forfatteren! Signer boken med fjærpennen for å legge siste hånd på verket. Boken kan endres med fjærpennen helt til den er signert. # howtoplay.brewingStand=Bryggeapparat # howtoplay.brewingStand.text.1=Du trenger et bryggeapparat for å brygge eliksirer. Alle eliksirer begynner med en vannflaske, som du lager ved å fylle en glassflaske med vann fra en gryte eller vannkilde. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Vil du flytte noe mellom §everktøylinjen§f howtoplay.inventory.text.2.touch=Vil du flytte noe mellom §everktøylinjen§f og inventaret ditt? Trykk på gjenstanden du vil flytte, og trykk deretter på den tomme gjenstandsplassen du vil flytte den til. # howtoplay.inventory.text.2.vr=Vil du flytte noe mellom §everktøylinjen§f og inventaret ditt? Bruk markøren for å velge en gjenstand, og trykk på :_input_key.use:. Flytt deretter markøren til en tom gjenstandsplass, og trykk igjen for å flytte gjenstanden. # +howtoplay.jigsawBlocks=Puslespillblokker # +howtoplay.jigsawBlocks.text.1=Puslespillblokker gir skapere muligheten til å generere store byggverk i verdenen ved å koble sammen flere byggverksmaler. # +howtoplay.jigsawBlocks.header.1=Hvordan få tak i # +howtoplay.jigsawBlocks.text.2=For å få en puslespillblokk må du bruke skråstrekkommandoen /give. Du må ha operatørtillatelser for å bruke en puslespillblokk. # +howtoplay.jigsawBlocks.header.2= Innstillinger # +howtoplay.jigsawBlocks.text.3=Puslespillblokker har flere innstillinger som styrer hvordan de settes sammen for å danne et større byggverk. # +howtoplay.jigsawBlocks.text.4=§eMålutvalg§f – Stien for malutvalget som skal brukes til å søke etter en tilkoblet byggverksmal. Malutvalget bør inneholde minst ett byggverk som samsvarer med «målnavn»-feltet for puslespillet. # +howtoplay.jigsawBlocks.text.5=§eNavn§f – Navnet på puslespillet. Dette brukes når du kobler til fra puslespill med et samsvarende «målnavn». # +howtoplay.jigsawBlocks.text.6=§eBlir til§f – Blokktypen som puslespillblokken blir til når den plasseres i verdenen ved generering byggverk. # +howtoplay.jigsawBlocks.text.7=§eValgprioritet§f – Når den overordnede brikken behandles for tilkoblinger, er dette rekkefølgen denne puslespillblokken forsøker å koble seg til målbrikken i. Puslespill behandles i synkende prioritet, med en tilfeldig rekkefølge som bryter opp bindinger. # +howtoplay.jigsawBlocks.text.8=§ePlasseringsprioritet§f – Når denne puslespillblokken kobles til en brikke, er dette rekkefølgen denne brikken behandles i for tilkoblinger i det større byggverket. Brikkene behandles i synkende prioritet, med en innsettingsrekkefølge som bryter opp bindinger. # +howtoplay.jigsawBlocks.text.9=§eSkjøtetype§f – En skjøt kan enten være rullbar (standard) eller justert. Hvis skjøtetypen er rullbar, roteres målbyggverket tilfeldig rundt kildepuslespillblokken. Hvis skjøtetypen er justert, plasseres målbyggverket slik at puslespillblokken roterer i forhold til kildepuslespillblokken. Merk at dette bare gjelder når puslespillblokken er plassert vendt med forsiden opp eller ned. # + howtoplay.jukebox=Platespiller # howtoplay.jukebox.text.1=Platespilleren brukes til å spille musikkplatene du har funnet. # howtoplay.jukebox.header.1=Få festen i gang # @@ -3878,7 +3907,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 # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Brunt skjold # item.shield.black.name=Svart skjold # item.shield.blue.name=Blått skjold # +item.bundle=Pakke # +item.black_bundle=Svart pakke # +item.white_bundle=Hvit pakke # +item.red_bundle=Rød pakke # +item.orange_bundle=Oransje pakke # +item.yellow_bundle=Gul pakke # +item.green_bundle=Grønn pakke # +item.lime_bundle=Limegrønn pakke # +item.brown_bundle=Brun pakke # +item.light_gray_bundle=Lysegrå pakke # +item.light_blue_bundle=Lyseblå pakke # +item.blue_bundle=Blå pakke # +item.gray_bundle=Grå pakke # +item.pink_bundle=Rosa pakke # +item.magenta_bundle=Magentarød pakke # +item.purple_bundle=Lilla pakke # +item.cyan_bundle=Cyanfarget pakke # +item.bundle.empty=Tom # +item.bundle.empty.description=Kan inneholde en stabel med diverse gjenstander # +item.bundle.full=Full # +item.bundle.fullness=%s igjen # + item.goat_horn.name=Geitehorn # item.minecraft.goat_horn.sound.0=Gruble # item.minecraft.goat_horn.sound.1=Syng # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Piler # itemGroup.name.potion=Eliksirer # itemGroup.name.splashPotion=Sprutende eliksirer # itemGroup.name.lingeringPotion=Langvarige eliksirer # +itemGroup.name.ominousBottle=Illevarslende flasker # itemGroup.name.bed=Senger # itemGroup.name.chalkboard=Tavler # itemGroup.name.anvil=Ambolter # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Stearinlys # itemGroup.name.goatHorn=Geitehorn # itemGroup.name.compounds=Forbindelser # itemGroup.name.products=Produkter # +itemGroup.name.bundles=Pakker # +##Jigsaw Block +jigsaw_block.title=Puslespillblokk # jigsaw.title.target_pool=Målutvalg: # jigsaw.title.name=Navn: # jigsaw.title.target=Målnavn: # jigsaw.title.final_block=Blir til: # -jigsaw.title.joint_type=Felles type: # +jigsaw.title.selection_priority=Valgprioritet: # +jigsaw.title.placement_priority=Plasseringsprioritet: # +jigsaw.title.joint_type=Skjøtetype: # jigsaw.title.joint_type.aligned=Justert # jigsaw.joint_type.aligned=Justert # jigsaw.joint_type.rollable=Rullbar # jigsaw.exit.done=Ferdig # -jigsaw.exit.cancel=Avbryt # ##EDU Joincode joincode.entry_popup.icon_button=%1 – knapp for deltakerkode # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Del til LAN # menu.simulating=Simulerer verdenen litt # menu.singleplayer=Enkeltspiller # menu.store=Markedsplass # +menu.store.addons=Bla gjennom tillegg! # menu.skins=Skall # menu.start=Start # menu.switchingLevel=Bytter verden # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Deklarasjonsfeil i feilsøkingsprogrammet # options.dev_assertions_show_dialog=Deklarasjoner viser en sperrende dialogboks # options.dev_force_trial_mode=Fremtving aktivering av prøvemodus # options.dev_eduDemo=Undervisningsdemo (krever ny pålogging) # +options.dev_eduCloudResumableUpload=Bruk opplastnings-API-en som kan gjenopptas, for opplasting av filer > 4 MB # options.remote_imgui_toggle=Eksternt Imgui aktivert # options.dev_enableDebugUI=Aktiver brukergrensesnittet for feilsøking # options.dev_createRealmWithoutPurchase=Lag realm uten å kjøpe # @@ -6295,7 +6353,7 @@ 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_error_unfinished=Advarsel! Ikke alle objektene ble 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 # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms-endepunkt # options.dev_realmsEndpointPayment=Betaling for Realms-endepunkt # options.dev_realmsRelyingParty=Realms-tilgangsserver # options.dev_realmsRelyingPartyPayment=Betaling for Realms-tilgangsserver # -options.dev_realms_stories=Aktiver Realms-historier # options.dev_overrideXboxEnvironmentWindows=Overstyr Xbox Sandbox (OS kontrollert i Windows) # options.dev_overrideXboxEnvironment=Overstyr Xbox Sandbox (krever omstart) # options.dev_xboxEnvironment=Xbox Sandbox Environment (krever omstart) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Detaljhandel # options.dev_sandboxDev=Xforge Sandbox: Utvikler # options.dev_sandboxDevAchievement=Xforge Sandbox: utviklingsprestasjon # options.dev_showDiscoveryOverridePanel=Overstyr tjenesteendepunkt # +options.dev_serviceOverrideType=Overstyr type # +options.dev_serviceOverrideTypeMultibranch=Flergrensimplementering # +options.dev_serviceOverrideTypeCustom=Egendefinert # options.dev_discoveryOverrideServiceName=Tjenestenavn (sikkerhet, profil osv.) # options.dev_discoveryOverrideServiceBranch=Gren # +options.dev_discoveryOverrideServiceCustom=URL-adresse # options.dev_resetAllEndpointOverrides=Tilbakestill alle endepunkter # options.dev_apply=Bruk # options.dev_displayTreatmentsPanel=Vis behandlinger # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Samlinger: aktivert # options.dev_gatherings_system_service_pack=Samlinger: Deaktivert på grunn av manglende systemservicepakk(er) # options.dev_gatherings_active_gathering=Aktivert: %s # options.dev_gatherings_available_gatherings=Tilgjengelige samlinger # +options.dev_gatherings_clear_system_service_pack=Tøm systemservicepakkelageret # options.difficulty=Vanskelighetsgrad # options.difficulty.easy=Lett # options.difficulty.hard=Vanskelig # @@ -6524,7 +6586,8 @@ options.creatorTitle=Innstillinger for utvikler # options.creator.serverboundClientDiagnosticsEnabled=Aktiver diagnostikk for klient # options.creator.debuggerHeading=Skriptfeilsøkingsinnstillinger # options.creator.debuggerAutoAttach=Fest feilsøkingsprogrammet ved innlasting # -options.creator.debuggerAutoConnect=Koble til feilsøkingsprogrammet ved innlasting # +options.creator.debuggerAutoAttachTimeout=Fest tidsavbrudd # +options.creator.debuggerAutoAttachTimeoutFormat=%s sekunder # options.creator.debuggerConnect=Koble til # options.creator.debuggerListen=Lytt # options.creator.debuggerHost=Vert # @@ -6885,7 +6948,7 @@ options.updateAndPlay=Oppdater og spill # options.makeBackup=Lag en sikkerhetskopi av min verden # options.managePrivacy=Gå til https://account.xbox.com/Settings i en hvilken som helst nettleser for å administrere personverninnstillingene. ###disable_3rd_party_console_resource_pack_check options.unlink_msa.button=Koble fra Microsoft-konto # -options.unlink_msa.confirm.title=Koble fra Microsoft-kontoen? # +options.unlink_msa.confirm.title=Koble fra Microsoft-konto? # options.unlink_msa.confirm.warning=ADVARSEL: Etter at du har koblet fra, kan du ikke lenger lagre fremdrift eller kjøp gjort på PlayStation®4-konsollen din på kontoen %s. #### CertRequirement: [PlayStation®4 console] options.unlink_msa.confirm.warning.2=Hvis du fjerner tilknytningen til Microsoft-kontoen din fra dette spillet, påvirkes alle Minecraft-spill på denne plattformen som har brukt denne Microsoft-kontoen. # options.unlink_msa.confirm.checkbox1=Jeg vil ikke lenger få tilgang til noe innhold fra butikken i spillet når jeg spiller på andre plattformer. # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Lav # options.volumetricFogQuality.medium=Middels # options.volumetricFogQuality.high=Høy # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Oppløsning # +options.upscalingPercentage.hundred=Innfødt # options.reflectionsQuality=Speilinger # options.reflectionsQuality.off=Av # options.reflectionsQuality.low=Lav # @@ -6966,12 +7031,10 @@ 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.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 til denne enheten.%sEtter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til kjøp fra markedsplassen (inkludert Minecoins). Realmer som administreres med denne enheten, fortsetter å fungere i seks måneder med mindre de er oppdatert av realmeieren på en annen enhet.%sFor å avslutte Realms-abonnementet må du gå til abonnementets innstillingsmeny på enheten som realmen ble laget på.%sDu kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller realmer 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 og dette er den siste oppdateringen til denne enheten.%sDu vil fortsatt kunne spille i verdenene dine og få tilgang til kjøp fra markedsplassen (inkludert Minecoins). Realmer som administreres med denne enheten, fortsetter å fungere i seks måneder etter mars 2025 med mindre de er oppdatert av realm-eieren på en annen enhet.%sFor å avslutte Realms-abonnementet må du gå til abonnementets innstillingsmeny på enheten som realmen ble laget på.%sDu kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller realmer 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.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 # @@ -7158,12 +7221,12 @@ permissions.ability.op=Operatørkommandoer # permissions.ability.invisible=Bli usynlig # permissions.ability.teleport=Bruke teleportering # permissions.NeedPermission=Du må ha tillatelse # -permissions.AddFriends=Du kan ikke legge til venner på grunn av hvordan Microsoft-kontoen din er konfigurert. Kontroller at innstillingene for nettsikkerhet tillater å legge til venner. Se instruksjoner for endring av disse innstillingene aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Du kan ikke spille på Realms på grunn av hvordan Microsoft-kontoen din er konfigurert. Kontroller at innstillingene for nettsikkerhet tillater flerspiller. Se instruksjoner for endring av disse innstillingene aka.ms/MCMultiplayerHelp. # -permissions.Communications=Du kan ikke chatte med andre spillere på grunn av hvordan Microsoft-kontoen din er konfigurert. Kontroller at personverninnstillingene tillater å kommunisere med andre. Se instruksjoner for endring av disse innstillingene aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=Du kan ikke legge til venner på grunn av hvordan Microsoft-kontoen din er konfigurert. Kontroller at innstillingene for nettsikkerhet tillater å legge til venner. Se instruksjoner for endring av disse innstillingene her: aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Du kan ikke spille på Realms på grunn av hvordan Microsoft-kontoen din er konfigurert. Kontroller at innstillingene for nettsikkerhet tillater flerspiller. Se instruksjoner for endring av disse innstillingene her: aka.ms/MCMultiplayerHelp. # +permissions.Communications=Du kan ikke chatte med andre spillere på grunn av hvordan Microsoft-kontoen din er konfigurert. Kontroller at personverninnstillingene tillater å kommunisere med andre. Se instruksjoner for endring av disse innstillingene her: aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Du kan ikke legge til nye venner som kan spille sammen med deg i realmen din, på grunn av hvordan Xbox-kontoen din er konfigurert. Dette kan du endre i innstillingene for personvern og nettsikkerhet på Xbox.com. Vil du fortsette? # permissions.CloudSave=Du kan ikke lagre verdenene dine i Xbox-profilen på grunn av hvordan kontoen din er konfigurert. Dette kan du endre i innstillingene for personvern og nettsikkerhet på Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Du kan ikke spille på Realms på grunn av hvordan Microsoft-kontoen din er konfigurert. Kontroller at innstillingene for nettsikkerhet tillater flerspiller, og at du har et aktivt Xbox Live Gold-abonnement. Se instruksjoner for endring av disse innstillingene aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Du kan ikke spille på Realms på grunn av hvordan Microsoft-kontoen din er konfigurert. Kontroller at innstillingene for nettsikkerhet tillater flerspiller, og at du har et aktivt Xbox Live Gold-abonnement. Se instruksjoner for endring av disse innstillingene her: aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check permissions.MultiplayerSessionsOnConsoleGamecore=Du kan ikke spille på Realms på grunn av hvordan Microsoft-kontoen din er konfigurert. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Få hjelp til å ordne dette # permissions.open.account.help.button.gamecore=Fiks dette # @@ -8140,7 +8203,7 @@ selectTemplate.create=Opprett... # selectTemplate.worldsByCreators=Verdener fra skapere # selectTemplate.realm=Ny realm # selectTemplate.realmInfo=Du kan laste opp verdener til realmen din etter at du har laget den! # -selectTemplate.signIn=Lag realm med en Microsoft-konto # +selectTemplate.signIn=Lag en realm med en Microsoft-konto # selectTemplate.unableToSignIn=Microsoft-tjenester er ikke tilgjengelige på denne enheten # selectTemplate.world=Ny verden # selectTemplate.help=? # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Start abonnementet på Marketplace Pass #### {StrContain store.csb.subscription=Etter registreringen får du tilgang til over 150 spennende innholdselementer fra Minecraft-markedsplassen. Du kan laste ned og spille eventyrkart, bruke skall, dykke ned i teksturpakker og hver måned løse inn et sett med figurlager-elementer som du kan beholde. Katalogen oppdateres regelmessig, så det er alltid noe nytt å oppdage med Marketplace Pass. Du blir fakturert %s per måned og kan avbryte når som helst for å stoppe fremtidige belastninger. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass er et abonnement på innhold som brukes med støttede versjoner av Minecraft (spillet selges separat) på Windows og andre støttede plattformer du eier spillet på (Minecraft Java og Amazon Kindle Fire Edition støttes ikke). Et aktivt abonnement kreves for å bruke innhold fra Marketplace Pass. Innholdet varierer over tid og er kanskje ikke tilgjengelig i alle land. Etter den kostnadsfrie prøveperioden belastes abonnementet til den gjeldende ordinære prisen (med forbehold om endringer) i tillegg til gjeldende avgifter, med mindre det sies opp. Du kan si opp abonnementet ved å gå til Tjenester og abonnementer i Microsoft-kontoen din. Hvis abonnementet avsluttes eller et innholdselement fjernes fra katalogen, må du aktivere abonnementet på nytt eller kjøpe innholdet separat for å fortsette å bruke det. Kostnader fra internett-leverandør kan påløpe. Det kan hende at vi tilbyr innhold som forblir tilgjengelig etter at abonnementet utløper. I slike tilfeller forbeholder vi oss retten til å fjerne innholdet dersom det ikke lenger er kompatibelt, eller dersom rettighetene våre til innholdet utløper. Abonnement kan endres og/eller bli trukket tilbake. Underlagt Microsofts tjenesteavtale (www.microsoft.com/msa) og Minecrafts lisensavtale for sluttbrukere (https://www.minecraft.net/eula). Enhver oversettelse av disse vilkårene er kun gjort for å gjøre det mer praktisk for brukerne, og dersom det oppstår en konflikt mellom den engelske og en ikke-engelsk versjon, vil det være den engelske versjonen av disse vilkårene som gjelder. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass er et abonnement på innhold som brukes med støttede versjoner av Minecraft (spillet selges separat) på Windows og andre støttede plattformer du eier spillet på (Minecraft Java og Amazon Kindle Fire Edition støttes ikke). Et aktivt abonnement kreves for å bruke innhold fra Marketplace Pass. Innholdet varierer over tid og er kanskje ikke tilgjengelig i alle land. Etter den kostnadsfrie prøveperioden belastes abonnementet til den gjeldende ordinære prisen (med forbehold om endringer) i tillegg til gjeldende avgifter, med mindre det sies opp. Du kan si opp abonnementet ved å gå til Tjenester og abonnementer i Microsoft-kontoen din. Hvis abonnementet avsluttes eller et innholdselement fjernes fra katalogen, må du aktivere abonnementet på nytt eller kjøpe innholdet separat for å fortsette å bruke det. Kostnader fra internett-leverandør kan påløpe. Det kan hende at vi tilbyr innhold som forblir tilgjengelig etter at abonnementet utløper. I slike tilfeller forbeholder vi oss retten til å fjerne innholdet dersom det ikke lenger er kompatibelt, eller dersom rettighetene våre til innholdet utløper. Abonnement kan endres og/eller bli trukket tilbake. Underlagt Microsofts tjenesteavtale (www.microsoft.com/msa) og Minecrafts lisensavtale for sluttbrukere (https://www.minecraft.net/eula). Enhver oversettelse av disse vilkårene er kun gjort for å gjøre det mer praktisk for brukerne, og dersom det oppstår en konflikt mellom den engelske versjonen og en ikke-engelsk versjon, vil det være den engelske versjonen av disse vilkårene som gjelder. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass er et løpende abonnement der du automatisk belastes et fast beløp hver måned til abonnementet sies opp.%sDu får tilgang til over 150 innholdspakker fra markedsplassen umiddelbart. Du kan når som helst si opp abonnementet ved å gå til abonnementsinnstillingene for å stoppe fremtidige belastninger. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass er et løpende abonnement der du automatisk belastes et fast beløp hver måned til abonnementet sies opp.%sDu får tilgang til over 150 innholdspakker fra markedsplassen umiddelbart. Du blir fakturert %s per måned, og du kan når som helst si opp abonnementet ved å gå til abonnementsinnstillingene for å stoppe fremtidige belastninger. #### {StrContains="Marketplace Pass"} @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Denne gjenstanden er kanskje ikke kompatibel med en store.owned=Eid # store.owned.legacy=Eid (P) # store.unlocked=Låst opp # -store.mypacks=Mitt innhold # +store.myLibrary=Mitt bibliotek # store.error=Markedsplassfeil # @@ -8828,7 +8891,6 @@ store.updating.title=Oppdaterer: %s # store.importing.title=Importerer: %s # store.importing=Importerer … # store.showMore=Se alle # -store.inventory.no.xbl=Mine pakker # store.promo.today=Kun i dag! # store.promo.upsell=Gå ikke glipp av dagens gratisgave # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Installasjonsstatus # store.search.filter.installed=Installert # store.search.filter.notInstalled=Ikke installert # store.search.filter.clear.installed=Tilbakestill installasjonsfiltre # +store.search.filter.dressingroombody=Kropp # +store.search.filter.dressingroombody.selectedCount=%d deler # +store.search.filter.dressingroomstyle=Stil # +store.search.filter.dressingroomstyle.selectedCount=%d stiler # store.search.sort_menu.sortConstWord=Sorter # store.search.sort_menu.Default=Relevans # @@ -10281,10 +10347,10 @@ autosave.info.xbox=Når du ser dette ikonet, lagres spillet ditt. Ikke slå av X autosave.info.desktop=Når du ser dette ikonet, lagres spillet ditt. Ikke slå av datamaskinen mens dette ikonet vises på skjermen. # ## Xbox network strings -xbox.signin.error=Logg deg på med Microsoft-kontoen din for å spille med venner, samt forbedre poengsum og prestasjoner. # +xbox.signin.error=Logg deg på med Microsoft-kontoen din for å spille med venner samt forbedre poengsummen din og oppnå prestasjoner. # xbox.signin.error.pocket.line1=Takk for at du tester Realms! Funksjonene er ikke helt ferdige, og du kan støte på feil. Send oss tilbakemelding! Vi er lutter øre. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Alle må logge seg på med en Microsoft-konto under denne testen, slik at de kan motta invitasjoner og bli lagt til i Realms. # +xbox.signin.error.pocket.line3=Alle må logge seg på med en Microsoft-konto under denne testen, slik at de kan motta invitasjoner og bli lagt til i realmer. # xbox.signin.warning.kickPlayer=Dette vil sende deg tilbake til hovedmenyen. Vil du fortsette? # xbox.connection.error=Frakoblet Microsoft-kontoen # xbox.signin=Logg på # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Logg deg på med Microsoft-kontoen din for xbox.disconectionscreen.multiplayerNotAllowed=Denne Microsoft-kontoen har ikke tillatelse til å bli med i flerspillerspill. # xbox.disconectionscreen.accessDenied=Du må være venn med noen i dette spillet for å bli med. # -xbox.friendfinder.enterGamertag=Oppgi gamertag # -xbox.friendfinder.findFriends=Finn venner etter gamertag # -xbox.friendfinder.searchingForGamertag=Søker # -xbox.friendfinder.gamertagNotFound=Fant ikke gamertag # - xbox.profile.addFriend=Legg til venn # xbox.profile.addFriend.success=Suksess! %s har blitt lagt til i vennelisten din. # xbox.profile.block=Blokker # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Egenskapen "%s" brukes ikke for denne innhol packdiscoveryerror.version_too_high=Egenskapen %s har en for høy versjon av %s. Den høyeste tillatte verdien er %s. # packdiscoveryerror.version_too_low=Egenskapen %s har en for lav versjon av %s. Den laveste tillatte verdien er %s. # packdiscoveryerror.format_version_1_engine_version_cap=Egenskapen %s må ha en lavere verdi enn %s. Du må bruke formatversjon 2 for å bruke en høyere versjon. # +packdiscoveryerror.folder_structure_too_deep=Mappestrukturen i pakken er for dyp. # ## pack upgrading packupgradewarning.invalidpacktype=Det angitte %s-elementet har en ugyldig verdi i pakkemanifestet. Bruker ressurspakke i stedet. # diff --git a/resource_pack/texts/nl_NL.lang b/resource_pack/texts/nl_NL.lang index 334e149f0..1ebdd732e 100644 --- a/resource_pack/texts/nl_NL.lang +++ b/resource_pack/texts/nl_NL.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Encyclopediescherm # accessibility.screenName.howToPlay=Scherm Speluitleg # accessibility.screenName.inviteToGame=Scherm Uitnodigen voor spel # accessibility.screenName.joinByIP=Dialoogvenster Aansluiten via IP # +accessibility.screenName.joinByConnectionID=Deelnemen via dialoogvenster met verbindings-id # accessibility.screenName.joinCode=Dialoogvenster Aansluitingscode # accessibility.screenName.library=Scherm Bibliotheek # accessibility.screenName.modalDialog=Pop-updialoogvenster # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Scherm Profiel # accessibility.screenName.realmInviteLinkSettings=Scherm Instellingen Realm-uitnodigingskoppeling # accessibility.screenName.realmSettings=Scherm Realm-instellingen # accessibility.screenName.settings=Scherm Spelinstellingen # -accessibility.screenName.addFriend=Vriendenscherm toevoegen # accessibility.screenName.skinPicker=Scherm Skin kiezen # accessibility.screenName.start=Hoofdmenu # accessibility.screenName.vrAlignment=Scherm VR-uitlijning # accessibility.screenName.emoteWheel=Scherm Emotes # +accessibility.screenName.addExternalServer=Scherm externe server toevoegen # +accessibility.screenName.editExternalServer=Scherm externe server bewerken # accessibility.search.sort_menu.A_to_Z.tts.title='A' tot 'Z' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title='Z' tot 'A' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Kan geen effecten uit %1$s halen omdat ze commands.effect.failure.notAMob=%1$s kan geen effecten hebben # commands.effect.notFound=Er is geen dergelijk mobeffect met id %s # commands.effect.success=Gaf %1$s * %2$d aan %3$s voor %4$d seconden # +commands.effect.success.infinite=Gaf %1$s * %2$d aan %3$s voor een oneindige duur # commands.effect.success.removed=%1$s van %2$s afgepakt # commands.effect.success.removed.all=Alle effecten van %1$s afgepakt # commands.enchant.cantCombine=%1$s kan niet worden gecombineerd met %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Doelentiteit kan niet in een andere d commands.generic.entity.invalidType=Type entiteit '%1$s' is ongeldig # commands.generic.entity.invalidUuid=De opgegeven entiteit UUID heeft een ongeldige indeling # commands.generic.entity.notFound=Kan die entiteit niet vinden # -commands.generic.error.permissions=Onjuiste toestemmingsniveaus. %s is een opdracht voor %s-niveau. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Onjuist machtigingsniveau voor opdracht: %s. ###1: command name commands.generic.exception=Er is een onbekende fout opgetreden bij het uitvoeren van dit commando # commands.generic.invalidAgentType=Typeargument toegepast op alleen-Agent-selector # commands.generic.invalidcontext=Ongeldige context voor opgegeven commandotype # +commands.generic.invalidOrigin=De oorsprong van de opdracht was ongeldig op het moment dat de opdracht werd uitgevoerd # commands.generic.invalidDevice=De ingevoerde opdracht, %s, wordt niet ondersteund op dit apparaat # commands.generic.invalidMessage=Ongeldige berichtlengte # commands.generic.invalidPlayerType=Typeargument toegepast op spelerselector # @@ -1169,7 +1173,7 @@ commands.recipes.playerHasRecipe=%1$s heeft al recept %2$s ontgrendeld # commands.recipes.playerDoesNotHaveRecipe=%1$s heeft recept %2$s niet # commands.recipes.notFound=Het recept kan niet worden gevonden. # commands.recipes.notUnlockable=Het recept is niet ontgrendelbaar in het receptenboek. # -commands.reload.all.description=Hiermee worden alle functie- en scriptbestanden van alle gedragspakketten opnieuw geladen, of iaadt de wereld optioneel opnieuw, samen met alle bron- en gedragspakketten. # +commands.reload.all.description=Hiermee worden alle functie- en scriptbestanden van alle gedragspakketten opnieuw geladen, of laadt de wereld optioneel opnieuw, samen met alle bron- en gedragspakketten. # commands.reload.description=Hiermee worden alle functie- en scriptbestanden van alle gedragspakketten opnieuw geladen. # commands.reload.started=Het herladen van de wereld is begonnen. # commands.reload.success=Functie- en scriptbestanden zijn opnieuw geladen. # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=%1$d functie-items uitgevoerd in functie %2$s. # commands.schedule.invalidOrigin=De oorsprong die nodig is om deze functie uit te voeren, is ongeldig. # commands.schedule.name.empty=De naam van het tikgebied mag niet leeg zijn. # commands.schedule.too.many.areas=Er zijn meerdere tikgebieden gevonden met de naam %s. Gebruik slechts één gebied. # +commands.schedule.clear.failure=Er zijn geen functies met de naam %1$s verwijderd. # +commands.schedule.clear.success=%1$d functies verwijderd met de naam %2$s. # +commands.schedule.tickingarea.clear.success=%1$d functies verwijderd met de naam van het tikgebied %2$s. # +commands.schedule.tickingarea.clear.failure=Er zijn geen functies verwijderd met de naam van het tikgebied %1$s. # +commands.schedule.tickingarea.func.clear.success=%1$d functies verwijderd met de naam van het tikgebied %2$s en met de naam %3$s. # +commands.schedule.tickingarea.func.clear.failure=Er zijn geen functies verwijderd met de naam van het tikgebied %1$s en met de naam %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Fade-kleurwaarden moeten een integriteit hebben va commands.camera.invalid.easing=Overgang naar niet-stationaire camera's wordt niet ondersteund # commands.camera.invalid.time=De fadeduur moet tussen de 0 en 10 seconden zijn # commands.camera.invalid.pitch=Camerahoek (X-rotatie) moet tussen -90 en 90 graden zijn # -commands.camera.invalid.view.offset=Weergaveverschuiving moet tussen -100 en 100 liggen # +commands.camera.invalid.view.offset=Weergaveverschuiving moet tussen -64 en 64 liggen # +commands.camera.invalid.entity.offset=Entiteitsverschuiving moet tussen -64 en 64 liggen # +commands.camera.invalid.offset.camera=Entiteits- en weergaveverschuiving kunnen alleen worden toegepast op de follow_orbit camera # commands.camera.perspective.locked=Perspectief kan niet worden gewijzigd wanneer je aangepaste camera's gebruikt # commands.camera.perspective.option=Je geselecteerde camera verandert wanneer de aangepaste camera niet actief is # commands.world_age.description=Verandert de leeftijd van de wereld of vraagt deze op (tijd sinds aanmaakdatum). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Invoer verwijderen # controller.buttonTip.removeMaterial=Materiaal verwijderen # controller.buttonTip.renameItem=Item hernoemen # controller.buttonTip.returnToRecipe=Teruggaan naar recept # +controller.buttonTip.swap=Ruilen # controller.buttonTip.enterSearch=Zoeken # controller.buttonTip.searchRecipe=Snel zoeken # controller.buttonTip.confirmSearch=Bevestigen # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Eén nemen # controller.buttonTip.take=Pakken # controller.buttonTip.takeItem=Item pakken # controller.buttonTip.clearHotbar=Snelbalk wissen # +controller.buttonTip.add.to.bundle=Aan bundel toevoegen # +controller.buttonTip.place.from.bundle=Uit bundel plaatsen # +controller.buttonTip.take.from.bundle=Uit bundel nemen # controllerLayoutScreen.actions=Acties # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Probeer het nu # ## Edu Course Multiplayer strings course.edu.enterIp=Voer het IP-adres in van de wereld waarbij je je wilt aansluiten. # course.edu.enterConnection=Voer de verbindings-id in van de wereld waarbij je je wilt aansluiten. # +course.edu.enterConnectionScreenReader=Voer de verbindings-id in van de wereld waarbij je je wilt aansluiten. # course.edu.ipAddress=IP-adres # course.edu.ipPlaceholder=Voer het IP- of serveradres in # course.edu.ipTooltipText=Om het IP-adres te vinden, kun je de host vragen de les te pauzeren. Je kunt het IP-adres vinden aan de rechterkant van hun scherm. # course.edu.connectionInfo=Verbindings-id # course.edu.conInfoPlaceholder=Voer de verbindings-ID in # -course.edu.conInfoHostTooltipText=Je kunt de verbindings-id delen als anderen problemen ondervinden om zich bij je wereld aan te sluiten via de aansluitingscode of de gedeelde koppeling. # +course.edu.conInfoHostTooltipText=Je kunt de verbindings-id delen als anderen problemen ondervinden om zich bij je wereld aan te sluiten via de aansluitingscode of de gedeelde koppeling, bijvoorbeeld als de wereld niet opnieuw wordt geladen. # +course.edu.conInfoHostTooltipTextScreenReader=Je kunt de verbindings-id delen als anderen problemen ondervinden om zich bij je wereld aan te sluiten via de aansluitingscode of de gedeelde koppeling. # course.edu.conInfoTooltipText=De host kan de verbindings-ID vinden op het tabblad Multiplayer van het spelmenu van hun wereld. # +course.edu.conInfoTooltipTextScreenReader=De host kan de verbindings-ID vinden op het tabblad Multiplayer van het spelmenu van hun wereld. # course.edu.joinLesson=Deelnemen aan les # course.edu.joinLessonIntro=Vind klasgenoten in dezelfde les om deel te nemen of voer hun IP-adres in als ze niet in de lijst worden weergegeven. # course.edu.joinLessonIntroTeacher=Selecteer de groep waarbij je je wilt aansluiten of voer het IP-adres in als deze niet in de lijst wordt weergegeven. # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Willekeurige tiksnelheid resetten # createWorldScreen.serverSimDistance=Simulatieafstand # createWorldScreen.serverSimDistanceFormat=%s segmenten # createWorldScreen.showbordereffect=Randeffect tonen # -createWorldScreen.check_internet_connection=Je bent niet met internet verbonden. Je vrienden kunnen zich niet aansluiten bij jouw multiplayerwerelden. Meld je aan bij je Microsoft-account om met je vrienden te spelen. # -createWorldScreen.disconnectedXboxLive=Je bent niet verbonden met Microsoft-services. Je vrienden met gamertags kunnen zich niet aansluiten bij jouw multiplayerwereld. Meld je aan bij je Microsoft-account om met je vrienden te spelen. # +createWorldScreen.check_internet_connection=Je bent niet met internet verbonden. Je vrienden kunnen zich niet aansluiten bij jouw multiplayerwerelden. Log in bij je Microsoft-account om met je vrienden te spelen. # +createWorldScreen.disconnectedXboxLive=Je bent niet verbonden met Microsoft-services. Je vrienden met gamertags kunnen zich niet aansluiten bij jouw multiplayerwereld. Log je in bij je Microsoft-account om met je vrienden te spelen. # createWorldScreen.clearPlayerData.button=Spelersgegevens wissen # createWorldScreen.clearPlayerData.title=Spelersgegevens uit wereld wissen? # createWorldScreen.clearPlayerData.body1=Selecteer 'Alle spelersgegevens' om echt alle spelersgegevens uit de wereld te verwijderen. De volgende keer dat een speler deze wereld betreedt, krijgt deze speler nieuwe standaardgegevens. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s is verlopen. Vraag %s om deze te v realmsSharingScreen.cantJoinClosedTitle=%s heeft deze Realm gesloten # realmsSharingScreen.cantJoinClosedMessage=%s is gesloten. Vraag %s om deze opnieuw te openen. # realmsSharingScreen.failedSignInModalTitle=Aanmelden om je bij deze Realm aan te sluiten # -realmsSharingScreen.failedSignInModalMessage=Je moet bij een Microsoft-account zijn aangemeld om je bij een Realm aan te sluiten. Meld je aan en probeer het opnieuw. # +realmsSharingScreen.failedSignInModalMessage=Je moet bij een Microsoft-account zijn ingelogd om je bij een Realm aan te sluiten. Log je in en probeer het opnieuw. # realmsSharingScreen.invalidPermissionTitle=Ongeldige machtigingen # realmsSharingScreen.unexpectedServerResponseTitle=Realms-fout # realmsSharingScreen.unexpectedServerResponseMessage=Er is een probleem met het maken van verbinding met de Realm. Probeer het later opnieuw. # @@ -2227,7 +2244,7 @@ networkWorld.check_internet_connection=Oeps! We kunnen de werelden van je vriend networkWorld.connect_to_xbl=Meld je aan met een Microsoft-account om met vrienden te spelen. # networkWorld.memberOfTooManyRealms=Je hebt het ledenlimiet voor Realms bereikt. # networkWorld.multiplayerPrivilegesBlocked=Je kunt geen online multiplayerspellen spelen vanwege de instellingen van je Microsoft-account. Zorg ervoor dat Multiplayer is toegestaan in je online veiligheidsinstellingen. Ga naar aka.ms/MCMultiplayerHelp voor instructies voor het aanpassen van deze instellingen. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Je kunt geen online multiplayerspellen spelen vanwege de instellingen van je Microsoft-account. Zorg ervoor dat je een actief Xbox Live Gold-abonnement hebt en dat multiplayer is toegestaan in je online veiligheidsinstellingen. Ga naar aka.ms/MCMultiplayerHelp voor instructies voor het aanpassen van deze instellingen. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsole=Je kunt geen online multiplayerspellen spelen vanwege de instellingen van je Microsoft-account. Zorg ervoor dat je een actief Xbox Live Gold-abonnement hebt en dat multiplayer is toegestaan in je online veiligheidsinstellingen. Ga naar aka.ms/MCMultiplayerHelp voor instructies voor het aanpassen van deze instellingen. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Je kunt geen online multiplayerspellen spelen vanwege de instellingen van je Microsoft-account. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Er is een onbekende fout opgetreden die online spelen verhindert. Probeer het later opnieuw. # networkWorld.multiplayerPrivilegesBlockedBanned=Je kunt geen online multiplayer spelen omdat je account is geschorst. # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Meld je nu aan om je aan store.sign_in_warning.no_xbl_and_no_local_content.line2=Heb je geen Microsoft-account? Maak er nu gratis een aan # xbl.signOut.title=Aankopen met Microsoft-account. # -xbl.signOut.message1=Je moet je aanmelden bij je Microsoft-account om toegang te krijgen tot de Minecoins en voorwerpen die je in de winkel hebt gekocht. # +xbl.signOut.message1=Je moet je inloggen bij je Microsoft-account om toegang te krijgen tot de munten en voorwerpen die je in de winkel hebt gekocht. # xbl.signOut.message2=Weet je zeker dat je dit wilt doen? # date.short_january=jan # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=De server is afgesloten vanwege het oversch disconnectionScreen.header.realms_hidden=Uitnodiging voor multiplayer # disconnectionScreen.body.realms_hidden=Kan niet aansluiten bij deze specifieke server. # +disconnectionScreen.biomeData.IdDuplication=%s ID komt samen met %s # +disconnectionScreen.biomeData.MalformedData=Misvormde bioomgegevens # +disconnectionScreen.biomeData.MixedIdPresence=Bioompakket heeft een gemengde id-aanwezigheid voor aangepaste biomen # +disconnectionScreen.biomeData.ReservedRange=Aangepast bioom %s gebruikt ID uit een gereserveerd bereik. ID-bereik voor aangepaste biomen is: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Originele bioomgegevens mogen geen 'id'-veld bevatten # disconnectionScreen.blockMismatch=Blokken tussen client en server komen niet overeen. # disconnectionScreen.cantConnect=Kan geen verbinding maken met wereld. # disconnectionScreen.cantConnectToRealm=Kan geen verbinding maken met Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Je kunt wereldsjablonen krijgen in de Minecraft Educa edu.pause.multiplayer.disabled=Multiplayer is niet beschikbaar in deze les. # +effect.duration.infinite=∞ # effect.badOmen=Slecht voorteken # effect.infested=Geïnfesteerd # effect.oozing=Druipen # @@ -3026,7 +3049,7 @@ entity.villager.librarian=Bibliothecaris # entity.villager.shepherd=Herder # entity.villager.tool=Gereedschapssmid # entity.villager.weapon=Wapensmid # -entity.villager.mason=Mason # +entity.villager.mason=Metselaar # entity.villager.unskilled=Ongeschoolde dorpeling # entity.villager_v2.name=Dorpeling # entity.vindicator.name=Verdediger # @@ -3143,13 +3166,6 @@ feed.uppload_success=Schermopname is geüpload # feed.connected=Elke Realm is gekoppeld aan een Club via je Microsoft-account. # feed.unviewedPost=Nieuw # -comment.like=%d vind-ik-leuk ### 1 like -comment.likes=%d vind-ik-leuks ### 0 or 2+ likes -comment.comment=%d bericht ### 1 comment -comment.comments=%d berichten ### 0 or 2+ comments -comment.likes_and_comments=%1 en %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Opmerking... # - furnaceScreen.fuel=Brandstof # furnaceScreen.header=Oven # furnaceScreen.input=Invoer # @@ -3628,7 +3644,7 @@ howtoplay.camera.text.2=Druk op :_input_key.use: om een foto van jouw gezichtsve howtoplay.camera.text.2.touch=Tik, houd vast en laat lost om een foto van jouw gezichtsveld te nemen. # howtoplay.camera.text.3=Plaats een camera en druk op :_input_key.use: om een selfie te nemen. # howtoplay.camera.text.3.touch=Plaats een camera en tik op de knop Foto maken om een selfie te nemen. # -howtoplay.camera.text.4=Foto's kun je bekijken in de Portfolio of plakken in de boek en veer. # +howtoplay.camera.text.4=Foto's kun je bekijken in de Portfolio of plakken in Boek en veer. # howtoplay.portfolio=Portfolio # howtoplay.portfolio.title=Speluitleg: Portfolio # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Wil je iets verplaatsen tussen je §esnelbalk howtoplay.inventory.text.2.touch=Wil je iets verplaatsen tussen je §esnelbalk§f en je inventaris? Open je inventaris, tik op het voorwerp van je keuze en tik dan op het lege voorwerpvak waar je het naartoe wilt verplaatsen. # howtoplay.inventory.text.2.vr=Wil je iets verplaatsen tussen je §esnelbalk§f en je inventaris? Gebruik de cursor om een voorwerp te selecteren en druk op :_input_key.use:. Verplaats vervolgens je cursor naar een leeg voorwerpvak en druk nogmaals om het voorwerp te plaatsen. # +howtoplay.jigsawBlocks=Puzzelblokken # +howtoplay.jigsawBlocks.text.1=Puzzelblokken geven makers de mogelijkheid om grote gebouwen in de wereld te genereren door meerdere bouwsjablonen met elkaar te verbinden. # +howtoplay.jigsawBlocks.header.1=Hoe te verkrijgen # +howtoplay.jigsawBlocks.text.2=Om een puzzelblok te verkrijgen, moet je de slash-opdracht /give gebruiken. Om een puzzelblok te kunnen gebruiken, moet je Operator-machtigingen hebben. # +howtoplay.jigsawBlocks.header.2= Instellingen # +howtoplay.jigsawBlocks.text.3=Puzzelblokken hebben meerdere instellingen die bepalen hoe je ze kunt samenvoegen om een groter gebouw te vormen. # +howtoplay.jigsawBlocks.text.4=§eDoelgroep§f - Het pad van de sjabloongroep om te zoeken naar een sjabloon voor een verbindend gebouw. De sjabloongroep moet ten minste één gebouw bevatten dat overeenkomt met het veld 'Doelnaam' van de puzzel. # +howtoplay.jigsawBlocks.text.5=§eNaam§f - De naam van de puzzel. Dit wordt gebruikt bij het verbinden van puzzelblokken met een overeenkomende 'Doelnaam'. # +howtoplay.jigsawBlocks.text.6=§eVerandert in§f - Het type blok waarin het puzzelblok verandert wanneer het in de wereld wordt geplaatst tijdens het genereren van het gebouw. # +howtoplay.jigsawBlocks.text.7=§eSelectieprioriteit§f - Wanneer het moederstuk wordt verwerkt voor verbindingen, is dit de volgorde waarin dit puzzelblok probeert verbinding te maken met het doelstuk. Puzzelblokken worden in afnemende prioriteit verwerkt met willekeurige volgorde waarbij de banden worden verbroken. # +howtoplay.jigsawBlocks.text.8=§ePlaatsingsprioriteit§f - Wanneer dit puzzelblok aansluit op een stuk, is dit de volgorde waarin dat stuk wordt verwerkt voor verbindingen in het gehele gebouw. Stukken worden in afnemende prioriteit verwerkt met invoegvolgorde waarbij de banden worden verbroken. # +howtoplay.jigsawBlocks.text.9=§eVerbindingstype§f - Een verbinding kan zowel oprolbaar (standaard) als uitgelijnd zijn. Als het verbindingstype oprolbaar is, wordt het doelgebouw willekeurig rond het bronpuzzelblok gedraaid. Als het verbindingstype is uitgelijnd, wordt het doelgebouw zo geplaatst dat de rotatie van het doelpuzzelblok overeenkomt met de rotatie van het bronpuzzelblok. Houd er rekening mee dat dit alleen van toepassing is als het puzzelblok naar boven of naar beneden is geplaatst. # + howtoplay.jukebox=Jukebox # howtoplay.jukebox.text.1=Met de jukebox kun je muziekplaten afspelen die je hebt gevonden. # howtoplay.jukebox.header.1=Het feest kan beginnen # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Bruin schild # item.shield.black.name=Zwart schild # item.shield.blue.name=Blauw schild # +item.bundle=Bundel # +item.black_bundle=Zwarte bundel # +item.white_bundle=Witte bundel # +item.red_bundle=Rode bundel # +item.orange_bundle=Oranje bundel # +item.yellow_bundle=Gele bundel # +item.green_bundle=Groene bundel # +item.lime_bundle=Limoengroene bundel # +item.brown_bundle=Bruine bundel # +item.light_gray_bundle=Lichtgrijze bundel # +item.light_blue_bundle=Lichtblauwe bundel # +item.blue_bundle=Blauwe bundel # +item.gray_bundle=Grijze bundel # +item.pink_bundle=Roze bundel # +item.magenta_bundle=Magenta bundel # +item.purple_bundle=Paarse bundel # +item.cyan_bundle=Cyaanblauwe bundel # +item.bundle.empty=Legen # +item.bundle.empty.description=Kan een gemengde stapel items bevatten # +item.bundle.full=Volledig # +item.bundle.fullness=%s resterend # + item.goat_horn.name=Geitenhoorn # item.minecraft.goat_horn.sound.0=Denken # item.minecraft.goat_horn.sound.1=Zingen # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Pijlen # itemGroup.name.potion=Drankjes # itemGroup.name.splashPotion=Spattende drankjes # itemGroup.name.lingeringPotion=Draaldrankjes # +itemGroup.name.ominousBottle=Onheilspellende flessen # itemGroup.name.bed=Bedden # itemGroup.name.chalkboard=Schoolborden # itemGroup.name.anvil=Aambeelden # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Kaarsen # itemGroup.name.goatHorn=Geitenhoorns # itemGroup.name.compounds=Verbindingen # itemGroup.name.products=Producten # +itemGroup.name.bundles=Bundels # +##Jigsaw Block +jigsaw_block.title=Puzzelblok # jigsaw.title.target_pool=Doelgroep: # jigsaw.title.name=Naam: # jigsaw.title.target=Doelnaam: # jigsaw.title.final_block=Verandert in: # -jigsaw.title.joint_type=Gezamenlijk type: # +jigsaw.title.selection_priority=Selectieprioriteit: # +jigsaw.title.placement_priority=Plaatsingsprioriteit: # +jigsaw.title.joint_type=Verbindingstype: # jigsaw.title.joint_type.aligned=Uitgelijnd # jigsaw.joint_type.aligned=Uitgelijnd # jigsaw.joint_type.rollable=Oprolbaar # jigsaw.exit.done=Klaar # -jigsaw.exit.cancel=Annuleren # ##EDU Joincode joincode.entry_popup.icon_button=%1 knop aansluitingscode # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Openen naar LAN # menu.simulating=De wereld een beetje simuleren # menu.singleplayer=Singleplayer # menu.store=Marketplace # +menu.store.addons=Blader door add-ons! # menu.skins=Skins # menu.start=Starten # menu.switchingLevel=Schakelen tussen werelden # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Assertieonderbreking in foutopsporing # options.dev_assertions_show_dialog=Asserties tonen een modaal dialoogvenster # options.dev_force_trial_mode=Proefversiemodus geforceerd inschakelen # options.dev_eduDemo=Edu-demo (opnieuw aanmelden vereist) # +options.dev_eduCloudResumableUpload=Gebruik de API voor hervatbare uploads voor bestandsuploads >4 MB # options.remote_imgui_toggle=Remote Imgui ingeschakeld # options.dev_enableDebugUI=Foutopsporingsinterface inschakelen # options.dev_createRealmWithoutPurchase=Realm maken zonder aankoop # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms Endpoint # options.dev_realmsEndpointPayment=Realms Endpoint-betaling # options.dev_realmsRelyingParty=Realms Relying Party # options.dev_realmsRelyingPartyPayment=Realms Relying Party-betaling # -options.dev_realms_stories=Realms-verhalen inschakelen # options.dev_overrideXboxEnvironmentWindows=Xbox Sandbox overschrijven (besturingssysteem beheerd in Windows) # options.dev_overrideXboxEnvironment=Xbox Sandbox overschrijven (opnieuw opstarten vereist) # options.dev_xboxEnvironment=Xbox Sandbox-omgeving (opnieuw opstarten vereist) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Retail # options.dev_sandboxDev=Xforge Sandbox: Dev # options.dev_sandboxDevAchievement=Xforge Sandbox: ontwikkelaarsachievement # options.dev_showDiscoveryOverridePanel=Service-eindpunten overschrijven # +options.dev_serviceOverrideType=Overschrijvingstype # +options.dev_serviceOverrideTypeMultibranch=Implementatie van meerdere takken # +options.dev_serviceOverrideTypeCustom=Aangepast # options.dev_discoveryOverrideServiceName=Servicenaam (veiligheid, persona enz.) # options.dev_discoveryOverrideServiceBranch=Opsplitsen # +options.dev_discoveryOverrideServiceCustom=URL openen # options.dev_resetAllEndpointOverrides=Alle eindpunten opnieuw instellen # options.dev_apply=Toepassen # options.dev_displayTreatmentsPanel=Behandelingen weergeven # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Bijeenkomsten: ingeschakeld # options.dev_gatherings_system_service_pack=Bijeenkomsten: uitgeschakeld vanwege ontbrekende systeemservicepakketten # options.dev_gatherings_active_gathering=Actief: %s # options.dev_gatherings_available_gatherings=Beschikbare bijeenkomsten # +options.dev_gatherings_clear_system_service_pack=Cache van servicepakket systeem wissen # options.difficulty=Spelniveau # options.difficulty.easy=Makkie # options.difficulty.hard=Lastig # @@ -6524,7 +6586,8 @@ options.creatorTitle=Makerinstellingen # options.creator.serverboundClientDiagnosticsEnabled=Schakel clientdiagnostiek in # options.creator.debuggerHeading=Instellingen voor foutopsporing van scripts # options.creator.debuggerAutoAttach=Foutopsporing toevoegen bij laden # -options.creator.debuggerAutoConnect=Foutopsporing verbinden bij laden # +options.creator.debuggerAutoAttachTimeout=Time-out bij toevoegen # +options.creator.debuggerAutoAttachTimeoutFormat=%s seconden # options.creator.debuggerConnect=Verbinding maken # options.creator.debuggerListen=Luister # options.creator.debuggerHost=Hosten # @@ -6675,7 +6738,7 @@ options.xboxliveBroadcastSettings=Microsoft-accountinstellingen # options.xboxlivevisible=Zichtbaar voor Xbox-netwerkspelers # options.xboxLiveAccountSettings=Microsoft-accountinstellingen # options.xboxLiveSignedIn=Aangemeld met Microsoft-account # -options.xboxLiveSignedOut=Afgemeld bij Microsoft-account # +options.xboxLiveSignedOut=Uitgelogd bij Microsoft-account # options.xboxLive.privacyControl=Privacy en online veiligheid # options.realms.checkInvites=Realms-lidmaatschapsuitnodigingen beheren # options.skinCustomisation=Skinaanpassing... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Hardcoremodus kan niet worden uitgeschak options.turnOnHardcoreMode.message.3=3. Nadat je doodgaat, kun je deze wereld zien, maar niet gebruiken. # options.achievementsDisabled=Er kunnen in deze wereld geen achievements worden verdiend. # options.achievementsDisabled.onLoad=Als je met deze instellingen gaat spelen, kunnen er in deze wereld geen achievements meer worden verdiend. # -options.achievementsDisabled.notSignedIn=Er kunnen in deze wereld achievements worden verdiend, maar je moet je dan eerst aanmelden bij een Microsoft-account. # +options.achievementsDisabled.notSignedIn=Er kunnen in deze wereld achievements worden verdiend, maar je moet je dan eerst inloggen bij een Microsoft-account. # options.turnOffCrossPlatformMultiplayer=Platformoverschrijdende multiplayer uitschakelen? # options.turnOffCrossPlatformMultiplayer.message=De content die je probeert te gebruiken, is niet toegestaan in platformoverschrijdende multiplayerspellen. Als je doorgaat, kun je mogelijk geen platformoverschrijdende multiplayerspellen spelen. # options.conflictingPacks=Conflicterende pakketten # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Laag # options.volumetricFogQuality.medium=Middelgroot # options.volumetricFogQuality.high=Hoog # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Resolutie # +options.upscalingPercentage.hundred=Native # options.reflectionsQuality=Reflecties # options.reflectionsQuality.off=Uit # options.reflectionsQuality.low=Laag # @@ -6966,12 +7031,10 @@ 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.device=Dit apparaat wordt binnenkort niet meer ondersteund. 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). Realms die op dit apparaat worden beheerd blijven 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat.%sOm je Realm-abonnement te annuleren, ga je naar het menu Instellingen voor abonnementen op het apparaat waarmee de Realm is gemaakt.%sJe 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 en 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 op dit apparaat worden beheerd blijven, vanaf maart 2025, 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat.%sOm je Realm-abonnement te annuleren, ga je naar het menu Instellingen voor abonnementen op het apparaat waarmee de Realm is gemaakt.%sJe 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.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 # @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass is een abonnementsservice waarmee je toeg store.csb.faq.question2=Hoe vaak wordt de content bijgewerkt in Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Bepaalde content wordt elke maand vernieuwd, dus er is altijd wel iets nieuws om te verkennen. # store.csb.faq.question3=Wat heb ik nodig om te kunnen genieten van Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Voor toegang tot Marketplace Pass is een actief abonnement vereist en een compatibele versie van Minecraft: Bedrock Edition met Minecraft Marketplace. Je hebt een Microsoft-Account nodig om je aan te melden. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Voor toegang tot Marketplace Pass is een actief abonnement vereist en een compatibele versie van Minecraft: Bedrock Edition met Minecraft Marketplace. Je hebt een Microsoft-account nodig om je aan te melden. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Wat gebeurt er met mijn content nadat deze Marketplace Pass heeft verlaten? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Zodra een wereld, texturepakket, skinpakket of mashup uit de catalogus wordt gehaald, moet je het item kopen in de Marketplace om verder te spelen. Pakketten worden niet verwijderd uit je lokale opslag totdat je ze verwijdert. Maandelijkse personagemakers die je hebt ingewisseld, mag je voor altijd houden. # store.csb.faq.question5=Wat gebeurt er als mijn abonnement afloopt? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Dit voorwerp is mogelijk niet compatibel met je app store.owned=In bezit # store.owned.legacy=In bezit (P) # store.unlocked=Ontgrendeld # -store.mypacks=Mijn content # +store.myLibrary=Mijn bibliotheek # store.error=Marketplace-fout # @@ -8828,7 +8891,6 @@ store.updating.title=Bijwerken: %s # store.importing.title=Importeren: %s # store.importing=Importeren... # store.showMore=Alles bekijken # -store.inventory.no.xbl=Mijn pakketten # store.promo.today=Alleen vandaag! # store.promo.upsell=Vergeet niet het gratis cadeau van vandaag! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Geïnstalleerde status # store.search.filter.installed=Geïnstalleerd # store.search.filter.notInstalled=Niet geïnstalleerd # store.search.filter.clear.installed=Geïnstalleerde filters resetten # +store.search.filter.dressingroombody=Lichaam # +store.search.filter.dressingroombody.selectedCount=%d Onderdelen # +store.search.filter.dressingroomstyle=Stijl # +store.search.filter.dressingroomstyle.selectedCount=%d Stijlen # store.search.sort_menu.sortConstWord=Sorteren # store.search.sort_menu.Default=Relevantie # @@ -9395,7 +9461,7 @@ tile.log.spruce.name=Sparren stronk # tile.magma.name=Magmablok # tile.melon_block.name=Meloen # tile.mob_spawner.name=Monsterspawner # -tile.monster_egg.brick.name=Geïnfesteerde stenen bakstenen # +tile.monster_egg.brick.name=Geïnfesteerde bakstenen # tile.monster_egg.chiseledbrick.name=Geïnfesteerde gebeitelde bloksteen # tile.monster_egg.cobble.name=Geïnfesteerde kei # tile.monster_egg.crackedbrick.name=Geïnfesteerde gebarsten bloksteen # @@ -10323,23 +10389,18 @@ xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Accountaanmeldingsgegevens wis xbox.invitesignin.line1=Nodig je vrienden uit met hun gamertag om hun werelden te zien wanneer ze online zijn. # xbox.invitesignin.line2=Meld je aan met een Microsoft-account om vrienden uit te nodigen! # xbox.thirdpartysignin.line1=Er wachten geweldige minispellen en nieuwe spelers op je! Maar eerst wil '%s' weten wie je bent. # -xbox.thirdpartysignin.line2=Je moet je met een Microsoft-account aanmelden om verbinding te maken. # +xbox.thirdpartysignin.line2=Je moet je met een Microsoft-account inloggen om verbinding te maken. # xbox.signInLong=Log je gratis in! # -xbox.signOutLong=Afmelden bij je Microsoft-account # +xbox.signOutLong=Uitloggen bij je Microsoft-account # xbox.genericsignin.line1=Met je Minecraft-account kun je op je pc en mobiele apparaat online multiplayerspellen spelen met vrienden. En wat het mooiste is? # xbox.genericsignin.line2=Het is GRATIS! # xbox.genericsignin.line3=Je kunt Minecraft overal spelen. # xbox.disconectionscreen.notSignedIn=Meld je aan met je Microsoft-account om met vrienden te spelen. # -xbox.disconectionscreen.multiplayerNotAllowed=Dit Microsoft-account heeft niet de machtigingen om je bij multiplayerspellen aan te sluiten. # +xbox.disconectionscreen.multiplayerNotAllowed=Met dit Microsoft-account kun je niet deelnemen aan multiplayerspellen. # xbox.disconectionscreen.accessDenied=Je moet vrienden zijn met iemand in dit spel om je aan te sluiten. # -xbox.friendfinder.enterGamertag=Gamertag invoeren # -xbox.friendfinder.findFriends=Naar vrienden zoeken op basis van gamertag # -xbox.friendfinder.searchingForGamertag=Zoeken # -xbox.friendfinder.gamertagNotFound=Gamertag niet gevonden # - xbox.profile.addFriend=Vriend toevoegen # xbox.profile.addFriend.success=Gelukt! %s is toegevoegd aan je vriendenlijst. # xbox.profile.block=Blokkeren # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=De eigenschap '%s' wordt niet gebruikt voor packdiscoveryerror.version_too_high=De eigenschap %s heeft versie %s, welke te hoog is. De hoogste geaccepteerde waarde is %s. # packdiscoveryerror.version_too_low=De eigenschap %s heeft versie %s, welke te laag is. De laagste geaccepteerde waarde is %s. # packdiscoveryerror.format_version_1_engine_version_cap=Voor de eigenschap %s moet een waarde zijn ingesteld minder dan %s. Om een hogere versie te gebruiken, moet je indelingsversie 2 gebruiken. # +packdiscoveryerror.folder_structure_too_deep=De mappenstructuur in het pakket is te diep. # ## pack upgrading packupgradewarning.invalidpacktype=Opgegeven %s-element heeft een ongeldige waarde in pakketmanifest; Resourcepakket wordt als standaard ingesteld. # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Je huidige ouderlijk toezicht beperkt je om gathering.info.qr.title.console=Live-event stream # gathering.info.qr.body.console=Scan om deel te nemen aan onze live-event stream # gathering.info.signIn.title=Meld je aan om aan dit evenement deel te nemen. # -gathering.info.signIn.body=Meld je aan bij je Microsoft-account om aan dit evenement deel te nemen. # +gathering.info.signIn.body=Meld je aan bij je Microsoft-account om deel te nemen aan dit event. # gathering.activation.warning=Kan Verzamelen niet vinden # gathering.activation.warning.signIn=Kan Verzamelen niet vinden. Meld je aan voordat je het opnieuw probeert. # gathering.activation.warning.title=O nee! # diff --git a/resource_pack/texts/pl_PL.lang b/resource_pack/texts/pl_PL.lang index 8b96470a1..c31b4e34c 100644 --- a/resource_pack/texts/pl_PL.lang +++ b/resource_pack/texts/pl_PL.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Ekran encyklopedii # accessibility.screenName.howToPlay=Ekran obsługi gry # accessibility.screenName.inviteToGame=Ekran zaproszenia do gry # accessibility.screenName.joinByIP=Okno dialogowe dołączania po IP # +accessibility.screenName.joinByConnectionID=Dołącz poprzez identyfikator połączenia (okno dialogowe) # accessibility.screenName.joinCode=Okno dialogowe kodu dołączenia # accessibility.screenName.library=Ekran biblioteki # accessibility.screenName.modalDialog=Wyskakujący tekst # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Ekran profilu # accessibility.screenName.realmInviteLinkSettings=Ekran ustawień linku zaproszenia do świata Realms # accessibility.screenName.realmSettings=Ekran ustawień Realms # accessibility.screenName.settings=Ekran ustawień gry # -accessibility.screenName.addFriend=Ekran Dodaj znajomego # accessibility.screenName.skinPicker=Ekran wyboru skórki # accessibility.screenName.start=Menu główne # accessibility.screenName.vrAlignment=Ekran osiowania VR # accessibility.screenName.emoteWheel=Ekran emotek # +accessibility.screenName.addExternalServer=Ekran dodania serwera zewnętrznego # +accessibility.screenName.editExternalServer=Ekran edycji serwera zewnętrznego # accessibility.search.sort_menu.A_to_Z.tts.title=Od „A” do „Z” ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Od „Z” do „A” ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Nie można zabrać efektów graczowi %1$s, commands.effect.failure.notAMob=%1$s nie może mieć efektów # commands.effect.notFound=Brak efektu moba o ID %s # commands.effect.success=Przekazano efekt %1$s * %2$d graczowi %3$s na %4$d sek. # +commands.effect.success.infinite=Przekazano efekt %1$s * %2$d graczowi %3$s na nieskończony czas trwania # commands.effect.success.removed=Zabrano efekt %1$s graczowi %2$s # commands.effect.success.removed.all=Zabrano wszystkie efekty graczowi %1$s # commands.enchant.cantCombine=%1$s - nie można połączyć z: %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Byt docelowy nie może być w innym w commands.generic.entity.invalidType=Nieprawidłowy rodzaj bytu '%1$s' # commands.generic.entity.invalidUuid=Wprowadzony numer UUID obiektu ma nieprawidłowy format # commands.generic.entity.notFound=Nie można znaleźć tego bytu # -commands.generic.error.permissions=Nieprawidłowe poziomy uprawnień. %s jest poleceniem poziomu %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Nieprawidłowy poziom uprawnień dla polecenia: %s. ###1: command name commands.generic.exception=Podczas próby wykonania tego polecenia wystąpił nieznany błąd # commands.generic.invalidAgentType=Wprowadź argument dotyczący selektora Agent-only # commands.generic.invalidcontext=Niewłaściwy kontekst dla danego typu polecenia # +commands.generic.invalidOrigin=Źródło polecenia było nieprawidłowe podczas realizacji polecenia # commands.generic.invalidDevice=Wprowadzone polecenie, %s, nie jest obsługiwane na tym urządzeniu # commands.generic.invalidMessage=Nieprawidłowa długość wiadomości # commands.generic.invalidPlayerType=Argument typu stosowany wyłącznie do selektora-gracza # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=W funkcji %2$s pomyślnie wykonano następującą commands.schedule.invalidOrigin=Źródło potrzebne do wykonania tej funkcji było nieprawidłowe. # commands.schedule.name.empty=Nazwa obszaru tickowania nie może być pusta. # commands.schedule.too.many.areas=Znaleziono więcej niż jeden obszar tickowania o nazwie %s. Prosimy o korzystanie z jednego obszaru. # +commands.schedule.clear.failure=Żadne funkcje z nazwą %1$s nie zostały usunięte. # +commands.schedule.clear.success=Usunięto funkcje (%1$d) z nazwą %2$s. # +commands.schedule.tickingarea.clear.success=Usunięto funkcje (%1$d) z nazwą obszaru tickowania %2$s. # +commands.schedule.tickingarea.clear.failure=Nie usunięto żadnych funkcji z nazwą obszaru tickowania %1$s. # +commands.schedule.tickingarea.func.clear.success=Usunięto funkcje (%1$d) z nazwą obszaru tickowania %2$s oraz z nazwą %3$s. # +commands.schedule.tickingarea.func.clear.failure=Nie usunięto żadnych funkcji z nazwą obszaru tickowania %1$s ani z nazwą %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Wartość zanikania koloru musi wynosić od 0 do 2 commands.camera.invalid.easing=Powolne przesuwanie do kamer ruchomych nie jest obsługiwane # commands.camera.invalid.time=Czas trwania zanikania musi wynosić od 0 do 10 sekund # commands.camera.invalid.pitch=Kąt nachylenia kamery (obrót X) musi wynosić od -90 do 90 stopni # -commands.camera.invalid.view.offset=Przesunięcie widoku musi mieścić się w zakresie od -100 do 100 # +commands.camera.invalid.view.offset=Przesunięcie widoku musi mieścić się w zakresie od −64 do 64 # +commands.camera.invalid.entity.offset=Przesunięcie elementu musi mieścić się w zakresie od −64 do 64 # +commands.camera.invalid.offset.camera=Przesunięcie elementu i widoku można zastosować tylko do kamery follow_orbit # commands.camera.perspective.locked=Nie można zmieniać perspektywy podczas korzystania z niestandardowych kamer # commands.camera.perspective.option=Twoja wybrana kamera zmieni się, gdy niestandardowa kamera nie będzie aktywna # commands.world_age.description=Zmienia lub wysyła zapytanie o wiek świata (czas od jego utworzenia). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Usuń wkład # controller.buttonTip.removeMaterial=Usuń materiał # controller.buttonTip.renameItem=Usuń przedmiot # controller.buttonTip.returnToRecipe=Wróć do przepisu # +controller.buttonTip.swap=Zamień # controller.buttonTip.enterSearch=Szukaj # controller.buttonTip.searchRecipe=Szybkie wyszukiwanie # controller.buttonTip.confirmSearch=Potwierdź # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Weź jeden przedmiot # controller.buttonTip.take=Weź # controller.buttonTip.takeItem=Weź przedmiot # controller.buttonTip.clearHotbar=Wyczyść podręczny ekwipunek # +controller.buttonTip.add.to.bundle=Dodaj do zestawu # +controller.buttonTip.place.from.bundle=Umieść z zestawu # +controller.buttonTip.take.from.bundle=Weź z zestawu # controllerLayoutScreen.actions=Działania # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Wypróbuj teraz # ## Edu Course Multiplayer strings course.edu.enterIp=Wprowadź adres IP świata, do którego chcesz dołączyć. # course.edu.enterConnection=Wprowadź identyfikator połączenia świata, do którego chcesz dołączyć. # +course.edu.enterConnectionScreenReader=Wprowadź identyfikator połączenia świata, do którego chcesz dołączyć. # course.edu.ipAddress=Adres IP # course.edu.ipPlaceholder=Wprowadź adres IP lub adres serwera # course.edu.ipTooltipText=Aby zobaczyć adres IP, poproś gospodarza o spauzowanie lekcji. Adres IP pojawi się po prawej stronie ekranu gospodarza. # course.edu.connectionInfo=Identyfikator połączenia # course.edu.conInfoPlaceholder=Wpisz identyfikator połączenia # -course.edu.conInfoHostTooltipText=Możesz udostępnić identyfikator połączenia, jeśli inni mają problemy z dołączeniem do twojego świata za pomocą kodu dołączenia lub udostępnionego łącza. # +course.edu.conInfoHostTooltipText=Możesz udostępnić identyfikator połączenia, jeśli inni mają problemy z dołączeniem do Twojego świata za pomocą kodu dołączenia lub udostępnionego łącza bez opcji odświeżania. # +course.edu.conInfoHostTooltipTextScreenReader=Możesz udostępnić identyfikator połączenia, jeśli inni mają problemy z dołączeniem do Twojego świata za pomocą kodu dołączenia lub udostępnionego łącza. # course.edu.conInfoTooltipText=Gospodarz może znaleźć identyfikator połączenia w zakładce trybu wieloosobowego w menu gry danego świata. # +course.edu.conInfoTooltipTextScreenReader=Gospodarz może znaleźć identyfikator połączenia w zakładce trybu wieloosobowego w menu gry danego świata. # course.edu.joinLesson=Dołącz do lekcji # course.edu.joinLessonIntro=Aby dołączyć do lekcji, znajdź kolegów i koleżanki, którzy biorą w niej udział. Jeśli nie ma ich na liście, wprowadź ich adresy IP. # course.edu.joinLessonIntroTeacher=Wybierz grupę, do której chcesz dołączyć. Jeśli nie ma jej na liście, wprowadź jej adres IP. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Dodaj nieskończoną liczbę członków i gra createWorldUpsell.realm.sellPoint2=Zapis online: graj w Minecrafta na dowolnym urządzeniu z obsługą rynku Minecrafta # createWorldUpsell.realm.sellPoint3=Nie zajmuje miejsca na twoim urządzeniu # createWorldUpsell.realm.sellPoint4=Znajomi mogą grać, nawet gdy ciebie nie ma # -createWorldUpsell.signIn=Stwórz świat Realms przy pomocy konta Microsoft # +createWorldUpsell.signIn=Stwórz Realms przy pomocy konta Microsoft # createWorldUpsell.world.sellPoint1=Graj online z maksymalnie 7 znajomymi # createWorldUpsell.world.sellPoint2=Zapisano na twoim urządzeniu: graj offline # createWorldUpsell.world.sellPoint3=Wykorzystuje pamięć urządzenia # @@ -1908,8 +1927,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 # @@ -1956,7 +1973,7 @@ createWorldScreen.randomtickspeed.reset=Resetuj losową szybkość ticków # createWorldScreen.serverSimDistance=Odległość symulacji # createWorldScreen.serverSimDistanceFormat=%s chunk. # createWorldScreen.showbordereffect=Pokaż efekt obramowania # -createWorldScreen.check_internet_connection=Brak połączenia z Internetem. Twoi znajomi nie będą mogli dołączyć do twoich światów wieloosobowych. Aby z nimi zagrać, zaloguj się na swoje konto Microsoft. # +createWorldScreen.check_internet_connection=Brak połączenia z Internetem. Twoi znajomi nie będą mogli dołączyć do twojego świata wieloosobowego. Aby z nimi zagrać, zaloguj się na swoje konto Microsoft. # createWorldScreen.disconnectedXboxLive=Brak połączenia z usługami Microsoft. Twoi znajomi posiadający tagi gracza nie będą mogli dołączyć do twojego świata wieloosobowego. Zaloguj się na swoje konto Microsoft, aby z nimi grać. # createWorldScreen.clearPlayerData.button=Wyczyść dane gracza # createWorldScreen.clearPlayerData.title=Usunąć dane gracza ze świata? # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s wygasł. Poproś gracza %s o odnow realmsSharingScreen.cantJoinClosedTitle=Gracz %s zamknął ten świat Realms # realmsSharingScreen.cantJoinClosedMessage=%s jest zamknięty. Poproś %s o ponowne otwarcie. # realmsSharingScreen.failedSignInModalTitle=Zaloguj się, aby dołączyć do tego świata Realms # -realmsSharingScreen.failedSignInModalMessage=Musisz się zalogować na konto Microsoft, aby dołączyć do świata Realms. Zaloguj się i spróbuj ponownie. # +realmsSharingScreen.failedSignInModalMessage=Musisz się zalogować na konto Microsoft, aby dołączyć do Realms. Zaloguj się i spróbuj ponownie. # realmsSharingScreen.invalidPermissionTitle=Niewłaściwe uprawnienia # realmsSharingScreen.unexpectedServerResponseTitle=Błąd serwera Realms # realmsSharingScreen.unexpectedServerResponseMessage=Przepraszamy, wystąpił problem z nawiązaniem połączenia z serwerem Realm. Spróbuj ponownie później. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Płatności # realmsCreateScreen.paymentFailed.body=Nie można teraz połączyć się z Realms i ukończyć zakupu. Spróbuj ponownie później. # realmsCreateScreen.incomplete=Niekompletny świat Realms # realmsCreateScreen.incomplete.create.a=Chyba nie dokończyliśmy tworzenia świata Realm ostatnim razem. Dokończmy to teraz. # -realmsCreateScreen.incomplete.create.b=Zdaje się, że rozpoczęto tworzenie świata Realm używając innego konta Microsoft. Chcesz dokończyć ten proces na tym koncie jako jego właściciel? # -realmsCreateScreen.incomplete.create.c=Ktoś zaczął tworzyć Realm z kontem rozliczeniowym na tym urządzeniu. Czy chcesz dokończyć tworzenie tego obszaru przy tym koncie Microsoft jako właściciel? # +realmsCreateScreen.incomplete.create.b=Zdaje się, że tworzenie świata Realms rozpoczęto na innym koncie Microsoft. Chcesz dokończyć ten proces na tym koncie jako jego właściciel? # +realmsCreateScreen.incomplete.create.c=Ktoś rozpoczął tworzenie świata Realms, używając konta rozliczeniowego na tym urządzeniu. Chcesz dokończyć ten proces na tym koncie Microsoft jako jego właściciel? # realmsCreateScreen.incomplete.renew.a=Chyba nie dokończyliśmy odnawiania świata Realm ostatnim razem. Zróbmy to teraz. # -realmsCreateScreen.incomplete.renew.b=Zdaje się, że rozpoczęto odnawianie świata Realms na innym koncie Microsoft. Chcesz dokończyć ten proces na tym koncie Microsoft jako jego właściciel? # -realmsCreateScreen.incomplete.renew.c=Ktoś rozpoczął odnawianie świata Realms, używając konta billingowego na tym urządzeniu. Chcesz dokończyć ten proces na tym koncie Microsoft jako jego właściciel? # +realmsCreateScreen.incomplete.renew.b=Zdaje się, że rozpoczęto odnawianie świata Realms na innym koncie Microsoft. Chcesz dokończyć ten proces na tym koncie jako jego właściciel? # +realmsCreateScreen.incomplete.renew.c=Ktoś rozpoczął odnawianie świata Realms, używając konta rozliczeniowego na tym urządzeniu.  Chcesz dokończyć ten proces na tym koncie Microsoft jako jego właściciel? # realmsCreateScreen.incomplete.override.renew=Próbujesz stworzyć nowy świat Realm, jednak wykryliśmy wcześniej zakupione odnowienie świata Realm. Czy chcesz skorzystać teraz z tego zakupu? # realmsCreateScreen.incomplete.override.create=Próbujesz odnowić świat Realm, jednak wykryliśmy, że już dokonano zakupu w celu stworzenia świata Realm. Czy chcesz skorzystać teraz z tego zakupu? # realmsCreateScreen.incomplete.override.realm=Próbujesz odnowić świat Realm, jednak wykryliśmy wcześniejszy zakup innego świata Realm. Czy chcesz skorzystać teraz z tego zakupu? # @@ -2228,7 +2245,7 @@ networkWorld.connect_to_xbl=Zaloguj się na konto Microsoft, aby móc grać ze z networkWorld.memberOfTooManyRealms=Osiągnięto limit członków świata Realms. # networkWorld.multiplayerPrivilegesBlocked=Nie możesz grać w trybie wieloosobowym online ze względu na bieżącą konfigurację konta Microsoft. Sprawdź, czy ustawienia bezpieczeństwa umożliwiają wieloosobową grę online. Zobacz instrukcje dotyczące zmiany tych ustawień pod adresem aka.ms/MCMultiplayerHelp. # networkWorld.multiplayerPrivilegesBlockedOnConsole=Nie możesz grać w trybie wieloosobowym online ze względu na bieżącą konfigurację konta Microsoft. Sprawdź, czy ustawienia bezpieczeństwa w sieci umożliwiają grę wieloosobową i czy twoja subskrypcja Xbox Live Gold jest aktywna. Instrukcje dotyczące zmiany tych ustawień znajdziesz pod adresem aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Nie możesz grać w trybie wieloosobowym ze względu na bieżącą konfigurację konta Microsoft. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Nie możesz grać w trybie wieloosobowym online ze względu na bieżącą konfigurację konta Microsoft. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Wystąpił nieznany błąd, który uniemożliwia grę online. Spróbuj ponownie później. # networkWorld.multiplayerPrivilegesBlockedBanned=Nie możesz grać w trybie wieloosobowym online, ponieważ Twoje konto zostało zawieszone. # networkWorld.versionOutOfDate=Nie możesz grać w trybie wieloosobowym online, ponieważ nie posiadasz najnowszej wersji gry. Zainstaluj najnowszą wersję, aby otrzymać dostęp do funkcji online. # @@ -2550,7 +2567,7 @@ date.timeLeft=Zostało %s # dayOneExperience.carousel.title=Witamy w nowym Minecrafcie! # dayOneExperience.carousel.welcome_text=W tej wersji Minecrafta mamy sporo nowości. Zajrzyj na rynek, stwórz świat Realms i zagraj online ze znajomymi na różnych platformach! # dayOneExperience.carousel.marketplace=Rynek w grze Minecraft to miejsce, w którym znajdziesz nowe skórki, światy, tekstury i miksy, stworzone przez utalentowane osoby. # -dayOneExperience.carousel.cross_platform=Gra na różnych platformach umożliwia prowadzenie rozgrywki z graczami używającymi różnych urządzeń. Zaloguj się na swoje konto Microsoft, aby zagrać ze wszystkimi znajomymi z gry Minecraft! # +dayOneExperience.carousel.cross_platform=Gra międzyplatformowa umożliwia prowadzenie rozgrywki z graczami używającymi różnych urządzeń. Zaloguj się na swoje konto Microsoft, aby zagrać ze wszystkimi znajomymi z gry Minecraft! # dayOneExperience.carousel.realms=Realms to nasze serwery przeznaczone tylko dla ciebie i twoich znajomych. Twój świat Minecraft pozostanie online i będzie zawsze dostępny, nawet wtedy, gdy się wylogujesz. # dayOneExperience.carousel.villager=Tylko w nowym Minecrafcie otrzymasz przyszłe aktualizacje, które wprowadzą nowe funkcje, moby, przedmioty, bloki i nie tylko! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Serwer został zamknięty z powodu przekroc disconnectionScreen.header.realms_hidden=Zaproszenie do trybu wieloosobowego # disconnectionScreen.body.realms_hidden=Nie udało się dołączyć do tego serwera. # +disconnectionScreen.biomeData.IdDuplication=ID %s koliduje z %s # +disconnectionScreen.biomeData.MalformedData=Zniekształcone dane biomu # +disconnectionScreen.biomeData.MixedIdPresence=Pakiet biomu ma mieszaną obecność id dla niestandardowych biomów # +disconnectionScreen.biomeData.ReservedRange=Niestandardowy biom %s używa ID z zastrzeżonego zakresu. Zakres ID dla niestandardowych biomów to: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Dane biomu z podstawowej wersji gry nie powinny zawierać pola „id” # disconnectionScreen.blockMismatch=Niezgodność bloków między klientem a serwerem. # disconnectionScreen.cantConnect=Nie można połączyć się ze światem. # disconnectionScreen.cantConnectToRealm=Nie można połączyć się ze światem Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Możesz zdobywać szablony świata z biblioteki eduka edu.pause.multiplayer.disabled=W przypadku tej lekcji tryb wieloosobowy jest niedostępny. # +effect.duration.infinite=∞ # effect.badOmen=Zły omen # effect.infested=Zainfekowane # effect.oozing=Wyciekanie # @@ -3143,13 +3166,6 @@ feed.uppload_success=Zrzut ekranu został przesłany # feed.connected=Każdy świat Realms jest połączony z klubem przy pomocy twojego konta Microsoft. # feed.unviewedPost=Nowy # -comment.like=%d polubienie ### 1 like -comment.likes=%d polub. ### 0 or 2+ likes -comment.comment=%d komentarz ### 1 comment -comment.comments=%d komentarz. ### 0 or 2+ comments -comment.likes_and_comments=%1 i %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Wpisz komentarz... # - furnaceScreen.fuel=Paliwo # furnaceScreen.header=Piec # furnaceScreen.input=Przed obróbką # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Chcesz przenieść coś między swoim §epask howtoplay.inventory.text.2.touch=Chcesz przenieść coś między swoim §epaskiem narzędzi§f i ekwipunkiem? Kliknij wybrany przedmiot, a następnie kliknij na pustym miejscu na przedmioty, aby go tam przenieść. # howtoplay.inventory.text.2.vr=Chcesz przenieść coś między swoim §epaskiem narzędzi§f i ekwipunkiem? Użyj kursora, aby wybrać przedmiot i naciśnij :_input_key.use:. Następnie przesuń kursor nad puste miejsce na przedmiot i naciśnij ponownie, aby upuścić przedmiot. # +howtoplay.jigsawBlocks=Bloki konstrukcyjne # +howtoplay.jigsawBlocks.text.1=Bloki konstrukcyjne pozwalają twórcom generować duże struktury w świecie, łącząc wiele szablonów struktur. # +howtoplay.jigsawBlocks.header.1=Jak otrzymać # +howtoplay.jigsawBlocks.text.2=Aby otrzymać blok konstrukcyjny, użyj polecenia /give. Aby skorzystać z bloku konstrukcyjnego, musisz mieć uprawnienia operatora. # +howtoplay.jigsawBlocks.header.2= Ustawienia # +howtoplay.jigsawBlocks.text.3=Bloki konstrukcyjne mają wiele ustawień, które kontrolują, jak przyłączają się do siebie, aby utworzyć większą strukturę. # +howtoplay.jigsawBlocks.text.4=§ePula docelowa§f – Ścieżka puli szablonów do wyszukania szablonu struktury łączącej. Pula szablonów powinna zawierać co najmniej jedną strukturę pasującą do pola „Nazwa docelowa” w konstrukcji. # +howtoplay.jigsawBlocks.text.5=§eNazwa§f – Nazwa konstrukcji. Jest ona używana podczas łączenia z konstrukcją o pasującej „nazwie docelowej”. # +howtoplay.jigsawBlocks.text.6=§eZamiana na§f – Rodzaj bloku, w który zmieni się blok konstrukcyjny po umieszczeniu go w świecie gry podczas generowania struktury. # +howtoplay.jigsawBlocks.text.7=§ePriorytet wyboru§f – Gdy element nadrzędny jest przetwarzany w celu połączenia, jest to kolejność, w jakiej ten blok konstrukcyjny próbuje połączyć się z elementem docelowym. Konstrukcje będą przetwarzane w kolejności malejącego priorytetu z losową kolejnością wstawiania w przypadku takiego samego priorytetu. # +howtoplay.jigsawBlocks.text.8=§ePriorytet umieszczenia§f – Gdy ten blok konstrukcyjny łączy się z elementem, jest to kolejność, w jakiej ten element jest przetwarzany pod kątem połączeń w szerszej strukturze. Elementy będą przetwarzane w kolejności malejącego priorytetu, przy czym rozstrzygająca będzie kolejność wstawiania. # +howtoplay.jigsawBlocks.text.9=§eTyp złącza§f – Złącze może być zwijane (domyślnie) lub wyrównane. Jeśli złącze jest typu zwijanego, docelowa struktura zostanie losowo obrócona wokół źródłowego bloku konstrukcyjnego. Jeśli natomiast złącze jest typu wyrównanego, struktura docelowa zostanie umieszczona w taki sposób, aby obrót docelowego bloku konstrukcyjnego wyrównywał się z obrotem źródłowego bloku konstrukcyjnego. Należy pamiętać, że ma to zastosowanie tylko wtedy, gdy blok konstrukcyjny jest umieszczony przodem do góry lub do dołu. # + howtoplay.jukebox=Szafa grająca # howtoplay.jukebox.text.1=Szafa grająca odtwarza płyty muzyczne, które znajdujesz. # howtoplay.jukebox.header.1=Imprezę czas zacząć # @@ -5007,7 +5036,7 @@ item.boat.big_oak.name=Ciemna dębowa łódka # item.bone.name=Kość # item.book.name=Książka # item.breeze_rod.name=Bryzowa różdżka # -item.chainmail_boots.name=Buty kolcze # +item.chainmail_boots.name=Kolcze buty # item.leather_boots.name=Skórzane buty # item.diamond_boots.name=Diamentowe buty # item.golden_boots.name=Złote buty # @@ -5107,7 +5136,7 @@ item.warped_fungus_on_a_stick.name=Wypaczony grzyb na patyku # item.carrot.name=Marchewka # item.cauldron.name=Kocioł # item.charcoal.name=Węgiel drzewny # -item.chainmail_chestplate.name=Napierśnik kolczy # +item.chainmail_chestplate.name=Kolczy napierśnik # item.leather_chestplate.name=Skórzana tunika # item.diamond_chestplate.name=Diamentowy napierśnik # item.golden_chestplate.name=Złoty napierśnik # @@ -5259,7 +5288,7 @@ item.netherite_helmet.name=Netherytowy hełm # item.lead.name=Postronek # item.leather.name=Skóra # item.leaves.name=Liście # -item.chainmail_leggings.name=Nogawice kolcze # +item.chainmail_leggings.name=Kolcze nogawice # item.leather_leggings.name=Skórzane spodnie # item.diamond_leggings.name=Diamentowe nogawice # item.golden_leggings.name=Złote nogawice # @@ -5496,7 +5525,7 @@ item.flower_banner_pattern.name=Wzór sztandaru – symbol kwiatu # item.globe_banner_pattern.name=Wzór sztandaru – glob # item.guster_banner_pattern.name=Wzór sztandaru – pyłowiec # item.piglin_banner_pattern.name=Wzór sztandaru – ryjek # -item.skull_banner_pattern.name=Sztandar sztandaru – symbol czaszki # +item.skull_banner_pattern.name=Wzór sztandaru – symbol czaszki # item.mojang_banner_pattern.name=Wzór sztandaru – logo Mojang # item.bordure_indented_banner_pattern.name=Wzór sztandaru – ząbkowane obramowanie # item.banner_pattern.bricks=Ceglane tło # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Brązowa tarcza # item.shield.black.name=Czarna tarcza # item.shield.blue.name=Niebieska tarcza # +item.bundle=Zestaw # +item.black_bundle=Czarny zestaw # +item.white_bundle=Biały zestaw # +item.red_bundle=Czerwony zestaw # +item.orange_bundle=Pomarańczowy zestaw # +item.yellow_bundle=Żółty zestaw # +item.green_bundle=Zielony zestaw # +item.lime_bundle=Jasnozielony zestaw # +item.brown_bundle=Brązowy zestaw # +item.light_gray_bundle=Jasnoszary zestaw # +item.light_blue_bundle=Jasnoniebieski zestaw # +item.blue_bundle=Niebieski zestaw # +item.gray_bundle=Szary zestaw # +item.pink_bundle=Różowy zestaw # +item.magenta_bundle=Karmazynowy zestaw # +item.purple_bundle=Fioletowy zestaw # +item.cyan_bundle=Błękitny zestaw # +item.bundle.empty=Opróżnij # +item.bundle.empty.description=Może przechowywać mieszany stos przedmiotów # +item.bundle.full=Pełny # +item.bundle.fullness=Zostało %s # + item.goat_horn.name=Kozi róg # item.minecraft.goat_horn.sound.0=Rozważać # item.minecraft.goat_horn.sound.1=Śpiewać # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Strzały # itemGroup.name.potion=Mikstury # itemGroup.name.splashPotion=Mikstury miotane # itemGroup.name.lingeringPotion=Długotrwałe mikstury # +itemGroup.name.ominousBottle=Złowieszcze butelki # itemGroup.name.bed=Łóżka # itemGroup.name.chalkboard=Tablice # itemGroup.name.anvil=Kowadła # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Świece # itemGroup.name.goatHorn=Kozie rogi # itemGroup.name.compounds=Związki # itemGroup.name.products=Produkty # +itemGroup.name.bundles=Zestawy # +##Jigsaw Block +jigsaw_block.title=Blok konstrukcyjny # jigsaw.title.target_pool=Pula docelowa: # jigsaw.title.name=Nazwa: # -jigsaw.title.target=Nazwa obiektu docelowego: # +jigsaw.title.target=Nazwa docelowa: # jigsaw.title.final_block=Zamiana na: # -jigsaw.title.joint_type=Typ połączony: # +jigsaw.title.selection_priority=Priorytet wyboru: # +jigsaw.title.placement_priority=Priorytet umieszczenia: # +jigsaw.title.joint_type=Typ złącza: # jigsaw.title.joint_type.aligned=Wyrównane # jigsaw.joint_type.aligned=Wyrównane # jigsaw.joint_type.rollable=Zwijane # jigsaw.exit.done=Gotowe # -jigsaw.exit.cancel=Anuluj # ##EDU Joincode joincode.entry_popup.icon_button=Przycisk kodu dołączenia – %1 # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Otwórz dla LAN # menu.simulating=Krótka symulacja świata # menu.singleplayer=Jeden gracz # menu.store=Rynek # +menu.store.addons=Przeglądaj dodatki! # menu.skins=Skórki # menu.start=Rozpocznij # menu.switchingLevel=Przełączanie światów # @@ -6183,7 +6240,7 @@ options.debugTitle=Opcje deweloperskie # options.delete_account.button=Usuń konto Microsoft # options.delete_account.confirm.title=Czy chcesz usunąć konto Microsoft? # options.delete_account.confirm.warning=UWAGA: po usunięciu konta utracisz możliwość zabezpieczenia postępów lub zakupów dokonanych na twoim urządzeniu %s. # -options.delete_account.confirm.warning.2=Usunięcie konta Microsoft z poziomu niniejszej gry będzie miało wpływ na wszystkie gry Minecraft na obecnej platformie, które korzystały z tego konta Microsoft. # +options.delete_account.confirm.warning.2=Usunięcie konta Microsoft z poziomu niniejszej gry będzie miało wpływ na wszystkie gry Minecraft korzystające z tego konta. # options.delete_account.confirm.checkbox1=Nie będziesz mieć już dostępu do żadnej zawartości dostępnej w sklepie podczas gry na innych platformach. # options.delete_account.confirm.checkbox2=Nie będziesz mieć już możliwości gry online ze znajomymi. # options.delete_account.confirm.checkbox3=Nie będziesz mieć już dostępu do usługi Realms, w tym do subskrypcji Realms, które są obecnie aktywne. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Instrukcja break asercji w debuggerze # options.dev_assertions_show_dialog=Asercja pokazuje modalny dialog # options.dev_force_trial_mode=Wymuś włączenie trybu próbnego # options.dev_eduDemo=Edukacyjna wersja demonstracyjna (wymaga ponownego zalogowania się) # +options.dev_eduCloudResumableUpload=Użyj API przesyłania z opcją wznawiania dla plików większych niż 4 MB # options.remote_imgui_toggle=Włączono Remote Imgui # options.dev_enableDebugUI=Włącz interfejs debugowania # options.dev_createRealmWithoutPurchase=Stwórz świat Realms bez zakupu # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Terminal Realms # options.dev_realmsEndpointPayment=Płatność przez terminal Realms # options.dev_realmsRelyingParty=Strona ufająca Realms # options.dev_realmsRelyingPartyPayment=Płatność strony ufającej Realms # -options.dev_realms_stories=Włącz historie Realms # options.dev_overrideXboxEnvironmentWindows=Zastąpienie piaskownicy konsoli Xbox (obsługa przy użyciu systemu operacyjnego w systemie Windows) # options.dev_overrideXboxEnvironment=Zastąpienie piaskownicy konsoli Xbox (wymaga ponownego uruchomienia) # options.dev_xboxEnvironment=Środowisko piaskownicy konsoli Xbox (wymaga ponownego uruchomienia) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Piaskownica Xforge: wer. komercyjna # options.dev_sandboxDev=Piaskownica Xforge: wer. deweloperska # options.dev_sandboxDevAchievement=Osiągnięcie: Piaskownica Xforge: wer. deweloperska # options.dev_showDiscoveryOverridePanel=Obejdź punkty końcowe usługi # +options.dev_serviceOverrideType=Typ zastąpienia # +options.dev_serviceOverrideTypeMultibranch=Wdrożenie wielogałęziowe # +options.dev_serviceOverrideTypeCustom=Niestandardowy # options.dev_discoveryOverrideServiceName=Nazwa usługi (bezpieczeństwo, osobowość itp.) # options.dev_discoveryOverrideServiceBranch=Gałąź # +options.dev_discoveryOverrideServiceCustom=Otwórz URL # options.dev_resetAllEndpointOverrides=Zresetuj wszystkie punkty końcowe # options.dev_apply=Zastosuj # options.dev_displayTreatmentsPanel=Wyświetl zabiegi # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Zbiórki: Włączone # options.dev_gatherings_system_service_pack=Spotkania: Wyłączone z powodu brakującego dodatku systemowego Service Pack # options.dev_gatherings_active_gathering=Aktywne: %s # options.dev_gatherings_available_gatherings=Dostępne zbiórki # +options.dev_gatherings_clear_system_service_pack=Wyczyść pamięć podręczną systemowego pakietu Service Pack # options.difficulty=Poziom trudności # options.difficulty.easy=Łatwy # options.difficulty.hard=Trudny # @@ -6524,7 +6586,8 @@ options.creatorTitle=Ustawienia twórcy # options.creator.serverboundClientDiagnosticsEnabled=Włącz diagnostykę klienta # options.creator.debuggerHeading=Ustawienia debugowania skryptów # options.creator.debuggerAutoAttach=Dołączanie debugera podczas wczytywania # -options.creator.debuggerAutoConnect=Podłączanie debugera przy wczytywaniu # +options.creator.debuggerAutoAttachTimeout=Limit czasu dołączania # +options.creator.debuggerAutoAttachTimeoutFormat=%s sek. # options.creator.debuggerConnect=Połącz # options.creator.debuggerListen=Słuchaj # options.creator.debuggerHost=Gospodarz # @@ -6637,7 +6700,7 @@ options.raytracing.renderdistance.warning=To ustawienie może powodować problem options.resetSettings=Przywróć domyślne # options.resetSettings.popUp=Czy na pewno chcesz zresetować ustawienia? # options.maxFramerate=Limit liczby klatek na sekundę # -options.maxFramerate.tooltip=Zmniejsz maksymalną liczbę klatek na sekundę w grze, aby wydłużyć czas pracy akumulatora i poprawić kondycję urządzenia. Rzeczywista liczba klatek na sekundę może spaść poniżej ustawionego limitu. # +options.maxFramerate.tooltip=Zmniejsz maksymalną liczbę klatek na sekundę w grze, aby wydłużyć czas pracy baterii i poprawić kondycję urządzenia. Rzeczywista liczba klatek na sekundę może spaść poniżej ustawionego limitu. # options.maxFramerateFormat=%s kl./s # options.perf_turtle=Żółw wydajności # options.msaa=Wygładzanie # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Niska # options.volumetricFogQuality.medium=Średnia # options.volumetricFogQuality.high=Wysoka # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Rozdzielczość # +options.upscalingPercentage.hundred=Natywny # options.reflectionsQuality=Odbicia # options.reflectionsQuality.off=Wył. # options.reflectionsQuality.low=Niska # @@ -6966,12 +7031,10 @@ 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.device=Nasze wsparcie dla tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do marca 2025 roku, po czym otrzymasz ostateczną aktualizację na to urządzenie.%sPo otrzymaniu ostatniej aktualizacji nadal będziesz mieć możliwość grania na swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins). 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 Realms na innym urządzeniu.%sAby anulować subskrypcję Realms, musisz przejść do menu ustawień subskrypcji na urządzeniu, na którym utworzono ten Realm.%sNie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym z urządzenimi lub w 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 dla tego urządzenia dobiegło końca. Od marca 2025 roku nie będziesz już otrzymywać aktualizacji, a to jest ostatnia aktualizacja dla tego urządzenia.%sNadal będziesz w stanie grać w swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins). 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 Realms na innym urządzeniu.%sAby anulować subskrypcję Realms, musisz przejść do menu ustawień subskrypcji na urządzeniu, na którym utworzono ten Realm.%sNie będziesz już otrzymywać najnowszych aktualizacji i nie będziesz w stanie grać w trybie wieloosobowym z urządzeniami lub w 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.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 # @@ -7159,12 +7222,12 @@ permissions.ability.invisible=Nałóż na siebie niewidzialność # permissions.ability.teleport=Użyj teleportu # permissions.NeedPermission=Potrzebujesz zezwolenia # permissions.AddFriends=Nie możesz dodawać znajomych ze względu na bieżącą konfigurację konta Microsoft. Sprawdź, czy ustawienia bezpieczeństwa online umożliwiają dodawanie znajomych. Zobacz instrukcje dotyczące zmiany tych ustawień pod adresem aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Nie możesz grać na serwerach Realms ze względu na bieżącą konfigurację konta Microsoft. Sprawdź, czy twoje ustawienia bezpieczeństwa w sieci umożliwiają grę wieloosobową. Instrukcje dotyczące zmiany tych ustawień znajdziesz pod adresem aka.ms/MCMultiplayerHelp. # -permissions.Communications=Nie możesz rozmawiać z innymi graczami ze względu na bieżącą konfigurację konta Microsoft. Sprawdź, czy ustawienia prywatności umożliwiają komunikowanie się z innymi osobami. Zobacz instrukcje dotyczące zmiany tych ustawień pod adresem aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Nie możesz grać na Realms ze względu na bieżącą konfigurację konta Microsoft. Sprawdź, czy twoje ustawienia bezpieczeństwa w sieci umożliwiają grę wieloosobową. Instrukcje dotyczące zmiany tych ustawień znajdziesz pod adresem aka.ms/MCMultiplayerHelp. # +permissions.Communications=Nie możesz rozmawiać z innymi graczami ze względu na bieżącą konfigurację konta Microsoft. Sprawdź, czy ustawienia prywatności umożliwiają komunikowanie się z innymi osobami. Instrukcje dotyczące zmiany tych ustawień znajdziesz pod adresem aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Obecna konfiguracja konta Xbox nie pozwala dodawać nowych znajomych do gry w twoim świecie Realm. Możesz to zmienić w ustawieniach prywatności i zabezpieczeń online na stronie Xbox.com. Chcesz kontynuować? # permissions.CloudSave=Obecna konfiguracja konta nie pozwala zapisywać twoich światów w profilu Xbox. Możesz to zmienić w ustawieniach prywatności i zabezpieczeń online na stronie Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Nie możesz grać na serwerach Realms ze względu na bieżącą konfigurację konta Microsoft. Sprawdź, czy twoje ustawienia bezpieczeństwa w sieci umożliwiają grę wieloosobową oraz czy twoja subskrypcja Xbox Live Gold jest aktywna. Instrukcje dotyczące zmiany tych ustawień znajdziesz pod adresem aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Nie możesz grać w światach Realms ze względu na bieżącą konfigurację konta Microsoft. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Nie możesz grać na Realms ze względu na bieżącą konfigurację konta Microsoft. Sprawdź, czy twoje ustawienia bezpieczeństwa w sieci umożliwiają grę wieloosobową oraz czy twoja subskrypcja Xbox Live Gold jest aktywna. Instrukcje dotyczące zmiany tych ustawień znajdziesz pod adresem aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=Nie możesz grać na Realms ze względu na bieżącą konfigurację konta Microsoft. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Uzyskaj pomoc w rozwiązaniu tego problemu # permissions.open.account.help.button.gamecore=Rozwiąż ten problem # permissions.open.account.setting.button=Zobacz Warunki świadczenia usług # @@ -7821,7 +7884,7 @@ item.smithing_template.netherite_upgrade.ingredients=Sztabka netherytu # item.netherite_upgrade_smithing_template.name=Ulepszenie netherytu # item.sentry_armor_trim_smithing_template.name=Wykończenie zbroi wartownika # item.vex_armor_trim_smithing_template.name=Wykończenie zbroi dręczyciela # -item.wild_armor_trim_smithing_template.name=Wykończenie dzikiej zbroi # +item.wild_armor_trim_smithing_template.name=Wykończenie zbroi – dzikie # item.coast_armor_trim_smithing_template.name=Wykończenie zbroi wybrzeża # item.dune_armor_trim_smithing_template.name=Wykończenie zbroi wydmowej # item.wayfinder_armor_trim_smithing_template.name=Wykończenie zbroi – nawigator # @@ -7831,12 +7894,12 @@ item.host_armor_trim_smithing_template.name=Wykończenie zbroi – gospodarz # item.ward_armor_trim_smithing_template.name=Wykończenie zbroi strażnika # item.silence_armor_trim_smithing_template.name=Wykończenie zbroi – cisza # item.tide_armor_trim_smithing_template.name=Wykończenie zbroi pływowej # -item.snout_armor_trim_smithing_template.name=Wykończenie zbroi pyszczkowej # +item.snout_armor_trim_smithing_template.name=Wykończenie zbroi – ryjek # item.rib_armor_trim_smithing_template.name=Wykończenie zbroi żebrowej # -item.eye_armor_trim_smithing_template.name=Wykończenie zbroi oka # -item.spire_armor_trim_smithing_template.name=Wykończenie zbroi iglicowej # -item.flow_armor_trim_smithing_template.name=Przepływowe wykończenie zbroi # -item.bolt_armor_trim_smithing_template.name=Błyskawicowe wykończenie zbroi # +item.eye_armor_trim_smithing_template.name=Wykończenie zbroi – oko # +item.spire_armor_trim_smithing_template.name=Wykończenie zbroi – iglica # +item.flow_armor_trim_smithing_template.name=Wykończenie zbroi – przepływ # +item.bolt_armor_trim_smithing_template.name=Wykończenie zbroi – błyskawice # item.snort_pottery_sherd.name=Odłamek ceramiki – parsknięcie # item.spawn_egg.entity.camel.name=Jajko odradzające wielbłąda # item.spruce_hanging_sign.name=Świerkowa wisząca tabliczka # @@ -7892,22 +7955,22 @@ trim_material.quartz.name=Materiał kwarcowy # trim_material.redstone.name=Materiał czerwienitowy # trim_pattern.coast.name=Wykończenie zbroi wybrzeża # trim_pattern.dune.name=Wykończenie zbroi wydmowej # -trim_pattern.eye.name=Wykończenie zbroi oka # +trim_pattern.eye.name=Wykończenie zbroi – oko # trim_pattern.host.name=Wykończenie zbroi – gospodarz # trim_pattern.raiser.name=Wykończenie zbroi – hodowca # trim_pattern.rib.name=Wykończenie zbroi żebrowej # trim_pattern.sentry.name=Wykończenie zbroi wartownika # trim_pattern.shaper.name=Wykończenie zbroi – strugacz # trim_pattern.silence.name=Wykończenie zbroi – cisza # -trim_pattern.snout.name=Wykończenie zbroi pyszczkowej # -trim_pattern.spire.name=Wykończenie zbroi iglicowej # +trim_pattern.snout.name=Wykończenie zbroi – ryjek # +trim_pattern.spire.name=Wykończenie zbroi – iglica # trim_pattern.tide.name=Wykończenie zbroi pływowej # trim_pattern.vex.name=Wykończenie zbroi dręczyciela # trim_pattern.ward.name=Wykończenie zbroi strażnika # trim_pattern.wayfinder.name=Wykończenie zbroi – nawigator # -trim_pattern.wild.name=Wykończenie dzikiej zbroi # -trim_pattern.bolt.name=Błyskawicowe wykończenie zbroi # -trim_pattern.flow.name=Przepływowe wykończenie zbroi # +trim_pattern.wild.name=Wykończenie zbroi – dzikie # +trim_pattern.bolt.name=Wykończenie zbroi – błyskawice # +trim_pattern.flow.name=Wykończenie zbroi – przepływ # storageManager.mainSizeLabel=%s – 1 przedmiot # storageManager.mainSizeLabelPlural=%s – przedmioty (%s) # @@ -8140,7 +8203,7 @@ selectTemplate.create=Stwórz... # selectTemplate.worldsByCreators=Światy według twórców # selectTemplate.realm=Nowy świat Realms # selectTemplate.realmInfo=Po stworzeniu świata Realms możesz do niego przesyłać światy! # -selectTemplate.signIn=Stwórz świat Realms przy pomocy konta Microsoft # +selectTemplate.signIn=Stwórz Realms przy pomocy konta Microsoft # selectTemplate.unableToSignIn=Usługi Microsoft nie są dostępne na tym urządzeniu # selectTemplate.world=Nowy świat # selectTemplate.help=? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Ten przedmiot może nie być zgodny z Twoim urządz store.owned=W posiadaniu # store.owned.legacy=W posiadaniu (P) # store.unlocked=Odblokowano # -store.mypacks=Moja zawartość # +store.myLibrary=Moja biblioteka # store.error=Błąd rynku # @@ -8763,7 +8826,7 @@ store.ratings.signIn.description2=Aby ocenić przedmiot, musisz zalogować się store.purchase.success.realMoney1=Odblokowujesz: %s za %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Rozbuduj swoją grę ogromem nowej zawartości. # -store.purchase.signInPart2=Aby móc korzystać z rynku, zaloguj się na konto Microsoft! # +store.purchase.signInPart2=Aby móc korzystać z Rynku, zaloguj się na konto Microsoft! # store.purchase.realmoney.disclaimer=*Kupuje %s szt. monet za %s i uruchamia ten zestaw za %s szt. monet, dzięki czemu zostaje %s. # store.purchase.notAvailable=Pozycja niedostępna # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Nie mogliśmy się połączyć z App Store. Sp store.coins.tooManyCoins=Wykorzystaj trochę swoich monet, a potem możesz kupić ich więcej. # store.coins.incomplete.title=Nieukończony zakup monet # store.coins.incomplete.fulfill.a=Chyba nie dokończyliśmy naszych działań ostatnim razem. Zróbmy to teraz. # -store.coins.incomplete.fulfill.b=Zdaje się, że rozpoczęto zakup na innym koncie Microsoft. Czy chcesz dokończyć ten proces na tym koncie? # +store.coins.incomplete.fulfill.b=Zdaje się, że rozpoczęto zakup na innym koncie Microsoft. Chcesz dokończyć ten proces na tym koncie? # store.coins.incomplete.fulfill.c=Ktoś rozpoczął zakup, używając konta rozliczeniowego na tym urządzeniu. Chcesz dokończyć ten proces na tym koncie? # store.coins.fixAppReceipt.title=Coś poszło nie tak # store.coins.fixAppReceipt.body=Wystąpił problem z Twoim potwierdzeniem, zaloguj się, aby kontynuować. # @@ -8828,7 +8891,6 @@ store.updating.title=Aktualizowanie: %s # store.importing.title=Importowanie: %s # store.importing=Importowanie... # store.showMore=Zobacz wszystko # -store.inventory.no.xbl=Moje zestawy # store.promo.today=Tylko dziś! # store.promo.upsell=Nie przegap dzisiejszego prezentu! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Stan instalacji # store.search.filter.installed=Zainstalowano # store.search.filter.notInstalled=Nie zainstalowano # store.search.filter.clear.installed=Reset filtra instalacji # +store.search.filter.dressingroombody=Ciało # +store.search.filter.dressingroombody.selectedCount=Elementy: %d # +store.search.filter.dressingroomstyle=Styl # +store.search.filter.dressingroomstyle.selectedCount=Style: %d # store.search.sort_menu.sortConstWord=Sortuj # store.search.sort_menu.Default=Istotność # @@ -10185,7 +10251,7 @@ trial.tabbed_upsell.buttonAlternate=Odblokuj pełną grę Minecraft # trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Przemierzaj swoje własne unikatowe światy bez końca i buduj wszystko, co tylko sobie wymarzysz – od najprostszych chat po największe pałace! Graj w trybie kreatywnym, by wznosić cudowne budowle korzystając z nieograniczonych zasobów lub wydobywaj potrzebne ci składniki w trybie przetrwania, aby tworzyć broń i zbroje, które ochronią cię przez niebezpiecznymi mobami i pomogą przetrwać noc. Dodatkowo możesz grać ze swoimi znajomymi przez Internet! Kup pełną wersję gry już dziś! # trial.tabbed_upsell.xbl.title=KONTO MICROSOFT # -trial.tabbed_upsell.xbl.description=Wraz z pełnym Minecraftem, otrzymasz tryb kreatywny, osiągnięcia i znacznie więcej, a z kontem Microsoft możesz spotkać inne osoby ze społeczności Minecraft! Dołącz do światów swoich znajomych, zawieraj nowe znajomości na serwerach i synchronizuj zakupy z Rynku z wszystkimi platformami, na których grasz w Minecrafta. # +trial.tabbed_upsell.xbl.description=Wraz z pełną wersją gry Minecraft otrzymasz tryb kreatywny, osiągnięcia i znacznie więcej, a z kontem Microsoft możesz spotkać inne osoby ze społeczności Minecraft! Dołącz do światów swoich znajomych, zawieraj nowe znajomości na serwerach i synchronizuj zakupy z Rynku ze wszystkimi platformami, na których grasz w Minecrafta. # trial.tabbed_upsell.xbl.description.line2=*(w wersjach z dostępem do rynku) # trial.tabbed_upsell.achievements.title=OSIĄGNIĘCIA # trial.tabbed_upsell.achievements.description=Poza pełną wersją gry Minecraft z trybem kreatywnym, trybem wieloosobowym i innymi funkcjami, otrzymasz także dostęp do osiągnięć i wyniku gracza. Dzięki nim prześledzisz swoje postępy w świecie gry Minecraft i pokażesz swoje osiągnięcia znajomym z konta Microsoft. Kup pełną grę i zacznij je zbierać! # @@ -10281,10 +10347,10 @@ autosave.info.xbox=Gdy widzisz tę ikonę, zapisujemy Twoją grę. Nie wyłącza autosave.info.desktop=Gdy widzisz tę ikonę, zapisujemy Twoją grę. Nie wyłączaj swojego komputera, gdy ikona ta pojawia się na ekranie. # ## Xbox network strings -xbox.signin.error=Zaloguj się na swoje konto Microsoft, aby grać ze znajomymi, poprawiać swój wynik gracza i zdobywać osiągnięcia. # +xbox.signin.error=Zaloguj się na swoje konto Microsoft, aby grać ze znajomymi, uzyskać dostęp do swojego wyniku gracza i zdobywać osiągnięcia. # xbox.signin.error.pocket.line1=Dziękujemy za testowanie Realms! Nie jest to wersja ostateczna, dlatego też mogą pojawiać się błędy. Prześlij nam swoją opinię! Czekamy z niecierpliwością. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=W trakcie tego testu każdy będzie musiał zalogować się na konto Microsoft, aby otrzymywać zaproszenia i dołączać do światów Realms. # +xbox.signin.error.pocket.line3=W trakcie tego testu każdy będzie musiał zalogować się na konto Microsoft, aby otrzymać zaproszenia i dołączyć do Realms. # xbox.signin.warning.kickPlayer=Spowoduje to powrót do menu głównego. Kontynuować? # xbox.connection.error=Rozłączono z kontem Microsoft # xbox.signin=Zaloguj się # @@ -10310,9 +10376,9 @@ xbox.signinFree=Zaloguj się za darmo # xbox.signout=Wyloguj się # xbox.signinquestion=Chcesz się zalogować? # xbox.notnow=Nie teraz # -xbox.signingin=Logowanie na konto Microsoft... # +xbox.signingin=Logowanie na twoje konto Microsoft… # xbox.signingin.offline=Logowanie # -xbox.failedsignin.body=Nie możemy zalogować cię do twojego konta Microsoft. Dostęp do Realms, profili i twoich przedmiotów na rynku będzie ograniczony. Spróbuj ponownie później. # +xbox.failedsignin.body=Nie możemy zalogować cię do twojego konta Microsoft. Dostęp do Realms, profili i twoich przedmiotów na Rynku będzie ograniczony. Spróbuj ponownie później. # xbox.failedsignin.error=Kod błędu: # xbox.failedsignin.moreInfo=Więcej informacji # xbox.dev_wrongSandboxSigninFailed.title=Coś poszło nie tak # @@ -10323,7 +10389,7 @@ xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Wyczyść dane logowania do ko xbox.invitesignin.line1=Zaproś znajomych przy pomocy tagu gracza, aby zobaczyć ich światy i dowiedzieć się, czy są online. # xbox.invitesignin.line2=Zaloguj się na konto Microsoft, aby zacząć zapraszać znajomych! # xbox.thirdpartysignin.line1=Czekają na Ciebie niesamowite minigry i nowi gracze! '%s' chce jednak najpierw się dowiedzieć, kim jesteś. # -xbox.thirdpartysignin.line2=Aby się połączyć, zaloguj się na konto Microsoft! # +xbox.thirdpartysignin.line2=Musisz się zalogować na konto Microsoft, aby się połączyć! # xbox.signInLong=Zaloguj się za darmo! # xbox.signOutLong=Wyloguj się ze swojego konta Microsoft # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Zaloguj się na swoje konto Microsoft, aby m xbox.disconectionscreen.multiplayerNotAllowed=To konto Microsoft nie ma pozwolenia na dołączanie do gier wieloosobowych. # xbox.disconectionscreen.accessDenied=Chcąc dołączyć, musisz mieć jakiegoś znajomego w tej grze. # -xbox.friendfinder.enterGamertag=Wprowadź tag gracza # -xbox.friendfinder.findFriends=Odszukaj znajomych po tagu gracza # -xbox.friendfinder.searchingForGamertag=Szukanie # -xbox.friendfinder.gamertagNotFound=Nie znaleziono tagu gracza # - xbox.profile.addFriend=Dodaj znajomego # xbox.profile.addFriend.success=Udało się! %s trafia na Twoją listę znajomych. # xbox.profile.block=Zablokuj # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Właściwość „%s” nie jest kompatybiln packdiscoveryerror.version_too_high=Właściwość „%s” ma wersję „%s”, która jest zbyt wysoka. Najwyższa dopuszczalna wartość to „%s”. # packdiscoveryerror.version_too_low=Właściwość „%s” ma wersję „%s”, która jest zbyt niska. Najniższa dopuszczalna wartość to „%s”. # packdiscoveryerror.format_version_1_engine_version_cap=Właściwość „%s” musi mieć wartość niższą niż „%s”. Aby użyć wyższej wersji, należy skorzystać z 2. wersji formatu. # +packdiscoveryerror.folder_structure_too_deep=Struktura folderu w paczce jest zbyt głęboka. # ## pack upgrading packupgradewarning.invalidpacktype=Dostarczony element ('%s') ma nieprawidłową wartość w manifeście paczki. Nastąpi powrót do paczki zasobów. # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Obecna kontrola rodzicielska ogranicza możl gathering.info.qr.title.console=Transmisja z wydarzenia na żywo # gathering.info.qr.body.console=Zeskanuj, aby dołączyć do naszej transmisji na żywo # gathering.info.signIn.title=Zaloguj się, aby dołączyć do tego wydarzenia. # -gathering.info.signIn.body=Zaloguj się do swojego konta Microsoft, aby wziąć udział w tym wydarzeniu. # +gathering.info.signIn.body=Zaloguj się na swoje konto Microsoft, aby wziąć udział w tym wydarzeniu. # gathering.activation.warning=Nie można znaleźć spotkania # gathering.activation.warning.signIn=Nie można znaleźć spotkania. Zaloguj się, zanim spróbujesz ponownie. # gathering.activation.warning.title=Och, nie! # diff --git a/resource_pack/texts/pt_BR.lang b/resource_pack/texts/pt_BR.lang index b90e23171..cb8a38e91 100644 --- a/resource_pack/texts/pt_BR.lang +++ b/resource_pack/texts/pt_BR.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Tela da Enciclopédia # accessibility.screenName.howToPlay=Tela de como jogar # accessibility.screenName.inviteToGame=Tela de Convidar para jogo # accessibility.screenName.joinByIP=Caixa de diálogo de Entrar por IP # +accessibility.screenName.joinByConnectionID=Entrar via conexão de diálogo de ID # accessibility.screenName.joinCode=Caixa de diálogo de Código para Entrar # accessibility.screenName.library=Tela da Biblioteca # accessibility.screenName.modalDialog=Caixa de diálogo pop-up # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Tela de Perfil # accessibility.screenName.realmInviteLinkSettings=Tela de configurações de Link do convite de Realm # accessibility.screenName.realmSettings=Tela de configurações do Realm # accessibility.screenName.settings=Tela de configurações do jogo # -accessibility.screenName.addFriend=Tela Adicionar Amigo # accessibility.screenName.skinPicker=Tela de seleção de capa # accessibility.screenName.start=Menu principal # accessibility.screenName.vrAlignment=Tela de alinhamento de VR # accessibility.screenName.emoteWheel=Tela de Emotes # +accessibility.screenName.addExternalServer=Adicionar Tela de Servidor Externo # +accessibility.screenName.editExternalServer=Editar Tela de Servidor Externo # accessibility.search.sort_menu.A_to_Z.tts.title=''A'' a ''Z'' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=''Z'' a ''A'' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Nenhum efeito pôde ser removido de %1$s, commands.effect.failure.notAMob=%1$s não pode ter efeitos # commands.effect.notFound=Não há nenhum efeito de criatura com o ID %s # commands.effect.success=Deu %1$s * %2$d para %3$s por %4$d segundos # +commands.effect.success.infinite=Deu %1$s * %2$d para %3$s por tempo ilimitado # commands.effect.success.removed=%1$s retirado de %2$s # commands.effect.success.removed.all=Todos os efeitos de %1$s foram removidos # commands.enchant.cantCombine=%1$s não pode ser combinado com %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=A entidade alvo não pode estar em ou commands.generic.entity.invalidType=O tipo de entidade '%1$s' é inválido # commands.generic.entity.invalidUuid=O UUID da entidade fornecido está em um formato inválido # commands.generic.entity.notFound=Essa entidade não pôde ser encontrada # -commands.generic.error.permissions=Níveis de permissão incorretos. %s é um comando de nível %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Nível de permissão incorreto para o comando: %s. ###1: command name commands.generic.exception=Ocorreu um erro desconhecido ao tentar realizar este comando # commands.generic.invalidAgentType=Tipo de argumento aplicado ao seletor de Agent único # commands.generic.invalidcontext=Contexto inválido fornecido para determinado tipo de comando # +commands.generic.invalidOrigin=Origem do comando foi inválida no momento da execução do comando # commands.generic.invalidDevice=O comando %s inserido não é compatível com esse dispositivo # commands.generic.invalidMessage=Tamanho de mensagem inválido # commands.generic.invalidPlayerType=Tipo de argumento aplicado ao seletor de jogador único # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=%1$d entradas de função executadas na função % commands.schedule.invalidOrigin=A origem necessária para executar esta função era inválida. # commands.schedule.name.empty=O nome da área de acionamento não pode estar vazio. # commands.schedule.too.many.areas=Mais de uma área de acionamento foi encontrada com o nome de %s. Use uma única área. # +commands.schedule.clear.failure=Nenhuma função foi removida com o nome %1$s. # +commands.schedule.clear.success=Removeu %1$d funções com o nome %2$s. # +commands.schedule.tickingarea.clear.success=Removeu %1$d funções com o nome da área de acionamento %2$s. # +commands.schedule.tickingarea.clear.failure=Nenhuma função foi removida com o nome de área de acionamento %1$s. # +commands.schedule.tickingarea.func.clear.success=Removeu %1$d funções com o nome de área de acionamento %2$s e com %3$s. # +commands.schedule.tickingarea.func.clear.failure=Nenhuma função foi removida com o nome de área de acionamento %1$s e com %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Os valores de cor de Desvanecimento devem ser inte commands.camera.invalid.easing=Não há suporte para a suavização de câmeras móveis # commands.camera.invalid.time=As durações de Desvanecimento devem estar entre 0 e 10 segundos # commands.camera.invalid.pitch=O ângulo de câmera (rotação X) deve ter entre -90 e 90 graus # -commands.camera.invalid.view.offset=Exibir o deslocamento deve ter entre -100 e 100 # +commands.camera.invalid.view.offset=Exibir o deslocamento deve ter entre -64 e 64 # +commands.camera.invalid.entity.offset=Deslocamento da entidade deve ter entre -64 e 64 # +commands.camera.invalid.offset.camera=O deslocamento da entidade e da visão só pode ser aplicado à câmera seguir_órbita # commands.camera.perspective.locked=A perspectiva não pode ser alterada usando câmeras personalizadas # commands.camera.perspective.option=A câmera selecionada será alterada quando a câmera personalizada não estiver ativa # commands.world_age.description=Altera ou consulta a idade do mundo (tempo desde a criação). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Remover entrada # controller.buttonTip.removeMaterial=Remover material # controller.buttonTip.renameItem=Renomear item # controller.buttonTip.returnToRecipe=Voltar para Receita # +controller.buttonTip.swap=Trocar # controller.buttonTip.enterSearch=Buscar # controller.buttonTip.searchRecipe=Busca Rápida # controller.buttonTip.confirmSearch=Confirmar # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Pegar Um # controller.buttonTip.take=Pegar # controller.buttonTip.takeItem=Tirar item # controller.buttonTip.clearHotbar=Limpar Barra Rápida # +controller.buttonTip.add.to.bundle=Adicionar ao Pacote # +controller.buttonTip.place.from.bundle=Colocar do Pacote # +controller.buttonTip.take.from.bundle=Pegar do Pacote # controllerLayoutScreen.actions=Ações # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Experimente Agora # ## Edu Course Multiplayer strings course.edu.enterIp=Digite o endereço de IP do mundo no qual você gostaria de ingressar. # course.edu.enterConnection=Digite o ID de conexão do mundo no qual você gostaria de ingressar. # +course.edu.enterConnectionScreenReader=Digite o I.D. de conexão do mundo no qual você gostaria de ingressar. # course.edu.ipAddress=Endereço de IP # course.edu.ipPlaceholder=Informe o IP ou endereço do servidor # course.edu.ipTooltipText=Para encontrar o endereço de IP, peça ao host para pausar a lição. O endereço de IP pode ser visto no lado direito da tela dele. # course.edu.connectionInfo=ID de conexão # course.edu.conInfoPlaceholder=Insira o ID de conexão # -course.edu.conInfoHostTooltipText=Você pode compartilhar o ID de conexão se outras pessoas tiverem problemas para entrar no seu mundo usando o Código de Convite ou o link compartilhado. # +course.edu.conInfoHostTooltipText=Você pode compartilhar o ID de conexão se outras pessoas tiverem problemas para entrar no seu mundo usando o Código de Convite ou o link compartilhado sem recarregar. # +course.edu.conInfoHostTooltipTextScreenReader=Você pode compartilhar o I D de conexão se outras pessoas tiverem problemas para entrar no seu mundo usando o Código de Convite ou o link compartilhado. # course.edu.conInfoTooltipText=O anfitrião pode encontrar o ID de conexão na aba multijogador no Menu do Jogo do seu respectivo mundo. # +course.edu.conInfoTooltipTextScreenReader=O anfitrião pode encontrar o ID de conexão na aba multijogador no Menu do Jogo do seu respectivo mundo. # course.edu.joinLesson=Ingressar na Lição # course.edu.joinLessonIntro=Convide colegas na mesma lição para ingressar, ou digite o endereço de IP deles caso não apareçam na lista. # course.edu.joinLessonIntroTeacher=Selecione o grupo no qual você gostaria de ingressar, ou digite o endereço de IP caso não apareça na lista. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Adicione membros infinitos e jogue online com createWorldUpsell.realm.sellPoint2=Salvo online: Jogue em qualquer dispositivo que tenha o Minecraft com o Marketplace do Minecraft # createWorldUpsell.realm.sellPoint3=Não ocupa espaço no seu dispositivo # createWorldUpsell.realm.sellPoint4=Amigos podem jogar mesmo sem você estar presente # -createWorldUpsell.signIn=Criar Realm com Conta da Microsoft # +createWorldUpsell.signIn=Criar Realm com Conta Microsoft # createWorldUpsell.world.sellPoint1=Jogar online com até 7 amigos # createWorldUpsell.world.sellPoint2=Salvo no seu dispositivo: Jogar offline # createWorldUpsell.world.sellPoint3=Usa armazenamento do dispositivo # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Redefinir Velocidade de Tick Aleatória createWorldScreen.serverSimDistance=Distância de Simulação # createWorldScreen.serverSimDistanceFormat=%s pedaços # createWorldScreen.showbordereffect=Mostrar efeito de borda # -createWorldScreen.check_internet_connection=Você não está conectado à internet. Seus amigos não poderão ingressar em seus mundos multijogador. Entre com sua conta da Microsoft para jogar com seus amigos. # -createWorldScreen.disconnectedXboxLive=Você não está conectado aos serviços da Microsoft. Seus amigos com Gamertags não poderão ingressar em seu mundo multijogador. Entre com sua conta da Microsoft para jogar com seus amigos. # +createWorldScreen.check_internet_connection=Você não se conectou à Internet. Suas amizades não poderão entrar nos seus mundos para multijogadores. Entre com sua conta Microsoft para jogar com amigos. # +createWorldScreen.disconnectedXboxLive=Você não está conectado aos serviços da Microsoft. Seus amigos com Gamertags não poderão ingressar em seu mundo no modo multijogador. Entre na sua conta Microsoft para jogar com os amigos. # createWorldScreen.clearPlayerData.button=Limpar Dados do Jogador # createWorldScreen.clearPlayerData.title=Excluir os Dados do Jogador do Mundo? # createWorldScreen.clearPlayerData.body1=Selecione "Dados de Todos os Jogadores" para excluir completamente os jogos de todos os jogadores do mundo. A próxima vez que qualquer jogador entrar no mundo, eles vão começar com dados padrão novos. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s expirou. Peça para %s renová-lo. realmsSharingScreen.cantJoinClosedTitle=%s fechou este Realm # realmsSharingScreen.cantJoinClosedMessage=O Realm %s fechou. Peça para %s reabri-lo. # realmsSharingScreen.failedSignInModalTitle=Conecte-se para se juntar a este Realm # -realmsSharingScreen.failedSignInModalMessage=Você precisa entrar com uma conta da Microsoft para ingressar em um Realm. Entre e tente novamente. # +realmsSharingScreen.failedSignInModalMessage=Você precisa entrar em uma conta Microsoft para ingressar em um Realm. Entre e tente novamente. # realmsSharingScreen.invalidPermissionTitle=Permissões inválidas # realmsSharingScreen.unexpectedServerResponseTitle=Erro no Realms # realmsSharingScreen.unexpectedServerResponseMessage=Não foi possível se conectar ao Realm. Tente novamente mais tarde. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Serviço de pagamento # realmsCreateScreen.paymentFailed.body=Não foi possível conectar ao Realms para completar sua compra. Tente de novo mais tarde. # realmsCreateScreen.incomplete=Realm Incompleto # realmsCreateScreen.incomplete.create.a=Parece que não concluímos as coisas da última vez. Vamos terminar de criar seu realm agora. # -realmsCreateScreen.incomplete.create.b=Parece que você começou a criar um realm com uma Conta Microsoft diferente. Deseja concluir a criação desse realm com esta Conta Microsoft como proprietário? # -realmsCreateScreen.incomplete.create.c=Alguém começou a criar um Realm com a conta de cobrança neste dispositivo. Deseja concluir a criação desse Realm com esta Conta Microsoft como proprietário? # +realmsCreateScreen.incomplete.create.b=Parece que você começou a criar um Realm com uma conta Microsoft diferente. Deseja concluir a criação desse Realm com essa conta Microsoft como proprietária? # +realmsCreateScreen.incomplete.create.c=Alguém começou a criar um Realm com a conta de cobrança neste dispositivo. Deseja concluir a criação desse Realm com esta conta Microsoft como proprietária? # realmsCreateScreen.incomplete.renew.a=Parece que não concluímos as coisas da última vez. Vamos terminar de renovar seu realm agora. # -realmsCreateScreen.incomplete.renew.b=Parece que você começou a renovar um realm com uma conta da Microsoft diferente.  Deseja concluir a renovação daquele realm com essa conta da Microsoft como proprietário? # -realmsCreateScreen.incomplete.renew.c=Alguém começou a renovar um realm com a conta de cobrança deste dispositivo.  Deseja concluir a renovação daquele realm com essa conta da Microsoft como proprietário? # +realmsCreateScreen.incomplete.renew.b=Parece que você iniciou a renovação de um Realm usando uma conta Microsoft diferente. Você deseja concluir a renovação do Realm com esta conta Microsoft como proprietário? # +realmsCreateScreen.incomplete.renew.c=Alguém começou a renovar um Realm com a conta de cobrança neste dispositivo. Gostaria de concluir a renovação desse Realm com essa conta Microsoft como proprietária? # realmsCreateScreen.incomplete.override.renew=Você está tentando criar um novo realm, mas foi encontrada uma compra anterior para renovar um realm. Gostaria de aplicar essa compra agora? # realmsCreateScreen.incomplete.override.create=Você está tentando renovar um realm, mas foi encontrada uma compra anterior para criar um realm. Gostaria de aplicar essa compra agora? # realmsCreateScreen.incomplete.override.realm=Você está tentando renovar um realm, mas foi encontrada uma compra anterior para um realm diferente. Gostaria de aplicar essa compra agora? # @@ -2224,11 +2241,11 @@ networkWorld.friends_label=Amigos # networkWorld.joinable_friends_label=Amigos disponíveis # networkWorld.no_joinable_friends_label=Seus amigos não estão jogando Minecraft no momento. # networkWorld.check_internet_connection=Opa! Verifique a conexão com a Internet. Não encontramos os mundos dos seus amigos. # -networkWorld.connect_to_xbl=Entre com uma conta da Microsoft para jogar com amigos. # +networkWorld.connect_to_xbl=Entre com uma conta Microsoft para jogar com os amigos. # networkWorld.memberOfTooManyRealms=Você atingiu o limite de associações de Realms. # -networkWorld.multiplayerPrivilegesBlocked=Você não pode jogar no modo multijogador online devido à forma como a sua Conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam Multijogador. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Você não pode jogar no modo multijogador online devido à forma como a sua Conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam modo Multijogador e sua assinatura do Xbox Live Gold esteja ativa. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Não é possível jogar no modo multijogador online devido à forma como a sua conta da Microsoft está configurada. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=Você não pode jogar no modo multijogador online devido à forma como a sua conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam Multijogador. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=Você não pode jogar no modo multijogador online devido à forma como a sua conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam modo Multijogador e sua assinatura do Xbox Live Gold esteja ativa. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Não é possível jogar no modo multijogador online devido à forma como a sua conta Microsoft está configurada. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Ocorreu um erro desconhecido que está impedindo o jogo online. Tente novamente mais tarde. # networkWorld.multiplayerPrivilegesBlockedBanned=Você não pode jogar o modo multijogador online porque sua conta está suspensa. # networkWorld.versionOutOfDate=Você não pode jogar o modo multijogador online porque não está usando a versão mais recente. Instale a versão mais recente para acessar os recursos online. # @@ -2470,10 +2487,10 @@ realmsSettingsScreen.extendConsumableButton=Estender assinatura # realmsSettingsScreen.extendConsumableButton.30=Estender por 30 dias # realmsSettingsScreen.extendConsumableButton.180=Estender por 180 dias # -xblLogin.LoginMessageTitle=Conta da Microsoft # +xblLogin.LoginMessageTitle=Conta Microsoft # xblLogin.LoginMessage=Conectando... # -xbl.savePurchase.saveButton=Salvar na conta da Microsoft # +xbl.savePurchase.saveButton=Salvar na conta Microsoft # xbl.marketplace.account.error.body.nobutton=Há um erro na sua conta. Você não conseguirá usar o Marketplace até resolvermos o problema. Se ele persistir por muitos dias, entre em contato com o suporte. # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=Você baixou conteúdo anteriorme store.sign_in_warning.no_xbl_and_no_local_content.line1=Entre agora para salvar e compartilhar suas compras entre plataformas. Salve as compras para que elas não sejam perdidas se algo acontecer com seu sistema ou se o Minecraft for desinstalado. Acesse o conteúdo comprado no Marketplace de qualquer plataforma e use seus personagens personalizados em todas as plataformas. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Não tem uma conta da Microsoft? Crie uma agora gratuitamente! # -xbl.signOut.title=Compras na conta da Microsoft! # -xbl.signOut.message1=Enquanto estiver desconectado da sua conta da Microsoft, você não terá acesso aos Minecoins e itens comprados na loja. # +xbl.signOut.title=Compras da conta Microsoft! # +xbl.signOut.message1=Enquanto estiver desconectado da sua conta Microsoft, você não terá acesso às Minecoins e itens comprados na loja. # xbl.signOut.message2=Tem certeza de que deseja fazer isso? # date.short_january=Jan # @@ -2550,7 +2567,7 @@ date.timeLeft=%s restantes # dayOneExperience.carousel.title=Bem-Vindo ao Novo Minecraft! # dayOneExperience.carousel.welcome_text=Há várias novidades legais nesta nova versão do Minecraft. Confira o Marketplace, crie um Realm e jogue online com seus amigos de outras plataformas. # dayOneExperience.carousel.marketplace=O Marketplace do Minecraft é um local para encontrar novas capas, mundos, texturas e pacotes de mash-up de vários criadores talentosos. # -dayOneExperience.carousel.cross_platform=Com o jogo entre plataformas, você pode se conectar a jogadores de outras plataformas. Entre na sua Conta da Microsoft para jogar com todos seus amigos do Minecraft! # +dayOneExperience.carousel.cross_platform=Com o jogo entre plataformas, você pode se conectar a jogadores de outras plataformas. Entre na sua conta Microsoft para jogar com todos seus amigos do Minecraft! # dayOneExperience.carousel.realms=Realms são servidores executados por nós, só para você e seus amigos. Mantenha seu mundo do Minecraft on-line e sempre acessível, mesmo quando você se desconectar. # dayOneExperience.carousel.villager=Somente no novo Minecraft será possível receber futuras atualizações que contêm novos recursos, criaturas, itens, blocos e muito mais. # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=O servidor foi desligado por exceder o limi disconnectionScreen.header.realms_hidden=Convite para Multiplayer # disconnectionScreen.body.realms_hidden=Não foi possível entrar neste servidor específico. # +disconnectionScreen.biomeData.IdDuplication=ID %s colide com %s # +disconnectionScreen.biomeData.MalformedData=Dados de Bioma Malformados # +disconnectionScreen.biomeData.MixedIdPresence=O pacote de bioma tem presença de id mista para Biomas Personalizados # +disconnectionScreen.biomeData.ReservedRange=Bioma Personalizado %s usa a ID de uma área reservada. Alcance de ID para Biomas Personalizados é: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Dados de Bioma Vanilla não devem conter o campo ''id'' # disconnectionScreen.blockMismatch=Os blocos entre o cliente e o servidor não correspondem. # disconnectionScreen.cantConnect=Não foi possível se conectar ao mundo. # disconnectionScreen.cantConnectToRealm=Não foi possível se conectar ao Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Você pode obter modelos de mundo da Biblioteca do Mi edu.pause.multiplayer.disabled=Multijogador não está disponível nesta lição. # +effect.duration.infinite=∞ # effect.badOmen=Mal Presságio # effect.infested=Infestado # effect.oozing=Gotejante # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Captura de tela inválida # feed.failedToPostRateLimit=Tente postar novamente em alguns minutos. O Realms está tentando alcançar. # feed.uppload_started=A captura de tela está sendo carregada # feed.uppload_success=A captura de tela foi carregada # -feed.connected=Todos os Realms estão conectados a um Clube com a sua conta da Microsoft. # +feed.connected=Todo Realm está conectado a um Clube com a sua conta Microsoft. # feed.unviewedPost=Novo # -comment.like=Curtida de %d ### 1 like -comment.likes=Curtidas de %d ### 0 or 2+ likes -comment.comment=Comentário de %d ### 1 comment -comment.comments=Comentários de %d ### 0 or 2+ comments -comment.likes_and_comments=%1 e %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Comentário... # - furnaceScreen.fuel=Combustível # furnaceScreen.header=Fornalha # furnaceScreen.input=Entrada # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=Todos os novos mundos que você criar começam howtoplay.playingTogether.header.2=Ingressando em uma Partida Online # howtoplay.playingTogether.text.3=Para jogar em grupo, vá para a §eAba de Amigos§f para ver todos os Realms, Amigos e jogos em LAN disponíveis. Basta selecionar qualquer jogo para participar. # howtoplay.playingTogether.text.4=Quando você dá início ou se junta a um jogo online, seus amigos podem ver isso na guia Amigos. Caso se juntem a você, isso também ficará visível para os amigos deles. # -howtoplay.playingTogether.text.5=Você precisa entrar com uma §eConta Microsoft§f e permanecer ativamente conectado à internet para jogar no modo multijogador. # +howtoplay.playingTogether.text.5=Você precisa entrar com uma §econta Microsoft§f e permanecer ativamente conectado à internet para jogar no modo multijogador. # howtoplay.playingTogether.header.3=Realms - A melhor maneira de jogar em grupo # howtoplay.playingTogether.text.6=É fácil jogar com amigos usando §eRealms§f. # howtoplay.playingTogether.text.7=Você e até 10 amigos recebem 24 horas por dia de acesso a um mundo sempre online. Explore, crie ou experimente uma seleção de conteúdo do Marketplace. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Quer mover algo entre sua §ebarra rápida§f howtoplay.inventory.text.2.touch=Quer mover algo entre sua §ebarra de atalho§f e seu inventário? Toque no item da sua escolha e toque no espaço de item vazio para onde você gostaria de movê-lo. # howtoplay.inventory.text.2.vr=Quer mover algo entre sua §ebarra de atalho§f e seu inventário? use o cursor para selecionar um item e pressione :_input_key.use:. Depois, mova seu cursor até um espaço vazio e pressione novamente para soltar o item. # +howtoplay.jigsawBlocks=Bloco de Quebra-Cabeça # +howtoplay.jigsawBlocks.text.1=Blocos de Quebra-Cabeça dão aos criadores a habilidade de gerar estruturas grandes no mundo ao conectar vários modelos de estrutura. # +howtoplay.jigsawBlocks.header.1=Como Obter # +howtoplay.jigsawBlocks.text.2=Para obter um Bloco de Quebra-Cabeça, use o comando de barra /give. Para usar um Bloco de Quebra-Cabeça, você deve ter permissões de Operador. # +howtoplay.jigsawBlocks.header.2= Configurações # +howtoplay.jigsawBlocks.text.3=Blocos de Quebra-Cabeça possuem várias opções que controlam a forma como se unem para gerar uma construção maior. # +howtoplay.jigsawBlocks.text.4=§eConjunto de Alvos§f - O caminho do conjunto de modelos a ser pesquisado para encontrar um modelo de estrutura conectável. O conjunto de modelos deve conter pelo menos uma estrutura que corresponda ao campo ''Nome do Alvo'' do Quebra-Cabeça. # +howtoplay.jigsawBlocks.text.5=§eNome§f - O nome do Quebra-Cabeça. É usado ao se conectar ao Quebra-Cabeça com um ''Nome do Alvo'' correspondente. # +howtoplay.jigsawBlocks.text.6=§eTransforma-se Em§f - O tipo de bloco que o Bloco de Quebra-Cabeça se torna quando colocado no mundo durante a geração da estrutura. # +howtoplay.jigsawBlocks.text.7=§ePrioridade de Seleção§f - Quando a peça pai é processada para conexões, esta é a ordem na qual este bloco de Quebra-Cabeça tenta se conectar à sua peça-alvo. Os Quebra-Cabeças serão processados em ordem de prioridade decrescente, com ordenação aleatória resolvendo empates. # +howtoplay.jigsawBlocks.text.8=§ePrioridade de Posicionamento§f - Quando este bloco de Quebra-Cabeça se conecta a uma peça, esta é a ordem na qual ela é processada para conexões na estrutura maior. As peças serão processadas em ordem de prioridade decrescente, com a ordem de inserção resolvendo empates. # +howtoplay.jigsawBlocks.text.9=§eTipo de Junção§f - Uma junção pode ser Rolável (padrão) ou Alinhada. Se o tipo de junção for Rolável, a estrutura-alvo será rotacionada aleatoriamente em torno do Bloco do Quebra-Cabeça fonte. Se o tipo de junta for Alinhada, a estrutura-alvo será posicionada de modo que a rotação do Bloco de Quebra-Cabeça alvo se alinhe com a rotação do Bloco da Jigsaw fonte. Observe que isso se aplica apenas quando o Bloco de Quebra-Cabeça é colocado voltado para cima ou para baixo. # + howtoplay.jukebox=Jukebox # howtoplay.jukebox.text.1=A Jukebox tocará os Discos de Música que você encontrou. # howtoplay.jukebox.header.1=É Hora de Começar a Festa # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Escudo Marrom # item.shield.black.name=Escudo Preto # item.shield.blue.name=Escudo Azul # +item.bundle=Pacote # +item.black_bundle=Pacote Preto # +item.white_bundle=Pacote Branco # +item.red_bundle=Pacote Vermelho # +item.orange_bundle=Pacote Laranja # +item.yellow_bundle=Pacote Amarelo # +item.green_bundle=Pacote Verde # +item.lime_bundle=Pacote Verde-Limão # +item.brown_bundle=Pacote Marrom # +item.light_gray_bundle=Pacote Cinza-Claro # +item.light_blue_bundle=Pacote Azul-Claro # +item.blue_bundle=Pacote Azul # +item.gray_bundle=Pacote Cinza # +item.pink_bundle=Pacote Rosa # +item.magenta_bundle=Pacote Magenta # +item.purple_bundle=Pacote Lilás # +item.cyan_bundle=Pacote Ciano # +item.bundle.empty=Esvaziar # +item.bundle.empty.description=Pode conter uma pilha de itens sortidos # +item.bundle.full=Completo # +item.bundle.fullness=%s restantes # + item.goat_horn.name=Chifre de Cabra # item.minecraft.goat_horn.sound.0=Reflexão # item.minecraft.goat_horn.sound.1=Canto # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Flechas # itemGroup.name.potion=Poções # itemGroup.name.splashPotion=Poções Arremessáveis # itemGroup.name.lingeringPotion=Poções Prolongadas # +itemGroup.name.ominousBottle=Garrafas Sinistras # itemGroup.name.bed=Camas # itemGroup.name.chalkboard=Lousas # itemGroup.name.anvil=Bigornas # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Velas # itemGroup.name.goatHorn=Chifres de Cabra # itemGroup.name.compounds=Compostos # itemGroup.name.products=Produtos # +itemGroup.name.bundles=Conjuntos # -jigsaw.title.target_pool=Conjunto de alvos: # +##Jigsaw Block +jigsaw_block.title=Bloco de Quebra-Cabeça # +jigsaw.title.target_pool=Conjunto de Alvos: # jigsaw.title.name=Nome: # -jigsaw.title.target=Nome do alvo: # -jigsaw.title.final_block=Transforma-se em: # -jigsaw.title.joint_type=Tipo de junta: # +jigsaw.title.target=Nome do Alvo: # +jigsaw.title.final_block=Transforma-se Em: # +jigsaw.title.selection_priority=Prioridade de Seleção: # +jigsaw.title.placement_priority=Prioridade de Posicionamento: # +jigsaw.title.joint_type=Tipo de Junção: # jigsaw.title.joint_type.aligned=Alinhados # jigsaw.joint_type.aligned=Alinhados # jigsaw.joint_type.rollable=Rolável # jigsaw.exit.done=Concluído # -jigsaw.exit.cancel=Cancelar # ##EDU Joincode joincode.entry_popup.icon_button=%1 botão do código para entrar # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Abrir para LAN # menu.simulating=Simulando o mundo um pouquinho # menu.singleplayer=Um jogador # menu.store=Marketplace # +menu.store.addons=Procure Complementos! # menu.skins=Skins # menu.start=Início # menu.switchingLevel=Trocando mundos # @@ -6180,10 +6237,10 @@ options.splitvibration=Vibrar ao Dividir Itens # options.debug=depuração # options.flighting_debug=Depuração de Voo # options.debugTitle=Opções de desenvolvedor # -options.delete_account.button=Excluir a conta da Microsoft # -options.delete_account.confirm.title=Excluir a conta da Microsoft? # +options.delete_account.button=Excluir a conta Microsoft # +options.delete_account.confirm.title=Excluir a conta Microsoft? # options.delete_account.confirm.warning=AVISO: Você não poderá armazenar o progresso ou compras feitas em seu dispositivo depois de excluir a sua conta %s. # -options.delete_account.confirm.warning.2=Excluir sua Conta da Microsoft deste jogo afetará todos os jogos de Minecraft que usam esta Conta. # +options.delete_account.confirm.warning.2=Excluir sua conta Microsoft deste jogo afetará todos os jogos de Minecraft que usam esta Conta. # options.delete_account.confirm.checkbox1=Eu não poderei mais acessar o conteúdo da Loja dentro de jogo quando eu jogar em outras plataformas. # options.delete_account.confirm.checkbox2=Você não poderá mais jogar online com seus amigos. # options.delete_account.confirm.checkbox3=Você não poderá mais acessar os Realms, incluindo assinaturas dos Realms que estejam ativas atualmente. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Quebra de declaração no depurador # options.dev_assertions_show_dialog=As declarações exibem um caixa de diálogo modal # options.dev_force_trial_mode=Forçar ativação do Modo de Teste # options.dev_eduDemo=Demonstração para Educação (requer nova entrada) # +options.dev_eduCloudResumableUpload=Usar a API de upload recuperável para uploads de arquivos maiores do que 4 MB # options.remote_imgui_toggle=Imgui Remoto Ativado # options.dev_enableDebugUI=Hab. UI de depuração # options.dev_createRealmWithoutPurchase=Criar Realm sem compra # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms Endpoint # options.dev_realmsEndpointPayment=Pagamento de Realms Endpoint # options.dev_realmsRelyingParty=Realms Relying Party # options.dev_realmsRelyingPartyPayment=Pagamento de Realms Relying Party # -options.dev_realms_stories=Ativar Histórias de Realms # options.dev_overrideXboxEnvironmentWindows=Substituir a Caixa de Areia Xbox (SO controlado no Windows) # options.dev_overrideXboxEnvironment=Substituir a Caixa de Areia Xbox (requer reinicialização) # options.dev_xboxEnvironment=Ambiente da Caixa de Areia Xbox (requer reinicialização) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Área Restrita de Xforge: Varejo # options.dev_sandboxDev=Área Restrita de Xforge: Desenvolvedor # options.dev_sandboxDevAchievement=Caixa de Areia Xforge: Conquista do Desenvolvedor # options.dev_showDiscoveryOverridePanel=Substituir Endpoints de Serviço # +options.dev_serviceOverrideType=Tipo de Substituição # +options.dev_serviceOverrideTypeMultibranch=Implantação em Múltiplas Ramificações # +options.dev_serviceOverrideTypeCustom=Personalizado # options.dev_discoveryOverrideServiceName=Nome do Serviço (segurança, persona etc.) # options.dev_discoveryOverrideServiceBranch=Derivar # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Redefinir Todos os Endpoints # options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Tratamentos de Exibição # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Reuniões: Habilitado # options.dev_gatherings_system_service_pack=Reuniões: Desabilitado devido à ausência de Pacote(s) de Serviços do Sistema # options.dev_gatherings_active_gathering=Ativo: %s # options.dev_gatherings_available_gatherings=Reuniões Disponíveis # +options.dev_gatherings_clear_system_service_pack=Limpar Cache do Serviço de Pacote do Sistema # options.difficulty=Dificuldade # options.difficulty.easy=Fácil # options.difficulty.hard=Difícil # @@ -6524,7 +6586,8 @@ options.creatorTitle=Configurações do Criador # options.creator.serverboundClientDiagnosticsEnabled=Ativar Diagnóstico do Cliente # options.creator.debuggerHeading=Configurações de Depurador de Script # options.creator.debuggerAutoAttach=Anexar Depurador ao Carregar # -options.creator.debuggerAutoConnect=Conectar Depurador ao Carregar # +options.creator.debuggerAutoAttachTimeout=Prazo de Anexação # +options.creator.debuggerAutoAttachTimeoutFormat=%s Segundos # options.creator.debuggerConnect=Conectar # options.creator.debuggerListen=Escutar # options.creator.debuggerHost=Host # @@ -6671,11 +6734,11 @@ options.smoothRotationSpeed=Velocidade de Rotação Suave # options.xboxliveBroadcast.inviteOnly=Apenas Convidados # options.xboxliveBroadcast.friendsOnly=Apenas Amigos # options.xboxliveBroadcast.friendsOfFriends=Amigos dos Amigos # -options.xboxliveBroadcastSettings=Configurações da conta da Microsoft # +options.xboxliveBroadcastSettings=Configurações da conta Microsoft # options.xboxlivevisible=Visível para os jogadores de Xbox # -options.xboxLiveAccountSettings=Configurações da conta da Microsoft # -options.xboxLiveSignedIn=Entrou com a conta da Microsoft # -options.xboxLiveSignedOut=Saiu da conta da Microsoft # +options.xboxLiveAccountSettings=Configurações da conta Microsoft # +options.xboxLiveSignedIn=Entrou com a conta Microsoft # +options.xboxLiveSignedOut=Saiu da conta Microsoft # options.xboxLive.privacyControl=Privacidade e segurança online # options.realms.checkInvites=Gerenciar convites de participação do Realms # options.skinCustomisation=Personalização da Skin... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. O modo Hardcore não pode ser desligado options.turnOnHardcoreMode.message.3=3. Após morrer, você pode ver, mas não interagir com este mundo. # options.achievementsDisabled=As conquistas não estão disponíveis neste mundo. # options.achievementsDisabled.onLoad=Se você começar a jogar com essas configurações, as conquistas não poderão ser obtidas neste mundo. # -options.achievementsDisabled.notSignedIn=As conquistas podem ser obtidas neste mundo, mas você deve entrar em conta da Microsoft para obtê-las. # +options.achievementsDisabled.notSignedIn=As conquistas podem ser obtidas neste mundo, mas você deve entrar em uma conta Microsoft para tê-las. # options.turnOffCrossPlatformMultiplayer=Desativar o Modo Multijogador entre Plataformas? # options.turnOffCrossPlatformMultiplayer.message=O conteúdo que você está tentando usar não é permitido em partidas multijogador entre plataformas. Se você continuar, não conseguirá participar de partidas multijogador entre plataformas. # options.conflictingPacks=Pacotes Conflitantes # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=Carregar Mundo Mesmo Assim # options.updateAndPlay=Atualizar e jogar # options.makeBackup=Fazer uma cópia de backup do meu mundo # options.managePrivacy=Para gerenciar as configurações privadas, acesse https://account.xbox.com/Settings em qualquer navegador. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Desvincular Conta Microsoft # -options.unlink_msa.confirm.title=Desvincular Conta Microsoft? # +options.unlink_msa.button=Desvincular conta Microsoft # +options.unlink_msa.confirm.title=Desvincular conta Microsoft? # options.unlink_msa.confirm.warning=AVISO: Você não poderá armazenar o progresso ou compras feitas em seu console PlayStation®4 em sua conta %s após desvincular. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Desvincular sua Conta da Microsoft de dentro deste jogo afetará todos os jogos de Minecraft nesta plataforma que usaram esta Conta da Microsoft. # +options.unlink_msa.confirm.warning.2=Desvincular sua conta Microsoft de dentro deste jogo afetará todos os jogos de Minecraft nesta plataforma que usaram esta conta Microsoft. # options.unlink_msa.confirm.checkbox1=Eu não poderei mais acessar qualquer conteúdo da Loja dentro de jogo quando eu jogar em outras plataformas. # options.unlink_msa.confirm.checkbox2=Eu não poderei mais jogar jogos entre plataformas com meus amigos em outras plataformas. # options.unlink_msa.confirm.checkbox3=Eu não poderei mais acessar os Realms, incluindo assinaturas dos Realms que estejam ativas atualmente. # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Baixa # options.volumetricFogQuality.medium=Média # options.volumetricFogQuality.high=Alta # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Resolução # +options.upscalingPercentage.hundred=Nativa # options.reflectionsQuality=Reflexo # options.reflectionsQuality.off=Desligado # options.reflectionsQuality.low=Baixa # @@ -6966,12 +7031,10 @@ 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.device=Nossa capacidade de oferecer suporte a este dispositivo está chegando ao fim. Você continuará recebendo atualizações até março de 2025, quando receberá sua atualização final para este dispositivo.%sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar compras no Marketplace (incluindo Minecoins). Os Realms gerenciados com este dispositivo continuarão funcionando por 6 meses, a menos que sejam atualizados pelo proprietário do Realm em um dispositivo diferente.%sPara cancelar sua assinatura do Realm, você precisará fazê-lo no menu Configurações para Assinaturas no dispositivo com o qual o Realm foi criado.%sVocê não receberá mais as atualizações mais recentes e não poderá jogar multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a determinados servidores.%sClique no botão para obter mais informações. # +sunsetting.popup.sunset.device=Nossa capacidade de oferecer suporte a este dispositivo chegou ao fim. Você não receberá mais atualizações a partir de março de 2025, e esta é sua atualização final para este dispositivo.%sVocê ainda poderá jogar em seus mundos e acessar compras no Marketplace (incluindo Minecoins). Os Realms gerenciados com este dispositivo continuarão funcionando por 6 meses a partir de março de 2025, a menos que sejam atualizados pelo proprietário do Realm em um dispositivo diferente.%sPara cancelar sua assinatura do Realm, você precisará fazer isso no menu Configurações para Assinaturas no dispositivo com o qual o Realm foi criado.%sVocê não receberá mais as atualizações mais recentes e não poderá jogar multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a determinados 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.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 # @@ -7158,13 +7221,13 @@ permissions.ability.op=Comandos do Operador # permissions.ability.invisible=Ficar invisível # permissions.ability.teleport=Usar Teleporte # permissions.NeedPermission=Você precisa de permissão # -permissions.AddFriends=Você não pode adicionar amigos devido à forma como a sua Conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam adicionar amigos. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Você não pode jogar no Realms devido à forma como a sua Conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam modo Multijogador. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. # -permissions.Communications=Você não pode conversar com outros jogadores devido à forma como a sua Conta Microsoft está configurada. Certifique-se de que suas configurações de privacidade permitam a comunicação com outros jogadores. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=Você não pode adicionar amigos devido à forma como a sua conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam adicionar amigos. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Você não pode jogar no Realms devido à forma como a sua conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam modo Multijogador. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. # +permissions.Communications=Você não pode conversar com outros jogadores devido à forma como a sua conta Microsoft está configurada. Certifique-se de que suas configurações de privacidade permitam a comunicação com outros jogadores. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Você não poderá adicionar novos amigos para jogar no seu realm devido à forma como a sua conta do Xbox está configurada. Isso pode ser alterado nas configurações de privacidade e segurança online em Xbox.com. Deseja continuar? # permissions.CloudSave=Você não pode salvar seus mundos no seu perfil do Xbox devido à forma como a sua conta está configurada. Isso pode ser alterado nas configurações de privacidade e segurança online em Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Você não pode jogar no Realms devido à forma como a sua Conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam modo Multijogador, e se sua assinatura do Xbox Live Gold esteja ativa. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Não é possível jogar no Realms devido à forma como a sua conta da Microsoft está configurada. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Você não pode jogar no Realms devido à forma como a sua conta Microsoft está configurada. Certifique-se de que suas configurações de segurança online permitam modo Multijogador, e se sua assinatura do Xbox Live Gold esteja ativa. Veja as instruções sobre como alterar essas configurações em aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=Não é possível jogar no Realms devido à forma como a sua conta Microsoft está configurada. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Obter Ajuda para Resolver Isso # permissions.open.account.help.button.gamecore=Corrigir Isso # permissions.open.account.setting.button=Veja os termos de serviço # @@ -8140,7 +8203,7 @@ selectTemplate.create=Criar... # selectTemplate.worldsByCreators=Mundos de Criadores # selectTemplate.realm=Novo Realm # selectTemplate.realmInfo=Você pode enviar mundos para seu Realm depois de criá-lo! # -selectTemplate.signIn=Criar Realm com Conta da Microsoft # +selectTemplate.signIn=Criar Realm com Conta Microsoft # selectTemplate.unableToSignIn=Os serviços da Microsoft não estão disponíveis neste dispositivo # selectTemplate.world=Novo Mundo # selectTemplate.help=? # @@ -8343,7 +8406,7 @@ store.realmsPlus.startTrial.description.contentSub=Seu Realm e os mais de 150 pa store.realmsPlus.noTrial.description=Seu Realm e os mais de 150 pacotes do Marketplace estarão disponíveis imediatamente. Até 10 jogadores podem jogar por vez, e eles recebem acesso aos mundos em seu Realm gratuitamente! Sua assinatura estará disponível durante 30 dias pelo preço de :minecoin:%s. # store.realmsPlus.noTrial.description.contentSub=Seu Realm e os mais de 150 pacotes do Marketplace inclusos no Marketplace Pass estarão disponíveis imediatamente. Até 10 jogadores podem jogar por vez, e eles recebem acesso aos mundos em seu Realm gratuitamente! Sua assinatura estará disponível durante 30 dias pelo preço de %s:minecoin:. # store.realmsPlus.noTrial.description.iap=Seu Realm e os mais de 150 pacotes do Marketplace estarão disponíveis imediatamente. Até 10 jogadores podem jogar por vez, e eles recebem acesso aos mundos em seu Realm gratuitamente! Você será cobrado %s/mês e pode acessar as configurações de assinatura para cancelá-la e evitar cobranças futuras. # -store.realmsPlus.noTrial.description.iap.contentSub=Seu Realm e os mais de 150 pacotes do Marketplace incluídos no passe estarão disponíveis imediatamente. Até 10 jogadores podem jogar por vez, e eles recebem acesso aos mundos em seu Realm gratuitamente! Você receberá uma cobrança de %s/mês e pode acessar as configurações de assinatura para cancelá-la e evitar cobranças futuras. # +store.realmsPlus.noTrial.description.iap.contentSub=Seu Realm e os mais de 150 pacotes do Marketplace Pass incluídos no passe estarão disponíveis imediatamente. Até 10 jogadores podem jogar por vez, e eles recebem acesso aos mundos em seu Realm gratuitamente! Você receberá uma cobrança de %s/mês e pode acessar as configurações de assinatura para cancelá-la e evitar cobranças futuras. # store.realmsPlus.realmName.placeholder=Realm de %s #The string passed in here is the gamertag of the player to indicate the name of the player's world. # store.realmsPlus.recurring.offerTrial=O Realms Plus é uma assinatura contínua com uma taxa periódica de assinatura que é cobrada automaticamente todo mês até que a assinatura seja cancelada.%sSeu Realm e mais de 150 pacotes do marketplace estarão imediatamente disponíveis. Até 10 jogadores podem jogar de uma só vez, e eles têm acesso aos mundos em seu Realm de graça! Seus primeiros 30 dias serão gratuitos, com cobrança de %s/mês após esse período inicial. Você pode acessar as configurações de assinatura para cancelá-la e evitar cobranças futuras. # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Um servidor pessoal permite que você crie um mundo store.realmsPlus.faq.question3=Meus amigos precisam comprar o Realms Plus para jogar no meu Realm? # store.realmsPlus.faq.answer3=Seus amigos não precisam comprar uma assinatura do Realms Plus para jogar no seu Realm. Você pode convidar qualquer amigo para entrar no seu Realm gratuitamente (desde que ele tenha as permissões de modo Multijogador habilitadas). # store.realmsPlus.faq.question4=Quais dispositivos são compatíveis com o Realms Plus para Minecraft? # -store.realmsPlus.faq.answer4=O Realms Plus está atualmente disponível em qualquer plataforma onde você possa instalar o Minecraft Bedrock Edition. Você pode jogar os Realms e usar qualquer conteúdo do Realms Plus em qualquer um desses dispositivos desde que tenha se conectado à sua Conta Microsoft. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=O Realms Plus está atualmente disponível em qualquer plataforma onde você possa instalar o Minecraft Bedrock Edition. Você pode jogar os Realms e usar qualquer conteúdo do Realms Plus em qualquer um desses dispositivos desde que tenha se conectado à sua conta Microsoft. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Quanto custa uma assinatura do Realms Plus? # store.realmsPlus.faq.answer5=%s por mês para um servidor de 10 jogadores e acesso a mais de 150 pacotes de Marketplace. # store.realmsPlus.faq.answer5.contentSub=%s por mês. Adicione membros infinitos, jogue online com 10 outros jogadores ao mesmo tempo. Além disso, aproveite mais de 150 peças de conteúdos do Marketplace do catálogo do Marketplace Pass gratuitamente. # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Este item não é compatível com seu dispositivo. store.owned=Adquirido # store.owned.legacy=Adquirido (P) # store.unlocked=Desbloqueado # -store.mypacks=Meu Conteúdo # +store.myLibrary=Minha Biblioteca # store.error=Erro no Marketplace # @@ -8662,8 +8725,8 @@ store.progress.checkingDownload=Verificando download # store.content.download=Baixar # store.content.update=Atualizar # store.content.updating=Atualizando... # -store.content.requireXbl.signedIn=Faça download de graça com uma conta da Microsoft. # -store.content.requireXbl.notSignedIn=Entre com uma conta da Microsoft para desbloquear. # +store.content.requireXbl.signedIn=Baixe itens gratuitamente com a conta Microsoft. # +store.content.requireXbl.notSignedIn=Entre em uma conta Microsoft para desbloquear. # store.mashup.count.personaPiece=1 Peça de Personagem # store.mashup.count.personaPieces=%s Peças de Personagens # @@ -8758,12 +8821,12 @@ store.ratings.rate=Avalie este pacote! # store.ratings.signIn.title=Avalie itens no Marketplace # store.ratings.signIn.description1=Conte para o criador e para a comunidade a sua experiência com este item. # -store.ratings.signIn.description2=Antes de avaliar um item, você precisa entrar com uma conta da Microsoft. # +store.ratings.signIn.description2=Antes de avaliar um item, você precisa entrar com uma conta Microsoft. # store.purchase.success.realMoney1=Você desbloqueou: %s por %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Expanda seu jogo com vários conteúdos incríveis. # -store.purchase.signInPart2=Entre com uma conta da Microsoft para começar a usar o Marketplace! # +store.purchase.signInPart2=Entre com uma conta Microsoft para começar a usar o Marketplace! # store.purchase.realmoney.disclaimer=*Compra %s Moedas por %s e resgata este pacote por %s Moedas, restando %s. # store.purchase.notAvailable=Não Disponível no Momento # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Não conseguimos conectar com a loja de apps. store.coins.tooManyCoins=Use algumas das suas moedas antes de comprar mais. # store.coins.incomplete.title=Compra de Moedas Não Concluída # store.coins.incomplete.fulfill.a=Parece que não terminamos as coisas da última vez. Vamos terminar sua compra agora. # -store.coins.incomplete.fulfill.b=Parece que você começou uma compra com uma conta diferente da Microsoft. Deseja concluir a compra com esta conta? # +store.coins.incomplete.fulfill.b=Parece que você começou uma compra com uma conta Microsoft diferente. Deseja concluir a compra com esta conta em vez da outra? # store.coins.incomplete.fulfill.c=Alguém iniciou uma compra com a conta de cobrança neste dispositivo. Gostaria de finalizar a compra com essa conta? # store.coins.fixAppReceipt.title=Algo deu errado # store.coins.fixAppReceipt.body=Parece que há um problema com o Recibo do App, entre para continuar. # @@ -8828,7 +8891,6 @@ store.updating.title=Atualizando: %s # store.importing.title=Importando: %s # store.importing=Importando... # store.showMore=Ver Tudo # -store.inventory.no.xbl=Meus Pacotes # store.promo.today=Apenas Hoje! # store.promo.upsell=Não esqueça do presente grátis do dia! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Estado Instalado # store.search.filter.installed=Instalado # store.search.filter.notInstalled=Não Instalado # store.search.filter.clear.installed=Redefinir Filtros Instalados # +store.search.filter.dressingroombody=Corpo # +store.search.filter.dressingroombody.selectedCount=%d Partes # +store.search.filter.dressingroomstyle=Estilo # +store.search.filter.dressingroomstyle.selectedCount=%d Estilos # store.search.sort_menu.sortConstWord=Classificar # store.search.sort_menu.Default=Relevância # @@ -10281,23 +10347,23 @@ autosave.info.xbox=Quando vir este ícone, isso significa que estamos salvando s autosave.info.desktop=Quando vir este ícone, isso significa que estamos salvando seu jogo. Não desligue o computador enquanto o ícone estiver na tela. # ## Xbox network strings -xbox.signin.error=Entre com sua conta da Microsoft para jogar com amigos, obter pontuação de jogador e conquistas. # +xbox.signin.error=Entre com a sua conta Microsoft para jogar com amigos e obter Pontuação do jogador e conquistas. # xbox.signin.error.pocket.line1=Obrigado por testar Realms! Os recursos não são definitivos e você pode encontrar bugs. Envie seus comentários para a gente! Nós vamos te ouvir. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Durante este teste, todos precisarão entrar com uma conta da Microsoft para que possam receber convites e serem adicionados aos Realms. # +xbox.signin.error.pocket.line3=Durante este teste, todos precisarão entrar com uma conta Microsoft para que possam receber convites e serem adicionados aos Realms. # xbox.signin.warning.kickPlayer=Você voltará para o menu principal. Continuar? # -xbox.connection.error=Desconectado da conta da Microsoft # +xbox.connection.error=Desconectado da conta Microsoft # xbox.signin=Entrar # xbox.signin.qr=Duas maneiras de Iniciar Sessão # xbox.signin.qr.left.header=Escaneie o Código QR # xbox.signin.qr.left.body=Use seu aplicativo de câmera ou um leitor de Código QR em seu dispositivo. # xbox.signin.qr.right.header=Ou visite o site # -xbox.signin.qr.account=Entre com uma conta Microsoft gratuita para jogar online com seus amigos em todas as plataformas # -xbox.signin.beta.blocked=No momento, o login com uma Conta da Microsoft não está disponível na versão beta. # +xbox.signin.qr.account=Entre com uma conta Microsoft gratuita para jogar online com seus amigos em diferentes plataformas # +xbox.signin.beta.blocked=No momento, o login com uma Conta Microsoft não está disponível na versão beta. # xbox.signin.enterCode=E insira este código: # xbox.signin.enterCode.qr=2. Digite o código abaixo quando for solicitado: # xbox.signin.letsPlay=Vamos jogar! # -xbox.signin.message=Entre com a sua conta gratuita da Microsoft para vivenciar a experiência completa do Minecraft. # +xbox.signin.message=Entre com a sua conta gratuita Microsoft para vivenciar a experiência completa do Minecraft. # xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Entrar com uma Conta Microsoft diferente # xbox.signin.website=Visite esse website em outro dispositivo: # @@ -10310,9 +10376,9 @@ xbox.signinFree=Acessar gratuitamente # xbox.signout=Sair # xbox.signinquestion=Entrar? # xbox.notnow=Agora não. # -xbox.signingin=Entrando com sua conta da Microsoft... # +xbox.signingin=Entrando com a sua conta Microsoft... # xbox.signingin.offline=Entrando # -xbox.failedsignin.body=Não foi possível entrar em sua conta Microsoft. O acesso ao Realms, Perfis e seus itens de Marketplace será limitado. Tente novamente mais tarde. # +xbox.failedsignin.body=Não foi possível entrar em sua conta Microsoft. O acesso ao Realms, Perfis e seus itens do Marketplace será limitado. Tente novamente mais tarde. # xbox.failedsignin.error=Código de Erro: # xbox.failedsignin.moreInfo=Mais Informações # xbox.dev_wrongSandboxSigninFailed.title=Ocorreu Um Erro # @@ -10321,9 +10387,9 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Alterar para Área Restrita de Dese xbox.dev_wrongSandboxSigninFailed.button.retail=Alterar para Área Restrita de Varejo # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Limpar Dados de Início de Sessão da Conta # xbox.invitesignin.line1=Convide os amigos pelo Gamertag para conhecer seus mundos e saber quando eles estão online. # -xbox.invitesignin.line2=Entre com uma conta da Microsoft para começar a convidar amigos! # +xbox.invitesignin.line2=Entre com uma conta Microsoft para começar a convidar amigos! # xbox.thirdpartysignin.line1=Minijogos incríveis e jogadores novos estão esperando por você! Mas antes, '%s' gostaria de saber quem é você. # -xbox.thirdpartysignin.line2=Você precisa entrar com uma conta da Microsoft para se conectar! # +xbox.thirdpartysignin.line2=É necessário entrar com uma conta da Microsoft para se conectar! # xbox.signInLong=Entrar gratuitamente! # xbox.signOutLong=Sair da sua conta da Microsoft # @@ -10331,15 +10397,10 @@ xbox.genericsignin.line1=Sua conta do Minecraft permite que você jogue no modo xbox.genericsignin.line2=É DE GRAÇA! # xbox.genericsignin.line3=Você pode usá-la em todos os dispositivos em que joga Minecraft. # -xbox.disconectionscreen.notSignedIn=Entre com a sua conta da Microsoft para jogar com amigos. # -xbox.disconectionscreen.multiplayerNotAllowed=Esta conta da Microsoft não tem permissão para ingressar em jogos multijogador. # +xbox.disconectionscreen.notSignedIn=Entre com sua conta Microsoft para jogar com amigos. # +xbox.disconectionscreen.multiplayerNotAllowed=Esta conta Microsoft não dá permissão para ingressar em partidas no modo multijogador. # xbox.disconectionscreen.accessDenied=Você precisa ter amigos nesta partida para entrar. # -xbox.friendfinder.enterGamertag=Inserir Gamertag # -xbox.friendfinder.findFriends=Encontrar amigos por Gamertag # -xbox.friendfinder.searchingForGamertag=Pesquisando # -xbox.friendfinder.gamertagNotFound=Gamertag não encontrada # - xbox.profile.addFriend=Adicionar amigo # xbox.profile.addFriend.success=Sucesso! %s foi adicionado à sua lista de amigos. # xbox.profile.block=Bloquear # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=A propriedade '%s' não é usada neste tipo packdiscoveryerror.version_too_high=A propriedade "%s" tem uma versão de "%s" que é alta demais. O valor mais alto aceito é de "%s". # packdiscoveryerror.version_too_low=A propriedade "%s" tem uma versão de "%s" que é baixa demais. O menor valor aceito é de "%s". # packdiscoveryerror.format_version_1_engine_version_cap=A propriedade "%s" deve ter um valor menor que "%s". Para usar uma versão maior, você precisa usar a versão de formato 2. # +packdiscoveryerror.folder_structure_too_deep=A estrutura de pastas no pacote é muito profunda. # ## pack upgrading packupgradewarning.invalidpacktype=Elemento '%s' fornecido tem um valor inválido no manifesto do pacote; revertendo para pacote de recursos. # diff --git a/resource_pack/texts/pt_PT.lang b/resource_pack/texts/pt_PT.lang index e2c50aa99..f792c1a11 100644 --- a/resource_pack/texts/pt_PT.lang +++ b/resource_pack/texts/pt_PT.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Ecrã de Enciclopédia # accessibility.screenName.howToPlay=Ecrã Instruções de Jogo # accessibility.screenName.inviteToGame=Convite Para Ecrã de Jogo # accessibility.screenName.joinByIP=Juntar-se por diálogo IP # +accessibility.screenName.joinByConnectionID=Junta-te através da caixa de diálogo do ID de Ligação. # accessibility.screenName.joinCode=Diálogo de Código de Acesso # accessibility.screenName.library=Ecrã da Biblioteca # accessibility.screenName.modalDialog=Caixa de diálogo popup # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Ecrã de Perfil # accessibility.screenName.realmInviteLinkSettings=Ecrã de Definições de Hiperligações de Convite de Realm # accessibility.screenName.realmSettings=Ecrã de Definições do Realm # accessibility.screenName.settings=Ecrã de Definições do Jogo # -accessibility.screenName.addFriend=Ecrã ''Adicionar Amigo'' # accessibility.screenName.skinPicker=Ecrã de Seleção de Skin # accessibility.screenName.start=Menu Principal # accessibility.screenName.vrAlignment=Ecrã de Orientação de RV # accessibility.screenName.emoteWheel=Ecrã de Emotes # +accessibility.screenName.addExternalServer=Adicionar Ecrã de Servidor Externo # +accessibility.screenName.editExternalServer=Editar Ecrã de Servidor Externo # accessibility.search.sort_menu.A_to_Z.tts.title=A a Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Z a A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Não foi possível retirar quaisquer efeit commands.effect.failure.notAMob=%1$s não pode ter efeitos # commands.effect.notFound=Não existe tal efeito para criaturas com a ID %s # commands.effect.success=Deu %1$s * %2$d a %3$s durante %4$d segundo(s) # +commands.effect.success.infinite=Deu %1$s *%2$d a %3$s por uma duração infinita # commands.effect.success.removed=Foi retirado %1$s a %2$s # commands.effect.success.removed.all=Removidos todos os efeitos de %1$s # commands.enchant.cantCombine=%1$s não pode ser combinado com %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=A entidade-alvo não pode estar numa commands.generic.entity.invalidType=O tipo de entidade '%1$s' é inválido # commands.generic.entity.invalidUuid=O UUID de entidade fornecido está num formato inválido # commands.generic.entity.notFound=Essa entidade não foi encontrada # -commands.generic.error.permissions=Níveis de permissão incorretos. %s é um comando de nível %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Nível de permissões incorreto para o comando: %s ###1: command name commands.generic.exception=Ocorreu um erro desconhecido ao tentar executar este comando # commands.generic.invalidAgentType=Introduz o argumento aplicado ao selector de apenas Agent # commands.generic.invalidcontext=Contexto inválido fornecido para o tipo de comando indicado # +commands.generic.invalidOrigin=A origem do comando era inválida no momento da execução do comando. # commands.generic.invalidDevice=O comando que introduziste, %s, não é suportado neste dispositivo. # commands.generic.invalidMessage=Comprimento de mensagem inválido # commands.generic.invalidPlayerType=Introduzir argumento aplicado a selector apenas jogador # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Entradas de função %1$d executadas com êxito na commands.schedule.invalidOrigin=A origem necessária para executar esta função era inválida. # commands.schedule.name.empty=O nome da área de seleção não pode estar vazio. # commands.schedule.too.many.areas=Foi encontrada mais de uma área de seleção com o nome %s. Usa uma única área. # +commands.schedule.clear.failure=Não foram removidas funções com o nome %1$s. # +commands.schedule.clear.success=Removidas %1$d funções com o nome %2$s. # +commands.schedule.tickingarea.clear.success=Removidas %1$d funções com o nome de área de seleção %2$s. # +commands.schedule.tickingarea.clear.failure=Não foram removidas funções com o nome de área de seleção %1$s. # +commands.schedule.tickingarea.func.clear.success=Removias %1$d funções com o nome de área de seleção %2$s e com o nome %3$s. # +commands.schedule.tickingarea.func.clear.failure=Não foram removidas funções com o nome de área de seleção %1$s e com o nome %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Os valores de cores desvanecidas têm de ser núme commands.camera.invalid.easing=A transição suave para câmaras não estacionárias não é suportada # commands.camera.invalid.time=As durações de desvanecimento têm de ter entre 0 e 10 segundos # commands.camera.invalid.pitch=A rotação sobre o eixo x da câmara deve estar entre -90 graus e 90 graus # -commands.camera.invalid.view.offset=O deslocamento deve ter entre -100 e 100 # +commands.camera.invalid.view.offset=O deslocamento da visão deve ter um valor entre -64 e 64 # +commands.camera.invalid.entity.offset=O deslocamento da entidade deve ter um valor entre -64 e 64 # +commands.camera.invalid.offset.camera=Os deslocamentos da visão e da entidade só podem ser aplicados à câmara na terceira pessoa # commands.camera.perspective.locked=A perspetiva não pode ser alterada durante a utilização de câmaras personalizadas # commands.camera.perspective.option=A câmara que selecionaste vai mudar quando a câmara personalizada não estiver ativa # commands.world_age.description=Altera ou consulta a idade do mundo (tempo desde a criação). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Remover Entrada # controller.buttonTip.removeMaterial=Remover Material # controller.buttonTip.renameItem=Dar Novo Nome a Item # controller.buttonTip.returnToRecipe=Voltar à Receita # +controller.buttonTip.swap=Trocar # controller.buttonTip.enterSearch=Pesquisar # controller.buttonTip.searchRecipe=Pesquisa Rápida # controller.buttonTip.confirmSearch=Confirmar # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Tirar Um # controller.buttonTip.take=Retirar # controller.buttonTip.takeItem=Pegar no Item # controller.buttonTip.clearHotbar=Limpar Barra de itens # +controller.buttonTip.add.to.bundle=Adicionar ao Pacote # +controller.buttonTip.place.from.bundle=Colocar a Partir do Pacote # +controller.buttonTip.take.from.bundle=Retirar do Pacote # controllerLayoutScreen.actions=Ações # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Experimenta já # ## Edu Course Multiplayer strings course.edu.enterIp=Introduz o Endereço IP do Mundo a que te queres juntar. # course.edu.enterConnection=Introduz o ID de Ligação do mundo a que te queres juntar. # +course.edu.enterConnectionScreenReader=Introduz o ID de Ligação do mundo a que te queres juntar. # course.edu.ipAddress=Endereço IP # course.edu.ipPlaceholder=Introduz o Endereço IP ou do Servidor # course.edu.ipTooltipText=Para encontrares o Endereço IP, pede ao anfitrião para colocar a lição em pausa. O Endereço IP encontra-se no lado direito do respetivo ecrã. # course.edu.connectionInfo=ID de Ligação # course.edu.conInfoPlaceholder=Introduz a ID de Ligação # -course.edu.conInfoHostTooltipText=Podes partilhar a ID de Ligação se outros jogadores tiverem dificuldades em juntarem-se ao teu mundo utilizando o Código de Acesso ou a ligação partilhada. # +course.edu.conInfoHostTooltipText=Podes partilhar o ID de Ligação se outros jogadores tiverem dificuldades em juntarem-se ao teu mundo com o Código de Acesso ou a hiperligação partilhada sem atualização. # +course.edu.conInfoHostTooltipTextScreenReader=Podes partilhar a ID de Ligação se outros jogadores tiverem dificuldades em juntarem-se ao teu mundo com o Código de Acesso ou a hiperligação partilhada. # course.edu.conInfoTooltipText=O anfitrião pode encontrar o ID de Ligação no separador multijogador do Menu de Jogo do seu mundo. # +course.edu.conInfoTooltipTextScreenReader=O anfitrião pode encontrar o ID de Ligação no separador multijogador do Menu de Jogo do seu mundo. # course.edu.joinLesson=Participar na Lição # course.edu.joinLessonIntro=Encontra colegas para participares na mesma lição, ou introduz o respetivo endereço IP caso não constem da lista. # course.edu.joinLessonIntroTeacher=Seleciona o grupo a que te queres juntar, ou introduz o endereço IP caso não conste da lista. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Adiciona membros infinitos e joga online com createWorldUpsell.realm.sellPoint2=Guardado online: joga em qualquer dispositivo Minecraft com o Marketplace do Minecraft # createWorldUpsell.realm.sellPoint3=Não ocupa espaço no teu dispositivo # createWorldUpsell.realm.sellPoint4=Os teus amigos podem jogar mesmo quando tu não estás # -createWorldUpsell.signIn=Criar Realm com a Conta Microsoft # +createWorldUpsell.signIn=Criar Realm com a conta Microsoft # createWorldUpsell.world.sellPoint1=Joga online juntamente com 7 amigos # createWorldUpsell.world.sellPoint2=Armazenamento no teu dispositivo: joga offline # createWorldUpsell.world.sellPoint3=Utiliza armazenamento do dispositivo # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Reiniciar Multa de Velocidade Aleatória createWorldScreen.serverSimDistance=Distância de Simulação # createWorldScreen.serverSimDistanceFormat=%s segmentos # createWorldScreen.showbordereffect=Mostrar Efeito de Fronteira # -createWorldScreen.check_internet_connection=Não estás ligado à internet. Os teus amigos não poderão juntar-se a ti nos mundos multijogador. Inicia sessão na Conta Microsoft para jogar com os teus amigos. # -createWorldScreen.disconnectedXboxLive=Não estás ligado aos serviços Microsoft Os teus amigos com Gamertags não poderão juntar-se a ti no mundo multijogador. Inicia sessão na Conta Microsoft para jogar com os teus amigos. # +createWorldScreen.check_internet_connection=Não estás ligado à internet. Os teus amigos não poderão juntar-se a ti nos mundos de multijogador. Inicia sessão na conta Microsoft para jogar com os teus amigos. # +createWorldScreen.disconnectedXboxLive=Não estás ligado aos serviços Microsoft. Os teus amigos com Gamertags não poderão juntar-se a ti no mundo multijogador. Inicia sessão na conta Microsoft para jogares com os amigos. # createWorldScreen.clearPlayerData.button=Limpar Dados do Jogador # createWorldScreen.clearPlayerData.title=Eliminar Dados do Jogador do Mundo? # createWorldScreen.clearPlayerData.body1=Seleciona "Dados de Todos os Jogadores" para eliminares todos os dados dos jogadores do mundo completamente. Da próxima vez que um jogador entre no mundo, começam com novos dados padrão. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s expirou. Pede a %s que o renove. # realmsSharingScreen.cantJoinClosedTitle=%s fechou este Realm # realmsSharingScreen.cantJoinClosedMessage=%s está fechado. Pede a %s que o reabra. # realmsSharingScreen.failedSignInModalTitle=Inicia sessão para participares neste Realm # -realmsSharingScreen.failedSignInModalMessage=Tens de ter a sessão iniciada numa Conta Microsoft para poderes participar num Realm. Inicia sessão e tenta novamente. # +realmsSharingScreen.failedSignInModalMessage=Tens de iniciar sessão numa conta Microsoft para te juntares a um Realm. Inicia sessão e tenta novamente. # realmsSharingScreen.invalidPermissionTitle=Permissões inválidas # realmsSharingScreen.unexpectedServerResponseTitle=Erro nos Realms # realmsSharingScreen.unexpectedServerResponseMessage=Desculpa, tivemos um problema de ligação com o Realm. Tenta mais tarde. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Serviço de pagamento # realmsCreateScreen.paymentFailed.body=Não foi possível estabelecer ligação a Realms e concluir a tua compra neste momento. Tenta de novo mais tarde. # realmsCreateScreen.incomplete=Realm Incompleto # realmsCreateScreen.incomplete.create.a=Parece que não conseguimos terminar na última vez. Vamos acabar agora de criar o teu Realm. # -realmsCreateScreen.incomplete.create.b=Parece que começaste a criar um realm com uma Conta Microsoft diferente. Queres acabar de criar esse realm com esta Conta Microsoft como proprietário? # -realmsCreateScreen.incomplete.create.c=Alguém começou a criar um Realm neste dispositivo com a conta utilizada para faturação. Queres acabar de criar esse Realm com essa Conta Microsoft como proprietário? # +realmsCreateScreen.incomplete.create.b=Parece que começaste a criar um realm com outra conta Microsoft. Queres terminar a criação desse realm com esta conta Microsoft como proprietária? # +realmsCreateScreen.incomplete.create.c=Alguém começou a criar um Realm com a conta de faturação neste dispositivo. Queres terminar a criação desse Realm com esta conta Microsoft como proprietária? # realmsCreateScreen.incomplete.renew.a=Parece que não conseguimos terminar na última vez. Vamos acabar agora de renovar o teu realm. # -realmsCreateScreen.incomplete.renew.b=Parece que começaste a renovar um realm com uma Conta Microsoft diferente. Queres acabar de renovar esse realm com esta Conta Microsoft como proprietário? # -realmsCreateScreen.incomplete.renew.c=Alguém começou a renovar um realm neste dispositivo com a conta utilizada para faturação. Queres acabar de renovar esse realm com essa Conta Microsoft como proprietário? # +realmsCreateScreen.incomplete.renew.b=Parece que começaste a renovar um realm com uma conta Microsoft diferente. Queres acabar de renovar esse realm com esta conta Microsoft definida como proprietária? # +realmsCreateScreen.incomplete.renew.c=Alguém começou a renovar um realm com a conta de faturação neste dispositivo.  Queres terminar a renovação desse realm com esta conta Microsoft como proprietária? # realmsCreateScreen.incomplete.override.renew=Estás a tentar criar um novo realm, mas encontrámos uma compra anterior destinada a renovar um realm. Queres efetivar essa compra agora? # realmsCreateScreen.incomplete.override.create=Estás a tentar renovar um realm, mas encontrámos uma compra anterior destinada a criar um realm. Queres efetivar essa compra agora? # realmsCreateScreen.incomplete.override.realm=Estás a tentar renovar um realm, mas encontrámos uma compra anterior destinada a um realm diferente. Queres efetivar essa compra agora? # @@ -2224,11 +2241,11 @@ networkWorld.friends_label=Amigos # networkWorld.joinable_friends_label=Amigos Que Se Podem Juntar # networkWorld.no_joinable_friends_label=Os teus amigos não estão a jogar Minecraft neste momento. # networkWorld.check_internet_connection=Oops! Não conseguimos encontrar os mundos dos teus amigos! Verifica a tua ligação da internet. # -networkWorld.connect_to_xbl=Inicia sessão com uma Conta Microsoft para poderes jogar com amigos. # +networkWorld.connect_to_xbl=Inicia sessão com uma conta Microsoft para jogares com amigos. # networkWorld.memberOfTooManyRealms=Alcançaste o limite de subscrição de realms. # -networkWorld.multiplayerPrivilegesBlocked=Não podes jogar em modo multijogador online devido à configuração da tua Conta Microsoft. Assegura-te de que as definições de segurança online permitem o jogo Multijogador. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Não podes jogar em modo multijogador online devido à configuração da tua Conta Microsoft. Assegura-te de que as definições de segurança online permitem o jogo Multijogador e que tens uma subscrição Xbox Live Gold ativa. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Não podes jogar no modo multijogador online devido à configuração da tua Conta Microsoft. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=Não podes jogar no modo multijogador online devido à configuração da conta Microsoft. Assegura-te de que as definições de segurança online permitem o jogo Multijogador. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=Não podes jogar no modo multijogador online devido à configuração da conta Microsoft. Assegura-te de que as definições de segurança online permitem o jogo Multijogador e que tens uma subscrição Xbox Live Gold ativa. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Não podes jogar no modo multijogador online devido à configuração da conta Microsoft. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Ocorreu um erro desconhecido que está a impedir o jogo online. Tenta novamente mais tarde. # networkWorld.multiplayerPrivilegesBlockedBanned=Não podes jogar no modo multijogador online porque a tua conta está suspensa. # networkWorld.versionOutOfDate=Não podes jogar online em modo multijogador porque não tens a última versão. Instalar a última versão para acederes às funcionalidades online. # @@ -2473,7 +2490,7 @@ realmsSettingsScreen.extendConsumableButton.180=Prolonga por 180 Dias # xblLogin.LoginMessageTitle=Conta Microsoft # xblLogin.LoginMessage=A ligar… # -xbl.savePurchase.saveButton=Guardar na Conta Microsoft # +xbl.savePurchase.saveButton=Guardar na conta Microsoft # xbl.marketplace.account.error.body.nobutton=Há um erro na tua conta. Não vais conseguir usar o marketplace até que este problema esteja resolvido. Se o problema continuar durante vários dias contacta a equipa de suporte. # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=Já transferiste conteúdo ou usa store.sign_in_warning.no_xbl_and_no_local_content.line1=Inicia sessão agora para guardar e partilhar as tuas compras em todas as plataformas. Guarda compras para que não se percam caso algo aconteça ao teu sistema ou caso desinstales o Minecraft. Acede ao conteúdo comprado no Marketplace a partir de qualquer plataforma e utiliza as tuas personagens em todas as plataformas. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Não tens uma conta Microsoft? Cria uma agora - é grátis # -xbl.signOut.title=Compras da Conta Microsoft! # -xbl.signOut.message1=Apenas terás acesso às Minecoins e aos itens que compraste na loja se tiveres sessão iniciada na Conta Microsoft. # +xbl.signOut.title=Compras da conta Microsoft! # +xbl.signOut.message1=Quando não tens sessão iniciada na conta Microsoft, não tens acesso às Minecoins nem aos itens que compraste na loja. # xbl.signOut.message2=Tens a certeza de que pretendes fazer isto? # date.short_january=Jan # @@ -2550,7 +2567,7 @@ date.timeLeft=%s restantes # dayOneExperience.carousel.title=Bem-vindo(a) ao Novo Minecraft! # dayOneExperience.carousel.welcome_text=Há imensas coisas novas nesta nova versão do Minecraft. Dá uma vista de olhos do Marketplace, cria um Realm e joga online com os teus amigos de outras plataformas! # dayOneExperience.carousel.marketplace=O Marketplace do Minecraft é um local onde podes encontrar novas skins, mundos, texturas e packs de mash-up de vários criadores talentosos. # -dayOneExperience.carousel.cross_platform=Os jogos entre plataformas permitem-te conectar com jogadores de plataformas diferentes. Inicia sessão na tua Conta Microsoft para jogares com todos os teus amigos do Minecraft! # +dayOneExperience.carousel.cross_platform=Os jogos entre plataformas permitem-te conectar com jogadores noutras plataformas. Inicia sessão na conta Microsoft para jogares com todos os teus amigos do Minecraft! # dayOneExperience.carousel.realms=Os Realms são servidores geridos por nós, destinados especialmente para ti e para os teus amigos. Mantém o teu mundo Minecraft online e sempre acessível, mesmo quando terminares sessão. # dayOneExperience.carousel.villager=O Novo Minecraft é o único lugar que vai receber futuras atualizações com novas funcionalidades, criaturas, blocos e muito mais! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=O servidor foi desligado por ter sido exced disconnectionScreen.header.realms_hidden=Convite Multijogador # disconnectionScreen.body.realms_hidden=Não foi possível juntar-se a este servidor específico. # +disconnectionScreen.biomeData.IdDuplication=ID %s colide com %s # +disconnectionScreen.biomeData.MalformedData=Dados de Bioma Deformados # +disconnectionScreen.biomeData.MixedIdPresence=O Pacote de Bioma tem presença de id misto para Biomas Personalizados # +disconnectionScreen.biomeData.ReservedRange=O Bioma Personalizado %s usa o ID de uma gama reservada. O intervalo de ID para Biomas Personalizados é: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Os dados de Bioma vanilla não devem conter o campo 'id' # disconnectionScreen.blockMismatch=Os blocos entre o cliente e o servidor não correspondem. # disconnectionScreen.cantConnect=Não foi possível conectar ao mundo. # disconnectionScreen.cantConnectToRealm=Não foi possível estabelecer a ligação ao Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Podes obter modelos de mundos na Biblioteca do Minecr edu.pause.multiplayer.disabled=Esta lição não tem o modo multijogador disponível. # +effect.duration.infinite=∞ # effect.badOmen=Mau Presságio # effect.infested=Infestado # effect.oozing=Gotejante # @@ -3026,7 +3049,7 @@ entity.villager.librarian=Bibliotecário # entity.villager.shepherd=Pastor # entity.villager.tool=Ferreiro # entity.villager.weapon=Armeiro # -entity.villager.mason=Mason # +entity.villager.mason=Pedreiro # entity.villager.unskilled=Aldeão Inexperiente # entity.villager_v2.name=Aldeão # entity.vindicator.name=Vingador # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Captura de ecrã inválida # feed.failedToPostRateLimit=Tenta publicar novamente dentro de alguns minutos. Os Realms estão a tentar acompanhar o ritmo. # feed.uppload_started=A captura de ecrã está a ser carregada # feed.uppload_success=A captura de ecrã foi carregada # -feed.connected=Todos os Realm estão associados a um Clube com a tua Conta Microsoft. # +feed.connected=Todos os Realm estão associados a um Clube com a tua conta Microsoft. # feed.unviewedPost=Novo # -comment.like=%d gosto ### 1 like -comment.likes=%d gostos ### 0 or 2+ likes -comment.comment=%d comentário ### 1 comment -comment.comments=%d comentários ### 0 or 2+ comments -comment.likes_and_comments=%1 e %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Comentar... # - furnaceScreen.fuel=Combustível # furnaceScreen.header=Fornalha # furnaceScreen.input=Entrada # @@ -3410,12 +3426,12 @@ howtoplay.armor.text.3=Equipa a Armadura abrindo o teu inventário e movendo as howtoplay.armor.text.4=As Armaduras de Ferro, Corrente e Ouro podem ser fundidas em Pepitas de Ferro ou Ouro numa Fornalha. # howtoplay.armor.header.2=Escudo # howtoplay.armor.text.5.keyboard=O Escudo vai bloquear os danos recebidos. O Escudo pode ser equipado no compartimento adicional e na barra de itens. Prime :_input_key.sneak: sem soltar para bloquear oses com o Escudo. # -howtoplay.armor.text.5.gamepad=O Escudo vai bloquear danos recebidos. Podes equipar-te com o Escudo na vaga adicional e na barra principal. Prime :_input_key.sneak: ou prime :_gamepad_stick_right: para ativar ou desativar o bloqueio com o Escudo. # -howtoplay.armor.text.5a.touch=O Escudo bloqueia todo o tipo de danos que pudesses sofrer, incluindo explosões de Creepers! Podes equipá-lo na vaga adicional ou na barra principal. # +howtoplay.armor.text.5.gamepad=O Escudo vai bloquear danos recebidos. Podes equipar-te com o Escudo na vaga adicional e no acesso rápido. Prime :_input_key.sneak: ou prime :_gamepad_stick_right: para ativar ou desativar o bloqueio com o Escudo. # +howtoplay.armor.text.5a.touch=O Escudo bloqueia todo o tipo de danos que pudesses sofrer, incluindo explosões de Creepers! Podes equipá-lo na vaga adicional ou no acesso rápido. # howtoplay.armor.text.5b.touch=Quando utilizas o sistema de controlos ''D-Pad e tocar para interagir'', prime :touch_sneak: para ativar ou desativar o bloqueio com o escudo. # howtoplay.armor.text.5c.touch=Quando utilizas o sistema de controlos ''Joystick'', prime :tip_virtual_button_sneak: para ativar ou desativar o bloqueio com o escudo. # -howtoplay.armor.text.5.rift_controller=O Escudo bloqueia danos que de outro modo sofrerias. Podes equipar-te com o Escudo na vaga adicional e na barra principal. Prime :_input_key.sneak: ou clica em :rift_X: para ativar ou desativar o bloqueio com o Escudo. # -howtoplay.armor.text.5.windowsmr_controller=O Escudo bloqueia danos que de outro modo sofrerias. Podes equipar-te com o Escudo na vaga adicional e na barra principal. Prime :_input_key.sneak: ou clica em :windowsmr_right_stick: para ativar ou desativar o bloqueio com o Escudo. # +howtoplay.armor.text.5.rift_controller=O Escudo bloqueia danos que de outro modo sofrerias. Podes equipar-te com o Escudo na vaga adicional e no acesso rápido. Prime :_input_key.sneak: ou clica em :rift_X: para ativar ou desativar o bloqueio com o Escudo. # +howtoplay.armor.text.5.windowsmr_controller=O Escudo bloqueia danos que de outro modo sofrerias. Podes equipar-te com o Escudo na vaga adicional e no acesso rápido. Prime :_input_key.sneak: ou clica em :windowsmr_right_stick: para ativar ou desativar o bloqueio com o Escudo. # howtoplay.armor.text.6=O Escudo pode bloquear uma explosão de um Creeper! # howtoplay.armor.header.3=Disfarce # howtoplay.armor.text.7=Também podes usar uma Abóbora Esculpida na cabeça. Isto não te dará uma :armadura:, mas faz com que os Endermen não se chateiem quando olhas para eles. # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=Todos os mundos novos que crias começam com o howtoplay.playingTogether.header.2=Juntar-se a um Jogo Online # howtoplay.playingTogether.text.3=Para jogares com outras pessoas, acede ao §eseparador Amigos§f para veres todos os jogos de Realms, Amigos e LAN disponíveis. Seleciona um jogo qualquer para entrares. # howtoplay.playingTogether.text.4=Quando começas ou te juntas a um jogo online, os teus amigos podem vê-lo nos seus separadores dos Amigos. Se se juntarem, também fica visível para os seus amigos. # -howtoplay.playingTogether.text.5=Tens de ter sessão iniciada numa §eConta Microsoft§f com uma ligação à Internet ativa para jogar no modo multijogador. # +howtoplay.playingTogether.text.5=Tens de ter sessão iniciada numa §econta Microsoft§f com uma ligação à Internet ativa para jogar no modo multijogador. # howtoplay.playingTogether.header.3=Realms - A melhor maneira de jogar em conjunto # howtoplay.playingTogether.text.6=É fácil jogar com amigos com o §eRealms§f. # howtoplay.playingTogether.text.7=Tu e até 10 amigos obtêm acesso permanente a um mundo que está sempre online. Explora, sê criativo ou experimenta conteúdos selecionados do Marketplace. # @@ -3784,9 +3800,9 @@ howtoplay.fishing.text.4.touch=Quando as bolhas tocarem no isco, este sobe e des howtoplay.food=Alimentos # howtoplay.food.title=Instruções de Jogo: Comida # howtoplay.food.text.1=Vais ficar lentamente com fome durante as tuas aventuras. Felizmente, a Superfície está cheia de comida! Podes recolher maçãs das árvores, carne dos animais ou porque não cultivares as tuas próprias plantações com uma enxada? # -howtoplay.food.text.2.keyboard=Para comer um alimento, seleciona-o na barra principal e, depois, mantém premido o botão direito do rato. Mantém a §ebarra de fome§f:shank: cheia para recuperar saúde quando sofres danos. # -howtoplay.food.text.2.gamepad=Para ingerires um alimento, seleciona-o na barra principal e mantém premido :_input_key.use:. Mantém a §ebarra de fome§f:shank: cheia para recuperar saúde quando sofres danos. # -howtoplay.food.text.2.touch=Para comer um alimento, seleciona-o na barra principal e toca no ecrã e mantém premido. Mantém a §ebarra de fome§f:shank: cheia para recuperar saúde quando sofres danos. # +howtoplay.food.text.2.keyboard=Para comer um alimento, seleciona-o no acesso rápido e, depois, mantém premido o botão direito do rato. Mantém a §ebarra de fome§f:shank: cheia para recuperar saúde quando sofres danos. # +howtoplay.food.text.2.gamepad=Para ingerires um alimento, seleciona-o no acesso rápido e mantém premido :_input_key.use:. Mantém a §ebarra de fome§f:shank: cheia para recuperar saúde quando sofres danos. # +howtoplay.food.text.2.touch=Para comer um alimento, seleciona-o no acesso rápido e toca no ecrã e mantém premido. Mantém a §ebarra de fome§f:shank: cheia para recuperar saúde quando sofres danos. # howtoplay.food.text.3=Alguns alimentos crus são melhores se forem cozinhados primeiro numa fogueira ou numa fornalha - a tua barriga vai agradecer-te! # howtoplay.furnace=Fornalha # @@ -3802,7 +3818,7 @@ howtoplay.gameSettings.text.2=§eNome do Mundo§f: É aqui que podes dar um nome howtoplay.gameSettings.text.3=§eModo de Jogo Padrão§f: Este é o modo de jogo em que todos os novos jogadores no mundo começam. Podes definir se os jogadores começam no Modo de Sobrevivência ou no Modo Criativo. Se selecionares o Modo Criativo, as cheats serão ativadas. # howtoplay.gameSettings.text.4=§eDificuldade§f: Esta definição afeta a dificuldade do mundo. Podes escolher Pacífico, Fácil, Normal ou Difícil. # howtoplay.gameSettings.header.1=Preferências do Mundo # -howtoplay.gameSettings.text.5=§eMapa Inicial§f: Se esta definição estiver ativada, todos os jogadores começam com um mapa na barra principal. # +howtoplay.gameSettings.text.5=§eMapa Inicial§f: Se esta definição estiver ativada, todos os jogadores começam com um mapa no acesso rápido. # howtoplay.gameSettings.text.6=§eBaú de Bónus§f Se esta definição estiver ativada, encontras um baú com um saque básico perto do teu local de geração inicial. # howtoplay.gameSettings.text.7=§eTipo de Mundo§f: Esta definição controla o modo como o mundo é criado. Seleciona Infinito ou Plano no menu pendente para alterar o tipo de mundo. # howtoplay.gameSettings.text.7.1= §eMundos infinitos§f têm sempre mais para conhecer. # @@ -3838,15 +3854,28 @@ howtoplay.improvedTools.text.2=As ferramentas de níveis mais altos são mais du howtoplay.inventory=Inventário # howtoplay.inventory.title=Instruções de Jogo: Inventário # howtoplay.inventory.header.1=1. Inventário # -howtoplay.inventory.header.2=2. Barra Principal # +howtoplay.inventory.header.2=2. Acesso rápido # howtoplay.inventory.text.1.pc_console=A tua barra de itens fica cheia quando recolhes muitos recursos. Prime :_input_key.inventory: para aceder ao teu §einventário§f, onde tens mais espaço para tudo o que tiveres recolhido. # -howtoplay.inventory.text.1.touch=A tua barra principal fica cheia quando recolhes muitos recursos. Toca em :tip_touch_inventory: para aceder ao teu §einventário§f, onde tens mais espaço para tudo o que tiveres recolhido. # -howtoplay.inventory.text.1.rift=A tua barra principal fica cheia quando recolhes muitos recursos. Prime :rift_B: para aceder ao teu §einventário§f, onde tens mais espaço para tudo o que tiveres recolhido. # +howtoplay.inventory.text.1.touch=O teu acesso rápido fica cheio quando recolhes muitos recursos. Toca em :tip_touch_inventory: para aceder ao teu §einventário§f, onde tens mais espaço para tudo o que tiveres recolhido. # +howtoplay.inventory.text.1.rift=O teu acesso rápido fica cheio quando recolhes muitos recursos. Prime :rift_B: para aceder ao teu §einventário§f, onde tens mais espaço para tudo o que tiveres recolhido. # howtoplay.inventory.text.1.windowsmr=A tua barra de itens fica cheia quando recolhes muitos recursos. Prime :windowsmr_left_grab: para aceder ao teu §einventário§f, onde tens mais espaço para tudo o que tiveres recolhido. # -howtoplay.inventory.text.2.keyboard=Queres transferir alguma coisa entre a §ebarra principal§f e o inventário? Abre o inventário, clica no item da tua escolha e, em seguida, arrasta-o para o espaço vazio para onde o queres mover. # -howtoplay.inventory.text.2.gamepad=Queres transferir alguma coisa entre a §ebarra principal§f e o inventário? Usa o cursor para selecionar um item e prime :_gamepad_face_button_down:. Depois, move o cursor para uma vaga de item vazia e prime novamente para largar o item. # -howtoplay.inventory.text.2.touch=Queres transferir alguma coisa entre a §ebarra principal§f e o inventário? Toca no item da tua escolha e, depois, toca na vaga de item vazia para onde o queres mover. # -howtoplay.inventory.text.2.vr=Queres transferir alguma coisa entre a §ebarra principal§f e o inventário? Usa o cursor para selecionar um item e prime :_input_key.use:. Depois, move o cursor para uma vaga de item vazia e prime novamente para largar o item. # +howtoplay.inventory.text.2.keyboard=Queres transferir alguma coisa entre o §eacesso rápido§f e o inventário? Abre o inventário, clica no item da tua escolha e, em seguida, arrasta-o para o espaço vazio para onde o queres mover. # +howtoplay.inventory.text.2.gamepad=Queres transferir alguma coisa entre o §eacesso rápido§f e o inventário? Usa o cursor para selecionar um item e prime :_gamepad_face_button_down:. Depois, move o cursor para uma vaga de item vazia e prime novamente para largar o item. # +howtoplay.inventory.text.2.touch=Queres transferir alguma coisa entre o §eacesso rápido§f e o inventário? Toca no item da tua escolha e, depois, toca na vaga de item vazia para onde o queres mover. # +howtoplay.inventory.text.2.vr=Queres transferir alguma coisa entre o §eacesso rápido§f e o inventário? Usa o cursor para selecionar um item e prime :_input_key.use:. Depois, move o cursor para uma vaga de item vazia e prime novamente para largar o item. # + +howtoplay.jigsawBlocks=Blocos Quebra-Cabeças # +howtoplay.jigsawBlocks.text.1=Os Blocos Quebra-Cabeças dão aos criadores a capacidade de criar grandes estruturas no mundo ligando vários modelos de estrutura. # +howtoplay.jigsawBlocks.header.1=Como Obter # +howtoplay.jigsawBlocks.text.2=Para obteres um Bloco Quebra-Cabeças, tens de usar o comando com barra /give. Para usar um Bloco Quebra-Cabeças tens de ter permissões de Operador. # +howtoplay.jigsawBlocks.header.2= Definições # +howtoplay.jigsawBlocks.text.3=Os Blocos Quebra-Cabeças têm várias definições que controlam como se ligam entre si para formar uma estrutura maior. # +howtoplay.jigsawBlocks.text.4=§eConjunto Alvo§f - O caminho seguido pelo conjunto de modelos para procurarem um modelo de estrutura para se ligarem. O conjunto de modelos deve conter pelo menos uma estrutura que corresponda ao campo “Nome do Alvo” do Quebra-Cabeças. # +howtoplay.jigsawBlocks.text.5=§eNome§f - O nome do Quebra-Cabeças. Isto é utilizado ao ligar Quebra-Cabeças com o “Nome do Alvo” correspondente. # +howtoplay.jigsawBlocks.text.6=§eTransforma-se Em§f - O tipo de bloco em que o Bloco Quebra-Cabeças se vai transformar ao ser colocado no mundo durante a geração da estrutura. # +howtoplay.jigsawBlocks.text.7=§ePrioridade de Seleção§f - Quando a peça principal está a ser processada para verificar as suas ligações, é nesta ordem que o bloco de Quebra-Cabeças se vai tentar ligar à peça-alvo. Os Quebra-Cabeças são processados em prioridade descente, com cortes de ligação aleatórios de ordenação. # +howtoplay.jigsawBlocks.text.8=§ePrioridade de Colocação§f - Quando o bloco de Quebra-Cabeças se liga a uma peça, é nesta ordem que a peça é processada para verificar as suas ligações à estrutura maior. As peças são processadas em ordem descente, com cortes de inserção de ordenação. # +howtoplay.jigsawBlocks.text.9=§eTipo de Junção§f - Uma junção pode ser Rotativa (predefinição) ou Alinhada. Se o tipo de junção for Rotativa, a estrutura-alvo vai ser aleatoriamente rodada à volta do Bloco Quebra-Cabeças de origem. Se o tipo de junção for Alinhada, a estrutura alvo vai ser colocada de forma a que a rotação do Bloco-alvo Quebra-Cabeças se alinhe com a rotação do Bloco Quebra-Cabeças de origem. Repara que isto só se aplica quando o Bloco Quebra-Cabeças é colocado virado para cima ou para baixo. # howtoplay.jukebox=Jukebox # howtoplay.jukebox.text.1=A Jukebox toca os Discos de Música que tiveres encontrado. # @@ -3948,23 +3977,23 @@ howtoplay.gatheringResources.text.3=Apanha os recursos largados caminhando por c howtoplay.selectingItems=Selecionar itens # howtoplay.selectingItems.title=Instruções de Jogo: Selecionar itens # -howtoplay.selectingItems.text.1=Os recursos que apanhas aparecem na tua §ebarra principal§f, que podes encontrar na parte inferior do ecrã. # -howtoplay.selectingItems.text.2.keyboard=Para segurar um item na mão, percorre a roda do rato para selecionar o item. Também podes usar uma tecla numérica: 1 é o primeiro espaço da barra principal e 9 é o último. # +howtoplay.selectingItems.text.1=Os recursos que apanhas aparecem no teu §eacesso rápido§f, que podes encontrar na parte inferior do ecrã. # +howtoplay.selectingItems.text.2.keyboard=Para segurar um item na mão, percorre a roda do rato para selecionar o item. Também podes usar uma tecla numérica: 1 é o primeiro espaço do acesso rápido e 9 é o último. # howtoplay.selectingItems.text.2.gamepad=Para segurar um item na mão, usa :_input_key.cycleItemLeft: e :_input_key.cycleItemRight: para selecionar o item. # -howtoplay.selectingItems.text.2.touch=Para segurar um item na mão, toca nele na barra principal. # +howtoplay.selectingItems.text.2.touch=Para segurar um item na mão, toca nele no acesso rápido. # howtoplay.selectingItems.text.2.rift=Para segurar um item na mão, usa :rift_left_trigger: e :rift_left_grab: para selecionar o item. # howtoplay.selectingItems.text.2.windowsmr=Para segurar um item na mão, usa :windowsmr_left_touchpad_horizontal: para selecionar o item. # howtoplay.selectingItems.text.3.nottouch=Alguns itens, como baldes, canas de pesca e arcos, podem ser utilizados tocando no botão para construir/usar :_input_key.use:. # howtoplay.selectingItems.text.3.touch=Alguns itens, como baldes, canas de pesca e arcos, podem ser utilizados tocando e premindo em qualquer parte do ecrã. # howtoplay.selectingItems.text.3.touch.joystick_crosshair=Alguns itens, como baldes, canas de pesca e arcos, podem ser utilizados tocando no botão para construir/usar :tip_virtual_button_action_build_or_use: # -howtoplay.selectingItems.header.1=1. Barra Principal # +howtoplay.selectingItems.header.1=1. Acesso rápido # howtoplay.placingBlocks=Colocar blocos # howtoplay.placingBlocks.title=Instruções de Jogo: Colocar blocos # howtoplay.placingBlocks.text.1=Qualquer bloco que tenhas apanhado pode ser colocado de volta no mundo. Desta forma, podes construir um §eabrigo§f aconchegante ou tudo o que possas imaginar! # -howtoplay.placingBlocks.text.2.nottouch=Escolhe um bloco na barra principal e prime :_input_key.use: para o colocar. # -howtoplay.placingBlocks.text.2.touch=Toca num bloco na barra principal para o selecionar e depois toca num sítio no mundo para o colocar. # -howtoplay.placingBlocks.text.2.touch.joystick_crosshair=Toca num bloco na barra principal para o selecionar e toca em :tip_virtual_button_action_build_or_use: para o colocar. # +howtoplay.placingBlocks.text.2.nottouch=Escolhe um bloco no acesso rápido e prime :_input_key.use: para o colocar. # +howtoplay.placingBlocks.text.2.touch=Toca num bloco no acesso rápido para o selecionar e depois toca num sítio no mundo para o colocar. # +howtoplay.placingBlocks.text.2.touch.joystick_crosshair=Toca num bloco no acesso rápido para o selecionar e toca em :tip_virtual_button_action_build_or_use: para o colocar. # howtoplay.placingBlocks.text.3=Não te preocupes se colocares alguma coisa no local errado - basta parti-la novamente e voltar a apanhá-la! # howtoplay.navigation=Navegação # @@ -4035,9 +4064,9 @@ howtoplay.recipeBook.title=Instruções de Jogo: Livro de Receitas # howtoplay.recipeBook.text.1.keyboard=Não te preocupes, não precisas de saber todas as receitas de cor. O §elivro de receitas§f no teu inventário mantém o registo dos blocos e dos itens que podes criar - basta clicar numa receita para veres o que precisas para a criar. # howtoplay.recipeBook.text.1.gamepad=Não te preocupes, não precisas de saber todas as receitas de cor. O §elivro de receitas§f no teu inventário mantém o registo dos blocos e dos itens que podes criar. Basta selecionar uma receita para veres o que precisas para a criar. # howtoplay.recipeBook.text.1.touch=Não te preocupes, não precisas de saber todas as receitas de cor. O §elivro de receitas§f no teu inventário mantém o registo dos blocos e dos itens que podes criar - basta tocar numa receita para veres o que precisas para a criar. # -howtoplay.recipeBook.text.2.keyboard=Após recolheres os ingredientes de criação necessários, clica na receita novamente e depois move-a do espaço da criação para a barra principal ou para o inventário. # -howtoplay.recipeBook.text.2.gamepad=Depois de reunires os ingredientes de criação necessários, seleciona a receita mais uma vez e transfere-a do espaço da criação para a barra principal ou para o inventário. # -howtoplay.recipeBook.text.2.touch=Após recolheres os ingredientes de criação necessários, toca na receita novamente e depois move-a do espaço da criação para a barra principal ou para o inventário. # +howtoplay.recipeBook.text.2.keyboard=Após recolheres os ingredientes de criação necessários, clica na receita novamente e depois move-a do espaço da criação para o acesso rápido ou para o inventário. # +howtoplay.recipeBook.text.2.gamepad=Depois de reunires os ingredientes de criação necessários, seleciona a receita mais uma vez e transfere-a do espaço da criação para o acesso rápido ou para o inventário. # +howtoplay.recipeBook.text.2.touch=Após recolheres os ingredientes de criação necessários, toca na receita novamente e depois move-a do espaço da criação para o acesso rápido ou para o inventário. # howtoplay.redstone=Redstone # howtoplay.redstone.text.1=O Pó de Redstone provém de Redstone que transmite um sinal elétrico. Quando tem poder, ilumina-se e transmite o sinal para outros objetos de Redstone que estejam ao lado. # @@ -4215,9 +4244,9 @@ howtoplay.yourFirstCraft.title=Instruções de Jogo: A Tua Primeira Criação # howtoplay.yourFirstCraft.header.1=1. Grelha de trabalho # howtoplay.yourFirstCraft.text.1=Muitos blocos, incluindo madeira, podem ser transformados em itens úteis através da criação. Para o fazeres, encontras uma simples §egrelha de criação§f no lado direito do ecrã do teu inventário. # howtoplay.yourFirstCraft.text.2=Por exemplo, coloca um tronco de madeira em qualquer lugar da grelha de criação e várias tábuas aparecem no §eespaço de resultado§f. # -howtoplay.yourFirstCraft.text.3.touch=Basta tocares nas tuas tábuas novas em folha para estas aparecerem na tua barra principal. Agora, estás pronto para as colocar no mundo! # -howtoplay.yourFirstCraft.text.3.keyboard=Basta arrastares as tuas novas tábuas novas em folha para a tua barra principal. Agora, estás pronto para as colocar no mundo! # -howtoplay.yourFirstCraft.text.3.gamepad=Basta selecionares as tuas tábuas novas em folha para estas aparecerem na tua barra principal. Agora, estás pronto para as colocar no mundo! # +howtoplay.yourFirstCraft.text.3.touch=Basta tocares nas tuas tábuas novas em folha para estas aparecerem no teu acesso rápido. Agora, estás pronto para as colocar no mundo! # +howtoplay.yourFirstCraft.text.3.keyboard=Basta arrastares as tuas novas tábuas novas em folha para o teu acesso rápido. Agora, estás pronto para as colocar no mundo! # +howtoplay.yourFirstCraft.text.3.gamepad=Basta selecionares as tuas tábuas novas em folha para estas aparecerem no teu acesso rápido. Agora, estás pronto para as colocar no mundo! # howtoplay.yourFirstCraft.header.2=2. Receita de criação # howtoplay.yourFirstCraft.text.4=Alguns itens requerem que coloques os teus ingredientes de criação numa determinada forma, também chamada §ereceita§f. # howtoplay.yourFirstCraft.text.5=Experimenta colocar uma tábua em cima de outra para criar alguns paus. Útil para todo o tipo de coisas! # @@ -5489,7 +5518,7 @@ item.turtle_shell_piece.name=Carapaça de Tartaruga # item.phantom_membrane.name=Membrana de Fantasma # item.sweet_berries.name=Frutos Vermelhos Doces # item.suspicious_stew.name=Guisado Suspeito # -item.field_masoned_banner_pattern.name=Padrão de Estandarte: Padrão de Alvenaria # +item.field_masoned_banner_pattern.name=Padrão de Estandarte: Campo de Alvenaria # item.creeper_banner_pattern.name=Padrão de Estandarte: Divisa de Creeper # item.flow_banner_pattern.name=Padrão de Estandarte: Fluxo # item.flower_banner_pattern.name=Padrão de Estandarte: Divisa de Flor # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Escudo Castanho # item.shield.black.name=Escudo Preto # item.shield.blue.name=Escudo Azul # +item.bundle=Pacote # +item.black_bundle=Pacote Preto # +item.white_bundle=Pacote Branco # +item.red_bundle=Pacote Vermelho # +item.orange_bundle=Pacote Laranja # +item.yellow_bundle=Pacote Amarelo # +item.green_bundle=Pacote Verde # +item.lime_bundle=Pacote Verde-Lima # +item.brown_bundle=Pacote Castanho # +item.light_gray_bundle=Pacote Cinzento-Claro # +item.light_blue_bundle=Pacote Azul-Claro # +item.blue_bundle=Pacote Azul # +item.gray_bundle=Pacote Cinzento # +item.pink_bundle=Pacote Rosa # +item.magenta_bundle=Pacote Magenta # +item.purple_bundle=Pacote Roxo # +item.cyan_bundle=Pacote Ciano # +item.bundle.empty=Vazio # +item.bundle.empty.description=Pode conter um monte de itens mistos # +item.bundle.full=Cheio # +item.bundle.fullness=%s restantes # + item.goat_horn.name=Chifre de Cabra # item.minecraft.goat_horn.sound.0=Ponderar # item.minecraft.goat_horn.sound.1=Cantar # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Flechas # itemGroup.name.potion=Poções # itemGroup.name.splashPotion=Poções com Efeito Prolongado # itemGroup.name.lingeringPotion=Poções Persistentes # +itemGroup.name.ominousBottle=Garrafas Sinistras # itemGroup.name.bed=Camas # itemGroup.name.chalkboard=Quadros pretos # itemGroup.name.anvil=Bigornas # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Velas # itemGroup.name.goatHorn=Chifres de Cabra # itemGroup.name.compounds=Compostos # itemGroup.name.products=Produtos # +itemGroup.name.bundles=Pacotes # -jigsaw.title.target_pool=Piscina de destino: # +##Jigsaw Block +jigsaw_block.title=Bloco Quebra-Cabeças # +jigsaw.title.target_pool=Conjunto de Alvos: # jigsaw.title.name=Nome: # -jigsaw.title.target=Nome do alvo: # +jigsaw.title.target=Nome do Alvo: # jigsaw.title.final_block=Transforma-se em: # -jigsaw.title.joint_type=Tipo de articulação: # +jigsaw.title.selection_priority=Prioridade de Seleção: # +jigsaw.title.placement_priority=Prioridade de Colocação: # +jigsaw.title.joint_type=Tipo de Junção: # jigsaw.title.joint_type.aligned=Alinhado # jigsaw.joint_type.aligned=Alinhado # jigsaw.joint_type.rollable=Enrolável # jigsaw.exit.done=Concluído # -jigsaw.exit.cancel=Cancelar # ##EDU Joincode joincode.entry_popup.icon_button=%1 botão código de acesso # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Abrir para LAN # menu.simulating=A simular o mundo # menu.singleplayer=Um Jogador # menu.store=Marketplace # +menu.store.addons=Explora os Suplementos! # menu.skins=Skins # menu.start=Iniciar # menu.switchingLevel=A mudar de mundo # @@ -6116,7 +6173,7 @@ options.ao.min=Mínimo # options.ao.off=Desligado # options.autojump=Salto Automático # options.sprintOnMovement=Corre utilizando o joystick # -options.clearhotbar=Limpar Barra Principal # +options.clearhotbar=Limpar Acesso rápido # options.blockAlternatives=Alternar entre Blocos # options.buildid.format=Criação: %1$s # options.protocolversion.format=Versão do Protocolo: %1%s # @@ -6180,10 +6237,10 @@ options.splitvibration=Vibrar ao Dividir Artigos # options.debug=Depuração # options.flighting_debug=Depuração de Voo # options.debugTitle=Opções do Programador # -options.delete_account.button=Eliminar Conta Microsoft # -options.delete_account.confirm.title=Eliminar Conta Microsoft? # +options.delete_account.button=Eliminar conta Microsoft # +options.delete_account.confirm.title=Eliminar conta Microsoft? # options.delete_account.confirm.warning=AVISO: Depois de eliminares a tua conta, deixarás de poder armazenar o teu progresso ou as compras feitas no teu dispositivo %s. # -options.delete_account.confirm.warning.2=Se eliminares a tua Conta Microsoft neste jogo, todos os jogos Minecraft que utilizam esta Conta Microsoft serão afetados. # +options.delete_account.confirm.warning.2=A eliminação da conta Microsoft a partir deste jogo vai afetar todos os jogos do Minecraft que usam esta conta. # options.delete_account.confirm.checkbox1=Deixarás de ter acesso a conteúdos da loja no jogo quando jogares noutras plataformas. # options.delete_account.confirm.checkbox2=Deixarás de poder jogar online com os teus amigos. # options.delete_account.confirm.checkbox3=Deixarás de ter acesso aos Realms, incluindo às subscrições de Realms que ainda estão ativas. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Quebra de asserções no depurador # options.dev_assertions_show_dialog=As asserções apresentam um diálogo modal # options.dev_force_trial_mode=Forçar a ativação do Modo de Teste # options.dev_eduDemo=Edu Demo (Necessita reinício de sessão) # +options.dev_eduCloudResumableUpload=Usa a API de carregamento recuperável para ficheiros > 4 MB # options.remote_imgui_toggle=Imgui Remoto Ativado # options.dev_enableDebugUI=Ativar Depuração da IU # options.dev_createRealmWithoutPurchase=Criar realm sem compra # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Endpoint de Realms # options.dev_realmsEndpointPayment=Pagamento de Endpoint de Realms # options.dev_realmsRelyingParty=Terceiros de Confiança de Realms # options.dev_realmsRelyingPartyPayment=Pagamento de Terceiros de Confiança de Realms # -options.dev_realms_stories=Ativar Histórias de Realms # options.dev_overrideXboxEnvironmentWindows=Sobrepor Xbox Sandbox (SO controlado no Windows) # options.dev_overrideXboxEnvironment=Sobrepor Xbox Sandbox (requer reinício) # options.dev_xboxEnvironment=Ambiente Xbox Sandbox (requer reinício) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Comercial # options.dev_sandboxDev=Xforge Sandbox: Progr. # options.dev_sandboxDevAchievement=Xforge Sandbox: Conquista de programador # options.dev_showDiscoveryOverridePanel=Substituir Pontos Finais de Serviços # +options.dev_serviceOverrideType=Tipo de Substituição # +options.dev_serviceOverrideTypeMultibranch=Implementação em Múltiplos Ramos # +options.dev_serviceOverrideTypeCustom=Personalizado # options.dev_discoveryOverrideServiceName=Nome do Serviço (segurança, personagem, etc.) # options.dev_discoveryOverrideServiceBranch=Ramo # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Repor Todos os Pontos Finais # options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Apresentar Tratamentos # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Reuniões: Ativadas # options.dev_gatherings_system_service_pack=Reuniões: Desativadas por faltarem Pacotes de Serviços de Sistema # options.dev_gatherings_active_gathering=Ativo: %s # options.dev_gatherings_available_gatherings=Reuniões Disponíveis # +options.dev_gatherings_clear_system_service_pack=Limpa a cache do Pack de Serviço do Sistema # options.difficulty=Dificuldade # options.difficulty.easy=Fácil # options.difficulty.hard=Difícil # @@ -6524,7 +6586,8 @@ options.creatorTitle=Definições de Criador # options.creator.serverboundClientDiagnosticsEnabled=Ativar Diagnóstico do Cliente # options.creator.debuggerHeading=Definições do Depurador de Script # options.creator.debuggerAutoAttach=Anexar Depurador ao Carregar # -options.creator.debuggerAutoConnect=Ligar Depurador ao Carregar # +options.creator.debuggerAutoAttachTimeout=Tempo Limite de Fixação # +options.creator.debuggerAutoAttachTimeoutFormat=%s segundos # options.creator.debuggerConnect=Ligar # options.creator.debuggerListen=Ouvir # options.creator.debuggerHost=Anfitrião # @@ -6568,7 +6631,7 @@ options.actionBarTextBackgroundOpacity=Opacidade do Fundo da Barra de Ação # options.hidepaperdoll=Ocultar Boneca de Papel # options.showautosaveicon=Mostrar Ícone de Gravação Automática # options.hold=Manter premido # -options.hotbarScale=Tamanho da barra principal # +options.hotbarScale=Tamanho do Acesso rápido # options.invertMouse=Inverter Rato # options.invertYAxis=Inverter Eixo Y # options.joystickMoveVisible=Joystick Sempre Visível # @@ -6671,11 +6734,11 @@ options.smoothRotationSpeed=Velocidade de Rotação Suave # options.xboxliveBroadcast.inviteOnly=Apenas por convite # options.xboxliveBroadcast.friendsOnly=Apenas Amigos # options.xboxliveBroadcast.friendsOfFriends=Amigos de Amigos # -options.xboxliveBroadcastSettings=Definições da Conta Microsoft # +options.xboxliveBroadcastSettings=Definições da conta Microsoft # options.xboxlivevisible=Visível para Jogadores da rede Xbox # -options.xboxLiveAccountSettings=Definições da Conta Microsoft # -options.xboxLiveSignedIn=Sessão Iniciada com a Conta Microsoft # -options.xboxLiveSignedOut=Sessão Terminada da Conta Microsoft # +options.xboxLiveAccountSettings=Definições da conta Microsoft # +options.xboxLiveSignedIn=Sessão Iniciada com a conta Microsoft # +options.xboxLiveSignedOut=Sessão Terminada com a conta Microsoft # options.xboxLive.privacyControl=Privacidade e segurança online # options.realms.checkInvites=Gere os convites de adesão ao Realms # options.skinCustomisation=Personalização da Skin... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Após a criação do mundo, não é poss options.turnOnHardcoreMode.message.3=3. Depois de morreres, podes ver, mas não podes interagir com este mundo. # options.achievementsDisabled=Este mundo não permite que obtenhas conquistas. # options.achievementsDisabled.onLoad=Se começares a jogar com estas definições, vais deixar de poder obter conquistas neste mundo. # -options.achievementsDisabled.notSignedIn=Este mundo permite que obtenhas conquistas, mas tens de iniciar sessão numa Conta Microsoft para as poderes ganhar. # +options.achievementsDisabled.notSignedIn=Podem ser obtidos feitos neste mundo, mas tens de iniciar sessão numa conta Microsoft para os conseguires obter. # options.turnOffCrossPlatformMultiplayer=Desativar Multijogador De Outras Plataformas? # options.turnOffCrossPlatformMultiplayer.message=O Conteúdo que estás a tentar usar não é permitido em jogos multijogador de outras plataformas. Se continuares, não poderás jogar jogos multijogador de outras plataformas. # options.conflictingPacks=Packs Conflituosos # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=Carregar Mundo de Qualquer Forma # options.updateAndPlay=Atualizar e jogar # options.makeBackup=Fazer uma cópia de segurança do meu mundo # options.managePrivacy=Para gerires as definições de privacidade, visita https://account.xbox.com/Settings em qualquer navegador. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Desassociar Conta Microsoft # -options.unlink_msa.confirm.title=Desassociar Conta Microsoft? # +options.unlink_msa.button=Desassociar conta Microsoft # +options.unlink_msa.confirm.title=Desassociar conta Microsoft? # options.unlink_msa.confirm.warning=ATENÇÃO: Vais deixar de poder guardar progresso e compras feitos na tua consola PlayStation®4 na tua conta %s após a desassociação. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Desvincular a tua Conta Microsoft a partir deste jogo vai afetar todos os jogos Minecraft nesta plataforma que utilizam esta Conta Microsoft. # +options.unlink_msa.confirm.warning.2=A desassociação da conta Microsoft a partir deste jogo vai afetar todos os jogos do Minecraft nesta plataforma que tenham usado esta conta Microsoft. # options.unlink_msa.confirm.checkbox1=Vou deixar de ter acesso a todos os conteúdos da Loja no jogo quando jogar noutras plataformas. # options.unlink_msa.confirm.checkbox2=Vou deixar de poder jogar jogos de outras plataformas com os meus amigos noutras plataformas. # options.unlink_msa.confirm.checkbox3=Vou deixar de ter acesso ao Realms, incluindo às subscrições do Realms que estão atualmente ativas. # @@ -6899,7 +6962,7 @@ options.unlink_msa.success.title=Desassociação Bem-sucedida # options.unlink_msa.success.body=As tuas contas foram desassociadas. # options.unlink_msa.failure.title=Algo Correu Mal # options.unlink_msa.failure.body=Não foi possível desassociar as tuas contas. Verifica a tua ligação à Internet. # -options.useRemoteConnect=Usa a Ligação Remota para Iniciar Sessão na Conta Microsoft (requer reinício) # +options.useRemoteConnect=Usa a Ligação Remota para Iniciar Sessão na conta Microsoft (requer reinício) # options.newUiEditWorld.title=Queres ver o nosso novo design? # options.newUiEditWorld.info=§7Vê o novo design desta página. Podes sempre voltar ao design antigo. # options.newUiEditWorld.initiate=Experimentar design novo # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Baixa # options.volumetricFogQuality.medium=Média # options.volumetricFogQuality.high=Alta # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Resolução # +options.upscalingPercentage.hundred=Nativo # options.reflectionsQuality=Reflexos # options.reflectionsQuality.off=Desligado # options.reflectionsQuality.low=Baixa # @@ -6966,12 +7031,10 @@ 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.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 para 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). Os Realms geridos a partir deste dispositivo continuarão a funcionar durante seis meses, a menos que sejam atualizados pelo proprietário do Realm noutro dispositivo.%sPara cancelar a subscrição do Realms, tens de ir ao menu Definições nas Subscrições do dispositivo em que o Realm foi criado.%sVais deixar de receber as mais recentes atualizações e não vais poder jogar no modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não vais poder 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 e 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 seis meses, a partir de março de 2025, a menos que sejam atualizados pelo proprietário do Realm noutro dispositivo.%sPara cancelar a subscrição do Realms, tens de ir ao menu Definições nas Subscrições do dispositivo em que o Realm foi criado.%sVais deixar de receber as últimas atualizações e não vais poder jogar no modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não vais poder 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.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 # @@ -7158,13 +7221,13 @@ permissions.ability.op=Comandos de Operador # permissions.ability.invisible=Tornar-se invisível # permissions.ability.teleport=Utilizar Teletransporte # permissions.NeedPermission=Precisas de Permissão # -permissions.AddFriends=Não é possível adicionar amigos devido à configuração da tua Conta Microsoft. Assegura-te de que as definições de segurança online permitem adicionar amigos. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Não podes jogar Realms devido à configuração da tua Conta Microsoft. Assegura-te de que as definições de segurança online permitem o jogo Multijogador. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. # -permissions.Communications=Não podes conversar com outros jogadores devido à configuração da tua Conta Microsoft. Assegura-te de que as definições de privacidade permitem a comunicação livre com outros utilizadores. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=Não podes adicionar amigos devido à configuração da conta Microsoft. Assegura-te de que as definições de segurança online permitem adicionar amigos. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Não podes jogar Realms devido à configuração da conta Microsoft. Assegura-te de que as definições de segurança online permitem o jogo Multijogador. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. # +permissions.Communications=Não podes conversar com outros jogadores devido à configuração da conta Microsoft. Assegura-te de que as definições de privacidade permitem a comunicação com outros utilizadores. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Não vais poder adicionar novos amigos para jogarem no teu realm devido à configuração da tua conta Xbox. Isto pode ser alterado nas tuas definições de privacidade e segurança online, em Xbox.com. Queres continuar? # permissions.CloudSave=Não podes guardar os teus mundos no perfil Xbox devido à configuração da tua conta. Isto pode ser alterado nas tuas definições de privacidade e segurança online, em Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Não podes jogar Realms devido à configuração da tua Conta Microsoft. Assegura-te de que as definições de segurança online permitem o jogo Multijogador e que tens uma subscrição Xbox Live Gold ativa. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Não podes jogar no Realms devido à configuração da tua Conta Microsoft. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Não podes jogar Realms devido à configuração da conta Microsoft. Assegura-te de que as definições de segurança online permitem o jogo Multijogador e que tens uma subscrição Xbox Live Gold ativa. Consulta as instruções para alterar estas definições em aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=Não podes jogar Realms devido à configuração da conta Microsoft. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Obter Ajuda Para Corrigir Isto # permissions.open.account.help.button.gamecore=Corrigir Isto # permissions.open.account.setting.button=Ver Termos do Serviço # @@ -7828,7 +7891,7 @@ item.wayfinder_armor_trim_smithing_template.name=Personalização de Armadura do item.raiser_armor_trim_smithing_template.name=Personalização de Armadura do Criador # item.shaper_armor_trim_smithing_template.name=Personalização de Armadura do Modelador # item.host_armor_trim_smithing_template.name=Personalização de Armadura do Anfitrião # -item.ward_armor_trim_smithing_template.name=Personalização de Armadura de Guarda # +item.ward_armor_trim_smithing_template.name=Personalização de Armadura de Guardião # item.silence_armor_trim_smithing_template.name=Personalização de Armadura do Silêncio # item.tide_armor_trim_smithing_template.name=Personalização de Armadura da Maré # item.snout_armor_trim_smithing_template.name=Personalização de Armadura de Focinho # @@ -8140,7 +8203,7 @@ selectTemplate.create=Criar... # selectTemplate.worldsByCreators=Mundos de Criadores # selectTemplate.realm=Novo Realm # selectTemplate.realmInfo=Podes carregar mundos para o teu Realm depois de o teres criado! # -selectTemplate.signIn=Criar Realm com a Conta Microsoft # +selectTemplate.signIn=Criar Realm com a conta Microsoft # selectTemplate.unableToSignIn=Os serviços Microsoft estão indisponíveis neste dispositivo # selectTemplate.world=Novo Mundo # selectTemplate.help=? # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Um servidor pessoal permite-te criar um mundo parti store.realmsPlus.faq.question3=Os meus amigos têm de comprar os Realms Plus para jogar no meu Realm? # store.realmsPlus.faq.answer3=Os teus amigos não precisam de comprar uma subscrição do Realms Plus para jogar no teu Realm. Podes convidar qualquer amigo (que tenha as permissões multijogador habilitadas) a juntar-se gratuitamente ao teu Realm. # store.realmsPlus.faq.question4=Que dispositivos suportam o Realms Plus para Minecraft? # -store.realmsPlus.faq.answer4=O Realms Plus está atualmente disponível em qualquer plataforma onde podes instalar o Minecraft Bedrock Edition. Podes jogar Realms e utilizar qualquer conteúdo do Realms Plus em qualquer um destes dispositivos se tiveres sessão iniciada na tua Conta Microsoft. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=O Realms Plus está atualmente disponível em qualquer plataforma em que possas instalar o Minecraft Bedrock Edition. Podes jogar Realms e utilizar qualquer conteúdo do Realms Plus em qualquer um desses dispositivos se tiveres sessão iniciada na conta Microsoft. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Qual é o preço de uma subscrição dos Realms Plus? # store.realmsPlus.faq.answer5=%s por mês por um servidor de dez jogadores e acesso a mais de 150 packs do marketplace. # store.realmsPlus.faq.answer5.contentSub=%s por mês. Adiciona membros infinitos e joga online com outros 9 jogadores em simultâneo. Desfruta também de mais de 150 packs de conteúdo do marketplace do catálogo do Marketplace Pass gratuitamente. # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Começa a Subscrição do Marketplace Pass #### {StrCont store.csb.subscription=Depois de te inscreveres, mais de 150 conteúdos emocionantes do Marketplace do Minecraft estarão disponíveis para ti. Transfere e joga em mapas de aventura, usa skins, mergulha em packs de texturas e reclama mensalmente um conjunto de artigos do Criador de Personagens com o qual que podes ficar. Com um catálogo regularmente atualizado, há sempre uma coisa nova para descobrir no Marketplace Pass. Vai-te ser cobrado %s/mês e podes cancelar a qualquer momento para evitar futuras cobranças. #### {StrContains="Marketplace Pass"} -store.csb.terms=O Marketplace Pass é uma subscrição de conteúdos para serem usados com versões compatíveis do Minecraft (jogo vendido separadamente) no Windows e noutras plataformas compatíveis em que tenhas o jogo (as edições Minecraft Java e Amazon Kindle Fire são incompatíveis). É necessária uma subscrição ativa para utilizar os conteúdos do Marketplace Pass. Os conteúdos variam ao longo do tempo e podem não estar disponíveis em todos os países. Após o período de avaliação gratuita, a subscrição continua a ser cobrada ao preço normal em vigor nesse momento (sujeito a alterações) mais os impostos aplicáveis, a não ser que seja cancelada. Podes cancelar a tua subscrição acedendo a Serviços e Subscrições na tua Conta Microsoft. Se a tua subscrição terminar ou um item dos conteúdos for removido do catálogo, tens de reativar a subscrição ou comprar o conteúdo separadamente para o continuares a utilizar. Podem aplicar-se taxas do teu prestador de serviços de Internet. Poderemos, ocasionalmente, oferecer conteúdos que permaneçam disponíveis para o jogador mesmo após o fim da sua subscrição. Nesses casos, reservamos o direito de remover esses conteúdos caso se tornem incompatíveis ou caso os nossos direitos sobre os mesmos expirem. Subscrição sujeita a alteração e/ou remoção. Sujeito ao Contrato de Serviços da Microsoft (www.microsoft.com/msa) e ao Contrato de Licença de Utilizador Final do Minecraft (https://www.minecraft.net/eula). Quaisquer traduções destes termos são feitas apenas para a tua conveniência e, em caso de conflito entre a versão inglesa e quaisquer versões não inglesas, prevalecerá a versão inglesa destes termos. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=O Marketplace Pass é uma subscrição de conteúdos para serem usados com versões compatíveis do Minecraft (jogo vendido separadamente) em dispositivos Windows e noutras plataformas compatíveis em que tenhas o jogo (as edições Minecraft Java e Amazon Kindle Fire são incompatíveis). É necessária uma subscrição ativa para utilizar os conteúdos do Marketplace Pass. Os conteúdos variam ao longo do tempo e podem não estar disponíveis em todos os países. Após o período de avaliação gratuita, a subscrição continua a ser cobrada ao preço normal em vigor nesse momento (sujeito a alterações) mais os impostos aplicáveis, a não ser que seja cancelada. Podes cancelar a subscrição acedendo a Serviços e Subscrições na conta Microsoft. Se a subscrição terminar ou um item dos conteúdos for removido do catálogo, tens de reativar a subscrição ou comprar o conteúdo separadamente para o continuares a utilizar. Podem aplicar-se taxas do prestador de serviços de Internet. Poderemos, ocasionalmente, oferecer conteúdos que permaneçam disponíveis para o jogador mesmo após o fim da subscrição. Nesses casos, reservamos o direito de remover esses conteúdos caso se tornem incompatíveis ou caso os nossos direitos sobre os mesmos expirem. Subscrição sujeita a alteração e/ou remoção. Sujeito ao Contrato de Serviços da Microsoft (www.microsoft.com/msa) e ao Contrato de Licença de Utilizador Final do Minecraft (https://www.minecraft.net/eula). Quaisquer traduções destes termos são feitas apenas para a tua conveniência e, em caso de conflito entre a versão inglesa e quaisquer versões não inglesas, prevalecerá a versão inglesa destes termos. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=O Marketplace Pass é uma subscrição contínua com uma taxa de subscrição recorrente cobrada automaticamente todos os meses até a subscrição ser cancelada.%sMais de 150 packs do marketplace ficarão imediatamente disponíveis. Podes cancelar a subscrição para evitar cobranças futuras nas definições da subscrição. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=O Marketplace Pass é uma subscrição contínua com uma taxa de subscrição recorrente cobrada automaticamente todos os meses a subscrição ser cancelada.%sMais de 150 packs do marketplace ficarão imediatamente disponíveis. Vai-te ser cobrado o valor de %s/mês e podes cancelar a subscrição para evitar cobranças futuras nas definições da subscrição. #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=O Marketplace Pass é um serviço de subscrição que te d store.csb.faq.question2=Com que frequência é atualizado o conteúdo do Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Os conteúdos são atualizados todos os meses, pelo que há sempre algo novo para explorar. # store.csb.faq.question3=O que é preciso para desfrutar do Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=O acesso ao Marketplace Pass requer uma subscrição ativa e uma versão do Minecraft: Bedrock Edition compatível com o Marketplace do Minecraft. Requer o início de sessão com uma Conta Microsoft. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=O acesso ao Marketplace Pass requer uma subscrição ativa e uma versão do Minecraft: Bedrock Edition compatível com o Marketplace do Minecraft. Requer o início de sessão com uma conta Microsoft. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=O que acontece ao meu conteúdo depois de sair do Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Assim que o mundo, pack de texturas, pack de skins ou mash-up sair do catálogo, tens de comprar o artigo no Marketplace para continuar a jogar com ele. Os packs não serão eliminados do armazenamento local até que tu os elimines. Os artigos do criador de personagens que resgatares mensalmente são teus para sempre. # store.csb.faq.question5=O que acontece quando a minha subscrição termina? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Este item pode não ser compatível com o teu dispo store.owned=Na tua posse # store.owned.legacy=Na tua posse (P) # store.unlocked=Desbloqueado # -store.mypacks=O Meu Conteúdo # +store.myLibrary=A Minha Biblioteca # store.error=Erro no Marketplace # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=Não tens moedas suficientes par store.popup.purchaseFailedInsufficientFunds.buyButton=Obter moedas # store.popup.purchasePriceMismatch.msg=Não foi possível concluir a tua compra. Tenta novamente mais tarde. # store.popup.trialUpgradeFail.title=Erro de Desbloqueio de Jogo # -store.popup.trialUpgradeFail.msg=Pareces ter sessão iniciada numa Conta Microsoft diferente da que utilizaste para transferir a Versão de Avaliação do Minecraft inicialmente. Tenta novamente depois de iniciar sessão com essa conta. # +store.popup.trialUpgradeFail.msg=Pareces ter sessão iniciada numa conta Microsoft diferente da que utilizaste inicialmente para transferir a Versão de Avaliação do Minecraft. Tenta novamente depois de iniciares sessão com essa conta. # store.popup.downloaded.unOwnedTemplate.title=Comprar Modelo de Mundo? # store.popup.downloaded.unOwnedTemplate.msg=Não tens este modelo e tens de comprá-lo para o desbloqueares. Queres comprar este modelo? # store.popup.rtx.title=Transferir Packs com Traçado de Raios? # @@ -8662,8 +8725,8 @@ store.progress.checkingDownload=A verificar a transferência # store.content.download=Transferir # store.content.update=Atualizar # store.content.updating=A atualizar... # -store.content.requireXbl.signedIn=Transfere gratuitamente com uma Conta Microsoft. # -store.content.requireXbl.notSignedIn=Inicia sessão numa Conta Microsoft para desbloquear. # +store.content.requireXbl.signedIn=Transfere gratuitamente com uma conta Microsoft. # +store.content.requireXbl.notSignedIn=Inicia sessão numa conta Microsoft para desbloquear. # store.mashup.count.personaPiece=1 Peça de Personagem # store.mashup.count.personaPieces=%s Peças de Personagem # @@ -8758,12 +8821,12 @@ store.ratings.rate=Classificar este pack! # store.ratings.signIn.title=Classificar Itens no Marketplace # store.ratings.signIn.description1=Diz ao criador e à comunidade qual foi a tua experiência com este item! # -store.ratings.signIn.description2=Antes de poderes classificar este item, tens de iniciar sessão com uma Conta Microsoft. # +store.ratings.signIn.description2=Antes de poderes avaliar um item, tens de iniciar sessão com uma conta Microsoft. # store.purchase.success.realMoney1=Acabas de desbloquear: %s para %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Expande o teu jogo com uma série de incríveis conteúdos. # -store.purchase.signInPart2=Inicia sessão com uma Conta Microsoft para começares a usar o Marketplace! # +store.purchase.signInPart2=Inicia sessão com uma conta Microsoft para começares a usar o Marketplace! # store.purchase.realmoney.disclaimer=*Adquire %s Moedas por %s e liquida este pack por %s Moedas deixando %s de sobra. # store.purchase.notAvailable=Atualmente Indisponível # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Não foi possível estabelecer ligação à lo store.coins.tooManyCoins=Utiliza algumas das tuas moedas e poderás comprar mais coisas. # store.coins.incomplete.title=Compra de moedas incompleta # store.coins.incomplete.fulfill.a=Parece que não conseguimos terminar na última vez. Vamos concluir a tua compra agora. # -store.coins.incomplete.fulfill.b=Parece que começaste uma compra com uma Conta Microsoft diferente. Gostarias de concluir a compra com esta conta? # +store.coins.incomplete.fulfill.b=Parece que começaste uma compra com outra conta Microsoft. Queres concluir a compra com esta conta? # store.coins.incomplete.fulfill.c=Alguém começou uma compra neste dispositivo com a conta utilizada para faturação. Gostarias de concluir a compra com esta conta? # store.coins.fixAppReceipt.title=Algo correu mal # store.coins.fixAppReceipt.body=Parece existir um problema com o Recibo da tua Aplicação. Inicia sessão para continuar. # @@ -8828,7 +8891,6 @@ store.updating.title=A atualizar: %s # store.importing.title=A importar: %s # store.importing=A Importar... # store.showMore=Ver Tudo # -store.inventory.no.xbl=Os Meus Packs # store.promo.today=Só Hoje! # store.promo.upsell=Não Percas a Oferta Gratuita de Hoje! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Estado de Instalação # store.search.filter.installed=Instalado # store.search.filter.notInstalled=Por Instalar # store.search.filter.clear.installed=Repor Filtros de Instalação # +store.search.filter.dressingroombody=Corpo # +store.search.filter.dressingroombody.selectedCount=%d Peças # +store.search.filter.dressingroomstyle=Estilo # +store.search.filter.dressingroomstyle.selectedCount=%d Estilos # store.search.sort_menu.sortConstWord=Ordenar # store.search.sort_menu.Default=Relevância # @@ -10185,10 +10251,10 @@ trial.tabbed_upsell.buttonAlternate=Desbloquear Jogo Completo do Minecraft # trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Explora mundos únicos de forma infinita e constrói tudo o que possas imaginar, da casa mais modesta ao mais grandioso dos castelos! Joga no Modo Criativo para construir maravilhas com recursos ilimitados ou escava no modo de Sobrevivência, fabricando armas e armaduras para te defenderes de criaturas perigosas e sobreviver à noite. Além disso, joga com amigos online! Desbloqueia o jogo completo hoje! # trial.tabbed_upsell.xbl.title=CONTA MICROSOFT # -trial.tabbed_upsell.xbl.description=Com a experiência completa do Minecraft, tens o modo Criativo, as conquistas e não só. Além disso, com uma Conta Microsoft, podes conhecer outras pessoas na comunidade do Minecraft! Junta-te aos mundos dos teus amigos, faz novos amigos nos Servidores e sincroniza as tuas compras do Marketplace em todos os dispositivos em que jogas Minecraft. # +trial.tabbed_upsell.xbl.description=Com a experiência completa do Minecraft, tens o modo Criativo, as conquistas e não só. Além disso, com uma conta Microsoft, podes conhecer outras pessoas da comunidade do Minecraft! Junta-te aos mundos dos teus amigos, faz novos amigos nos Servidores e sincroniza as compras do Marketplace em todos os dispositivos em que jogas Minecraft. # trial.tabbed_upsell.xbl.description.line2=*(nas versões com Marketplace) # trial.tabbed_upsell.achievements.title=CONQUISTAS # -trial.tabbed_upsell.achievements.description=Além da experiência completa do Minecraft com o modo Criativo, o modo Multijogador e não só, ganharás conquistas e uma Pontuação de Jogador para registares o teu progresso no Minecraft e mostrares aos teus amigos com Conta Microsoft os teus feitos. Obtém o jogo completo para começares a ganhar conquistas e Pontuação de Jogador! # +trial.tabbed_upsell.achievements.description=Além da experiência completa do Minecraft com o modo Criativo, o modo Multijogador e não só, vais ganhar conquistas e uma Pontuação de Jogador para registares o teu progresso no Minecraft e mostrares os teus feitos aos teus amigos com conta Microsoft. Obtém o jogo completo para começares a ganhar conquistas e Pontuação de Jogador! # trial.tabbed_upsell.multiplayer.title=MULTIJOGADOR # trial.tabbed_upsell.multiplayer.description=A experiência completa do Minecraft permite-te desfrutar do modo Criativo, das conquistas e do modo Multijogador com os teus amigos nos dispositivos do Minecraft! Joga com amigos na consola, no PC e em dispositivos móveis para criarem, explorarem e sobreviverem juntos. Desbloqueia hoje a experiência completa do Minecraft! # trial.tabbed_upsell.server.title=SERVIDORES # @@ -10208,9 +10274,9 @@ trial.thanks_for_testing.button=Levem-me às Perguntas Frequentes! # trial.thanks_for_testing.minecraft.title=VERSÃO DE AVALIAÇÃO DO MINECRAFT # trial.thanks_for_testing.minecraft.description=Obrigado por transferires a Versão de Avaliação do Minecraft para o Chromebook! A tua avaliação do jogo produzirá dados inestimáveis para corrigirmos erros e resolvermos problemas técnicos. Encontraste algum erro? Reporta-o em bugs.mojang.com! Tens outras perguntas? Consulta as nossas Perguntas Frequentes. # trial.thanks_for_testing.xbl.title=CONTA MICROSOFT # -trial.thanks_for_testing.xbl.description=Com a experiência completa do Minecraft, tens o modo Criativo, as conquistas e não só. Além disso, com uma Conta Microsoft, podes conhecer outras pessoas na comunidade do Minecraft! Poderás juntar-te aos mundos dos teus amigos, fazer novos amigos nos Servidores e sincronizar as tuas compras do Marketplace em todos os dispositivos em que jogas Minecraft. # +trial.thanks_for_testing.xbl.description=Com a experiência completa do Minecraft, tens o modo Criativo, as conquistas e não só. Além disso, com uma conta Microsoft, podes conhecer outras pessoas da comunidade do Minecraft! Vais poder juntar-te aos mundos dos teus amigos, fazer novos amigos nos Servidores e sincronizar as compras do Marketplace em todos os dispositivos em que jogas Minecraft. # trial.thanks_for_testing.xbl.description.line2=*(em versões com Marketplace) # -trial.thanks_for_testing.achievements.description=Além da experiência completa do Minecraft com o modo Criativo, o modo Multijogador e não só, ganharás conquistas e uma Pontuação de Jogador para registares o teu progresso no Minecraft e mostrares aos teus amigos com Conta Microsoft os teus feitos. # +trial.thanks_for_testing.achievements.description=Além da experiência completa do Minecraft com o modo Criativo, o modo Multijogador e não só, vais ganhar conquistas e uma Pontuação de Jogador para registares o teu progresso no Minecraft e mostrares os teus feitos aos teus amigos com conta Microsoft. # trial.thanks_for_testing.multiplayer.description=A experiência completa do Minecraft permite-te desfrutar do modo Criativo, das conquistas e do modo Multijogador com os teus amigos nos dispositivos do Minecraft! Joga com amigos na consola, no PC e em dispositivos móveis para criarem, explorarem e sobreviverem juntos. # trial.thanks_for_testing.server.description=Como parte da experiência completa do Minecraft, os Servidores oferecem algumas das formas mais criativas de desfrutar do Minecraft! Joga minijogos incríveis, conhece a comunidade do Minecraft e faz amigos novos. # trial.thanks_for_testing.store.description=O jogo completo permite-te aceder ao Marketplace do Minecraft, a nossa loja no jogo. Renova o teu visual com skins novas, muda o teu mundo ou explora mapas novos incríveis, dos melhores criadores da comunidade! # @@ -10281,25 +10347,25 @@ autosave.info.xbox=Se vires este ícone, o teu jogo está a ser guardado. Não d autosave.info.desktop=Se vires este ícone, o teu jogo está a ser guardado. Não desligues o computador enquanto este ícone estiver no ecrã. # ## Xbox network strings -xbox.signin.error=Inicia sessão com a tua Conta Microsoft para poderes jogar com amigos, aumentar a pontuação do jogador e obter conquistas. # +xbox.signin.error=Inicia sessão com a conta Microsoft para poderes jogar com amigos, ganhar pontuação do jogador e conquistas. # xbox.signin.error.pocket.line1=Obrigado por testares Realms! As funcionalidades ainda não são definitivas e podes encontrar alguns bugs. Envia-nos os teus comentários! Nós aguardamos por eles. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Durante este teste, todos têm de iniciar sessão com uma Conta Microsoft para poderem receber convites e ser adicionados aos Realms. # +xbox.signin.error.pocket.line3=Durante este teste, todos têm de iniciar sessão com uma conta Microsoft para poderem receber convites e ser adicionados aos Realms. # xbox.signin.warning.kickPlayer=Isto vai enviar-te de volta para o menu principal. Continuar? # -xbox.connection.error=Desligado da Conta Microsoft # +xbox.connection.error=Desligado da conta Microsoft # xbox.signin=Iniciar Sessão # xbox.signin.qr=Duas maneiras de Iniciar Sessão # xbox.signin.qr.left.header=Lê o Código QR # xbox.signin.qr.left.body=Utiliza a aplicação da câmara ou um leitor de código QR no teu dispositivo. # xbox.signin.qr.right.header=Ou visita o site # -xbox.signin.qr.account=Inicia sessão com uma Conta Microsoft gratuita para jogar online com amigos entre plataformas # -xbox.signin.beta.blocked=Neste momento, iniciar sessão com uma Conta Microsoft não está disponível na versão beta. # +xbox.signin.qr.account=Inicia sessão com uma conta Microsoft gratuita para jogar online com amigos noutras plataformas # +xbox.signin.beta.blocked=Neste momento, o início de sessão com uma conta Microsoft não está disponível na versão beta. # xbox.signin.enterCode=E introduza este código: # xbox.signin.enterCode.qr=2. Introduz o código abaixo quando solicitado: # xbox.signin.letsPlay=Vamos Jogar! # -xbox.signin.message=Inicia sessão com a tua Conta Microsoft Gratuita para experienciares o mundo completo do Minecraft. # +xbox.signin.message=Inicia sessão com a conta Microsoft Gratuita para conheceres o mundo completo do Minecraft. # xbox.signin.url=https://microsoft.com/link # -xbox.signin.useDifferentAccount=Iniciar sessão com uma Conta Microsoft diferente # +xbox.signin.useDifferentAccount=Inicia sessão com outras conta Microsoft # xbox.signin.website=Visitar este website noutro dispositivo: # xbox.signin.website.qr=1. Visita este website noutro dispositivo: # xbox.signin.welcome=Bem-vindo! # @@ -10310,9 +10376,9 @@ xbox.signinFree=Aceder gratuitamente # xbox.signout=Terminar Sessão # xbox.signinquestion=Iniciar Sessão? # xbox.notnow=Agora Não # -xbox.signingin=Inicia sessão com a Conta Microsoft... # +xbox.signingin=A iniciar sessão com a conta Microsoft... # xbox.signingin.offline=A iniciar sessão # -xbox.failedsignin.body=Não pudemos iniciar sessão na tua Conta Microsoft. O acesso a Realms, Perfis e itens do Marketplace será limitado. Por favor, tenta de novo mais tarde. # +xbox.failedsignin.body=Não foi possível iniciar sessão na conta Microsoft. O acesso aos Realms, aos Perfis e aos itens do Marketplace será limitado. Tenta de novo mais tarde. # xbox.failedsignin.error=Código de Erro: # xbox.failedsignin.moreInfo=Mais Informações # xbox.dev_wrongSandboxSigninFailed.title=Algo Correu Mal # @@ -10321,25 +10387,20 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Alterar Para Dev Sandbox # xbox.dev_wrongSandboxSigninFailed.button.retail=Alterar Para Retail Sandbox # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Limpar os Dados de Início de Sessão da Conta # xbox.invitesignin.line1=Convida amigos por Gamertag para ver quando os mundos deles estiverem online. # -xbox.invitesignin.line2=Inicia sessão com uma Conta Microsoft para começar a convidar amigos! # +xbox.invitesignin.line2=Inicia sessão com uma conta Microsoft para começares a convidar amigos! # xbox.thirdpartysignin.line1=Tens fantásticos minijogos e jogadores novos à tua espera! Mas antes disso, '%s' pretende saber quem és. # -xbox.thirdpartysignin.line2=Tens de iniciar sessão com uma Conta Microsoft para te ligares! # +xbox.thirdpartysignin.line2=Tens de iniciar sessão com uma conta Microsoft para entrar! # xbox.signInLong=Aceder gratuitamente! # -xbox.signOutLong=Termina sessão na Conta Microsoft # +xbox.signOutLong=Termina sessão na tua conta Microsoft # xbox.genericsignin.line1=A tua conta Minecraft permite-te jogar online, em modo multijogador, com amigos em PCs e dispositivos móveis. E o melhor de tudo? # xbox.genericsignin.line2=É GRÁTIS! # xbox.genericsignin.line3=Podes usá-la em qualquer lugar para jogar Minecraft. # -xbox.disconectionscreen.notSignedIn=Inicia sessão com a tua Conta Microsoft para poderes jogar com amigos. # -xbox.disconectionscreen.multiplayerNotAllowed=Esta Conta Microsoft não tem autorização para se juntar a jogos multijogador. # +xbox.disconectionscreen.notSignedIn=Inicia sessão com a tua Microsoft para jogares com amigos. # +xbox.disconectionscreen.multiplayerNotAllowed=Esta conta Microsoft não tem permissão para se juntar a jogos multijogador. # xbox.disconectionscreen.accessDenied=Tens de ser amigo de alguém neste jogo para te poderes juntar a ele. # -xbox.friendfinder.enterGamertag=Entrar no Gamertag # -xbox.friendfinder.findFriends=Encontrar Amigos por Gamertag # -xbox.friendfinder.searchingForGamertag=Pesquisar # -xbox.friendfinder.gamertagNotFound=Gamertag Não Encontrado # - xbox.profile.addFriend=Adicionar Amigo # xbox.profile.addFriend.success=Êxito! %s foi adicionado à tua lista de amigos. # xbox.profile.block=Bloquear # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=A propriedade "%s" não é utilizada para es packdiscoveryerror.version_too_high=A propriedade "%s" tem uma versão de "%s" demasiado alta. O valor máximo aceite é "%s". # packdiscoveryerror.version_too_low=A propriedade "%s" tem uma versão de "%s" demasiado baixa. O valor mínimo aceite é "%s". # packdiscoveryerror.format_version_1_engine_version_cap=A propriedade "%s" deve ter um valor definido inferior a "%s". Para usar uma versão superior, tens de usar a versão de formato 2. # +packdiscoveryerror.folder_structure_too_deep=A estrutura de pastas no pack é demasiado profunda. # ## pack upgrading packupgradewarning.invalidpacktype=O elemento '%s' fornecido tem um valor inválido no manifesto do pack; a reverter para o pack de recursos. # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Os teus controlos parentais atuais limitam o gathering.info.qr.title.console=Transmissão do Evento em Direto # gathering.info.qr.body.console=Lê para te juntares à nossa Transmissão do Evento em Direto # gathering.info.signIn.title=Inicia sessão para participar neste evento. # -gathering.info.signIn.body=Inicia sessão na tua Conta Microsoft para participar neste evento. # +gathering.info.signIn.body=Inicia sessão na conta Microsoft para participar neste evento. # gathering.activation.warning=Não é possível encontrar a Reunião # gathering.activation.warning.signIn=Não foi possível encontrar a Reunião. Inicia sessão antes de tentar novamente. # gathering.activation.warning.title=Oh, não! # diff --git a/resource_pack/texts/ru_RU.lang b/resource_pack/texts/ru_RU.lang index d0715e3fe..0b176f4b6 100644 --- a/resource_pack/texts/ru_RU.lang +++ b/resource_pack/texts/ru_RU.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Экран «Энциклопедия» # accessibility.screenName.howToPlay=Экран обучения # accessibility.screenName.inviteToGame=Экран приглашения к игре # accessibility.screenName.joinByIP=Диалоговое окно «Присоединиться по IP» # +accessibility.screenName.joinByConnectionID=Присоединитесь к диалогу с помощью идентификатора # accessibility.screenName.joinCode=Диалоговое окно «Код присоединения» # accessibility.screenName.library=Экран библиотеки # accessibility.screenName.modalDialog=Всплывающее диалоговое окно # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Экран профиля # accessibility.screenName.realmInviteLinkSettings=Экран параметров приглашений Realm # accessibility.screenName.realmSettings=Экран параметров Realm # accessibility.screenName.settings=Экран настроек игры # -accessibility.screenName.addFriend=Экран добавления друга # accessibility.screenName.skinPicker=Экран выбора скина # accessibility.screenName.start=Главное меню # accessibility.screenName.vrAlignment=Экран настройки VR-очков # accessibility.screenName.emoteWheel=Экран эмоций # +accessibility.screenName.addExternalServer=Экран добавления внешнего сервера # +accessibility.screenName.editExternalServer=Экран редактирования внешнего сервера # accessibility.search.sort_menu.A_to_Z.tts.title=От A до Я ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=От Я до А ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=%1$s: не удалось удалить commands.effect.failure.notAMob=%1$s: невозможно наложить эффекты # commands.effect.notFound=Не существует эффекта моба с ID %s # commands.effect.success=Наложен эффект %1$s * %2$d на цель %3$s на %4$d с # +commands.effect.success.infinite=%3$s получает %1$s * %2$d с бесконечной продолжительностью # commands.effect.success.removed=«%2$s»: эффект «%1$s» удален # commands.effect.success.removed.all=%1$s: все эффекты удалены # commands.enchant.cantCombine=%1$s и %2$s: невозможно объединить # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Выбранная сущность commands.generic.entity.invalidType=«%1$s» является недопустимым типом сущности # commands.generic.entity.invalidUuid=Недопустимый формат UUID объекта # commands.generic.entity.notFound=Не удается найти эту сущность # -commands.generic.error.permissions=Неверные уровни разрешений. %s — это команда %s ур. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Неверный уровень разрешений для команды: %s. ###1: command name commands.generic.exception=При выполнении этой команды произошла неизвестная ошибка # commands.generic.invalidAgentType=Аргумент типа применен к средству выбора только Агента # commands.generic.invalidcontext=Предоставлен недопустимый контекст для выбранного типа команды # +commands.generic.invalidOrigin=Во время команды был использован недопустимый источник # commands.generic.invalidDevice=Введенная вами команда (%s) не поддерживается на этом устройстве # commands.generic.invalidMessage=Недопустимая длина сообщения # commands.generic.invalidPlayerType=Аргумент типа применен к средству выбора только игроков # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Успешно выполнены элементы commands.schedule.invalidOrigin=Источник, необходимы для выполнения этой функции, был недействительным. # commands.schedule.name.empty=Имя тактовой области не может быть пустым. # commands.schedule.too.many.areas=Найдено несколько тактовых областей с именем %s. Пожалуйста, используйте одну область. # +commands.schedule.clear.failure=Функции с названием «%1$s» не были удалены. # +commands.schedule.clear.success=Удалены функции (%1$d) с названием «%2$s». # +commands.schedule.tickingarea.clear.success=Удалены функции (%1$d) с названием тактовой области «%2$s». # +commands.schedule.tickingarea.clear.failure=Функции с названием тактовой области «%1$s» не были удалены. # +commands.schedule.tickingarea.func.clear.success=Удалены функции (%1$d) с названием тактовой области «%2$s» и названием функции «%3$s». # +commands.schedule.tickingarea.func.clear.failure=Функции с названием тактовой области «%1$s» и названием функции «%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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Значение угасания цвета до commands.camera.invalid.easing=Переход к подвижным камерам не поддерживается # commands.camera.invalid.time=Значение продолжительности угасания должно быть между 0 и 10 # commands.camera.invalid.pitch=Наклон камеры (по оси X) должен составлять от -90 до 90 градусов # -commands.camera.invalid.view.offset=Смещение обзора должно составлять от -100 до 100 # +commands.camera.invalid.view.offset=Смещение обзора должно составлять от -64 до 64 # +commands.camera.invalid.entity.offset=Смещение объекта должно оставлять от -64 до 64 # +commands.camera.invalid.offset.camera=Смещение объекта и обзора можно применить только к камере с видом от третьего лица # commands.camera.perspective.locked=Изменение перспективы недоступно для пользовательских камер. # commands.camera.perspective.option=Выбранная камера изменится, когда пользовательская камера будет неактивна # commands.world_age.description=Меняет или запрашивает возраст мира (время с момента его создания). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Убрать ввод # controller.buttonTip.removeMaterial=Убрать материал # controller.buttonTip.renameItem=Переименовать предмет # controller.buttonTip.returnToRecipe=Вернуться к рецепту # +controller.buttonTip.swap=Заменить # controller.buttonTip.enterSearch=Поиск # controller.buttonTip.searchRecipe=Быстрый поиск # controller.buttonTip.confirmSearch=Подтвердить # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Взять 1 # controller.buttonTip.take=Взять # controller.buttonTip.takeItem=Взять предмет # controller.buttonTip.clearHotbar=Очистить панель быстрого доступа # +controller.buttonTip.add.to.bundle=Добавить в пакет # +controller.buttonTip.place.from.bundle=Разместить из пакета # +controller.buttonTip.take.from.bundle=Взять из пакета # controllerLayoutScreen.actions=Действия # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Попробовать # ## Edu Course Multiplayer strings course.edu.enterIp=Введите IP-адрес мира, к которому хотите присоединиться. # course.edu.enterConnection=Введите идентификатор подключения мира, к которому хотите присоединиться. # +course.edu.enterConnectionScreenReader=Введите идентификатор подключения мира, к которому хотите присоединиться. # course.edu.ipAddress=IP-адрес # course.edu.ipPlaceholder=Введите IP-адрес или адрес сервера # course.edu.ipTooltipText=Чтобы найти IP-адрес, попросите ведущего поставить урок на паузу. IP-адрес будет показан в правой части экрана. # course.edu.connectionInfo=Идентификатор подключения # course.edu.conInfoPlaceholder=Пожалуйста, введите идентификатор подключения # -course.edu.conInfoHostTooltipText=Вы можете поделиться с другими игроками идентификатором подключения, если у них не получилось присоединиться к вашему миру с помощью кода присоединения или ссылки общего доступа. # +course.edu.conInfoHostTooltipText=Вы можете поделиться с другими игроками идентификатором подключения, если у них не получилось присоединиться к вашему миру с помощью кода присоединения или ссылки общего доступа без перезагрузки. # +course.edu.conInfoHostTooltipTextScreenReader=Вы можете поделиться с другими игроками идентификатором подключения, если у них не получилось присоединиться к вашему миру с помощью кода присоединения или ссылки общего доступа. # course.edu.conInfoTooltipText=Хост может найти идентификатор подключения в игровом меню своего мира во вкладке Игра по сети. # +course.edu.conInfoTooltipTextScreenReader=Хост может найти идентификатор подключения в игровом меню своего мира во вкладке Игра по сети. # course.edu.joinLesson=Присоединиться к уроку # course.edu.joinLessonIntro=Найдите одноклассников в том же уроке, чтобы присоединиться к ним, или введите IP-адрес, если участника урока нет в списке. # course.edu.joinLessonIntroTeacher=Выберите группу, к которой хотите присоединиться, или введите ее IP-адрес, если группы нет в списке. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Добавляйте неограниченн createWorldUpsell.realm.sellPoint2=Сохранено в сети: играйте на любом устройстве Minecraft с Minecraft Marketplace # createWorldUpsell.realm.sellPoint3=Не использует место на вашем устройстве # createWorldUpsell.realm.sellPoint4=Друзья могут играть, даже если вы не в сети # -createWorldUpsell.signIn=Создать Realm с помощью учетной записи Майкрософт # +createWorldUpsell.signIn=Создать Realm с помощью учетной записи Microsoft # createWorldUpsell.world.sellPoint1=Играйте по сети максимум с 7 друзьями # createWorldUpsell.world.sellPoint2=Сохранено на ваше устройство: играйте в автономном режиме # createWorldUpsell.world.sellPoint3=Использует место на вашем устройстве # @@ -1908,8 +1927,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Изменение тор createWorldScreen.experimentalVillagerTradesRebalanceDescription=Изменяет торговлю с селянами для улучшения баланса # createWorldScreen.experimentalArmadillo=Броненосец и доспехи волка # createWorldScreen.experimentalArmadilloDescription=Познакомьтесь с броненосцем и экипируйте своего волка новыми Доспехами Волка. # -createWorldScreen.experimentalBundles=Пакеты # -createWorldScreen.experimentalBundlesDescription=Позволяет создавать и использовать предметы из наборов # createWorldScreen.worldPreferences=Настройки мира # createWorldScreen.startWithMap=Начальная карта # createWorldScreen.defaultName=Мой мир # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Сбросить случайную ск createWorldScreen.serverSimDistance=Дистанция симуляции # createWorldScreen.serverSimDistanceFormat=Чанков: %s # createWorldScreen.showbordereffect=Показать эффект границы # -createWorldScreen.check_internet_connection=Вы не подключены к Интернету. Ваши друзья не смогут присоединиться к вашему миру для игры по сети. Чтобы играть с друзьями, войдите в учетную запись Майкрософт. # -createWorldScreen.disconnectedXboxLive=Вы не подключены к службам Майкрософт. Ваши друзья с тегами игроков не смогут присоединиться к вашему миру для игры по сети. Чтобы играть с друзьями, войдите в учетную запись Майкрософт. # +createWorldScreen.check_internet_connection=Отсутствует подключение к интернету. Ваши друзья не смогут присоединиться к вашему миру для игры по сети. Чтобы играть с друзьями, войдите в свою учетную запись Microsoft. # +createWorldScreen.disconnectedXboxLive=Вы не подключены к службам Microsoft. Ваши друзья с тегами игроков не смогут присоединиться к вашему миру для игры по сети. Чтобы играть с друзьями, войдите в учетную запись Microsoft. # createWorldScreen.clearPlayerData.button=Очистить данные пользователя # createWorldScreen.clearPlayerData.title=Удалить данные пользователя из мира? # createWorldScreen.clearPlayerData.body1=Выберите пункт "Данные всех пользователей", чтобы удалить из мира данные абсолютно всех пользователей. Когда любой пользователь снова зайдет в мир, он начнет игру со свежими данными по умолчанию. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=Истек срок действия realmsSharingScreen.cantJoinClosedTitle=Игрок %s закрыл этот Realm # realmsSharingScreen.cantJoinClosedMessage=%s закрыт. Попросите %s снова открыть его. # realmsSharingScreen.failedSignInModalTitle=Войдите, чтобы присоединиться к этому Realm # -realmsSharingScreen.failedSignInModalMessage=Чтобы присоединиться к Realm, необходимо войти в учетную запись Майкрософт. Войдите и повторите попытку. # +realmsSharingScreen.failedSignInModalMessage=Чтобы присоединиться к Realm, необходимо войти в учетную запись Microsoft. Войдите и повторите попытку. # realmsSharingScreen.invalidPermissionTitle=Неверные разрешения # realmsSharingScreen.unexpectedServerResponseTitle=Ошибка Realms # realmsSharingScreen.unexpectedServerResponseMessage=Возникла проблема с подключением к Realm. Повторите попытку позже. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Платежная служба # realmsCreateScreen.paymentFailed.body=Подключение к Realms для оформления вашей покупки временно невозможно. Повторите попытку позже. # realmsCreateScreen.incomplete=Незавершенный Realm # realmsCreateScreen.incomplete.create.a=Похоже, мы не все закончили в прошлый раз. Давайте завершим создание вашего Realm сейчас. # -realmsCreateScreen.incomplete.create.b=Судя по всему, вы начали создавать Realm с использованием другой учетной записи Майкрософт. Хотите завершить создание Realm, используя эту учетную запись Майкрософт в качестве учетной записи владельца? # -realmsCreateScreen.incomplete.create.c=Кто-то начал создавать Realm с оплатой со счета, связанного с этим устройством. Хотите завершить создание этого Realm, используя данную учетную запись Майкрософт в качестве учетной записи владельца? # +realmsCreateScreen.incomplete.create.b=Судя по всему, вы начали создавать Realm с использованием другой учетной записи Microsoft. Хотите завершить создание Realm, используя эту учетную запись Microsoft в качестве учетной записи владельца? # +realmsCreateScreen.incomplete.create.c=Кто-то начал создавать Realm с оплатой со счета, связанного с этим устройством. Хотите завершить создание Realm, используя данную учетную запись Microsoft в качестве учетной записи владельца? # realmsCreateScreen.incomplete.renew.a=Похоже, мы не все закончили в прошлый раз. Давайте завершим обновление вашего Realm сейчас. # -realmsCreateScreen.incomplete.renew.b=Судя по всему, вы начали обновлять Realm с использованием другой учетной записи Майкрософт. Хотите завершить обновление Realm, используя эту учетную запись Майкрософт в качестве учетной записи владельца? # -realmsCreateScreen.incomplete.renew.c=Кто-то начал обновлять Realm с оплатой со счета, связанного с этим устройством. Хотите завершить обновление Realm, используя данную учетную запись Майкрософт в качестве учетной записи владельца? # +realmsCreateScreen.incomplete.renew.b=Судя по всему, вы начали обновлять Realm с использованием другой учетной записи Майкрософт. Хотите завершить обновление Realm, используя данную учетную запись Майкрософт в качестве учетной записи владельца? # +realmsCreateScreen.incomplete.renew.c=Кто-то начал обновлять Realm с оплатой со счета, связанного с этим устройством. Хотите завершить обновление Realm, используя данную учетную запись Microsoft в качестве учетной записи владельца? # realmsCreateScreen.incomplete.override.renew=Вы пытаетесь создать новый Realm, однако мы обнаружили, что вы уже оплачивали продление действия Realm. Хотите применить этот платеж? # realmsCreateScreen.incomplete.override.create=Вы пытаетесь создать новый Realm, однако мы обнаружили, что вы уже оплачивали создание Realm. Хотите применить этот платеж? # realmsCreateScreen.incomplete.override.realm=Вы пытаетесь продлить действие Realm, однако мы обнаружили, что вы уже ранее производили оплату для другого Realm. Хотите применить этот платеж? # @@ -2224,10 +2241,10 @@ networkWorld.friends_label=Друзья # networkWorld.joinable_friends_label=Друзья, способные присоединиться # networkWorld.no_joinable_friends_label=В данный момент ваши друзья не играют в Minecraft. # networkWorld.check_internet_connection=Ой! Может, стоит проверить подключение к Интернету? Не удается найти миры ваших друзей. # -networkWorld.connect_to_xbl=Войдите в учетную запись Майкрософт, чтобы играть с друзьями. # +networkWorld.connect_to_xbl=Войдите в учетную запись Microsoft, чтобы играть с друзьями. # networkWorld.memberOfTooManyRealms=Достигнут лимит участия в Realms. # -networkWorld.multiplayerPrivilegesBlocked=Вы не можете участвовать в сетевых многопользовательских играх из-за настроек вашей учетной записи Майкрософт. Убедитесь, что многопользовательская игра разрешена в ваших настройках безопасности в Интернете. Инструкции по изменению этих настроек см. по адресу aka.ms/MCMultiplayerHelp. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Вы не можете играть по сети из-за параметров учетной записи Microsoft. Убедитесь, что у вас есть действующая подписка Xbox Live Gold, а в настройках безопасности в Интернете разрешена игра по сети. Информацию о том, как изменить настройки, см. на сайте aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=Вы не можете играть по сети из-за настроек учетной записи Microsoft. Убедитесь, что многопользовательская игра разрешена в ваших настройках безопасности в Интернете. Информацию о том, как изменить настройки, см. на сайте aka.ms/MCMultiplayerHelp. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=Вы не можете играть по сети из-за настроек учетной записи Microsoft. Убедитесь, что у вас есть действующая подписка Xbox Live Gold, а в настройках безопасности в Интернете разрешена игра по сети. Информацию о том, как изменить настройки, см. на сайте aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Вы не можете играть по сети из-за настроек учетной записи Microsoft. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Возникла неизвестная ошибка, которая препятствует онлайн-игре. Повторите попытку позже. # networkWorld.multiplayerPrivilegesBlockedBanned=Вы не можете играть по сети, потому что ваша учетная запись приостановлена. # @@ -2473,7 +2490,7 @@ realmsSettingsScreen.extendConsumableButton.180=Продлить на 180 дне xblLogin.LoginMessageTitle=Учетная запись Майкрософт # xblLogin.LoginMessage=Подключение… # -xbl.savePurchase.saveButton=Сохранить в учетной записи Майкрософт # +xbl.savePurchase.saveButton=Сохранить в учетной записи Microsoft # xbl.marketplace.account.error.body.nobutton=В вашей учетной записи произошла ошибка. Вы не сможете пользоваться Рынком, пока мы ее не исправим. Если ошибка не будет устранена в течение нескольких дней, обратитесь в службу поддержки. # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=Вы уже скачивали к store.sign_in_warning.no_xbl_and_no_local_content.line1=Войдите сейчас, чтобы делиться и сохранять свои покупки на разных платформах. Сохраняйте покупки, чтобы иметь к ним доступ, если что-то случится с вашим устройством или если Minecraft будет удален. Получите доступ к приобретенному контенту на любой платформе, используйте свои внешние виды на разных платформах. # store.sign_in_warning.no_xbl_and_no_local_content.line2=У вас нет учетной записи Майкрософт? Создайте ее бесплатно прямо сейчас! # -xbl.signOut.title=Покупки в учетной записи Майкрософт! # -xbl.signOut.message1=Пока вы не войдете в учетную запись Майкрософт, у вас не будет доступа к Minecoins и ко всему тому, что вы приобрели в магазине. # +xbl.signOut.title=Покупки в учетной записи Microsoft! # +xbl.signOut.message1=Пока вы не войдете в учетную запись Microsoft, у вас не будет доступа к Minecoins и ко всему тому, что вы приобрели в магазине. # xbl.signOut.message2=Вы действительно хотите это сделать? # date.short_january=Янв # @@ -2550,7 +2567,7 @@ date.timeLeft=Осталось: %s # dayOneExperience.carousel.title=Добро пожаловать в новый Minecraft! # dayOneExperience.carousel.welcome_text=В новой версии Minecraft вас ждет много нового и интересного! Зайдите на рынок, создайте Realm и играйте по сети с друзьями на различных платформах! # dayOneExperience.carousel.marketplace=Рынок Minecraft — это место, где можно найти новые скины, миры, текстуры и микс-наборы от разных талантливых авторов. # -dayOneExperience.carousel.cross_platform=Кроссплатформенная игра позволяет игрокам, использующим разные платформы, играть вместе. Войдите в свою учетную запись Майкрософт, чтобы играть со всеми своими друзьями в Minecraft! # +dayOneExperience.carousel.cross_platform=Кроссплатформенная игра позволяет игрокам, использующим разные платформы, играть вместе. Войдите в свою учетную запись Microsoft, чтобы играть со всеми своими друзьями в Minecraft! # dayOneExperience.carousel.realms=Realm — это серверы, которые мы поддерживаем специально для вас и ваших друзей. Пусть ваш мир Minecraft будет доступен в любое время, даже когда вы не в сети. # dayOneExperience.carousel.villager=Только в этой версии Minecraft будут доступны дальнейшие обновления: новые функции, мобы, элементы, блоки и многое другое! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Сервер отключен из-за п disconnectionScreen.header.realms_hidden=Приглашение к игре по сети # disconnectionScreen.body.realms_hidden=Не удается подключиться к данному конкретному серверу. # +disconnectionScreen.biomeData.IdDuplication=Идентификатор %s конфликтует с %s # +disconnectionScreen.biomeData.MalformedData=Искаженные данные биома # +disconnectionScreen.biomeData.MixedIdPresence=В наборе биомов перепутаны идентификаторы для пользовательских биомов # +disconnectionScreen.biomeData.ReservedRange=Пользовательский биом «%s» использует идентификатор с выделенным диапазоном. Диапазон идентификаторов для пользовательских биомов: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=В данных базового биома не должно быть поля «Идентификатор» # disconnectionScreen.blockMismatch=Несовпадение блоков между клиентом и сервером. # disconnectionScreen.cantConnect=Не удалось подключиться к миру # disconnectionScreen.cantConnectToRealm=Не удалось подключиться к Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Вы можете скачать готовые ша edu.pause.multiplayer.disabled=Игра по сети недоступна для этого урока. # +effect.duration.infinite=∞ # effect.badOmen=Дурное знамение # effect.infested=Заражение # effect.oozing=Слизь # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Недопустимый снимок экрана feed.failedToPostRateLimit=Мы восстанавливаем Realms. Повторите публикацию через несколько минут. # feed.uppload_started=Снимок экрана отправляется # feed.uppload_success=Снимок экрана отправлен # -feed.connected=Каждый Realm связан с клубом и учетной записью Майкрософт. # +feed.connected=Каждый Realm связан с клубом и учетной записью Microsoft. # feed.unviewedPost=Новое # -comment.like=Лайк: %d ### 1 like -comment.likes=Лайков: %d ### 0 or 2+ likes -comment.comment=Комментарий: %d ### 1 comment -comment.comments=Комментариев: %d ### 0 or 2+ comments -comment.likes_and_comments=%1 и %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Комментарий... # - furnaceScreen.fuel=Топливо # furnaceScreen.header=Печка # furnaceScreen.input=Ингредиенты # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=По умолчанию для всех нов howtoplay.playingTogether.header.2=Присоединение к игре по сети # howtoplay.playingTogether.text.3=Для игры с другими игроками, перейдите на вкладку §eДрузья§f, чтобы увидеть доступные игры Realms, друзей и игры по локальной сети. Выберите любую игру, чтобы присоединиться к ней. # howtoplay.playingTogether.text.4=Когда вы начинаете игру или присоединяйтесь к уже созданной, ваши друзья видят это на вкладке «Друзья». Если они присоединятся к вашей игре, то их друзья увидят то же самое. # -howtoplay.playingTogether.text.5=Чтобы присоединиться к игре по сети, войдите в свою §eучетную запись Майкрософт§f. # +howtoplay.playingTogether.text.5=Чтобы присоединиться к игре по сети, войдите в §eучетную запись Microsoft§f. # howtoplay.playingTogether.header.3=Realms — лучший способ играть с друзьями # howtoplay.playingTogether.text.6=Легко играйте с друзьями через §eRealms§f. # howtoplay.playingTogether.text.7=Вы и ваши друзья (до 10 человек) можете круглосуточно подключаться к миру, который всегда доступен для игры по сети. Исследуйте, творите и пробуйте разнообразный контент на Рынке! # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Хотите переместить пред howtoplay.inventory.text.2.touch=Хотите переместить предмет из §eпанели быстрого доступа§f в инвентарь или наоборот? Нажмите на предмет, а затем на пустой слот, в который хотите его переместить. # howtoplay.inventory.text.2.vr=Хотите переместить предмет из §eпанели быстрого доступа§f в инвентарь или наоборот? Наведите курсор на предмет и нажмите :_input_key.use:. Затем наведите на пустой слот, в который хотите его переместить и нажмите кнопку еще раз. # +howtoplay.jigsawBlocks=Блоки-фрагменты # +howtoplay.jigsawBlocks.text.1=С блоками-фрагментами можно создавать огромные строения, соединяя различные шаблоны. # +howtoplay.jigsawBlocks.header.1=Как получить # +howtoplay.jigsawBlocks.text.2=Чтобы получить блок-фрагмент, нужно вызвать команду /give. Чтобы использовать блок-фрагмент, вы должны иметь разрешения оператора. # +howtoplay.jigsawBlocks.header.2= Настройки # +howtoplay.jigsawBlocks.text.3=У блоков-фрагментов есть различные настройки, которые помогут соединить их в большие строения. # +howtoplay.jigsawBlocks.text.4=§eЦелевой пул§f — нужен для поиска шаблона строения для объединения. Должен содержать хотя бы одно строение, которое подходит полю фрагмента «Цель». # +howtoplay.jigsawBlocks.text.5=§eИмя§f — название фрагмента. Необходимо для соединения фрагментов с подходящей «целью». # +howtoplay.jigsawBlocks.text.6=§eЧем становится§f — тип блока, в который преобразится блок-фрагмент во время создания строения в мире. # +howtoplay.jigsawBlocks.text.7=§eПорядок выбора§f — когда главный фрагмент находится в процессе соединения, устанавливается очередность, в которой блок-фрагмент будет присоединяться к целевому. Блоки-фрагменты будут присоединены по убыванию в случайном порядке разрыва связей. # +howtoplay.jigsawBlocks.text.8=§eПорядок размещения§f — когда блок-фрагмент соединяется с другим фрагментом, устанавливается очередность установки этих частей в главном строении. Фрагменты будут присоединены по убыванию с разрывом связей в порядке присоединения. # +howtoplay.jigsawBlocks.text.9=§eТип соединения§f — соединение может быть прокатываемое (по умолчанию) или выровненное. При прокатываемом типе строение будет вращаться случайным образом относительно исходного блока-фрагмента. При выровненном типе строение будет расположено так, что прокрутка целевого блога-фрагмента будет связана с прокруткой исходного. Это работает только в том случае, когда блок-фрагмент устанавливается вверх или вниз. # + howtoplay.jukebox=Проигрыватель # howtoplay.jukebox.text.1=С помощью проигрывателя вы можете прослушивать найденные пластинки. # howtoplay.jukebox.header.1=Начинаем вечеринку # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Коричневый щит # item.shield.black.name=Черный щит # item.shield.blue.name=Синий щит # +item.bundle=Пакет # +item.black_bundle=Черный набор # +item.white_bundle=Белый набор # +item.red_bundle=Красный набор # +item.orange_bundle=Оранжевый набор # +item.yellow_bundle=Желтый набор # +item.green_bundle=Зеленый набор # +item.lime_bundle=Лаймовый набор # +item.brown_bundle=Коричневый набор # +item.light_gray_bundle=Светло-серый набор # +item.light_blue_bundle=Голубой набор # +item.blue_bundle=Синий набор # +item.gray_bundle=Серый набор # +item.pink_bundle=Розовый набор # +item.magenta_bundle=Пурпурный набор # +item.purple_bundle=Фиолетовый набор # +item.cyan_bundle=Бирюзовый набор # +item.bundle.empty=Опустошить # +item.bundle.empty.description=Может совмещать смешанную стопку предметов # +item.bundle.full=Заполнено # +item.bundle.fullness=Осталось: %s # + item.goat_horn.name=Козий рог # item.minecraft.goat_horn.sound.0=Размышлять # item.minecraft.goat_horn.sound.1=Петь # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Стрелы # itemGroup.name.potion=Зелья # itemGroup.name.splashPotion=Взрывные зелья # itemGroup.name.lingeringPotion=Оседающие зелья # +itemGroup.name.ominousBottle=Зловещие бутылки # itemGroup.name.bed=Кровати # itemGroup.name.chalkboard=Классные доски # itemGroup.name.anvil=Наковальни # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Свечи # itemGroup.name.goatHorn=Козьи рога # itemGroup.name.compounds=Соединения # itemGroup.name.products=Товары # +itemGroup.name.bundles=Пакеты # +##Jigsaw Block +jigsaw_block.title=Блок-фрагмент # jigsaw.title.target_pool=Целевой пул: # jigsaw.title.name=Имя: # -jigsaw.title.target=Целевое имя: # +jigsaw.title.target=Имя цели: # jigsaw.title.final_block=Чем становится: # +jigsaw.title.selection_priority=Порядок выбора: # +jigsaw.title.placement_priority=Порядок размещения: # jigsaw.title.joint_type=Тип соединения: # jigsaw.title.joint_type.aligned=Выровненный # jigsaw.joint_type.aligned=Выровненный # jigsaw.joint_type.rollable=Прокатываемый # jigsaw.exit.done=Готово # -jigsaw.exit.cancel=Отмена # ##EDU Joincode joincode.entry_popup.icon_button=%1 кнопка кода присоединения # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Открыть для локальной сети # menu.simulating=Симуляция мира... # menu.singleplayer=Одиночная игра # menu.store=Рынок # +menu.store.addons=Просмотр дополнений! # menu.skins=Скины # menu.start=Начать # menu.switchingLevel=Смена миров # @@ -6180,10 +6237,10 @@ options.splitvibration=Вибрация при разделении предме options.debug=Отладка # options.flighting_debug=Исправление ошибок при фокус-тестировании # options.debugTitle=Параметры разработчика # -options.delete_account.button=Удаление учетной записи Майкрософт # -options.delete_account.confirm.title=Удалить учетную запись Майкрософт? # +options.delete_account.button=Удалить учетную запись Microsoft # +options.delete_account.confirm.title=Удалить учетную запись Microsoft? # options.delete_account.confirm.warning=ВНИМАНИЕ! Вы больше не сможете сохранять прогресс и покупки на своем устройстве, отвязав учетную запись %s. # -options.delete_account.confirm.warning.2=Удаление учетной записи Майкрософт из этой игры повлияет на все игры Minecraft, которые использовали эту учетную запись Майкрософт. # +options.delete_account.confirm.warning.2=Удаление учетной записи Microsoft из этой игры повлияет на все игры Minecraft, которые использовали эту учетную запись. # options.delete_account.confirm.checkbox1=Я больше не смогу получать доступ к контенту игрового Магазина, играя на других платформах. # options.delete_account.confirm.checkbox2=Вы больше не сможете играть онлайн со своими друзьями. # options.delete_account.confirm.checkbox3=У вас больше не будет доступа к Realms и к активным подпискам в Realms. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Прерывание утверждений options.dev_assertions_show_dialog=Прерывания вызывают модальное диалоговое окно # options.dev_force_trial_mode=Принудительное включение пробной версии # options.dev_eduDemo=Демо-версия образовательного издания (требуется повторный вход) # +options.dev_eduCloudResumableUpload=Использовать API для возобновляемой загрузки для загрузки файлов размером более 4 МБ # options.remote_imgui_toggle=Remote Imgui включено # options.dev_enableDebugUI=Включить интерфейс отладки # options.dev_createRealmWithoutPurchase=Создать Realm без покупки # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Конечная точка Realms # options.dev_realmsEndpointPayment=Конечный платеж Realms # options.dev_realmsRelyingParty=Доверяющая сторона Realms # options.dev_realmsRelyingPartyPayment=Платеж доверяющей стороны Realms # -options.dev_realms_stories=Включение историй Realms # options.dev_overrideXboxEnvironmentWindows=Переопределить песочницу Xbox (с управлением в ОС Windows) # options.dev_overrideXboxEnvironment=Переопределить песочницу Xbox (потребуется перезагрузка) # options.dev_xboxEnvironment=Среда песочницы Xbox (потребуется перезагрузка) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Песочница Xforge: для торговли # options.dev_sandboxDev=Песочница Xforge: для разработчиков # options.dev_sandboxDevAchievement=Песочница Xforge: достижение разработчика # options.dev_showDiscoveryOverridePanel=Переопределить конечные служебные точки # +options.dev_serviceOverrideType=Тип переопределения # +options.dev_serviceOverrideTypeMultibranch=Размещение на нескольких ветках # +options.dev_serviceOverrideTypeCustom=Пользовательский # options.dev_discoveryOverrideServiceName=Название службы (безопасность, личность и т. д.) # options.dev_discoveryOverrideServiceBranch=Ветвление # +options.dev_discoveryOverrideServiceCustom=URL-адрес # options.dev_resetAllEndpointOverrides=Сбросить все конечные точки # options.dev_apply=Применить # options.dev_displayTreatmentsPanel=Показать средства обработки # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Общественные мероприятия: options.dev_gatherings_system_service_pack=Сбор ресурсов: отключено из-за отсутствия набора(ов) обновления системы # options.dev_gatherings_active_gathering=Активно: %s # options.dev_gatherings_available_gatherings=Доступные общественные мероприятия # +options.dev_gatherings_clear_system_service_pack=Очистить кэш наборов обновления системы # options.difficulty=Уровень сложности # options.difficulty.easy=Легко # options.difficulty.hard=Сложно # @@ -6524,7 +6586,8 @@ options.creatorTitle=Настройки создателя # options.creator.serverboundClientDiagnosticsEnabled=Включить диагностику клиента # options.creator.debuggerHeading=Настройки отладчика сценариев # options.creator.debuggerAutoAttach=Отображать отладчик при загрузке # -options.creator.debuggerAutoConnect=Подключить отладчик при загрузке # +options.creator.debuggerAutoAttachTimeout=Время для присоединения вышло. # +options.creator.debuggerAutoAttachTimeoutFormat=%s сек. # options.creator.debuggerConnect=Подключиться # options.creator.debuggerListen=Послушать # options.creator.debuggerHost=Разместить # @@ -6671,11 +6734,11 @@ options.smoothRotationSpeed=Плавная скорость вращения # options.xboxliveBroadcast.inviteOnly=Только по приглашению # options.xboxliveBroadcast.friendsOnly=Только друзья # options.xboxliveBroadcast.friendsOfFriends=Друзья друзей # -options.xboxliveBroadcastSettings=Настройки учетной записи Майкрософт # +options.xboxliveBroadcastSettings=Настройки учетной записи Microsoft # options.xboxlivevisible=Видно игрокам на Xbox в сети # -options.xboxLiveAccountSettings=Настройки учетной записи Майкрософт # -options.xboxLiveSignedIn=Выполнен вход в учетную запись Майкрософт # -options.xboxLiveSignedOut=Выполнен вход в учетную запись Майкрософт # +options.xboxLiveAccountSettings=Настройки учетной записи Microsoft # +options.xboxLiveSignedIn=Выполнен вход в учетную запись Microsoft # +options.xboxLiveSignedOut=Не выполнен вход в учетную запись Microsoft # options.xboxLive.privacyControl=Конфиденциальность и безопасность в Интернете # options.realms.checkInvites=Управление приглашениями присоединиться к Realms # options.skinCustomisation=Персонализация скина... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. После создания мира о options.turnOnHardcoreMode.message.3=3. После смерти вы сможете наблюдать за миром, но не взаимодействовать с ним. # options.achievementsDisabled=В этом мире недоступны достижения. # options.achievementsDisabled.onLoad=Если вы начнете игру с этими настройками, достижения станут недоступны в этом мире. # -options.achievementsDisabled.notSignedIn=В этом мире доступны достижения, но для их получения нужно войти в учетную запись Майкрософт. # +options.achievementsDisabled.notSignedIn=В этом мире доступны достижения, но для их получения нужно войти в учетную запись Microsoft. # options.turnOffCrossPlatformMultiplayer=Отключить кроссплатформенную игру по сети? # options.turnOffCrossPlatformMultiplayer.message=Контент, который вы пытаетесь использовать, не разрешен в кроссплатформенных многопользовательских играх. Если вы продолжите, то не сможете участвовать в кроссплатформенных многопользовательских играх. # options.conflictingPacks=Конфликтующие наборы # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=Все равно загрузить мир # options.updateAndPlay=Обновить и играть # options.makeBackup=Сделать резервную копию моего мира # options.managePrivacy=Чтобы изменить настройки конфиденциальности, откройте https://account.xbox.com/Settings в любом веб-браузере. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Отвязать учетную запись Майкрософт # -options.unlink_msa.confirm.title=Отвязать учетную запись Майкрософт? # +options.unlink_msa.button=Отвязать учетную запись Microsoft # +options.unlink_msa.confirm.title=Отвязать учетную запись Microsoft? # options.unlink_msa.confirm.warning=ВНИМАНИЕ! Отвязав учетную запись, вы больше не сможете сохранять прогресс и покупки, сделанные с помощью консоли PlayStation®4, в своей учетной записи %s. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Отключение учетной записи Майкрософт из этой игры повлияет на все игры Minecraft на этой платформе, которые использовали эту учетную запись Майкрософт. # +options.unlink_msa.confirm.warning.2=Отключение учетной записи Microsoft из этой игры повлияет на все игры Minecraft на этой платформе, которые использовали эту учетную запись Microsoft. # options.unlink_msa.confirm.checkbox1=Я больше не смогу получать доступ к контенту игрового Магазина, играя на других платформах. # options.unlink_msa.confirm.checkbox2=Я больше не смогу участвовать в кроссплатформенных играх с друзьями, использующими другие платформы. # options.unlink_msa.confirm.checkbox3=У меня больше не будет доступа к Realms, включая активные в настоящее время подписки Realms. # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Низкое # options.volumetricFogQuality.medium=Среднее # options.volumetricFogQuality.high=Высокое # options.volumetricFogQuality.ultra=Очень высоко # +options.upscalingPercentage=Разрешение # +options.upscalingPercentage.hundred=Текущее # options.reflectionsQuality=Отражения # options.reflectionsQuality.off=Выкл. # options.reflectionsQuality.low=Низкое # @@ -6966,12 +7031,10 @@ 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.device=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете по-прежнему получать обновления до марта 2025 года, когда будет выпущено последнее обновление для этого устройства.%sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realm, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, если владелец Realm не обновит их с другого устройства.%sЧтобы отменить вашу подписку Realm, вам необходимо найти раздел «Подписки» в меню настроек того устройства, на котором был создан Realm.%sВы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам.%sНажмите кнопку для получения дополнительных сведений. # +sunsetting.popup.sunset.device=Поддержка данного устройства подошла к концу. Начиная с марта 2025 года вы перестанете получать обновления для данного устройства.%sВы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realm, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев начиная с марта 2025 года, если владелец Realm не обновит их с другого устройства.%sЧтобы отменить вашу подписку Realm, вам необходимо найти раздел «Подписки» в меню настроек того устройства, на котором был создан Realm.%sВы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые 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.banner.play.worldTab.pending=Ваша версия может вскоре потерять возможность подключения к многопользовательским играм # sunsetting.banner.play.friendsTab.pending=Ваша версия может вскоре потерять возможность подключения к многопользовательским играм # @@ -7158,13 +7221,13 @@ permissions.ability.op=Команды оператора # permissions.ability.invisible=Становиться невидимым # permissions.ability.teleport=Использовать телепортацию # permissions.NeedPermission=Требуется разрешение # -permissions.AddFriends=Вы не можете добавлять друзей из-за настроек вашей учетной записи Майкрософт. Убедитесь, что добавление друзей разрешено в ваших настройках безопасности в Интернете. Инструкции по изменению этих настроек см. по адресу aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Вы не можете играть на сервере Realms из-за параметров учетной записи Microsoft. Убедитесь, что в настройках безопасности в Интернете разрешена игра по сети. Информацию о том, как изменить настройки, см. на сайте aka.ms/MCMultiplayerHelp. # -permissions.Communications=Вы не можете общаться в чате с другими игроками из-за настроек вашей учетной записи Майкрософт. Убедитесь, что в ваших настройках конфиденциальности разрешено свободное общение. Инструкции по изменению этих настроек см. по адресу aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=Вы не можете добавлять друзей из-за настроек учетной записи Microsoft. Убедитесь, что добавление друзей разрешено в ваших настройках безопасности в Интернете. Информацию о том, как изменить настройки, см. на сайте aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Вы не можете играть на сервере Realm из-за настроек учетной записи Microsoft. Убедитесь, что в настройках безопасности в Интернете разрешена игра по сети. Информацию о том, как изменить настройки, см. на сайте aka.ms/MCMultiplayerHelp. # +permissions.Communications=Вы не можете общаться в чате с другими игроками из-за настроек учетной записи Microsoft. Убедитесь, что в ваших настройках конфиденциальности разрешено свободное общение. Информацию о том, как изменить настройки, см. на сайте aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Настройки вашей учетной записи Xbox не позволят добавлять новых друзей для игры в вашем Realm. Эти настройки можно изменить в ваших параметрах конфиденциальности и безопасности в Интернете на Xbox.com. Хотите продолжить? # permissions.CloudSave=Настройки вашей учетной записи не позволят сохранять миры в вашем профиле Xbox. Эти настройки можно изменить в ваших параметрах конфиденциальности и безопасности в Интернете на Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Вы не можете играть на сервере Realms из-за параметров учетной записи Microsoft. Убедитесь, что у вас есть действующая подписка Xbox Live Gold, а в настройках безопасности в Интернете разрешена игра по сети. Информацию о том, как изменить настройки, см. на сайте aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Вы не можете играть в Realms из-за настроек учетной записи Microsoft. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Вы не можете играть на сервере Realm из-за настроек учетной записи Microsoft. Убедитесь, что у вас есть действующая подписка Xbox Live Gold, а в настройках безопасности в Интернете разрешена игра по сети. Информацию о том, как изменить настройки, см. на сайте aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=Вы не можете играть на сервере Realm из-за настроек учетной записи Microsoft. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Получить справку по решению проблемы # permissions.open.account.help.button.gamecore=Исправить # permissions.open.account.setting.button=Посмотреть условия обслуживания # @@ -7819,22 +7882,22 @@ item.smithing_template.name=Шаблон ковки # item.smithing_template.netherite_upgrade.applies_to=Алмазное оборудование # item.smithing_template.netherite_upgrade.ingredients=Незеритовый слиток # item.netherite_upgrade_smithing_template.name=Незеритовое обновление # -item.sentry_armor_trim_smithing_template.name=Отделка брони охраны # -item.vex_armor_trim_smithing_template.name=Отделка брони досаждателя # -item.wild_armor_trim_smithing_template.name=Отделка дикой брони # -item.coast_armor_trim_smithing_template.name=Отделка береговой брони # +item.sentry_armor_trim_smithing_template.name=Отделка брони «Страж» # +item.vex_armor_trim_smithing_template.name=Отделка брони «Досаждатель» # +item.wild_armor_trim_smithing_template.name=Отделка брони «Дикость» # +item.coast_armor_trim_smithing_template.name=Отделка брони «Побережье» # item.dune_armor_trim_smithing_template.name=Отделка брони «Дюна» # item.wayfinder_armor_trim_smithing_template.name=Отделка брони «Проводник» # item.raiser_armor_trim_smithing_template.name=Отделка брони «Собиратель» # item.shaper_armor_trim_smithing_template.name=Отделка брони «Ваятель» # -item.host_armor_trim_smithing_template.name=Отделка брони «Покровитель» # -item.ward_armor_trim_smithing_template.name=Отделка брони смотрителя # +item.host_armor_trim_smithing_template.name=Отделка брони «Хранитель» # +item.ward_armor_trim_smithing_template.name=Отделка брони «Смотритель» # item.silence_armor_trim_smithing_template.name=Отделка брони «Тишина» # -item.tide_armor_trim_smithing_template.name=Отделка приливной брони # +item.tide_armor_trim_smithing_template.name=Отделка брони «Прилив» # item.snout_armor_trim_smithing_template.name=Отделка брони «Mорда» # -item.rib_armor_trim_smithing_template.name=Отделка брони ребер # -item.eye_armor_trim_smithing_template.name=Отделка брони глаз # -item.spire_armor_trim_smithing_template.name=Отделка брони шпиля # +item.rib_armor_trim_smithing_template.name=Отделка брони «Ребра» # +item.eye_armor_trim_smithing_template.name=Отделка брони «Глаз» # +item.spire_armor_trim_smithing_template.name=Отделка брони «Шпиль» # item.flow_armor_trim_smithing_template.name=Отделка брони «Поток» # item.bolt_armor_trim_smithing_template.name=Отделка брони «Молния» # item.snort_pottery_sherd.name=Осколок горшка «Фырканье» # @@ -7892,18 +7955,18 @@ trim_material.quartz.name=Кварц # trim_material.redstone.name=Материал красного камня # trim_pattern.coast.name=Отделка береговой брони # trim_pattern.dune.name=Отделка брони «Дюна» # -trim_pattern.eye.name=Отделка брони глаз # -trim_pattern.host.name=Отделка брони «Покровитель» # +trim_pattern.eye.name=Отделка брони «Глаз» # +trim_pattern.host.name=Отделка брони «Хранитель» # trim_pattern.raiser.name=Отделка брони «Собиратель» # -trim_pattern.rib.name=Отделка брони ребер # -trim_pattern.sentry.name=Отделка брони охраны # +trim_pattern.rib.name=Отделка брони «Ребра» # +trim_pattern.sentry.name=Отделка брони «Страж» # trim_pattern.shaper.name=Отделка брони «Ваятель» # trim_pattern.silence.name=Отделка брони «Тишина» # trim_pattern.snout.name=Отделка брони «Mорда» # -trim_pattern.spire.name=Отделка брони шпиля # +trim_pattern.spire.name=Отделка брони «Шпиль» # trim_pattern.tide.name=Отделка приливной брони # -trim_pattern.vex.name=Отделка брони досаждателя # -trim_pattern.ward.name=Отделка брони смотрителя # +trim_pattern.vex.name=Отделка брони «Досаждатель» # +trim_pattern.ward.name=Отделка брони «Смотритель» # trim_pattern.wayfinder.name=Отделка брони «Проводник» # trim_pattern.wild.name=Отделка дикой брони # trim_pattern.bolt.name=Отделка брони «Молния» # @@ -8140,7 +8203,7 @@ selectTemplate.create=Создать... # selectTemplate.worldsByCreators=Авторские миры # selectTemplate.realm=Новый Realm # selectTemplate.realmInfo=Вы можете загружать миры в свой Realm после его создания! # -selectTemplate.signIn=Создать Realm с помощью учетной записи Майкрософт # +selectTemplate.signIn=Создать Realm с помощью учетной записи Microsoft # selectTemplate.unableToSignIn=Службы Майкрософт недоступны на этом устройстве # selectTemplate.world=Новый мир # selectTemplate.help=? # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Персональный сервер позвол store.realmsPlus.faq.question3=Нужна ли моим друзьям подписка Realms Plus, чтобы играть в моем Realm? # store.realmsPlus.faq.answer3=Вашим друзьям не нужно покупать подписку Realms Plus, чтобы играть в вашем Realm. Можете пригласить любого друга (у которого включена поддержка многопользовательской игры) бесплатно присоединиться к вашему Realm. # store.realmsPlus.faq.question4=Какие устройства поддерживают Realms Plus для Minecraft? # -store.realmsPlus.faq.answer4=Подписка Realms Plus в настоящее время доступна на любой платформе, где вы можете установить Minecraft Bedrock Edition. Войдя в свою учетную запись Майкрософт, вы сможете играть в Realms и использовать любой контент из Realms Plus на любом из таких устройств. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Подписка Realms Plus в настоящее время доступна на любой платформе, где можно установить Minecraft Bedrock Edition. Войдя в свою учетную запись Microsoft, вы сможете играть на сервере Realm и использовать любой контент из Realms Plus на любом из таких устройств. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Сколько стоит подписка на Realms Plus? # store.realmsPlus.faq.answer5=%s в месяц за сервер на 10 игроков и доступ к более чем 150 наборам с Рынка. # store.realmsPlus.faq.answer5.contentSub=%s в месяц. Приглашайте бесконечное количество участников и играйте одновременно с 10 игроками. Вас ждет более чем 150 наборов контента с Рынка при помощи Marketplace Pass БЕСПЛАТНО. # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Этот элемент может быть нес store.owned=Приобретено # store.owned.legacy=Приобретено (P) # store.unlocked=Разблокировано # -store.mypacks=Мой контент # +store.myLibrary=Моя библиотека # store.error=Ошибка Рынка # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=У вас недостаточн store.popup.purchaseFailedInsufficientFunds.buyButton=Получить Minecoins # store.popup.purchasePriceMismatch.msg=К сожалению, нам не удалось обработать вашу покупку. Повторите попытку позже. # store.popup.trialUpgradeFail.title=Ошибка разблокировки игры # -store.popup.trialUpgradeFail.msg=Похоже, вы вошли не в ту учетную запись Майкрософт, посредством которой скачали пробную версию Minecraft. Попробуйте еще раз, войдя в соответствующую учетную запись. # +store.popup.trialUpgradeFail.msg=Похоже, вы вошли не в ту учетную запись Microsoft, посредством которой скачали пробную версию Minecraft. Попробуйте еще раз, войдя в соответствующую учетную запись. # store.popup.downloaded.unOwnedTemplate.title=Приобрести шаблон мира? # store.popup.downloaded.unOwnedTemplate.msg=Вы не являетесь владельцем этого шаблона, необходимо приобрести его, чтобы разблокировать. Хотите приобрести шаблон? # store.popup.rtx.title=Скачать наборы трассировки лучей? # @@ -8662,8 +8725,8 @@ store.progress.checkingDownload=Проверка загрузки # store.content.download=Скачать # store.content.update=Обновление # store.content.updating=Обновление... # -store.content.requireXbl.signedIn=Скачайте бесплатно с помощью учетной записи Майкрософт. # -store.content.requireXbl.notSignedIn=Войдите в учетную запись Майкрософт, чтобы разблокировать. # +store.content.requireXbl.signedIn=Скачайте бесплатно с помощью учетной записи Microsoft. # +store.content.requireXbl.notSignedIn=Войдите в учетную запись Microsoft, чтобы разблокировать. # store.mashup.count.personaPiece=1 фрагмент персонажа # store.mashup.count.personaPieces=Фрагменты персонажа: %s # @@ -8758,12 +8821,12 @@ store.ratings.rate=Оцените этот набор! # store.ratings.signIn.title=Оцените предложения на рынке # store.ratings.signIn.description1=Расскажите автору и всему сообществу о своем опыте использования этого элемента! # -store.ratings.signIn.description2=Чтобы поставить оценку, необходимо войти в учетную запись Майкрософт. # +store.ratings.signIn.description2=Чтобы поставить оценку, необходимо войти в учетную запись Microsoft. # store.purchase.success.realMoney1=Вы разблокировали: %s за %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Разнообразьте игру массой отличного контента. # -store.purchase.signInPart2=Чтобы использовать рынок, войдите в учетную запись Майкрософт! # +store.purchase.signInPart2=Чтобы использовать рынок, войдите в учетную запись Microsoft! # store.purchase.realmoney.disclaimer=*Покупка монет (%s) за %s и активация набора за монеты (%s). Остаток монет: %s. # store.purchase.notAvailable=Сейчас недоступно # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Не удалось подключиться store.coins.tooManyCoins=Используйте часть Minecoins, затем сможете пополнить их запас. # store.coins.incomplete.title=Незавершенная покупка (Minecoins) # store.coins.incomplete.fulfill.a=Похоже, в прошлый раз мы не уладили все формальности завершения покупки. Давайте сделаем это прямо сейчас. # -store.coins.incomplete.fulfill.b=Похоже, вы приступили к покупке посредством другой учетной записи Майкрософт. Хотите завершить покупку, используя текущую учетную запись? # +store.coins.incomplete.fulfill.b=Похоже, вы приступили к покупке посредством другой учетной записи Microsoft. Хотите завершить покупку, используя текущую учетную запись? # store.coins.incomplete.fulfill.c=Кто-то приступил к покупке посредством учетной записи выставления счетов на этом устройстве. Хотите завершить покупку, используя текущую учетную запись? # store.coins.fixAppReceipt.title=Что-то пошло не так # store.coins.fixAppReceipt.body=Похоже, возникла проблема с квитанцией приложения. Войдите, чтобы продолжить. # @@ -8828,7 +8891,6 @@ store.updating.title=Обновление: %s # store.importing.title=Импорт: %s # store.importing=Импорт... # store.showMore=Показать все # -store.inventory.no.xbl=Мои наборы # store.promo.today=Только сегодня! # store.promo.upsell=Не упустите сегодняшний подарок! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Состояние установки # store.search.filter.installed=Установлено # store.search.filter.notInstalled=Не установлено # store.search.filter.clear.installed=Сбросить фильтры по состоянию установки # +store.search.filter.dressingroombody=Тело # +store.search.filter.dressingroombody.selectedCount=Части: %d # +store.search.filter.dressingroomstyle=Стиль # +store.search.filter.dressingroomstyle.selectedCount=Стили: %d # store.search.sort_menu.sortConstWord=Сортировка # store.search.sort_menu.Default=По релевантности # @@ -10185,7 +10251,7 @@ trial.tabbed_upsell.buttonAlternate=Разблокируйте полную ве trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Сколько угодно исследуйте собственные уникальные миры и возводите всё, что только можете вообразить: от простейших домов до грандиозных замков. Создавайте чудеса в творческом режиме с неограниченными возможностями. Или добывайте ресурсы в режиме выживания, создавая оружие и доспехи для защиты от опасных мобов и выживания по ночам. Плюс – играйте с друзьями по сети. Разблокируйте полную версию игры сегодня! # trial.tabbed_upsell.xbl.title=Учетная запись Майкрософт # -trial.tabbed_upsell.xbl.description=В полной версии Minecraft у вас будет доступ к творческому режиму, достижениям и многому другому. Кроме того, благодаря учетной записи Майкрософт вы можете встречаться с другими участниками сообщества Minecraft! Входите в миры своих друзей, знакомьтесь на серверах и синхронизируйте свои покупки на Рынке, играя в Minecraft на любых устройствах. # +trial.tabbed_upsell.xbl.description=В полной версии Minecraft у вас будет доступ к творческому режиму, достижениям и многому другому. Кроме того, благодаря учетной записи Microsoft вы можете встречаться с другими участниками сообщества Minecraft! Входите в миры своих друзей, знакомьтесь на серверах и синхронизируйте свои покупки на Рынке, играя в Minecraft на любых устройствах. # trial.tabbed_upsell.xbl.description.line2=* (в версиях с Рынком) # trial.tabbed_upsell.achievements.title=ДОСТИЖЕНИЯ # trial.tabbed_upsell.achievements.description=Помимо творческого режима, игры по сети и прочего, в полной версии Minecraft можно зарабатывать достижения. Достижения и очки отмечают ваш прогресс в Minecraft и демонстрируют ваши свершения друзьям. Приобретите полную версию игры, чтобы начать зарабатывать их! # @@ -10208,9 +10274,9 @@ trial.thanks_for_testing.button=Мне нужно к списку вопросо trial.thanks_for_testing.minecraft.title=Пробная версия Minecraft # trial.thanks_for_testing.minecraft.description=Спасибо за загрузку пробной версии Minecraft для Chromebook! Благодаря вам мы получим бесценные данные для исправления ошибок и устранения технических неполадок. Обнаружили ошибку? Сообщите об этом на сайте bugs.mojang.com! Есть другие вопросы? Посмотрите список вопросов и ответов. # trial.thanks_for_testing.xbl.title=Учетная запись Майкрософт # -trial.thanks_for_testing.xbl.description=В полной версии Minecraft у вас будет доступ к творческому режиму, достижениям и многому другому. Кроме того, благодаря учетной записи Майкрософт вы можете встречаться с другими участниками сообщества Minecraft! Входите в миры своих друзей, знакомьтесь на серверах и синхронизируйте свои покупки на Рынке, играя в Minecraft на любых устройствах. # +trial.thanks_for_testing.xbl.description=В полной версии Minecraft у вас будет доступ к творческому режиму, достижениям и многому другому. Кроме того, благодаря учетной записи Microsoft вы можете встречаться с другими участниками сообщества Minecraft! Входите в миры своих друзей, знакомьтесь на серверах и синхронизируйте свои покупки на Рынке, играя в Minecraft на любых устройствах. # trial.thanks_for_testing.xbl.description.line2=* (в версиях с Рынком) # -trial.thanks_for_testing.achievements.description=В дополнение ко всем возможностям полной версии Minecraft с творческим режимом, игры по сети и прочего вы сможете зарабатывать достижения и счет игрока, которые отмечают ваш прогресс в Minecraft и демонстрируют ваши свершения друзьям вашей учетной записи Майкрософт. # +trial.thanks_for_testing.achievements.description=В дополнение ко всем возможностям полной версии Minecraft с творческим режимом, игры по сети и прочего вы сможете зарабатывать достижения и счет игрока, которые отмечают ваш прогресс в Minecraft и демонстрируют ваши свершения друзьям вашей учетной записи Microsoft. # trial.thanks_for_testing.multiplayer.description=Полная версия Minecraft позволяет вам насладиться творческим режимом, достижениями и игрой по сети с друзьями на разных устройствах Minecraft! Играйте с друзьями на консолях, компьютерах и мобильных устройствах, чтобы создавать, исследовать и выживать вместе. # trial.thanks_for_testing.server.description=Серверы предлагают одни из самых невероятных способов насладиться полной версией Minecraft! Играйте в отличные мини-игры, знакомьтесь с сообществом Minecraft и заводите новых друзей. # trial.thanks_for_testing.store.description=С полной версией игры вы получите доступ к нашему внутриигровому магазину — Рынку Minecraft. Меняйте свой облик с помощью скинов, преображайте свои миры или исследуйте невероятные новые карты от лучших авторов нашего сообщества! # @@ -10281,25 +10347,25 @@ autosave.info.xbox=Когда вы видите этот значок, игра autosave.info.desktop=Когда вы видите этот значок, игра сохраняется. Не выключайте компьютер, пока он не исчезнет. # ## Xbox network strings -xbox.signin.error=Войдите в учетную запись Майкрософт, чтобы играть с друзьями, набирать счет игрока и получать достижения. # +xbox.signin.error=Войдите в учетную запись Microsoft, чтобы играть с друзьями, набирать счет игрока и получать достижения. # xbox.signin.error.pocket.line1=Благодарим за участие в тестировании Realms! Функции приложения еще дорабатываются, так что вы можете столкнуться с ошибками. Сообщайте нам о них! Эта информация очень важна для нас. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Для получения приглашений и доступа к Realms в ходе тестирования необходимо войти в учетную запись Майкрософт. # +xbox.signin.error.pocket.line3=Для получения приглашений и доступа к Realms в ходе тестирования необходимо войти в учетную запись Microsoft. # xbox.signin.warning.kickPlayer=Это действие приведет к возврату в главное меню. Продолжить? # -xbox.connection.error=Отключение от учетной записи Майкрософт # +xbox.connection.error=Отключение от учетной записи Microsoft # xbox.signin=Войти # xbox.signin.qr=Два способа входа # xbox.signin.qr.left.header=Отсканируйте QR-код # xbox.signin.qr.left.body=Используйте приложение камеры или устройство считывания QR-кодов на своем устройстве. # xbox.signin.qr.right.header=Или посетите веб-сайт # -xbox.signin.qr.account=Войдите в систему с помощью бесплатной учетной записи Майкрософт, чтобы играть по сети с друзьями, использующими разные платформы # -xbox.signin.beta.blocked=В настоящее время невозможно выполнить вход в бета-версию с помощью учетной записи Майкрософт. # +xbox.signin.qr.account=Войдите в систему с помощью бесплатной учетной записи Microsoft, чтобы играть по сети с друзьями, использующими разные платформы # +xbox.signin.beta.blocked=В настоящее время невозможно выполнить вход в бета-версию с помощью учетной записи Microsoft. # xbox.signin.enterCode=И введите этот код: # xbox.signin.enterCode.qr=2. Введите приведенный ниже код, когда появится запрос: # xbox.signin.letsPlay=Сыграем! # -xbox.signin.message=Войдите в свою бесплатную учетную запись Майкрософт, чтобы насладиться всеми возможностями Minecraft. # +xbox.signin.message=Войдите в свою бесплатную учетную запись Microsoft, чтобы насладиться всеми возможностями Minecraft. # xbox.signin.url=https://microsoft.com/link # -xbox.signin.useDifferentAccount=Войдите в другую учетную запись Майкрософт # +xbox.signin.useDifferentAccount=Войдите в другую учетную запись Microsoft # xbox.signin.website=Посетите этот веб-сайт на другом устройстве: # xbox.signin.website.qr=1. Посетите этот веб-сайт с другого устройства: # xbox.signin.welcome=Добро пожаловать! # @@ -10310,9 +10376,9 @@ xbox.signinFree=Войти бесплатно # xbox.signout=Выход # xbox.signinquestion=Войти? # xbox.notnow=Позже # -xbox.signingin=Вход в учетную запись Майкрософт... # +xbox.signingin=Вход в учетную запись Microsoft... # xbox.signingin.offline=Вход # -xbox.failedsignin.body=Не удается выполнить вход в вашу учетную запись Майкрософт. Доступ к Realms, профилям и предметам с Рынка будет ограничен. Повторите попытку позже. # +xbox.failedsignin.body=Не удается выполнить вход в вашу учетную запись Microsoft. Доступ к Realms, профилям и предметам с Рынка будет ограничен. Повторите попытку позже. # xbox.failedsignin.error=Код ошибки: # xbox.failedsignin.moreInfo=Подробнее # xbox.dev_wrongSandboxSigninFailed.title=Что-то пошло не так # @@ -10321,7 +10387,7 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Сменить на песочни xbox.dev_wrongSandboxSigninFailed.button.retail=Сменить на коммерческую песочницу # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Очистить учетные данные для входа # xbox.invitesignin.line1=Приглашайте друзей по тегу игрока, чтобы видеть их миры, когда они в сети. # -xbox.invitesignin.line2=Войдите в учетную запись Майкрософт, чтобы пригласить друзей! # +xbox.invitesignin.line2=Войдите в учетную запись Microsoft, чтобы пригласить друзей! # xbox.thirdpartysignin.line1=Вас ждут отличные мини-игры и новые игроки! Но сначала %s необходимо узнать, кто вы. # xbox.thirdpartysignin.line2=Войдите в учетную запись Майкрософт, чтобы подключиться! # xbox.signInLong=Бесплатный вход! # @@ -10331,15 +10397,10 @@ xbox.genericsignin.line1=Учетная запись Minecraft позволяе xbox.genericsignin.line2=Она бесплатна! # xbox.genericsignin.line3=Используйте ее там, где вы играете в Minecraft. # -xbox.disconectionscreen.notSignedIn=Войдите в учетную запись Майкрософт, чтобы играть с друзьями. # -xbox.disconectionscreen.multiplayerNotAllowed=У этой учетной записи Майкрософт нет разрешений на присоединение к играм по сети. # +xbox.disconectionscreen.notSignedIn=Войдите в учетную запись Microsoft, чтобы играть с друзьями. # +xbox.disconectionscreen.multiplayerNotAllowed=У этой учетной записи Microsoft нет разрешений на присоединение к играм по сети. # xbox.disconectionscreen.accessDenied=Чтобы присоединиться к игре, сначала необходимо завести в игре друзей. # -xbox.friendfinder.enterGamertag=Введите тег игрока # -xbox.friendfinder.findFriends=Поиск друзей по тегу игрока # -xbox.friendfinder.searchingForGamertag=Поиск # -xbox.friendfinder.gamertagNotFound=Тег игрока не найден # - xbox.profile.addFriend=Добавить друга # xbox.profile.addFriend.success=Получилось! Игрок %s добавлен в список ваших друзей. # xbox.profile.block=Заблокировать # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Свойство %s не используе packdiscoveryerror.version_too_high=Свойство «%s» имеет значение «%s», которое превышает допустимое. Максимальное допустимое значение: «%s». # packdiscoveryerror.version_too_low=Свойство «%s» имеет значение «%s», которое меньше допустимого. Минимальное допустимое значение: «%s». # packdiscoveryerror.format_version_1_engine_version_cap=Для свойства «%s» должно быть указано значение меньше, чем «%s». Чтобы использовать более новую версию, нужна версия формата 2. # +packdiscoveryerror.folder_structure_too_deep=Структура папок в наборе слишком сложная. # ## pack upgrading packupgradewarning.invalidpacktype=Предоставленный элемент «%s» в манифесте набора имеет недопустимое значение; по умолчанию выбирается набор ресурсов. # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Настройки родительског gathering.info.qr.title.console=Прямая трансляция событий # gathering.info.qr.body.console=Отсканируйте, чтобы присоединиться к прямой трансляции событий # gathering.info.signIn.title=Войдите, чтобы присоединиться к этому событию. # -gathering.info.signIn.body=Войдите в свою учетную запись Майкрософт, чтобы принять участие в этом событии. # +gathering.info.signIn.body=Войдите в свою учетную запись Microsoft, чтобы принять участие в этом событии. # gathering.activation.warning=Не удается найти сбор # gathering.activation.warning.signIn=Не удается найти сбор. Войдите, прежде чем повторить попытку. # gathering.activation.warning.title=О нет! # diff --git a/resource_pack/texts/sk_SK.lang b/resource_pack/texts/sk_SK.lang index 26ef5d373..424e17c65 100644 --- a/resource_pack/texts/sk_SK.lang +++ b/resource_pack/texts/sk_SK.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Obrazovka encyklopédie # accessibility.screenName.howToPlay=Obrazovka Pokyny na hranie # accessibility.screenName.inviteToGame=Obrazovka Pozvať do hry # accessibility.screenName.joinByIP=Dialógové okno Pripojiť sa pomocou IP # +accessibility.screenName.joinByConnectionID=Pripojte sa cez dialóg ID pripojenia # accessibility.screenName.joinCode=Dialógové okno Kód pripojenia # accessibility.screenName.library=Obrazovka Knižnica # accessibility.screenName.modalDialog=Kontextové dialógové okno # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Obrazovka Profil # accessibility.screenName.realmInviteLinkSettings=Obrazovka Nastavenia prepojenia s pozvaním do ríše # accessibility.screenName.realmSettings=Obrazovka Nastavenia ríše # accessibility.screenName.settings=Obrazovka Nastavenia hry # -accessibility.screenName.addFriend=Obrazovka Pridať priateľa # accessibility.screenName.skinPicker=Obrazovka Vybrať vzhľad # accessibility.screenName.start=Hlavná ponuka # accessibility.screenName.vrAlignment=Obrazovka Zosúladenie VR # accessibility.screenName.emoteWheel=Obrazovka emócií # +accessibility.screenName.addExternalServer=Pridať obrazovku externého servera # +accessibility.screenName.editExternalServer=Upraviť obrazovku externého servera # accessibility.search.sort_menu.A_to_Z.tts.title=Od A po Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Od Z po A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Nepodarilo sa zobrať účinky hráčovi % commands.effect.failure.notAMob=%1$s nemôže mať účinky # commands.effect.notFound=Neexistuje žiadny účinok tvora s ID %s # commands.effect.success=Dali ste účinok %1$s * %2$d hráčovi %3$s na %4$d sekúnd # +commands.effect.success.infinite=Dali ste účinok %1$s * %2$d s nekonečným trvaním hráčovi %3$s # commands.effect.success.removed=Zobrali ste účinok %1$s hráčovi %2$s # commands.effect.success.removed.all=Zobrali ste hráčovi %1$s všetky účinky # commands.enchant.cantCombine=%1$s a %2$s nemožno skombinovať # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Cieľová entita nemôže byť v inej commands.generic.entity.invalidType=Typ subjektu %1$s je neplatný # commands.generic.entity.invalidUuid=Zadaný identifikátor UUID subjektu má neplatný formát # commands.generic.entity.notFound=Tento subjekt nemožno nájsť # -commands.generic.error.permissions=Nesprávne úrovne povolení. %s je príkaz na úrovni %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Nesprávna úroveň povolenia pre príkaz: %s. ###1: command name commands.generic.exception=Pri pokuse o vykonanie tohto príkazu sa vyskytla neznáma chyba # commands.generic.invalidAgentType=Argument typu uplatnený na volič iba pre agenta # commands.generic.invalidcontext=Neplatný kontext poskytnutý pre daný typ príkazu # +commands.generic.invalidOrigin=Pôvod príkazu bol v čase vykonania príkazu neplatný # commands.generic.invalidDevice=Zadaný príkaz %s v tomto zariadení nie je podporovaný # commands.generic.invalidMessage=Neplatná dĺžka správy # commands.generic.invalidPlayerType=Argument typu uplatnený na volič iba pre hráča # @@ -1174,7 +1178,7 @@ commands.reload.description=Znova načíta všetky súbory funkcií a skriptov z commands.reload.started=Začalo sa opätovné načítanie sveta. # commands.reload.success=Súbory funkcií a skriptov sa načítali znova. # commands.reload.error=Vyskytla sa neočakávaná chyba. # -commands.reload.onlyHost=Svet môže načítať iba hostiteľský hráč. # +commands.reload.onlyHost=Svet môže opätovne načítať iba hostiteľský hráč. # commands.replaceitem.description=Nahradí položky v inventároch. # commands.replaceitem.failed=%s miesto %d sa nepodarilo nahradiť položkou %d * %s # commands.replaceitem.keepFailed=Už existuje položka zaberajúca %s slot %d. # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Položky funkcie %1$d v rámci funkcie %2$s sa ús commands.schedule.invalidOrigin=Pôvod potrebný na vykonanie tejto funkcie bol neplatný. # commands.schedule.name.empty=Názov živej oblasti nemôže byť prázdny. # commands.schedule.too.many.areas=Našla sa viac ako jedna živá oblasť s názvom %s. Použite jednu oblasť. # +commands.schedule.clear.failure=Neboli odstránené žiadne funkcie s názvom %1$s. # +commands.schedule.clear.success=Odstránili sa funkcie (%1$d) s názvom %2$s. # +commands.schedule.tickingarea.clear.success=Odstránené funkcie (%1$d) s názvom živej oblasti %2$s. # +commands.schedule.tickingarea.clear.failure=Žiadne funkcie neboli odstránené s názvom živej oblasti %1$s. # +commands.schedule.tickingarea.func.clear.success=Odstránili sa funkcie (%1$d) s názvom živej oblasti %2$s a s názvom %3$s. # +commands.schedule.tickingarea.func.clear.failure=Neboli odstránené žiadne funkcie s názvom živej oblasti %1$s a s názvom %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Hodnoty blednutia farieb musia byť v celých čí commands.camera.invalid.easing=Zjednodušenie na nestacionárne kamery nie je podporované # commands.camera.invalid.time=Trvanie blednutia musí mať hodnotu od 0 do 10 sekúnd # commands.camera.invalid.pitch=Sklon kamery (rotácia X) musí byť medzi -90 a 90 stupňov # -commands.camera.invalid.view.offset=Posun zobrazenia musí byť medzi -100 a 100 # +commands.camera.invalid.view.offset=Posun zobrazenia musí byť medzi -64 a 64 # +commands.camera.invalid.entity.offset=Posun entity musí byť medzi -64 a 64 # +commands.camera.invalid.offset.camera=Posun entity a zobrazenia je možné použiť iba na follow_orbit kameru # commands.camera.perspective.locked=Pri používaní vlastných kamier sa nedá zmeniť pohľad # commands.camera.perspective.option=Vybratá kamera sa zmení, keď nie je aktívna vlastná kamera # commands.world_age.description=Zmení alebo zadá dotaz na vek sveta (čas od vytvorenia). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Odstrániť vstup # controller.buttonTip.removeMaterial=Odstrániť materiál # controller.buttonTip.renameItem=Premenovať položku # controller.buttonTip.returnToRecipe=Návrat k receptu # +controller.buttonTip.swap=Výmena # controller.buttonTip.enterSearch=Hľadať # controller.buttonTip.searchRecipe=Rýchle vyhľadávanie # controller.buttonTip.confirmSearch=Potvrdiť # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Vziať jeden kus # controller.buttonTip.take=Zobrať # controller.buttonTip.takeItem=Zobrať položku # controller.buttonTip.clearHotbar=Vyprázdniť panel s rýchlym prístupom # +controller.buttonTip.add.to.bundle=Pridať do balíka # +controller.buttonTip.place.from.bundle=Umiestniť z balíka # +controller.buttonTip.take.from.bundle=Zobrať z balíka # controllerLayoutScreen.actions=Akcie # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Vyskúšať # ## Edu Course Multiplayer strings course.edu.enterIp=Zadajte adresu IP sveta, ku ktorému sa chcete pripojiť. # course.edu.enterConnection=Zadajte identifikačné číslo sveta, ku ktorému sa chcete pripojiť. # +course.edu.enterConnectionScreenReader=Zadajte ID pripojenia k svetu, ku ktorému sa chcete pripojiť. # course.edu.ipAddress=Adresa IP # course.edu.ipPlaceholder=Zadajte adresu IP alebo adresu servera # course.edu.ipTooltipText=Ak chcete vyhľadať adresu IP, požiadajte hostiteľa o pozastavenie lekcie. Adresu IP uvidíte na pravej strane jeho obrazovky. # course.edu.connectionInfo=Identifikačné číslo pripojenia # course.edu.conInfoPlaceholder=Prosím zadajte ID pripojenia # -course.edu.conInfoHostTooltipText=Ak majú iní používatelia problém pripojiť sa k Vášmu svetu pomocou kódu pripojenia alebo prostredníctvom zdieľaného odkazu, môžete im zdieľať ID pripojenia. # +course.edu.conInfoHostTooltipText=Ak majú iní používatelia problém pripojiť sa k vášmu svetu pomocou kódu pripojenia alebo zdieľaného odkazu bez opätovného načítania, môžete im zdieľať ID pripojenia. # +course.edu.conInfoHostTooltipTextScreenReader=Ak majú iní používatelia problém pripojiť sa k vášmu svetu pomocou kódu pripojenia alebo zdieľaného odkazu, môžete im zdieľať ID pripojenia. # course.edu.conInfoTooltipText=Hostiteľ môže nájsť ID pripojenia v ponuke hry vo svojom svete na karte viacerých hráčov. # +course.edu.conInfoTooltipTextScreenReader=Hostiteľ môže nájsť ID pripojenia v ponuke hry vo svojom svete na karte viacerých hráčov. # course.edu.joinLesson=Pripojiť sa k lekcii # course.edu.joinLessonIntro=Nájdite spolužiakov v rovnakej lekcii, k akej sa chcete pripojiť. Ak sa nezobrazujú v zozname, zadajte ich adresu IP. # course.edu.joinLessonIntroTeacher=Vyberte skupinu, ku ktorej sa chcete pripojiť. Ak sa nezobrazuje v zozname, zadajte jej adresu IP. # @@ -1908,8 +1927,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 # @@ -1957,7 +1974,7 @@ createWorldScreen.serverSimDistance=Vzdialenosť simulácie # createWorldScreen.serverSimDistanceFormat=%s blokov údajov # createWorldScreen.showbordereffect=Zobraziť efekt orámovania # createWorldScreen.check_internet_connection=Nie ste pripojení na internet. Vaši priatelia sa nebudú môcť pripojiť k vašim svetom pre viacerých hráčov. Ak chcete hrať s priateľmi, prihláste sa do konta Microsoft. # -createWorldScreen.disconnectedXboxLive=Nie ste pripojení k službám spoločnosti Microsoft. Vaši priatelia s menovkami hráčov sa nebudú môcť pripojiť k vášmu svetu pre viacerých hráčov. Ak chcete hrať s priateľmi, prihláste sa do konta Microsoft. # +createWorldScreen.disconnectedXboxLive=Nie ste pripojení k službám spoločnosti Microsoft. Vaši priatelia s identifikátormi Gamertag sa nebudú môcť pripojiť k vášmu svetu pre viacerých hráčov. Ak chcete hrať s priateľmi, prihláste sa do konta Microsoft. # createWorldScreen.clearPlayerData.button=Vymazať údaje hráčov # createWorldScreen.clearPlayerData.title=Odstrániť údaje hráčov zo sveta? # createWorldScreen.clearPlayerData.body1=Výberom možnosti Údaje všetkých hráčov odstránite zo sveta údaje úplne všetkých hráčov. Keď nabudúce vstúpi do sveta akýkoľvek hráč, začne s novými, predvolenými údajmi. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Platobná služba # realmsCreateScreen.paymentFailed.body=Momentálne sa nemožno pripojiť k službe Realms a dokončiť váš nákup. Skúste to znova neskôr. # realmsCreateScreen.incomplete=Neúplná ríša # realmsCreateScreen.incomplete.create.a=Zdá sa, že sme to naposledy nedokončili. Poďme dokončiť vytváranie servera Realm. # -realmsCreateScreen.incomplete.create.b=Zdá sa, že ste začali vytvárať server Realm s iným kontom Microsoft. Chcete dokončiť vytváranie tohto servera Realm pomocou tohto konta Microsoft ako vlastník? # -realmsCreateScreen.incomplete.create.c=Niekto začal vytvárať server Realm s fakturačným kontom v tomto zariadení. Chcete dokončiť vytváranie tohto servera Realm pomocou tohto konta Microsoft ako vlastník? # +realmsCreateScreen.incomplete.create.b=Zdá sa, že ste začali vytvárať ríšu s iným kontom Microsoft. Chcete dokončiť vytváranie tejto ríše pomocou tohto konta Microsoft ako vlastník? # +realmsCreateScreen.incomplete.create.c=Niekto začal vytvárať ríšu s fakturačným kontom v tomto zariadení. Chcete dokončiť vytváranie tejto ríše pomocou tohto konta Microsoft ako vlastník? # realmsCreateScreen.incomplete.renew.a=Zdá sa, že sme to naposledy nedokončili. Poďme dokončiť obnovenie servera Realm. # realmsCreateScreen.incomplete.renew.b=Zdá sa, že ste začali obnovovať ríšu s iným kontom Microsoft. Chcete dokončiť obnovovanie tejto ríše pomocou tohto konta Microsoft ako vlastník? # -realmsCreateScreen.incomplete.renew.c=Niekto začal obnovovať ríšu s fakturačným kontom v tomto zariadení. Chcete dokončiť obnovovanie tejto ríše pomocou tohto konta Microsoft ako vlastník? # +realmsCreateScreen.incomplete.renew.c=Niekto začal obnovovať ríšu s fakturačným kontom v tomto zariadení.  Chcete dokončiť obnovovanie tejto ríše pomocou tohto konta Microsoft ako vlastník? # realmsCreateScreen.incomplete.override.renew=Pokúšate sa vytvoriť nový server Realm, ale našiel sa predchádzajúci nákup na obnovenie servera Realm. Chcete použiť tento nákup? # realmsCreateScreen.incomplete.override.create=Pokúšate sa obnoviť server Realm, ale našiel sa predchádzajúci nákup na vytvorenie servera Realm. Chcete použiť tento nákup? # realmsCreateScreen.incomplete.override.realm=Pokúšate sa obnoviť server Realm, ale našiel sa predchádzajúci nákup pre iný server Realm. Chcete použiť tento nákup? # @@ -2227,7 +2244,7 @@ networkWorld.check_internet_connection=Mohli by ste skontrolovať svoje pripojen networkWorld.connect_to_xbl=Ak chcete hrať s priateľmi, prihláste sa pomocou konta Microsoft. # networkWorld.memberOfTooManyRealms=Dosiahli ste limit pre členstvo v službe Realms. # networkWorld.multiplayerPrivilegesBlocked=V dôsledku nastavenia vášho konta Microsoft nemôžete hrať hru pre viacerých hráčov online. Uistite sa, že vaše nastavenia bezpečnosti online umožňujú hru pre viacerých hráčov. Pokyny na zmenu týchto nastavení nájdete na stránke aka.ms/MCMultiplayerHelp. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=V dôsledku nastavenia vášho konta Microsoft nemôžete hrať hru pre viacerých hráčov online. Uistite sa, že vaše nastavenia bezpečnosti online umožňujú hru pre viacerých hráčov a že máte aktívne predplatné zlatého členstva Xbox Live. Pokyny na zmenu týchto nastavení nájdete na stránke aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsole=V dôsledku nastavenia vášho konta Microsoft nemôžete hrať hru pre viacerých hráčov online. Uistite sa, že vaše nastavenia bezpečnosti online umožňujú hru pre viacerých hráčov a že máte aktívne predplatné členstva Xbox Live Gold. Pokyny na zmenu týchto nastavení nájdete na stránke aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=V dôsledku nastavenia vášho konta Microsoft nemôžete hrať hru pre viacerých hráčov online. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Vyskytla sa neznáma chyba, ktorá bráni online prehrávaniu. Skúste to znova neskôr. # networkWorld.multiplayerPrivilegesBlockedBanned=Nemôžete hrať online hru pre viacerých hráčov, pretože váš účet je pozastavený. # @@ -2495,7 +2512,7 @@ store.sign_in_warning.no_xbl_and_local_content=V minulosti ste si z Trhoviska st store.sign_in_warning.no_xbl_and_no_local_content.line1=Prihláste sa, aby ste uložili a zdieľali svoje nákupy na rôznych platformách. Uložte si nákupy, aby sa nestratili, ak sa niečo stane s vaším systémom alebo ak odinštalujete Minecraft. Získajte prístup k zakúpenému obsahu z Trhoviska z ľubovoľnej platformy a používajte svoje prispôsobené postavy na rôznych platformách. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Nemáte konto Microsoft? Vytvorte si ho zadarmo # -xbl.signOut.title=Nákupy pomocou konta Microsoft. # +xbl.signOut.title=Nákupy pomocou konta Microsoft! # xbl.signOut.message1=Kým ste odhlásení z konta Microsoft, nebudete mať prístup k minciam Minecoins a položkám, ktoré ste kúpili v obchode. # xbl.signOut.message2=Naozaj to chcete urobiť? # @@ -2550,7 +2567,7 @@ date.timeLeft=Zostáva: %s # dayOneExperience.carousel.title=Víta vás nová hra Minecraft! # dayOneExperience.carousel.welcome_text=V tejto novej verzii hry Minecraft sa nachádza veľa nových, vzrušujúcich vecí! Pozrite si ich na Trhovisku, vytvorte ríšu a hrajte online s priateľmi z rôznych platforiem. # dayOneExperience.carousel.marketplace=Trhovisko Minecraft je miesto, kde nájdete nové vzhľady, svety, textúry a mash-up balíky od rôznych talentovaných autorov. # -dayOneExperience.carousel.cross_platform=Hra z rôznych platforiem vám umožňuje spojiť sa s hráčmi z rôznych platforiem. Prihláste sa do svojho konta Microsoft a hrajte so všetkými svojimi priateľmi Minecraft. # +dayOneExperience.carousel.cross_platform=Hra na rôznych platformách vám umožňuje spojiť sa s hráčmi z rôznych platforiem. Prihláste sa do svojho konta Microsoft a hrajte so všetkými svojimi priateľmi hru Minecraft. # dayOneExperience.carousel.realms=Ríše a servery spúšťame my iba pre vás a vašich priateľov. Ponechajte si svoj svet Minecraft online a vždy prístupný, dokonca aj po vašom odhlásení. # dayOneExperience.carousel.villager=Nová hra Minecraft je jediným miestom, na ktorom získate budúce aktualizácie obsahujúce nové funkcie, tvory, položky, bloky a mnoho ďalšieho. # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Server bol vypnutý z dôvodu prekročenia disconnectionScreen.header.realms_hidden=Pozvanie na hru pre viacerých hráčov # disconnectionScreen.body.realms_hidden=Nepodarilo sa pripojiť k tomuto konkrétnemu serveru. # +disconnectionScreen.biomeData.IdDuplication=ID %s koliduje s %s # +disconnectionScreen.biomeData.MalformedData=Chybné údaje biómu # +disconnectionScreen.biomeData.MixedIdPresence=Balíček biómu má zmiešaný ID pre vlastné biómy # +disconnectionScreen.biomeData.ReservedRange=Vlastný bióm %s používa ID z vyhradeného rozsahu. Rozsah ID pre vlastné biómy je: %s – %s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Údaje biómu Vanilla by nemali obsahovať pole id # disconnectionScreen.blockMismatch=Bloky medzi klientom a serverom sa nezhodujú. # disconnectionScreen.cantConnect=Nemožno sa pripojiť k svetu. # disconnectionScreen.cantConnectToRealm=Nemožno sa pripojiť k ríši. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Šablóny sveta môžete získať z knižnice Minecra edu.pause.multiplayer.disabled=V tejto lekcii nie je k dispozícii hra pre viacerých hráčov. # +effect.duration.infinite=∞ # effect.badOmen=Zlé znamenie # effect.infested=Zamorené # effect.oozing=Bahnenie # @@ -3143,13 +3166,6 @@ feed.uppload_success=Snímka obrazovky sa odovzdala # feed.connected=Každá ríša je pripojená ku klubu pomocou konta Microsoft. # feed.unviewedPost=Nové # -comment.like=%d sa páči ### 1 like -comment.likes=%d sa páči ### 0 or 2+ likes -comment.comment=%d komentár ### 1 comment -comment.comments=Komentáre: %d ### 0 or 2+ comments -comment.likes_and_comments=%1 a %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Komentár... # - furnaceScreen.fuel=Palivo # furnaceScreen.header=Pec # furnaceScreen.input=Vstup # @@ -3405,7 +3421,7 @@ howtoplay.anvil.text.5=Pri každom použití nákovy hrozí, že sa poškodí, a howtoplay.armor=Brnenie # howtoplay.armor.text.1=Nosením brnenia sa môžete chrániť pred poškodením. Úroveň brnenia predstavuje na priehľadovom displeji symbol :armor:. Čím je úroveň vyššia, tým menšie poškodenie utrpíte. # howtoplay.armor.header.1=Výroba predmetov # -howtoplay.armor.text.2=Brnenie možno vyrobiť z kože, železa, zlata alebo diamantov. Reťazové brnenie možno získať obchodovaním s dedinčanmi alebo ulúpením od zombíkov a kostlivcov. # +howtoplay.armor.text.2=Brnenie možno vyrobiť z kože, železa, zlata alebo diamantov. Krúžkové brnenie možno získať obchodovaním s dedinčanmi alebo ulúpením od zombíkov a kostlivcov. # howtoplay.armor.text.3=Brnenie si nasadíte tak, že otvoríte inventár a presuniete časti brnenia na príslušné miesto vedľa vzhľadu hráča. # howtoplay.armor.text.4=Železné, krúžkové a zlaté brnenie možno v peci roztaviť na hrudky železa alebo zlata. # howtoplay.armor.header.2=Štít # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=Každý nový svet, ktorý vytvoríte, začne s howtoplay.playingTogether.header.2=Pripojenie k hre online # howtoplay.playingTogether.text.3=Ak chcete hrať s ostatnými, prejdite na §ekartu Priatelia§f, aby ste videli všetky dostupné služby Realms, Priateľov a LAN hry. Len vyberte akúkoľvek hru, aby ste sa k nej mohli pripojiť. # howtoplay.playingTogether.text.4=Keď začnete hrať alebo sa pripojíte k hre online, vaši priatelia to uvidia v ich karte Priatelia. Ak sa pripoja, bude viditeľná aj pre ich priateľov. # -howtoplay.playingTogether.text.5=Musíte byť prihlásení do §eMicrosoft Account§f s funkčným internetovým pripojením pre hranie hry pre viacerých hráčov. # +howtoplay.playingTogether.text.5=Musíte byť prihlásení do §ekonta Microsoft§f s funkčným internetovým pripojením na hranie hry pre viacerých hráčov. # howtoplay.playingTogether.header.3=Realms – najlepší spôsob hrania spolu # howtoplay.playingTogether.text.6=Hranie s priateľmi je vďaka §eRealms§f veľmi jednoduché. # howtoplay.playingTogether.text.7=Vy a až 10 priateľov získate neobmedzený prístup k svetu, ktorý je vždy online. Skúmajte, buďte kreatívni alebo vyskúšajte starostlivo vybraný obsah z Trhoviska. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Chcete presunúť niečo medzi vaším §erý howtoplay.inventory.text.2.touch=Chcete presunúť niečo medzi vašim §erýchlym panelom§f a vaším inventárom? Ťuknite na položku podľa vlastného výberu a potom ťuknite na prázdny otvor, do ktorého ho chcete presunúť. # howtoplay.inventory.text.2.vr=Chcete presunúť niečo medzi vaším §erýchlym panelom§f a vaším inventárom? Pomocou kurzora vyberte predmet a stlačte tlačidlo :_input_key.use :. Potom presuňte kurzor na prázdny otvor a znova stlačte, aby ste predmet pustili. # +howtoplay.jigsawBlocks=Skladacie bloky # +howtoplay.jigsawBlocks.text.1=Skladacie bloky dávajú tvorcom schopnosť vytvárať veľké stavby vo svete pripojením viacerých stavebných šablón. # +howtoplay.jigsawBlocks.header.1=Spôsob získania # +howtoplay.jigsawBlocks.text.2=Ak chcete získať skladací blok, musíte použiť príkaz s lomkou /give. Ak chcete skladací blok použiť, musíte mať povolenia operátora. # +howtoplay.jigsawBlocks.header.2= Nastavenia # +howtoplay.jigsawBlocks.text.3=Skladacie bloky majú viacero nastavení, ktoré určujú, ako sa spájajú do väčšej stavby. # +howtoplay.jigsawBlocks.text.4=§eCieľový fond§f – Cesta k fondu šablón na hľadanie šablóny spojovacej stavby. Fond šablón by mal obsahovať aspoň jednu stavbu, ktorá sa zhoduje so skladacím poľom „Cieľové meno“. # +howtoplay.jigsawBlocks.text.5=§eNázov§f – Názov skladačky. Používa sa pri pripájaní zo skladačiek so zhodným „Názvom cieľa“. # +howtoplay.jigsawBlocks.text.6=§ePremení sa na§f – Typ bloku, na ktorý sa skladací blok premení po umiestnení do sveta počas generovania stavby. # +howtoplay.jigsawBlocks.text.7=§ePriorita výberu§f – Pri spracovaní nadradeného dielu na pripojenie je to poradie, v ktorom sa tento skladací blok pokúša pripojiť k svojmu cieľovému dielu. Skladačky budú spracované v zostupnej priorite s náhodným poradím, ktoré ruší väzby. # +howtoplay.jigsawBlocks.text.8=§ePriorita umiestnenia§f – Keď sa tento skladací blok pripojí k dielu, je to poradie, v akom sa tento diel spracúva pre pripojenia v širšej stavbe. Kusy sa spracujú v zostupnej priorite, pričom poradie vkladania ruší väzby. # +howtoplay.jigsawBlocks.text.9=§eTyp spoja§f – Spoj môže byť buď valcovaný (predvolené nastavenie), alebo zarovnaný. Ak je typ spoja valcovaný, cieľová stavba sa bude náhodne otáčať okolo zdrojového skladacieho bloku. Ak je typ spoja zarovnaný, cieľová stavba bude umiestnená tak, aby sa rotácia cieľového skladacieho bloku vyrovnala s rotáciou zdrojového skladacieho bloku. Všimnite si, že to platí len vtedy, keď je skladací blok umiestnený smerom nahor alebo nadol. # + howtoplay.jukebox=Hudobný automat # howtoplay.jukebox.text.1=Hudobný automat bude prehrávať hudobné disky, ktoré ste našli. # howtoplay.jukebox.header.1=Večierok môže začať # @@ -5007,7 +5036,7 @@ item.boat.big_oak.name=Čln z tmavého duba # item.bone.name=Kosť # item.book.name=Kniha # item.breeze_rod.name=Vánková tyč # -item.chainmail_boots.name=Reťazové čižmy # +item.chainmail_boots.name=Krúžkové čižmy # item.leather_boots.name=Kožené čižmy # item.diamond_boots.name=Diamantové čižmy # item.golden_boots.name=Zlaté čižmy # @@ -5107,7 +5136,7 @@ item.warped_fungus_on_a_stick.name=Zoschnutá huba na palici # item.carrot.name=Mrkva # item.cauldron.name=Kotol # item.charcoal.name=Drevné uhlie # -item.chainmail_chestplate.name=Reťazový hrudný pancier # +item.chainmail_chestplate.name=Krúžkový hrudný pancier # item.leather_chestplate.name=Kožená blúza # item.diamond_chestplate.name=Diamantový hrudný pancier # item.golden_chestplate.name=Zlatý hrudný pancier # @@ -5227,7 +5256,7 @@ item.golden_axe.name=Zlatá sekera # item.iron_axe.name=Železná sekera # item.stone_axe.name=Kamenná sekera # item.wooden_axe.name=Drevená sekera # -item.chainmail_helmet.name=Reťazová prilba # +item.chainmail_helmet.name=Krúžková prilba # item.leather_helmet.name=Kožená čiapka # item.diamond_helmet.name=Diamantová helma # item.golden_helmet.name=Zlatá helma # @@ -5259,7 +5288,7 @@ item.netherite_helmet.name=Netheritová helma # item.lead.name=Remienok # item.leather.name=Koža # item.leaves.name=Listy # -item.chainmail_leggings.name=Reťazové legíny # +item.chainmail_leggings.name=Krúžkové legíny # item.leather_leggings.name=Kožené nohavice # item.diamond_leggings.name=Diamantové nohavice # item.golden_leggings.name=Zlaté nohavice # @@ -5289,7 +5318,7 @@ item.command_block_minecart.name=Banský vozík s príkazovým blokom # item.minecartFurnace.name=Banský vozík s pecou # item.hopper_minecart.name=Banský vozík s násypníkom # item.ominous_bottle.name=Zlovestná fľaša # -item.ominous_trial_key.name=Zlovestný skúšobný kľúč # +item.ominous_trial_key.name=Zlovestný kľúč skúšok # item.oxidized_copper_door.name=Dvere zo zoxidovanej medi # item.tnt_minecart.name=Banský vozík s TNT # item.pitcher_pod.name=Tobolka mäsožravej rastliny # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Hnedý štít # item.shield.black.name=Čierny štít # item.shield.blue.name=Modrý štít # +item.bundle=Balík # +item.black_bundle=Čierny balík # +item.white_bundle=Biely balík # +item.red_bundle=Červený balík # +item.orange_bundle=Oranžový balík # +item.yellow_bundle=Žltý balík # +item.green_bundle=Zelený balík # +item.lime_bundle=Žltozelený balík # +item.brown_bundle=Hnedý balík # +item.light_gray_bundle=Svetlosivý balík # +item.light_blue_bundle=Svetlomodrý balík # +item.blue_bundle=Modrý balík # +item.gray_bundle=Sivý balík # +item.pink_bundle=Ružový balík # +item.magenta_bundle=Purpurový balík # +item.purple_bundle=Fialový balík # +item.cyan_bundle=Azúrový balík # +item.bundle.empty=Vyprázdniť # +item.bundle.empty.description=Unesie zmiešanú hromadu položiek # +item.bundle.full=Úplné # +item.bundle.fullness=Zostáva: %s # + item.goat_horn.name=Kozí roh # item.minecraft.goat_horn.sound.0=Uvažovanie # item.minecraft.goat_horn.sound.1=Spev # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Šípy # itemGroup.name.potion=Elixíry # itemGroup.name.splashPotion=Rozstrekovacie elixíry # itemGroup.name.lingeringPotion=Dlhotrvajúce elixíry # +itemGroup.name.ominousBottle=Zlovestné fľaše # itemGroup.name.bed=Postele # itemGroup.name.chalkboard=Tabule # itemGroup.name.anvil=Nákovy # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Sviečky # itemGroup.name.goatHorn=Kozie rohy # itemGroup.name.compounds=Zlúčeniny # itemGroup.name.products=Produkty # +itemGroup.name.bundles=Zväzky # +##Jigsaw Block +jigsaw_block.title=Skladací blok # jigsaw.title.target_pool=Cieľový fond: # jigsaw.title.name=Názov: # jigsaw.title.target=Cieľový názov: # jigsaw.title.final_block=Premení sa na: # +jigsaw.title.selection_priority=Priorita výberu: # +jigsaw.title.placement_priority=Priorita umiestnenia: # jigsaw.title.joint_type=Typ spoja: # jigsaw.title.joint_type.aligned=Zarovnaný # jigsaw.joint_type.aligned=Zarovnaný # jigsaw.joint_type.rollable=Rolovateľný # jigsaw.exit.done=Hotovo # -jigsaw.exit.cancel=Zrušiť # ##EDU Joincode joincode.entry_popup.icon_button=%1 tlačidlo kódu pripojenia # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Otvoriť pre LAN # menu.simulating=Chvíľu sa bude simulovať svet # menu.singleplayer=Jeden hráč # menu.store=Trhovisko # +menu.store.addons=Prehľadávajte doplnky! # menu.skins=Vzhľady # menu.start=Spustiť # menu.switchingLevel=Prepínanie svetov # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Prerušenie kontrolných výrazov v ladiacom options.dev_assertions_show_dialog=Zobrazenie kontrolných výrazov v modálnom dialógovom okne # options.dev_force_trial_mode=Vynútiť skúšobný režim # options.dev_eduDemo=Ukážka Edu (vyžaduje opätovné prihlásenie) # +options.dev_eduCloudResumableUpload=Na nahrávanie súborov väčších ako 4 MB použite rozhranie API na obnoviteľné nahrávanie # options.remote_imgui_toggle=Diaľkové rozhranie ImGui je povolené # options.dev_enableDebugUI=Povoliť používateľské rozhranie ladenia # options.dev_createRealmWithoutPurchase=Vytvoriť ríšu bez nákupu # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Koncový bod služby Realms # options.dev_realmsEndpointPayment=Platba za koncový bod služby Realms # options.dev_realmsRelyingParty=Dôveryhodná strana služby Realms # options.dev_realmsRelyingPartyPayment=Platba za dôveryhodnú stranu služby Realms # -options.dev_realms_stories=Povoliť príbehy Realms # options.dev_overrideXboxEnvironmentWindows=Prepísať Xbox Sandbox (v systéme Windows ovládané operačným systémom) # options.dev_overrideXboxEnvironment=Prepísať Xbox Sandbox (požaduje sa reštartovanie) # options.dev_xboxEnvironment=Prostredie Xbox Sandbox (požaduje sa reštartovanie) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: maloobchod # options.dev_sandboxDev=Xforge Sandbox: vývojári # options.dev_sandboxDevAchievement=Xforge Sandbox: dosiahnutý výsledok vývojárov # options.dev_showDiscoveryOverridePanel=Prepísanie koncových bodov služby # +options.dev_serviceOverrideType=Prepísať typ # +options.dev_serviceOverrideTypeMultibranch=Nasadenie viacerých vetiev # +options.dev_serviceOverrideTypeCustom=Vlastná # options.dev_discoveryOverrideServiceName=Názov služby (bezpečnosť, osobnosť atď.) # options.dev_discoveryOverrideServiceBranch=Vetva # +options.dev_discoveryOverrideServiceCustom=Adresa URL # options.dev_resetAllEndpointOverrides=Obnoviť všetky koncové body # options.dev_apply=Použiť # options.dev_displayTreatmentsPanel=Zobraziť spracovania # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Zhromaždenia: povolené # options.dev_gatherings_system_service_pack=Zhromaždenia: vypnuté v dôsledku chýbajúcich systémových služieb balíčkov # options.dev_gatherings_active_gathering=Aktívne: %s # options.dev_gatherings_available_gatherings=Dostupné zhromaždenia # +options.dev_gatherings_clear_system_service_pack=Vymazať vyrovnávaciu pamäť systémových balíkov opráv # options.difficulty=Náročnosť # options.difficulty.easy=Jednoduchá # options.difficulty.hard=Ťažká # @@ -6524,7 +6586,8 @@ options.creatorTitle=Nastavenia autora # options.creator.serverboundClientDiagnosticsEnabled=Povoliť klientsku diagnostiku # options.creator.debuggerHeading=Nastavenia ladiaceho nástroja skriptov # options.creator.debuggerAutoAttach=Priložiť ladiaci nástroj pri načítaní # -options.creator.debuggerAutoConnect=Pripojiť ladiaci nástroj pri načítaní # +options.creator.debuggerAutoAttachTimeout=Priložiť časový limit # +options.creator.debuggerAutoAttachTimeoutFormat=%s s # options.creator.debuggerConnect=Pripojiť # options.creator.debuggerListen=Počúvať # options.creator.debuggerHost=Hostiť # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Nízka # options.volumetricFogQuality.medium=Stredná # options.volumetricFogQuality.high=Vysoká # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Rozlíšenie # +options.upscalingPercentage.hundred=Prírodné vzhľady # options.reflectionsQuality=Odrazy # options.reflectionsQuality.off=Vyp. # options.reflectionsQuality.low=Nízka # @@ -6966,12 +7031,10 @@ 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.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 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). Ríše spravované z tohto zariadenia budú fungovať 6 mesiacov, ak ich vlastník ríše nezaktualizuje na inom zariadení.%sAk chcete zrušiť predplatné služby Realms, musíte tak urobiť v ponuke Nastavenia pre predplatné v zariadení, na ktorom bola ríša vytvorená.%sUž 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 a toto je vaša posledná aktualizácia pre toto zariadenie.%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é pomocou tohto zariadenia budú fungovať 6 mesiacov od marca 2025, pokiaľ ich vlastník ríše nezaktualizuje v inom zariadení.%sAk chcete zrušiť predplatné služby Realms, musíte tak urobiť v ponuke Nastavenia pre predplatné v zariadení, v ktorom bola ríša vytvorená.%sUž 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.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 # @@ -7163,7 +7226,7 @@ permissions.MultiplayerSessions=V dôsledku nastavenia vášho konta Microsoft n permissions.Communications=V dôsledku nastavenia vášho konta Microsoft nemôžete chatovať s ostatnými hráčmi. Uistite sa, že vaše nastavenia súkromia umožňujú komunikáciu s ostatnými. Pokyny na zmenu týchto nastavení nájdete na stránke aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=V dôsledku nastavenia konta Xbox nebudete môcť pridávať nových priateľov, aby hrali na vašom serveri Realm. Môžete to zmeniť v nastaveniach ochrany údajov a bezpečnosti online na lokalite Xbox.com. Chcete pokračovať? # permissions.CloudSave=V dôsledku nastavenia konta nemôžete ukladať svety do profilu Xbox. Môžete to zmeniť v nastaveniach ochrany údajov a bezpečnosti online na lokalite Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=V dôsledku nastavenia vášho konta Microsoft nemôžete hrať v službe Realms. Uistite sa, že vaše nastavenia bezpečnosti online umožňujú hru pre viacerých hráčov a že máte aktívne predplatné zlatého členstva Xbox Live. Pokyny na zmenu týchto nastavení nájdete na stránke aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=V dôsledku nastavenia vášho konta Microsoft nemôžete hrať v službe Realms. Uistite sa, že vaše nastavenia bezpečnosti online umožňujú hru pre viacerých hráčov a že máte aktívne predplatné členstva Xbox Live Gold. Pokyny na zmenu týchto nastavení nájdete na stránke aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check permissions.MultiplayerSessionsOnConsoleGamecore=V dôsledku nastavenia vášho konta Microsoft nemôžete hrať v službe Realms. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Získanie pomoci s týmto problémom # permissions.open.account.help.button.gamecore=Opraviť to # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Aktivujte si predplatné Marketplace Pass #### {StrConta store.csb.subscription=Po prihlásení budete mať k dispozícii viac ako 150 položiek vzrušujúceho obsahu z Trhoviska Minecraft. Stiahnite si a hrajte dobrodružné mapy, noste vzhľady, pohrúžte sa do balíkov textúr a každý mesiac získajte súpravu položiek pre Tvorcu postavy, ktoré vám zostanú. Vďaka pravidelne dopĺňanému katalógu budete mať s predplatným Marketplace Pass vždy čo objavovať. Bude vám účtovaná suma %s mesačne a obnovovanie predplatného môžete kedykoľvek zrušiť. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass je predplatné pre obsah, ktorý možno používať s podporovanými verziami hry Minecraft (hra sa predáva samostatne) v systéme Windows a na ďalších podporovaných platformách, na ktorých hru vlastníte (edície Minecraft Java a Amazon Kindle Fire nie sú podporované). Na používanie obsahu Marketplace Pass sa vyžaduje aktívne predplatné. Obsah sa priebežne mení a nemusí byť dostupný vo všetkých krajinách. Ak predplatné nezrušíte, po uplynutí bezplatnej skúšobnej lehoty vám bude naďalej účtovaná bežná cena (ktorá sa môže zmeniť) a príslušné dane. Predplatné môžete zrušiť v nastaveniach svojho účtu Microsoft v časti Služby a predplatné. Ak chcete aj naďalej používať obsah po tom, ako sa skončí vaše predplatné alebo sa odstráni položka obsahu z katalógu, je potrebné si opätovne aktivovať predplatné alebo si tento obsah zakúpiť samostatne. Príležitostne sa môže pridať aj obsah, ktorý pre vás bude dostupný aj po ukončení predplatného. V takom prípade si však vyhradzujeme právo takýto obsah stiahnuť, ak nebude kompatibilný alebo ak nám prepadnú práva na daný obsah. Môžu sa účtovať poplatky od poskytovateľov internetových služieb. Predplatné sa môže zmeniť a/alebo zrušiť. Platia ustanovenia Zmluvy o poskytovaní služieb spoločnosti Microsoft (www.microsoft.com/msa) a Licenčnej zmluvy koncového používateľa spoločnosti Microsoft (https://www.minecraft.net/eula). Akékoľvek preklady týchto podmienok sa robia len pre vaše pohodlie a v prípade sporu medzi anglickou a akoukoľvek neanglickou verziou bude rozhodujúca anglická verzia týchto podmienok. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass je predplatné pre obsah, ktorý možno používať s podporovanými verziami hry Minecraft (hra sa predáva samostatne) v systéme Windows a na ďalších podporovaných platformách, na ktorých hru vlastníte (Minecraft Java a Amazon Kindle Fire Edition nie sú podporované). Na používanie obsahu Marketplace Pass sa vyžaduje aktívne predplatné. Obsah sa priebežne mení a nemusí byť dostupný vo všetkých krajinách. Ak predplatné nezrušíte, po uplynutí bezplatnej skúšobnej lehoty vám bude naďalej účtovaná bežná cena (ktorá sa môže zmeniť) a príslušné dane. Predplatné môžete zrušiť v nastaveniach svojho účtu Microsoft v časti Služby a predplatné. Ak chcete aj naďalej používať obsah po tom, ako sa skončí vaše predplatné alebo sa odstráni položka obsahu z katalógu, je potrebné si opätovne aktivovať predplatné alebo si tento obsah zakúpiť samostatne. Môžu sa účtovať poplatky od poskytovateľov internetových služieb. Príležitostne sa môže pridať aj obsah, ktorý pre vás bude dostupný aj po ukončení predplatného. V takom prípade si však vyhradzujeme právo takýto obsah stiahnuť, ak nebude kompatibilný alebo ak nám prepadnú práva na daný obsah. Predplatné sa môže zmeniť a/alebo zrušiť. Platia ustanovenia Zmluvy o poskytovaní služieb spoločnosti Microsoft (www.microsoft.com/msa) a Licenčnej zmluvy koncového používateľa spoločnosti Microsoft (https://www.minecraft.net/eula). Akékoľvek preklady týchto podmienok sa robia len pre vaše pohodlie a v prípade sporu medzi anglickou a akoukoľvek neanglickou verziou bude rozhodujúca anglická verzia týchto podmienok. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass je pokračujúce predplatné s opakujúcim sa poplatkom za predplatné, ktorý sa účtuje automaticky každý mesiac až do zrušenia predplatného.%sViac ako 150 balíkov z Trhoviska bude okamžite k dispozícii. Predplatné, a tým aj budúce poplatky, môžete zrušiť v nastaveniach predplatného. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass je pokračujúce predplatné s opakujúcim sa poplatkom za predplatné, ktorý sa účtuje automaticky každý mesiac až do zrušenia predplatného.%sViac ako 150 balíkov z Trhoviska bude okamžite k dispozícii. Bude vám účtovaný mesačný poplatok %s. Predplatné, a tým aj budúce poplatky, môžete zrušiť v nastaveniach predplatného. #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass je predplatné, s ktorým získate príst store.csb.faq.question2=Ako často sa aktualizuje obsah v rámci predplatného Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Vybraný obsah sa aktualizuje každý mesiac, takže máte vždy čo objavovať. # store.csb.faq.question3=Čo potrebujem na to, aby som si mohol/-a užívať Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Prístup k Marketplace Pass vyžaduje aktívne predplatné a kompatibilnú verziu hry Minecraft: Bedrock Edition s Trhoviskom Minecraft. Vyžaduje prihlásenie s kontom Microsoft. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Prístup k Marketplace Pass vyžaduje aktívne predplatné a kompatibilnú verziu hry Minecraft: Bedrock Edition s Trhoviskom Minecraft. Vyžaduje prihlásenie s kontom Microsoft. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Čo sa stane s mojím obsahom po opustení Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Keď svet, balíček textúr, balíček vzhľadov alebo mash-up opustí katalóg, na pokračovanie v hre si budete musieť kúpiť položku z Trhoviska. Balíčky sa z vášho lokálneho úložiska neodstránia, kým ich sami neodstránite. Mesačné položky pre Tvorcu postavy, ktoré ste si prevzali, si môžete ponechať. # store.csb.faq.question5=Čo sa stane, keď skončí moje predplatné? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Táto položka pravdepodobne nie je kompatibilná s store.owned=Vlastnené # store.owned.legacy=Vlastnené (P) # store.unlocked=Odomknuté # -store.mypacks=Môj obsah # +store.myLibrary=Moja knižnica # store.error=Chyba Trhoviska # @@ -8662,7 +8725,7 @@ store.progress.checkingDownload=Kontroluje sa preberanie # store.content.download=Prevziať # store.content.update=Aktualizovať # store.content.updating=Aktualizuje sa... # -store.content.requireXbl.signedIn=Prevezmite zadarmo pomocou konta Microsoft. # +store.content.requireXbl.signedIn=Stiahnite si zadarmo pomocou konta Microsoft. # store.content.requireXbl.notSignedIn=Na odomknutie sa prihláste do konta Microsoft. # store.mashup.count.personaPiece=1 kus postavy # @@ -8758,7 +8821,7 @@ store.ratings.rate=Ohodnoťte tento balíček! # store.ratings.signIn.title=Ohodnoťte položky na Trhovisku # store.ratings.signIn.description1=Povedzte autorovi a komunite o svojich skúsenostiach s touto položkou. # -store.ratings.signIn.description2=Skôr ako budete môcť ohodnotiť položku, musíte sa prihlásiť pomocou konta Microsoft. # +store.ratings.signIn.description2=Skôr ako budete môcť ohodnotiť položku, sa musíte prihlásiť pomocou konta Microsoft. # store.purchase.success.realMoney1=Práve ste odomkli: %s za %s # store.purchase.success.realMoney2=+:minecoin:%s # @@ -8828,7 +8891,6 @@ store.updating.title=Aktualizuje sa: %s # store.importing.title=Importuje sa: %s # store.importing=Importuje sa... # store.showMore=Zobraziť všetko # -store.inventory.no.xbl=Moje balíky # store.promo.today=Iba dnes! # store.promo.upsell=Nepremeškajte dnešný bezplatný darček! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Stav inštalácie # store.search.filter.installed=Nainštalované # store.search.filter.notInstalled=Nenainštalované # store.search.filter.clear.installed=Obnoviť nainštalované filtre # +store.search.filter.dressingroombody=Telo # +store.search.filter.dressingroombody.selectedCount=%d Diely # +store.search.filter.dressingroomstyle=Štýl # +store.search.filter.dressingroomstyle.selectedCount=%d Štýly # store.search.sort_menu.sortConstWord=Zoradiť # store.search.sort_menu.Default=Relevancia # @@ -10188,7 +10254,7 @@ trial.tabbed_upsell.xbl.title=KONTO MICROSOFT # trial.tabbed_upsell.xbl.description=S plnou hrou Minecraft získate tvorivý režim, dosiahnuté výsledky a ďalšie funkcie. S kontom Microsoft sa navyše môžete stretávať s ostatnými členmi komunity Minecraft. Pripojte sa k svetom svojich priateľov, stretnite nových priateľov na serveroch a synchronizujte nákupy na Trhovisku so všetkými zariadeniami, kde hráte Minecraft. # trial.tabbed_upsell.xbl.description.line2=* (vo verziách s Trhoviskom) # trial.tabbed_upsell.achievements.title=DOSIAHNUTÉ VÝSLEDKY # -trial.tabbed_upsell.achievements.description=Okrem plnej hry Minecraft s tvorivým režimom, hrou pre viacerých hráčov a ďalšími funkciami budete môcť dosahovať výsledky a skóre hráča vyjadrujúce postup v hre Minecraft a ukazujúce priateľom s kontom Microsoft, čo ste už dosiahli. Zaobstarajte si plnú hru, aby ste ich mohli začať získavať. # +trial.tabbed_upsell.achievements.description=Okrem plnej hry Minecraft s tvorivým režimom, hrou pre viacerých hráčov a ďalšími funkciami budete môcť dosahovať výsledky a získavať skóre hráča, ktoré zaznamenajú váš postup v hre Minecraft a ktoré budú vidieť vaši priatelia s kontom Microsoft. Zaobstarajte si plnú hru, aby ste ich mohli začať získavať. # trial.tabbed_upsell.multiplayer.title=HRA PRE VIACERÝCH HRÁČOV # trial.tabbed_upsell.multiplayer.description=Plná hra Minecraft umožňuje používať tvorivý režim, dosahovať výsledky a hrať hru pre viacerých hráčov s priateľmi na rôznych zariadeniach s hrou Minecraft. Hrajte s priateľmi na konzole, počítači alebo mobile a spoločne tvorte, skúmajte a prežívajte. Odomknite plnú hru Minecraft už dnes. # trial.tabbed_upsell.server.title=SERVERY # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Ak chcete hrať s priateľmi, prihláste sa xbox.disconectionscreen.multiplayerNotAllowed=Toto konto Microsoft nemá povolenie na pripájanie k hrám pre viacerých hráčov. # xbox.disconectionscreen.accessDenied=Ak sa chcete pripojiť, musíte byť priateľom s niekým v tejto hre. # -xbox.friendfinder.enterGamertag=Zadajte menovku hráča # -xbox.friendfinder.findFriends=Hľadať priateľov pomocou menovky hráča # -xbox.friendfinder.searchingForGamertag=Hľadá sa # -xbox.friendfinder.gamertagNotFound=Menovka hráča sa nenašla # - xbox.profile.addFriend=Pridať priateľa # xbox.profile.addFriend.success=Úspech! Osoba %s sa pridala do zoznamu priateľov. # xbox.profile.block=Blokovať # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Vlastnosť %s sa nepoužíva pre tento typ o packdiscoveryerror.version_too_high=Vlastnosť %s má verziu %s, ktorá je príliš vysoká. Najvyššia akceptovateľná hodnota je %s. # packdiscoveryerror.version_too_low=Vlastnosť %s má verziu %s, ktorá je príliš nízka. Najnižšia akceptovateľná hodnota je %s. # packdiscoveryerror.format_version_1_engine_version_cap=Vlastnosť %s musí mať nastavenú nižšiu hodnotu ako %s. Ak chcete použiť vyššiu verziu, musíte použiť formát verzie 2. # +packdiscoveryerror.folder_structure_too_deep=Štruktúra priečinkov v balíku je príliš hlboká. # ## pack upgrading packupgradewarning.invalidpacktype=Zadaný prvok %s má v manifeste balíka neplatnú hodnotu. Predvolene sa nastaví balík zdrojov. # diff --git a/resource_pack/texts/sv_SE.lang b/resource_pack/texts/sv_SE.lang index 41e23b898..5ea835cef 100644 --- a/resource_pack/texts/sv_SE.lang +++ b/resource_pack/texts/sv_SE.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Encyklopediskärmen # accessibility.screenName.howToPlay=Skärmen Så spelar du # accessibility.screenName.inviteToGame=Skärmen Bjud in till spel # accessibility.screenName.joinByIP=Dialogrutan Anslut via IP # +accessibility.screenName.joinByConnectionID=Dialogruta för anslutning genom anslutnings-ID # accessibility.screenName.joinCode=Dialogrutan Anslutningskod # accessibility.screenName.library=Skärmen Bibliotek # accessibility.screenName.modalDialog=Dialogruta # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Skärmen Profil # accessibility.screenName.realmInviteLinkSettings=Skärmen Inställningar för inbjudningslänk till Realm # accessibility.screenName.realmSettings=Skärmen Realm-inställningar # accessibility.screenName.settings=Skärmen Spelinställningar # -accessibility.screenName.addFriend=Lägg till kompis-skärmen # accessibility.screenName.skinPicker=Skärmen Välj utseende # accessibility.screenName.start=Huvudmenyn # accessibility.screenName.vrAlignment=Skärmen VR-justering # accessibility.screenName.emoteWheel=Skärmen Emotes # +accessibility.screenName.addExternalServer=Skärmen Lägg till extern server # +accessibility.screenName.editExternalServer=Skärmen Redigera extern server # accessibility.search.sort_menu.A_to_Z.tts.title=A–Ö ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Ö–A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=%1$s har ingen effekt och kunde därför i commands.effect.failure.notAMob=%1$s kan inte ha effekter # commands.effect.notFound=Det finns ingen varelseeffekt med ID %s # commands.effect.success=Gav %1$s * %2$d till %3$s i %4$d sekunder # +commands.effect.success.infinite=Gav %1$s * %2$d till %3$s för oändlig varaktighet # commands.effect.success.removed=Tog %1$s från %2$s # commands.effect.success.removed.all=Tog alla effekter från %1$s # commands.enchant.cantCombine=%1$s kan inte kombineras med %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Målet kan inte vara i en annan dimen commands.generic.entity.invalidType=Entitetstypen "%1$s" är ogiltig # commands.generic.entity.invalidUuid=Entitetens UUID har angetts i ett ogiltigt format # commands.generic.entity.notFound=Entiteten kan inte hittas # -commands.generic.error.permissions=Felaktig tillståndsnivå. %s är ett kommando på nivå %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Felaktig tillståndsnivå för kommandot: %s. ###1: command name commands.generic.exception=Ett okänt fel inträffade när kommandot skulle verkställas # commands.generic.invalidAgentType=Typargument applicerat på agentexklusiv väljare # commands.generic.invalidcontext=Ogiltigt sammanhang angivet för den givna kommandotypen # +commands.generic.invalidOrigin=Kommandots ursprung var ogiltigt när kommandot utfördes # commands.generic.invalidDevice=Det angivna kommandot, %s, stöds inte på den här enheten. # commands.generic.invalidMessage=Ogiltig meddelandelängd # commands.generic.invalidPlayerType=Typargument applicerat på spelarexklusiv väljare # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Körde %1$d funktionsposter i funktionen %2$s. # commands.schedule.invalidOrigin=Ursprunget som behövdes för att köra den här funktionen var ogiltigt. # commands.schedule.name.empty=Tickområdets namn får inte vara tomt. # commands.schedule.too.many.areas=Mer än ett tickområde hittades med namnet %s. Använd bara ett område. # +commands.schedule.clear.failure=Inga funktioner togs bort med namnet %1$s. # +commands.schedule.clear.success=Tog bort %1$d funktioner med namnet %2$s. # +commands.schedule.tickingarea.clear.success=Tog bort %1$d funktioner med tickområdesnamnet %2$s. # +commands.schedule.tickingarea.clear.failure=Inga funktioner togs bort med tickområdesnamnet %1$s. # +commands.schedule.tickingarea.func.clear.success=Tog bort %1$d funktioner med tickområdet %2$s och med namnet %3$s. # +commands.schedule.tickingarea.func.clear.failure=Inga funktioner togs bort med tickområdet %1$s och med namnet %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Färgtoningens värden måste vara heltal från 0 commands.camera.invalid.easing=Övergång till icke-stationära kameror stöds inte # commands.camera.invalid.time=Toningslängden måste vara från 0 till 10 sekunder lång # commands.camera.invalid.pitch=Kamerahöjden (X-rotation) måste vara mellan -90 och 90 grader # -commands.camera.invalid.view.offset=Perspektivjusteringen måste ligga mellan -100 och 100 # +commands.camera.invalid.view.offset=Perspektivjusteringen måste ligga mellan -64 och 64 # +commands.camera.invalid.entity.offset=Entitetsjusteringen måste ligga mellan -64 och 64 # +commands.camera.invalid.offset.camera=Entitets- och perspektivjusteringen kan endast tillämpas på follow_orbit-kameran # commands.camera.perspective.locked=Perspektivet kan inte ändras när du använder anpassade kameror # commands.camera.perspective.option=Den valda kameran ändras när den anpassade kameran är inaktiv # commands.world_age.description=Ändrar eller kontrollerar världens ålder (tid sedan den skapades). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Ta bort källa # controller.buttonTip.removeMaterial=Ta bort material # controller.buttonTip.renameItem=Byt namn på föremål # controller.buttonTip.returnToRecipe=Återvänd till receptet # +controller.buttonTip.swap=Byt # controller.buttonTip.enterSearch=Sök # controller.buttonTip.searchRecipe=Snabbsökning # controller.buttonTip.confirmSearch=Bekräfta # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Ta en # controller.buttonTip.take=Ta # controller.buttonTip.takeItem=Ta föremål # controller.buttonTip.clearHotbar=Töm snabbfält # +controller.buttonTip.add.to.bundle=Lägg till i paket # +controller.buttonTip.place.from.bundle=Placera från paket # +controller.buttonTip.take.from.bundle=Ta från paket # controllerLayoutScreen.actions=Handlingar # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Prova nu # ## Edu Course Multiplayer strings course.edu.enterIp=Ange IP-adressen till världen du vill ansluta till. # course.edu.enterConnection=Ange anslutnings-ID till världen du vill ansluta till. # +course.edu.enterConnectionScreenReader=Ange anslutnings-ID till världen du vill ansluta till. # course.edu.ipAddress=IP-adress # course.edu.ipPlaceholder=Ange IP- eller serveradress # course.edu.ipTooltipText=Du kan se IP-adressen genom att be värden pausa lektionen; då visas den på höger sida av skärmen. # course.edu.connectionInfo=Anslutnings-ID # course.edu.conInfoPlaceholder=Ange anslutnings-ID # -course.edu.conInfoHostTooltipText=Du kan dela ditt anslutnings-ID om andra har problem med att ansluta till din värld med hjälp av anslutningskoden eller den delade länken. # +course.edu.conInfoHostTooltipText=Du kan dela ditt anslutnings-ID om andra har problem med att ansluta till din värld med hjälp av anslutningskoden eller den delade länken utan att ladda om. # +course.edu.conInfoHostTooltipTextScreenReader=Du kan dela ditt anslutnings-ID om andra har problem med att ansluta till din värld med hjälp av anslutningskoden eller den delade länken. # course.edu.conInfoTooltipText=Värden kan se anslutnings-ID:t på flerspelarfliken i världens spelmeny. # +course.edu.conInfoTooltipTextScreenReader=Värden kan se anslutnings-ID:t på flerspelarfliken i världens spelmeny. # course.edu.joinLesson=Anslut till lektion # course.edu.joinLessonIntro=Hitta och anslut till klasskamrater i samma lektion, eller ange deras IP-adress om den inte visas i listan. # course.edu.joinLessonIntroTeacher=Välj en grupp att ansluta till, eller ange IP-adressen om den inte visas i listan. # @@ -1908,8 +1927,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 # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Servern stängdes av på grund av att grän disconnectionScreen.header.realms_hidden=Flerspelarinbjudan # disconnectionScreen.body.realms_hidden=Kan inte ansluta till den här specifika servern. # +disconnectionScreen.biomeData.IdDuplication=%s ID kolliderar med %s # +disconnectionScreen.biomeData.MalformedData=Felaktig ekosystemsdata # +disconnectionScreen.biomeData.MixedIdPresence=Ekosystemspaketet har blandad ID-närvaro för anpassade ekosystem # +disconnectionScreen.biomeData.ReservedRange=Anpassade ekosystem %s använder ID från en förutbestämd räckvidd. ID-räckvidden för anpassade ekosystem är: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Grundekosystem bör inte innehålla ID-fält # disconnectionScreen.blockMismatch=Block mellan klient och server matchar inte. # disconnectionScreen.cantConnect=Kunde inte ansluta till världen. # disconnectionScreen.cantConnectToRealm=Kunde inte ansluta till Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Skaffa världsmallar via Minecraft Education-bibliote edu.pause.multiplayer.disabled=Den här lektionen fungerar inte med flera spelare. # +effect.duration.infinite=∞ # effect.badOmen=Dåligt omen # effect.infested=Angripen # effect.oozing=Sipprar # @@ -3143,13 +3166,6 @@ feed.uppload_success=Skärmbild har laddats upp # feed.connected=Varje Realm är anslutet till en klubb med ditt Microsoft-konto. # feed.unviewedPost=Nytt # -comment.like=%d gillning ### 1 like -comment.likes=%d gillningar ### 0 or 2+ likes -comment.comment=%d kommentar ### 1 comment -comment.comments=%d kommentarer ### 0 or 2+ comments -comment.likes_and_comments=%1 och %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Skriv en kommentar ... # - furnaceScreen.fuel=Bränsle # furnaceScreen.header=Smältugn # furnaceScreen.input=Källa # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Vill du flytta något mellan §esnabbfältet howtoplay.inventory.text.2.touch=Vill du flytta något mellan §esnabbfältet§f och förrådet? Tryck på föremålet och dra det till den tomma platsen du vill flytta det till. # howtoplay.inventory.text.2.vr=Vill du flytta något mellan §esnabbfältet§f och förrådet? Använd markören för att markera ett föremål och tryck på :_input_key.use:. Flytta sedan markören till en tom plats och tryck igen för att släppa föremålet där. # +howtoplay.jigsawBlocks=Pusselblock # +howtoplay.jigsawBlocks.text.1=Pusselblock ger kreatörer möjlighet att skapa stora strukturer i världen genom att koppla samman flera strukturmallar. # +howtoplay.jigsawBlocks.header.1=Så får du tag på dem # +howtoplay.jigsawBlocks.text.2=För att få ett pusselblock måste du använda slashkommandot /give. Du behöver operatörstillstånd för att använda pusselblocket. # +howtoplay.jigsawBlocks.header.2= Inställningar # +howtoplay.jigsawBlocks.text.3=Pusselblock har flera inställningar som styr hur de sätts samman för att bilda en större struktur. # +howtoplay.jigsawBlocks.text.4=§eMålpool§f – Sökvägen till mallpoolen för att söka efter en anslutande strukturmall. Mallpoolen bör innehålla minst en struktur som matchar pusselföremålets fält ”Målnamn”. # +howtoplay.jigsawBlocks.text.5=§eNamn§f – Namnet på pusslet. Används när du ansluter från pussel med ett matchande ”Målnamn”. # +howtoplay.jigsawBlocks.text.6=§eFörvandlas till§f – Den typ av block som pusselblocket kommer att förvandlas till när det placeras i världen under strukturgenerering. # +howtoplay.jigsawBlocks.text.7=§eValprioritet§f – När den överordnade delen bearbetas för anslutningar är det här ordningsföljden som det här pusselblocket försöker ansluta till sin måldel. Pusseldelarna kommer att bearbetas i fallande prioritet och slumpmässig ordning för delar som har samma prioritet. # +howtoplay.jigsawBlocks.text.8=§ePlaceringsprioritet§f – När det här pusselblocket ansluter till en del, är det i denna ordning som den delen bearbetas för anslutningar i den större strukturen. Delarna bearbetas i fallande prioritet och enligt insättningsordningen för delar som har samma prioritet. # +howtoplay.jigsawBlocks.text.9=§eLedtyp§f – Leder kan vara antingen rullbara (standard) eller rätställda. Om ledtypen är rullbar kommer målstrukturen att roteras slumpmässigt runt källpusselblocket. Om ledtypen är rätställd kommer målstrukturen att placeras så att målpusselblockets rotation är i linje med källpusselblockets rotation. Obs! Det här gäller bara när pusselblocket placeras med rätsidan uppåt eller nedåt. # + howtoplay.jukebox=Jukebox # howtoplay.jukebox.text.1=Jukeboxen spelar musikskivor du hittat. # howtoplay.jukebox.header.1=Få fart på festen # @@ -5107,7 +5136,7 @@ item.warped_fungus_on_a_stick.name=Vriden svamp på pinne # item.carrot.name=Morot # item.cauldron.name=Kittel # item.charcoal.name=Träkol # -item.chainmail_chestplate.name=Ringbrynja # +item.chainmail_chestplate.name=Ringbrynjaharnesk # item.leather_chestplate.name=Lädertunika # item.diamond_chestplate.name=Diamantharnesk # item.golden_chestplate.name=Guldharnesk # @@ -5491,8 +5520,8 @@ item.sweet_berries.name=Söta bär # item.suspicious_stew.name=Suspekt stuvning # item.field_masoned_banner_pattern.name=Tegelmönstrat fanmönster # item.creeper_banner_pattern.name=Creepermönstrat fanmönster # -item.flow_banner_pattern.name=Vågigt fanmönster # -item.flower_banner_pattern.name=Blommigt fanmönster # +item.flow_banner_pattern.name=Flödigt fanmönster # +item.flower_banner_pattern.name=Blommönstrat fanmönster # item.globe_banner_pattern.name=Globfanmönster # item.guster_banner_pattern.name=Breezefanmönster # item.piglin_banner_pattern.name=Trynfanmönster # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Brun sköld # item.shield.black.name=Svart sköld # item.shield.blue.name=Blå sköld # +item.bundle=Paket # +item.black_bundle=Svart paket # +item.white_bundle=Vitt paket # +item.red_bundle=Rött paket # +item.orange_bundle=Orange paket # +item.yellow_bundle=Gult paket # +item.green_bundle=Grönt paket # +item.lime_bundle=Limegrönt paket # +item.brown_bundle=Brunt paket # +item.light_gray_bundle=Ljusgrått paket # +item.light_blue_bundle=Ljusblått paket # +item.blue_bundle=Blått paket # +item.gray_bundle=Grått paket # +item.pink_bundle=Rosa paket # +item.magenta_bundle=Ljuslila paket # +item.purple_bundle=Lila paket # +item.cyan_bundle=Turkost paket # +item.bundle.empty=Töm # +item.bundle.empty.description=Kan rymma en blandad hög med föremål # +item.bundle.full=Fullt # +item.bundle.fullness=%s kvar # + item.goat_horn.name=Gethorn # item.minecraft.goat_horn.sound.0=Begrunda # item.minecraft.goat_horn.sound.1=Sjunga # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Pilar # itemGroup.name.potion=Brygder # itemGroup.name.splashPotion=Kastbara brygder # itemGroup.name.lingeringPotion=Dröjande brygder # +itemGroup.name.ominousBottle=Olycksbådande flaskor # itemGroup.name.bed=Sängar # itemGroup.name.chalkboard=Svarta tavlor # itemGroup.name.anvil=Städ # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Ljus # itemGroup.name.goatHorn=Gethorn # itemGroup.name.compounds=Föreningar # itemGroup.name.products=Produkter # +itemGroup.name.bundles=Paket # +##Jigsaw Block +jigsaw_block.title=Pusselblock # jigsaw.title.target_pool=Målpool: # jigsaw.title.name=Namn: # jigsaw.title.target=Målnamn: # jigsaw.title.final_block=Förvandlas till: # +jigsaw.title.selection_priority=Valprioritet: # +jigsaw.title.placement_priority=Placeringsprioritet: # jigsaw.title.joint_type=Ledtyp: # jigsaw.title.joint_type.aligned=Rätställd # jigsaw.joint_type.aligned=Rätställd # jigsaw.joint_type.rollable=Rullbar # jigsaw.exit.done=Färdig # -jigsaw.exit.cancel=Avbryt # ##EDU Joincode joincode.entry_popup.icon_button=%1 anslutningskodknapp # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Öppna i LAN # menu.simulating=Simulerar världen lite grann # menu.singleplayer=En spelare # menu.store=Marknaden # +menu.store.addons=Bläddra bland tillägg! # menu.skins=Utseenden # menu.start=Börja # menu.switchingLevel=Byter värld # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Påståenden fungerar inte i debuggern # options.dev_assertions_show_dialog=Påståenden visar en moduldialog # options.dev_force_trial_mode=Tvångsaktivera demoläge # options.dev_eduDemo=Edu-demo (kräver inloggning på nytt) # +options.dev_eduCloudResumableUpload=Använd den API som tidigare laddats upp för filuppladdningar >4MB # options.remote_imgui_toggle=Fjärr-ImgUI aktiverat # options.dev_enableDebugUI=Aktivera debug-gränssnitt # options.dev_createRealmWithoutPurchase=Skapa Realm utan köp # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms: slutpunkt # options.dev_realmsEndpointPayment=Realms: betalning från slutpunkt # options.dev_realmsRelyingParty=Realms: förlitande part # options.dev_realmsRelyingPartyPayment=Realms: betalning från förlitande part # -options.dev_realms_stories=Aktivera Realms-berättelser # options.dev_overrideXboxEnvironmentWindows=Åsidosätt Xbox Sandbox (OS styrs från Windows) # options.dev_overrideXboxEnvironment=Åsidosätt Xbox Sandbox (kräver omstart) # options.dev_xboxEnvironment=Xbox Sandbox-miljö (kräver omstart) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Kundversion # options.dev_sandboxDev=Xforge Sandbox: Utvecklare # options.dev_sandboxDevAchievement=Xforge Sandbox: Utvecklarachievement # options.dev_showDiscoveryOverridePanel=Åsidosätt tjänstslutpunkter # +options.dev_serviceOverrideType=Åsidosätt typ # +options.dev_serviceOverrideTypeMultibranch=Insättning i flera grenar # +options.dev_serviceOverrideTypeCustom=Anpassad # options.dev_discoveryOverrideServiceName=Tjänstnamn (säkerhet, persona o.s.v.) # options.dev_discoveryOverrideServiceBranch=Förgrening # +options.dev_discoveryOverrideServiceCustom=Länk # options.dev_resetAllEndpointOverrides=Återställ alla slutpunkter # options.dev_apply=Använd # options.dev_displayTreatmentsPanel=Visa behandlingar # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Samlingar: Aktiverat # options.dev_gatherings_system_service_pack=Insamling: Avstängt på grund av saknade systemtjänstpaket # options.dev_gatherings_active_gathering=Aktivt: %s # options.dev_gatherings_available_gatherings=Tillgängliga samlingar # +options.dev_gatherings_clear_system_service_pack=Rensa systemets cacheminne för tjänstpaket # options.difficulty=Svårighetsgrad # options.difficulty.easy=Lätt # options.difficulty.hard=Svårt # @@ -6524,7 +6586,8 @@ options.creatorTitle=Inställningar för innehållsskapare # options.creator.serverboundClientDiagnosticsEnabled=Aktivera klientdiagnostik # options.creator.debuggerHeading=Skriptfelsökningsinställningar # options.creator.debuggerAutoAttach=Lägg till felsökning vid inläsning # -options.creator.debuggerAutoConnect=Anslut felsökning vid inläsning # +options.creator.debuggerAutoAttachTimeout=Bifogandet tog för lång tid # +options.creator.debuggerAutoAttachTimeoutFormat=%s sekunder # options.creator.debuggerConnect=Anslut # options.creator.debuggerListen=Lyssna # options.creator.debuggerHost=Värd # @@ -6636,7 +6699,7 @@ options.renderDistance.warning=Detta höga renderingsavstånd kan orsaka låg bi options.raytracing.renderdistance.warning=Den här inställningen kan ge prestandaproblem när du spelar spelet. # options.resetSettings=Återställ till standard # options.resetSettings.popUp=Vill du nollställa inställningarna? # -options.maxFramerate=Gräns för bildhastighet # +options.maxFramerate=Gräns för bilduppdateringsfrekvens # options.maxFramerate.tooltip=Sänk spelets högsta bilduppdateringsfrekvens för att förbättra batteritiden och enhetens hälsa. Den faktiska bilduppdateringsfrekvensen kan falla under den valda gränsen. # options.maxFramerateFormat=%s fps # options.perf_turtle=Prestandasköldpadda # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Låg # options.volumetricFogQuality.medium=Medel # options.volumetricFogQuality.high=Hög # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Upplösning # +options.upscalingPercentage.hundred=Ursprungligt # options.reflectionsQuality=Reflektioner # options.reflectionsQuality.off=Av # options.reflectionsQuality.low=Låg # @@ -6966,12 +7031,10 @@ 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.device=Vi kommer snart inte kunna stödja den här enheten. Du kommer att fortsätta att få uppdateringar fram till mars 2025. %sNär du får den sista uppdateringen kan du fortfarande spela i dina världar och få tillgång till köp på marknaden (inklusive Minecoins). Realms kommer att fungera i 6 månader på den här enheten om de inte uppdateras på en annan enhet.%sFör att avbryta ditt Realm-abonnemang måste du gå till menyn Inställningar för abonnemang på enheten Realm skapades.%sDu får inte längre de senaste uppdateringarna och kan inte spela flerspelarläge med enheter eller Realms som fortsätter att få uppdateringar. Du kommer inte att kunna ansluta till vissa servrar.%sTryck på knappen för att läsa mer. # +sunsetting.popup.sunset.device=Vi kan inte stödja den här enheten längre. Den sista uppdateringen släpps i mars 2025 och det här är den allra sista uppdateringen för den här enheten.%sDu kommer fortfarande att kunna spela i våra världar och handla på marknaden (inklusive med Minecoins). Realms hanterade på den här enheten fortsätter fungera i ett halvår efter mars 2025 såvida inte Realms-ägaren uppdaterar dem på en annan enhet.%sDu kan avsluta ditt Realms-abonnemang via menyn Inställningar för abonnemang på enheten där Realm skapades.%sDu 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.%sTryck på knappen för att läsa mer. # 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.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 # @@ -7372,7 +7435,7 @@ persona.realms.redeem=Lös in # persona.realms.see.subscription=I Realms Plus # persona.realms.time.remaining=%s att lösa in # persona.realms.savings=Du sparar %s minecoins med ditt Realms Plus-abonnemang! # -persona.csb.savings=Du sparar %s minecoins med ditt abonnemang på marknadspasset! # +persona.csb.savings=Du sparar %s minecoins med ditt abonnemang på Marketplace Pass! # persona.preview.emote=Spela emote # progressScreen.cantConnect=Kan inte ansluta till världen. Kontrollera din internetanslutning och försök igen. # @@ -7533,7 +7596,7 @@ resourcePack.selected.title.behaviorPacks=Aktiva beteendepaket # resourcePack.selected.title.packs=Aktiva # resourcePack.selected.remove=Stäng av # resourcePack.realmsPlus.title.packs=Realms Plus-paket # -resourcePack.realmsPlus.title.packs.contentSub=Marknadspasspaket # +resourcePack.realmsPlus.title.packs.contentSub=Marketplace Pass-paket # resourcePack.realmsPlus.expired=Utgånget # resourcePack.errors=Fel: # resourcePack.error.ingame.packs=Du kan inte byta resurspaket medan du spelar i en värld. # @@ -7821,20 +7884,20 @@ item.smithing_template.netherite_upgrade.ingredients=Netherittacka # item.netherite_upgrade_smithing_template.name=Netherituppgradering # item.sentry_armor_trim_smithing_template.name=Vakt-rustningsdetaljer # item.vex_armor_trim_smithing_template.name=Vålnad-rustningsdetaljer # -item.wild_armor_trim_smithing_template.name=Vilda rustningsdetaljer # +item.wild_armor_trim_smithing_template.name=Vilda-rustningsdetaljer # item.coast_armor_trim_smithing_template.name=Kust-rustningsdetaljer # item.dune_armor_trim_smithing_template.name=Dyn-rustningsdetaljer # -item.wayfinder_armor_trim_smithing_template.name=Stigfinnarrustningsdetaljer # +item.wayfinder_armor_trim_smithing_template.name=Stigfinnar-rustningsdetaljer # item.raiser_armor_trim_smithing_template.name=Uppväckarrustningsdetaljer # -item.shaper_armor_trim_smithing_template.name=Formarrustningsdetaljer # -item.host_armor_trim_smithing_template.name=Värdrustningsdetaljer # +item.shaper_armor_trim_smithing_template.name=Formar-rustningsdetaljer # +item.host_armor_trim_smithing_template.name=Värd-rustningsdetaljer # item.ward_armor_trim_smithing_template.name=Skydds-rustningsdetaljer # -item.silence_armor_trim_smithing_template.name=Tystnadsrustningsdetaljer # +item.silence_armor_trim_smithing_template.name=Tystnads-rustningsdetaljer # item.tide_armor_trim_smithing_template.name=Tidvatten-rustningsdetaljer # -item.snout_armor_trim_smithing_template.name=Nos-rustningsdetaljer # +item.snout_armor_trim_smithing_template.name=Tryn-rustningsdetaljer # item.rib_armor_trim_smithing_template.name=Ben-rustningsdetaljer # item.eye_armor_trim_smithing_template.name=Ögon-rustningsdetaljer # -item.spire_armor_trim_smithing_template.name=Spira-rustningsdetaljer # +item.spire_armor_trim_smithing_template.name=Spiral-rustningsdetaljer # item.flow_armor_trim_smithing_template.name=Flödes-rustningsdetaljer # item.bolt_armor_trim_smithing_template.name=Bult-rustningsdetaljer # item.snort_pottery_sherd.name=Sniffarmönstrad keramikskärva # @@ -8339,21 +8402,21 @@ store.realmsPlus.buyNow.viewPrivacyPolicy=SEKRETESSPOLICY # store.realmsPlus.buyNow.title=Starta ditt Realms Plus-abonnemang # store.realmsPlus.startTrial.description=Du får omedelbar tillgång till din Realm och över 150 paket från marknaden. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! Första månaden är gratis, sedan kostar det %s/månad. Du kan säga upp abonnemanget när som helst. # -store.realmsPlus.startTrial.description.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i marknadspasset. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! Första månaden är gratis, sedan kostar det %s/månad. Du kan säga upp abonnemanget när som helst. # +store.realmsPlus.startTrial.description.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i Marketplace Pass. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! Första månaden är gratis, sedan kostar det %s/månad. Du kan säga upp abonnemanget när som helst. # store.realmsPlus.noTrial.description=Du får omedelbar tillgång till din Realm och över 150 paket från marknaden. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! I 30 dagar får du ditt abonnemang för %s :minecoin:. # -store.realmsPlus.noTrial.description.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i marknadspasset. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! I 30 dagar får du ditt abonnemang för %s:minecoin:. # +store.realmsPlus.noTrial.description.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i Marketplace Pass. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! I 30 dagar får du ditt abonnemang för %s:minecoin:. # store.realmsPlus.noTrial.description.iap=Du får omedelbar tillgång till din Realm och över 150 paket från marknaden. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! Du debiteras %s/månad och du kan säga upp abonnemanget för att stoppa framtida debiteringar i abonnemangsinställningarna. # -store.realmsPlus.noTrial.description.iap.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i marknadspasset. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! Du debiteras %s/månad och kan säga upp abonnemanget för att stoppa framtida debiteringar via abonnemangsinställningarna. # +store.realmsPlus.noTrial.description.iap.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i Marketplace Pass. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! Du debiteras %s/månad och kan säga upp abonnemanget för att stoppa framtida debiteringar via abonnemangsinställningarna. # store.realmsPlus.realmName.placeholder=%ss Realm #The string passed in here is the gamertag of the player to indicate the name of the player's world. # store.realmsPlus.recurring.offerTrial=Realms Plus är ett löpande abonnemang med en återkommande abonnemangsavgift som debiteras automatiskt varje månad tills abonnemanget avbryts.%sDin Realm och över 150 paket från marknaden kommer att bli tillgängliga omedelbart. Upp till 10 spelare kan spela på en gång, och de får tillgång till världarna i din Realm helt kostnadsfritt! Dina första 30 dagar är kostnadsfria och du debiteras därefter %s/månad. Du kan avbryta ditt abonnemang för att stoppa framtida debiteringar i abonnemangsinställningarna. # -store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus är ett löpande abonnemang med en återkommande abonnemangsavgift som debiteras automatiskt varje månad tills abonnemanget avbryts.%sDu får omedelbar tillgång till din Realm och över 150 paket som ingår i marknadspasset. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! De första 30 dagarna är gratis, sedan kostar det %s/månad. Du kan säga upp abonnemanget när som helst för att stoppa framtida debiteringar via abonnemangsinställningarna. # +store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus är ett löpande abonnemang med en återkommande abonnemangsavgift som debiteras automatiskt varje månad tills abonnemanget avbryts.%sDu får omedelbar tillgång till din Realm och över 150 paket som ingår i Marketplace Pass. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! De första 30 dagarna är gratis, sedan kostar det %s/månad. Du kan säga upp abonnemanget när som helst för att stoppa framtida debiteringar via abonnemangsinställningarna. # store.realmsPlus.recurring.withoutTrial=Realms Plus är ett löpande abonnemang med en återkommande abonnemangsavgift som debiteras automatiskt varje månad tills abonnemanget avbryts.%sDin Realm och över 150 paket från marknaden kommer att bli tillgängliga omedelbart. Upp till 10 spelare kan spela på en gång, och de får tillgång till världarna i din Realm helt kostnadsfritt! Du debiteras %s/månad och du kan avbryta ditt abonnemang för att stoppa framtida debiteringar i abonnemangsinställningarna. # -store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus är ett löpande abonnemang med en återkommande abonnemangsavgift som debiteras automatiskt varje månad tills abonnemanget avbryts.%sDu får omedelbar tillgång till din Realm och över 150 paket som ingår i marknadspasset. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! Det kostar %s/månad, och du kan säga upp abonnemanget när som helst för att stoppa framtida debiteringar via abonnemangsinställningarna. # +store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus är ett löpande abonnemang med en återkommande abonnemangsavgift som debiteras automatiskt varje månad tills abonnemanget avbryts.%sDu får omedelbar tillgång till din Realm och över 150 paket som ingår i Marketplace Pass. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! Det kostar %s/månad, och du kan säga upp abonnemanget när som helst för att stoppa framtida debiteringar via abonnemangsinställningarna. # store.realmsPlus.consumable.offerTrial=Du får omedelbar tillgång till din Realm och över 150 paket från marknaden. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! De första 30 dagarna är gratis, sedan kan du förlänga i 30 dagar för %s. # -store.realmsPlus.consumable.offerTrial.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i marknadspasset. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! De första 30 dagarna är gratis, sedan kan du förlänga i 30 dagar för %s. # +store.realmsPlus.consumable.offerTrial.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i Marketplace Pass. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! De första 30 dagarna är gratis, sedan kan du förlänga i 30 dagar för %s. # store.realmsPlus.consumable.withoutTrial=Du får omedelbar tillgång till din Realm och över 150 paket från marknaden. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! I 30 dagar får du ditt abonnemang för %s. # -store.realmsPlus.consumable.withoutTrial.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i marknadspasset. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! I 30 dagar får du ditt abonnemang för %s. # +store.realmsPlus.consumable.withoutTrial.contentSub=Du får omedelbar tillgång till din Realm och över 150 paket som ingår i Marketplace Pass. Upp till 10 spelare kan spela samtidigt, och de får tillgång till världarna i din Realm helt gratis! I 30 dagar får du ditt abonnemang för %s. # store.realmsPlus.landing.header=Abonnemanget inkluderar: # store.realmsPlus.landing.headerTrial=Gratis 30 dagars provperiod, sedan %s/ månad # @@ -8363,7 +8426,7 @@ store.realmsPlus.landing.info1.line2=Kompisar spelar i din Realm gratis # store.realmsPlus.landing.info1.line3=Hoppa från konsol till mobil och vidare till PC – spela din Realm på vilken enhet du vill med Minecraft-marknaden # store.realmsPlus.landing.info2.catalog=Fri tillgång till en katalog med över 150 paket från marknaden # -store.realmsPlus.landing.info2.contentSub=Marknadspasset ingår # +store.realmsPlus.landing.info2.contentSub=Marketplace Pass ingår # store.realmsPlus.landing.info2.backups=Världarna i din Realm säkerhetskopieras gratis # store.realmsPlus.landing.info2.renews=Abonnemanget förlängs automatiskt varje månad tills det sägs upp # store.realmsPlus.landing.info2.cancel=Avbryt på abonnemangssidan i Minecraft-inställningarna # @@ -8391,7 +8454,7 @@ store.realmsPlus.faq.question4=Vilka enheter stöder Realms Plus för Minecraft? store.realmsPlus.faq.answer4=Realms Plus är tillgängligt på alla plattformar där du kan installera Minecraft Bedrock Edition. Du kan spela Realms och använda allt innehåll från Realms Plus på alla de här enheterna om du är inloggad på ditt Microsoft-konto. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Vad kostar ett abonnemang på Realms Plus? # store.realmsPlus.faq.answer5=%s per månad för en server för 10 spelare och tillgång till över 150 paket från marknaden. # -store.realmsPlus.faq.answer5.contentSub=%s i månaden. Lägg till hur många medlemmar som helst och spela online med 10 andra samtidigt. Dessutom får du 150 paket från marknadspasskatalogen helt gratis. # +store.realmsPlus.faq.answer5.contentSub=%s i månaden. Lägg till hur många medlemmar som helst och spela online med 10 andra samtidigt. Dessutom får du 150 paket från Marketplace Pass-katalogen helt gratis. # store.realmsPlus.faq.question6=Hur ofta släpps nya paket i Realms Plus? # store.realmsPlus.faq.answer6=Vi lägger till nya paket i Realms Plus varje månad. # store.realmsPlus.faq.question7=Hur länge har jag tillgång till paket i Realms Plus? # @@ -8400,12 +8463,12 @@ store.realmsPlus.faq.question8=Var kan jag använda Realms Plus-paket? # store.realmsPlus.faq.answer8=Världarna och paketen som ingår i abonnemanget kan spelas antingen online, på ditt personliga Realm eller på din lokala enhet. Det enda du behöver tänka på är att spela online var trettionde dag för att validera att abonnemanget är aktivt. # store.realmsPlus.faq.question9=Vad händer med mina Realms och världar när abonnemanget tar slut? # store.realmsPlus.faq.answer9=Om abonnemanget tar slut kan varken du eller dina kompisar spela tillsammans online på Realms, och du förlorar tillgången till Realms Plus-paketen. Du kan ladda ned alla världar som sparats i din Realm (i upp till 18 månader från det att abonnemanget tog slut). Om du använt världar, texturpaket eller mixpaket från Realms Plus måste du köpa de paketen från butiken för att använda dem. Om de fortfarande ingår i Realms Plus måste du återuppta abonnemanget. # -store.realmsPlus.faq.question10=Behöver jag Realms Plus och marknadspasset? # -store.realmsPlus.faq.answer10=Nej. Marknadspasset är en katalog med över 150 paket. Realms Plus är ett Realm för 10 spelare där marknadspasset ingår. Vi föreslår att du abonnerar på det alternativ som känns rätt för dig. # +store.realmsPlus.faq.question10=Behöver jag Realms Plus och Marketplace Pass? # +store.realmsPlus.faq.answer10=Nej. Marketplace Pass är en katalog med över 150 paket. Realms Plus är ett Realm för 10 spelare där Marketplace Pass ingår. Vi föreslår att du abonnerar på det alternativ som känns rätt för dig. # store.realmsPlus.faq.question11=Vad är Realms Stories? # store.realmsPlus.faq.answer11=Realms Stories är ett socialt nav för din Realm. Gör inlägg i händelseflödet för att låta andra veta vad du håller på med och dela med dig av dina äventyr och skapelser. Ta reda på vem som är vem med en praktisk lista över alla medlemmar. Se när andra medlemmar spelar för att kolla in deras skapelser eller planera att spela med dem nästa gång. # -store.realmsPlus.content.marketplacePass=Realms Plus inkluderar marknadspasset! # +store.realmsPlus.content.marketplacePass=Realms Plus inkluderar Marketplace Pass! # store.realmsPlus.content.skinDescription=Byt stil med nya utseenden! # store.realmsPlus.content.skinDescriptionPersona=Klä upp dig med utseenden! # store.realmsPlus.content.skinDescriptionPersona.contentSub=Utöka garderoben med utseenden! # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Detta föremål är kanske inte kompatibelt med din store.owned=Ägt # store.owned.legacy=Ägt (P) # store.unlocked=Upplåst # -store.mypacks=Mitt innehåll # +store.myLibrary=Mitt bibliotek # store.error=Marknadsfel # @@ -8828,7 +8891,6 @@ store.updating.title=Uppdaterar: %s # store.importing.title=Importerar: %s # store.importing=Importerar ... # store.showMore=Se allt # -store.inventory.no.xbl=Mina paket # store.promo.today=Endast i dag! # store.promo.upsell=Missa inte dagens gåva! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Installerat tillstånd # store.search.filter.installed=Installerat # store.search.filter.notInstalled=Inte installerade # store.search.filter.clear.installed=Återställ installationsfilter # +store.search.filter.dressingroombody=Kropp # +store.search.filter.dressingroombody.selectedCount=%d delar # +store.search.filter.dressingroomstyle=Stil # +store.search.filter.dressingroomstyle.selectedCount=%d stilar # store.search.sort_menu.sortConstWord=Sortera # store.search.sort_menu.Default=Relevans # @@ -9663,7 +9729,7 @@ tile.water.name=Vatten # tile.waterlily.name=Näckrosblad # tile.web.name=Spindelnät # tile.heavy_weighted_pressure_plate.name=Tung tryckplatta # -tile.light_weighted_pressure_plate.name=Lätt viktplatta # +tile.light_weighted_pressure_plate.name=Lätt tryckplatta # tile.end_stone.name=Slutsten # tile.end_bricks.name=Slutmursten # tile.planks.acacia.name=Akaciaplankor # @@ -10310,7 +10376,7 @@ xbox.signinFree=Logga in gratis # xbox.signout=Logga ut # xbox.signinquestion=Logga in? # xbox.notnow=Inte nu # -xbox.signingin=Loggar in med ditt Microsoft-konto … # +xbox.signingin=Loggar in med ditt Microsoft-konto… # xbox.signingin.offline=Loggar in # xbox.failedsignin.body=Vi kunde inte logga in dig på ditt Microsoft-konto. Åtkomst till Realms, profiler och dina föremål från marknaden kommer att begränsas. Försök igen senare. # xbox.failedsignin.error=Felkod: # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Logga in med ditt Microsoft-konto för att s xbox.disconectionscreen.multiplayerNotAllowed=Det här Microsoft-kontot har inte tillstånd att ansluta till flerspelarlägen. # xbox.disconectionscreen.accessDenied=Du måste vara kompis med någon i det här spelet för att ansluta. # -xbox.friendfinder.enterGamertag=Ange gamertag # -xbox.friendfinder.findFriends=Sök efter kompisar på gamertag # -xbox.friendfinder.searchingForGamertag=Sök # -xbox.friendfinder.gamertagNotFound=Gamertag hittades inte # - xbox.profile.addFriend=Lägg till kompis # xbox.profile.addFriend.success=Klart! %s lades till på kompislistan. # xbox.profile.block=Blockera # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Egenskapen "%s" används inte med den här s packdiscoveryerror.version_too_high=Egendomen %s har version %s, som är för hög. Det högsta värde vi godtar är %s. # packdiscoveryerror.version_too_low=Egendomen %s har version %s, som är för låg. Det lägsta värde vi godtar är %s. # packdiscoveryerror.format_version_1_engine_version_cap=Egenskapen %s måste ha ett värde lägre än %s. För att använda en högre version måste du använda formatversion 2. # +packdiscoveryerror.folder_structure_too_deep=Mappstrukturen i paketet är för djup. # ## pack upgrading packupgradewarning.invalidpacktype=Elementet "%s" har angetts med ett ogiltigt värde i paketets manifest; återgår till resurspaket. # diff --git a/resource_pack/texts/tr_TR.lang b/resource_pack/texts/tr_TR.lang index 340bc66bf..f9a81edaf 100644 --- a/resource_pack/texts/tr_TR.lang +++ b/resource_pack/texts/tr_TR.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Ansiklopedi Ekranı # accessibility.screenName.howToPlay=Nasıl Oynanır Ekranı # accessibility.screenName.inviteToGame=Oyun Davet Et Ekranı # accessibility.screenName.joinByIP=IP ile katıl iletişim kutusu # +accessibility.screenName.joinByConnectionID=Bağlantı ID'si diyaloğu ile katılın # accessibility.screenName.joinCode=Katılma Kodu iletişim kutusu # accessibility.screenName.library=Kütüphane Ekranı # accessibility.screenName.modalDialog=Açılır iletişim kutusu # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Profil Ekranı # accessibility.screenName.realmInviteLinkSettings=Realm Davet Bağlantısı Ayarları Ekranı # accessibility.screenName.realmSettings=Realm Ayarları Ekranı # accessibility.screenName.settings=Oyun Ayarları Ekranı # -accessibility.screenName.addFriend=Arkadaş Ekle Ekranı # accessibility.screenName.skinPicker=Dış Görünüş Seç Ekranı # accessibility.screenName.start=Ana Menü # accessibility.screenName.vrAlignment=VR Hizalama Ekranı # accessibility.screenName.emoteWheel=İfadeler Ekranı # +accessibility.screenName.addExternalServer=Harici Sunucu Ekle Ekranı # +accessibility.screenName.editExternalServer=Harici Sunucuyu Düzenle Ekranı # accessibility.search.sort_menu.A_to_Z.tts.title='A'dan 'Z'ye ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title='Z'den 'A'ya ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Hiçbir etkiye sahip olmadığı için %1$ commands.effect.failure.notAMob=%1$s üzerinde etki olamaz # commands.effect.notFound=%s kimlikli hiçbir mob etkisi yok # commands.effect.success=%3$s ögesine %4$d saniyeliğine %1$s * %2$d verildi # +commands.effect.success.infinite=Sonsuz süre boyunca %3$s ögesine %1$s * %2$d verildi # commands.effect.success.removed=%2$s öğesinden %1$s alındı # commands.effect.success.removed.all=%1$s ögesinden bütün efektler alındı # commands.enchant.cantCombine=%1$s, %2$s ile birleştirilemiyor # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Hedef varlık farklı bir boyutta ola commands.generic.entity.invalidType=Varlık türü '%1$s' geçersiz # commands.generic.entity.invalidUuid=Verilen varlık UUID geçersiz bir formatta # commands.generic.entity.notFound=Bu varlık bulunamadı # -commands.generic.error.permissions=Yanlış izin seviyeleri. %s, seviye %s komutudur. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Komut için yanlış izin düzeyi: %s. ###1: command name commands.generic.exception=Bu komutu gerçekleştirmeye çalışırken bilinmeyen bir hata oluştu # commands.generic.invalidAgentType=Tür bağımsız değişkeni Agent'a özgü seçiciye uygulanmış # commands.generic.invalidcontext=Verilen komut türü için sağlanan geçersiz bağlam # +commands.generic.invalidOrigin=Komutun yürütülme zamanında komut kaynağı geçersizdi # commands.generic.invalidDevice=Girdiğiniz %s komutu bu cihazda desteklenmiyor # commands.generic.invalidMessage=Geçersiz mesaj uzunluğu # commands.generic.invalidPlayerType=Tür bağımsız değişkeni oyunculara özgü seçiciye uygulanmış # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=%1$d işlev girişi %2$s işlevi içinde başarıy commands.schedule.invalidOrigin=Bu işlevi yürütmek için gereken kaynak geçersiz. # commands.schedule.name.empty=İşaretleme alanı adı boş olamaz. # commands.schedule.too.many.areas=%s adlı birden fazla işaretleme alanı bulundu. Lütfen tek bir alan kullanın. # +commands.schedule.clear.failure=%1$s adıyla hiçbir işlev kaldırılmadı. # +commands.schedule.clear.success=%2$s adlı %1$d işlevleri kaldırıldı. # +commands.schedule.tickingarea.clear.success=İşaretleme alanı adı %2$s olan %1$d işlevler kaldırıldı. # +commands.schedule.tickingarea.clear.failure=İşaretleme alanı adı %1$s olan hiçbir işlev kaldırılamadı. # +commands.schedule.tickingarea.func.clear.success=İşaretleme alanı adı %2$s ve %3$s olan %1$d işlevleri kaldırıldı. # +commands.schedule.tickingarea.func.clear.failure=İşaretleme alanı adı %1$s ve %3$s ile hiçbir işlev kaldırılamadı. # ## 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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Renk solma değerleri 0'dan 255'e kadar bir tamsay commands.camera.invalid.easing=Sabit olmayan kameralara geçiş desteklenmez # commands.camera.invalid.time=Solma süreleri 0 ile 10 saniye arasında olmalıdır # commands.camera.invalid.pitch=Kamera alanı (X ekseni) -90 ile 90 derece arasında olmalıdır # -commands.camera.invalid.view.offset=Görüntü uzaklığı -100 ile 100 arasında olmalıdır # +commands.camera.invalid.view.offset=Görüntü uzaklığı -64 ile 64 arasında olmalıdır # +commands.camera.invalid.entity.offset=Varlık uzaklığı -64 ile 64 arasında olmalıdır # +commands.camera.invalid.offset.camera=Varlık ve görüntü uzaklığı yalnızca follow_orbit kameraya uygulanabilir # commands.camera.perspective.locked=Özel kameraları kullanırken açı değiştirilemez # commands.camera.perspective.option=Seçtiğiniz kamera, özel kamera etkin olmadığında değişir # commands.world_age.description=Dünyanın yaşını (oluşturulduktan sonra geçen zaman) değiştirir veya sorgular. # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Girişi Kaldır # controller.buttonTip.removeMaterial=Malzemeyi Kaldır # controller.buttonTip.renameItem=Eşyayı Yeniden Adlandır # controller.buttonTip.returnToRecipe=Tarife Geri Dön # +controller.buttonTip.swap=Değiştir # controller.buttonTip.enterSearch=Ara # controller.buttonTip.searchRecipe=Hızlı Arama # controller.buttonTip.confirmSearch=Onayla # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Bir Tane Al # controller.buttonTip.take=Al # controller.buttonTip.takeItem=Eşya Al # controller.buttonTip.clearHotbar=Sık Kullanılanlar'ı Temizle # +controller.buttonTip.add.to.bundle=Pakete Ekle # +controller.buttonTip.place.from.bundle=Paketten Yerleştir # +controller.buttonTip.take.from.bundle=Paketten Al # controllerLayoutScreen.actions=Eylemler # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Hemen dene # ## Edu Course Multiplayer strings course.edu.enterIp=Katılmak istediğiniz dünyanın IP Adresini girin. # course.edu.enterConnection=Katılmak istediğiniz dünyanın Bağlantı ID'sini girin. # +course.edu.enterConnectionScreenReader=Katılmak istediğiniz dünyanın Bağlantı I.D.'sini girin. # course.edu.ipAddress=IP Adresi # course.edu.ipPlaceholder=Lütfen IP veya Sunucu Adresi girin # course.edu.ipTooltipText=IP Adresini bulmak için sunucudan dersi duraklatmasını isteyin. IP Adresi, sunucunun ekranının sağ tarafında görülebilir. # course.edu.connectionInfo=Bağlantı ID'si # course.edu.conInfoPlaceholder=Lütfen Bağlantı ID'sini girin # course.edu.conInfoHostTooltipText=Diğer oyuncular, Katılım Kodunu veya paylaşılan bağlantıyı kullanarak dünyanıza katılmakta sorun yaşıyorsa Bağlantı ID'nizi paylaşabilirsiniz. # +course.edu.conInfoHostTooltipTextScreenReader=Diğer oyuncular, Katılım Kodunu veya paylaşılan bağlantıyı kullanarak dünyanıza katılmakta sorun yaşıyorsa Bağlantı ID'nizi paylaşabilirsiniz. # course.edu.conInfoTooltipText=Sunucu, Bağlantı ID'sini kendi dünyasının Oyun Menüsünün çok oyunculu sekmesinde bulabilir. # +course.edu.conInfoTooltipTextScreenReader=Sunucu, Bağlantı ID'sini kendi dünyasının Oyun Menüsünün çok oyunculu sekmesinde bulabilir. # course.edu.joinLesson=Derse Katıl # course.edu.joinLessonIntro=Katılmak için aynı dersteki sınıf arkadaşlarınızı bulun veya listede görünmüyorsa IP adreslerini girin. # course.edu.joinLessonIntroTeacher=Katılmak istediğiniz grubu seçin veya listede görünmüyorsa IP adresini girin. # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=Sınırsız üye ekle ve en fazla §d%d§r ar createWorldUpsell.realm.sellPoint2=Çevrimiçi kaydedildi: Minecraft Market ile herhangi bir Minecraft cihazında oynayın # createWorldUpsell.realm.sellPoint3=Cihazınızda hiç yer kaplamaz # createWorldUpsell.realm.sellPoint4=Arkadaşlarınız, uzakta olduğunuzda bile oynayabilirler # -createWorldUpsell.signIn=Microsoft Hesabı ile Realm Oluştur # +createWorldUpsell.signIn=Microsoft hesabı ile Realm Oluşturun # createWorldUpsell.world.sellPoint1=7 arkadaşınızla çevrimiçi oynayın # createWorldUpsell.world.sellPoint2=Cihazınıza kaydedildi: Çevrimdışı oynayın # createWorldUpsell.world.sellPoint3=Cihaz hafızasını kullanır # @@ -1908,8 +1927,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 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=Rastgele İşaretleme Hızını Sıfırl createWorldScreen.serverSimDistance=Simulasyon Uzaklığı # createWorldScreen.serverSimDistanceFormat=%s chunk # createWorldScreen.showbordereffect=Kenarlık Efektini Göster # -createWorldScreen.check_internet_connection=İnternet'e bağlı değilsiniz. Arkadaşlarınız çok oyunculu dünyalarınıza katılamayacak. Arkadaşlarınızla oynamak için Microsoft Hesabınızla oturum açın. # -createWorldScreen.disconnectedXboxLive=Microsoft hizmetlerine bağlı değilsiniz. Oyuncu Etiketi olan arkadaşlarınız çok oyunculu dünyanıza katılamayacak. Arkadaşlarınızla oynamak için Microsoft Hesabınızla oturum açın. # +createWorldScreen.check_internet_connection=İnternet'e bağlı değilsiniz. Arkadaşlarınız çok oyunculu dünyalarınıza katılamayacak. Arkadaşlarınızla oynamak için Microsoft hesabınızla oturum açın. # +createWorldScreen.disconnectedXboxLive=Microsoft hizmetlerine bağlı değilsiniz. Oyuncu Etiketi olan arkadaşlarınız çok oyunculu dünyanıza katılamayacak. Arkadaşlarınızla oynamak için Microsoft hesabınızla oturum açın. # createWorldScreen.clearPlayerData.button=Oyuncu Verilerini Temizle # createWorldScreen.clearPlayerData.title=Oyuncu Verileri Dünyadan Silinsin mi? # createWorldScreen.clearPlayerData.body1=Tüm oyuncu verilerini dünyadan kesin olarak silmek için "Tüm Oyuncu Verileri" öğesini seçin. Dünyaya bir dahaki sefer herhangi bir oyuncu girdiğinde yeni, varsayılan verilerle dünyayı başlatacak. # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s bölgesinin süresi doldu. %s adl realmsSharingScreen.cantJoinClosedTitle=%s bu Realm'i kapattı # realmsSharingScreen.cantJoinClosedMessage=%s kapalı. %s adlı oyuncudan yeniden açmasını iste. # realmsSharingScreen.failedSignInModalTitle=Bu Realm'e katılmak için oturum açın # -realmsSharingScreen.failedSignInModalMessage=Bir Realm'e katılmak için Microsoft Hesabıyla oturum açmanız gerekir. Lütfen oturum açıp tekrar deneyin. # +realmsSharingScreen.failedSignInModalMessage=Bir Realm'a katılmak için Microsoft hesabıyla oturum açmanız gerekir. Lütfen oturum açıp tekrar deneyin. # realmsSharingScreen.invalidPermissionTitle=Geçersiz izinler # realmsSharingScreen.unexpectedServerResponseTitle=Realms Hatası # realmsSharingScreen.unexpectedServerResponseMessage=Ne yazık ki Realm'a bağlanırken bir sorun yaşadık. Lütfen daha sonra tekrar dene. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Ödeme hizmeti # realmsCreateScreen.paymentFailed.body=Şu anda Realms'a bağlanılamıyor ve satın alma işleminiz tamamlanamıyor. Lütfen daha sonra yeniden deneyin. # realmsCreateScreen.incomplete=Eksik Realm # realmsCreateScreen.incomplete.create.a=Son girdiğinde her şey tamamlanmamış gibi görünüyor. Haydi realm'ını şimdi tamamlayalım. # -realmsCreateScreen.incomplete.create.b=Görünüşe göre farklı bir Microsoft Hesabıyla realm oluşturmaya başladın. Realm oluşturma işlemini sahibi olduğun bu Microsoft Hesabı ile tamamlamak istiyor musun? # -realmsCreateScreen.incomplete.create.c=Birisi bu cihazdaki fatura hesabıyla Realm oluşturmaya başladı. Realm oluşturmayı sahibi olduğun bu Microsoft Hesabı ile tamamlamak istiyor musun? # +realmsCreateScreen.incomplete.create.b=Görünüşe göre farklı bir Microsoft Hesabıyla Realm oluşturmaya başladınız. Realm oluşturma işlemini sahibi olduğunuz bu Microsoft Hesabı ile tamamlamak istiyor musunuz? # +realmsCreateScreen.incomplete.create.c=Birisi bu cihazdaki fatura hesabıyla Realm oluşturmaya başladı. Realm oluşturmayı sahibi olduğunuz bu Microsoft hesabı ile tamamlamak istiyor musunuz? # realmsCreateScreen.incomplete.renew.a=Son girdiğinde her şey tamamlanmamış gibi görünüyor. Haydi realm'ını yenilemeyi şimdi tamamlayalım. # -realmsCreateScreen.incomplete.renew.b=Görünüşe göre farklı bir Microsoft Hesabı ile Realm'i yenilemeye başladınız. Realm yenileme işlemini sahibi olduğunuz bu Microsoft Hesabıyla tamamlamak istiyor musunuz? # -realmsCreateScreen.incomplete.renew.c=Birisi bu cihazda fatura hesabıyla bir Realm'i yenilemeye başladı. Realm yenileme işlemini sahibi olduğunuz bu Microsoft Hesabı ile tamamlamak istiyor musunuz? # +realmsCreateScreen.incomplete.renew.b=Görünüşe göre farklı bir Microsoft hesabı ile Realm'i yenilemeye başladınız. Realm yenileme işlemini sahibi olduğunuz bu Microsoft hesabıyla tamamlamak istiyor musunuz? # +realmsCreateScreen.incomplete.renew.c=Birisi bu cihazdaki fatura hesabıyla bir Realm'ı yenilemeye başladı.  Realm yenileme işlemini sahibi olduğunuz bu Microsoft hesabı ile tamamlamak istiyor musunuz? # realmsCreateScreen.incomplete.override.renew=Yeni bir realm oluşturmaya çalışıyorsun ancak bir realm'ı yenilemek için daha önce yapılan bir satın alma işlemi bulundu. Bu satın alma işlemini şimdi uygulamak ister misin? # realmsCreateScreen.incomplete.override.create=Bir realm'ı yenilemeye çalışıyorsun ancak realm oluşturmak için daha önce yapılan bir satın alma işlemi bulundu. Bu satın alma işlemini şimdi uygulamak ister misin? # realmsCreateScreen.incomplete.override.realm=Bir realm'ı yenilemeye çalışıyorsun ancak farklı bir realm için daha önce yapılan bir satın alma işlemi bulundu. Bu satın alma işlemini şimdi uygulamak ister misin? # @@ -2224,11 +2241,11 @@ networkWorld.friends_label=Arkadaşlar # networkWorld.joinable_friends_label=Katılabilecek Arkadaşlar # networkWorld.no_joinable_friends_label=Arkadaşlarınız şu anda Minecraft oynamıyor. # networkWorld.check_internet_connection=Hop! İnternet bağlantınızı mı kontrol etseniz? Arkadaşlarınızın dünyalarını bulamıyoruz. # -networkWorld.connect_to_xbl=Arkadaşlarınızla oynamak için bir Microsoft Hesabıyla oturum açın. # +networkWorld.connect_to_xbl=Arkadaşlarınızla oynamak için bir Microsoft hesabıyla oturum açın. # networkWorld.memberOfTooManyRealms=Realm üyeliği limitine ulaştınız. # -networkWorld.multiplayerPrivilegesBlocked=Microsoft Hesabınızın ayarı nedeniyle çevrimiçi çok oyunculu oyunlar oynayamazsınız. Lütfen çevrimiçi güvenlik ayarlarınızın Çok Oyunculu oyuna izin verdiğinden emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Microsoft Hesabınızın ayarı nedeniyle çevrimiçi çok oyunculu oyunlar oynayamazsınız. Lütfen çevrimiçi güvenlik ayarlarınızın Çok Oyunculu oyuna izin verdiğinden ve etkin bir Xbox Live Gold aboneliğine sahip olduğunuzdan emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Microsoft Hesabınızın ayarı nedeniyle çevrimiçi çok oyunculu oyunlar oynayamazsınız. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=Microsoft hesabınızın ayarı nedeniyle çevrimiçi çok oyunculu oyunlar oynayamazsınız. Lütfen çevrimiçi güvenlik ayarlarınızın Çok Oyunculu oyuna izin verdiğinden emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=Microsoft hesabınızın ayarı nedeniyle çevrimiçi çok oyunculu oyunlar oynayamazsınız. Lütfen çevrimiçi güvenlik ayarlarınızın Çok Oyunculu oyuna izin verdiğinden ve etkin bir Xbox Live Gold aboneliğine sahip olduğunuzdan emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Microsoft hesabınızın ayarı nedeniyle çevrimiçi çok oyunculu oyunlar oynayamazsınız. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Çevrimiçi oyunu engelleyen, bilinmeyen bir hata oluştu. Lütfen daha sonra tekrar dene. # networkWorld.multiplayerPrivilegesBlockedBanned=Hesabınız askıya alındığından çevrimiçi çok oyunculu oyun oynayamazsınız. # networkWorld.versionOutOfDate=En son sürümü çalıştırmadığınız için çevrimiçi çok oyunculu oyun oynayamazsınız. Çevrimiçi özelliklere erişmek için lütfen en son sürümü yükleyin. # @@ -2470,10 +2487,10 @@ realmsSettingsScreen.extendConsumableButton=Aboneliği Uzat # realmsSettingsScreen.extendConsumableButton.30=30 Gün Uzat # realmsSettingsScreen.extendConsumableButton.180=180 Gün Uzat # -xblLogin.LoginMessageTitle=Microsoft Hesabı # +xblLogin.LoginMessageTitle=Microsoft hesabı # xblLogin.LoginMessage=Bağlanıyor… # -xbl.savePurchase.saveButton=Microsoft Hesabına kaydet # +xbl.savePurchase.saveButton=Microsoft hesabına kaydedin # xbl.marketplace.account.error.body.nobutton=Hesabınızla ilgili bir hata var. Sorun çözülene kadar marketi kullanamayacaksınız. Bu sorun birkaç gün boyunca devam ederse lütfen desteğe başvurun. # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=Daha önce Market'ten yalnızca b store.sign_in_warning.no_xbl_and_no_local_content.line1=Satın aldıklarınızı kaydetmek ve platformlar arasında paylaşmak için şimdi oturum açın. Sisteminizde bir sorun çıkması veya Minecraft'ın kaldırılması durumunda kaybolmamaları için satın alınanları kaydedin. Satın aldığınız Market içeriğine herhangi bir platformdan erişin ve özelleştirilmiş karakterlerinizi platformlar arasında kullanın. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Microsoft hesabınız yok mu? Şimdi ücretsiz bir hesap oluşturun # -xbl.signOut.title=Microsoft Hesabı Satın Alma İşlemleri! # -xbl.signOut.message1=Microsoft Hesabı oturumunuzu kapattığınızda, Minecoin'lere ve mağazada satın aldığınız eşyalara erişemezsiniz. # +xbl.signOut.title=Microsoft hesabı Satın Alma İşlemleri! # +xbl.signOut.message1=Microsoft hesabı oturumunuzu kapattığınızda Minecoin'lere ve mağazada satın aldığınız eşyalara erişemezsiniz. # xbl.signOut.message2=Bunu yapmak istediğinizden emin misiniz? # date.short_january=Oca # @@ -2550,7 +2567,7 @@ date.timeLeft=%s kaldı # dayOneExperience.carousel.title=Yeni Minecraft'a hoş geldin! # dayOneExperience.carousel.welcome_text=Minecraft'ın bu yeni sürümünde bir sürü heyecan verici yeni şey var. Market'e göz atın, bir Realm oluşturun ve Platformlar Arası arkadaşlarınızla çevrimiçi oynayın! # dayOneExperience.carousel.marketplace=Minecraft Market, çeşitli yetenekli içerik üreticilerinin hazırladığı yeni dış görünüş, dünya, doku ve karışık paketlerini bulabileceğin yerdir. # -dayOneExperience.carousel.cross_platform=Platformlar arası oyun, farklı platformlardaki oyuncularla bağlantı kurmanıza olanak tanır. Tüm Minecraft arkadaşlarınızla oynamak için Microsoft Hesabınızla oturum açın! # +dayOneExperience.carousel.cross_platform=Platformlar arası oyun, farklı platformlardaki oyuncularla bağlantı kurmanıza olanak tanır. Tüm Minecraft arkadaşlarınızla oynamak için Microsoft hesabınızla oturum açın! # dayOneExperience.carousel.realms=Realm'ler, sadece siz ve arkadaşlarınız için bizim çalıştırdığımız sunuculardır. Minecraft dünyanızı, oturumu kapattığınızda bile her zaman çevrimiçi ve erişilebilir durumda tutun. # dayOneExperience.carousel.villager=Yeni Minecraft; yeni özellikler, moblar, eşyalar, bloklar ve daha birçok şey içeren gelecek güncellemelerin alınacağı tek yerdir! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Sunucu, komut dosyası bellek sınırının disconnectionScreen.header.realms_hidden=Çok Oyunculu Oyuna Davet # disconnectionScreen.body.realms_hidden=Bu sunucuya katılamazsınız. # +disconnectionScreen.biomeData.IdDuplication=%s Kimliği %s ile çarpışıyor # +disconnectionScreen.biomeData.MalformedData=Hatalı Biçimlendirilmiş Biyom Verileri # +disconnectionScreen.biomeData.MixedIdPresence=Biyom Paketi, Özel Biyomlar için karışık kimlik varlığına sahiptir # +disconnectionScreen.biomeData.ReservedRange=Özel Biyom %s, ayrılmış bir aralıktaki kimliği kullanır. Özel Biyomlar için kimlik aralığı: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Klasik Biyom verileri, 'kimlik' alanı içermemelidir # disconnectionScreen.blockMismatch=İstemci ve sunucu arasındaki bloklar eşleşmiyor. # disconnectionScreen.cantConnect=Dünyaya bağlanılamıyor. # disconnectionScreen.cantConnectToRealm=Realm'a bağlanılamıyor. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Dünya şablonlarını Minecraft Education Kitaplığ edu.pause.multiplayer.disabled=Bu derste çok oyunculu oyun kullanılamıyor. # +effect.duration.infinite=∞ # effect.badOmen=Kötü Kehanet # effect.infested=Bulaşmış # effect.oozing=Sızma # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Ekran görüntüsü geçersiz # feed.failedToPostRateLimit=Birkaç dakika içinde yeniden paylaşmayı deneyin. Realms işlemi gerçekleştirmeye çalışıyor. # feed.uppload_started=Ekran görüntüsü karşıya yükleniyor # feed.uppload_success=Ekran görüntüsü karşıya yüklendi # -feed.connected=Her Realm, Microsoft Hesabınızla bir Kulübe bağlıdır. # +feed.connected=Her Realm, Microsoft hesabınızla bir Kulübe bağlıdır. # feed.unviewedPost=Yeni # -comment.like=%d beğenme ### 1 like -comment.likes=%d beğenme ### 0 or 2+ likes -comment.comment=%d yorum ### 1 comment -comment.comments=%d yorum ### 0 or 2+ comments -comment.likes_and_comments=%1 ve %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Yorum... # - furnaceScreen.fuel=Yakıt # furnaceScreen.header=Ocak # furnaceScreen.input=Girdi # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=Oluşturduğunuz her yeni dünyada, çok oyuncu howtoplay.playingTogether.header.2=Çevrimiçi Oyuna Katılma # howtoplay.playingTogether.text.3=Başkalarıyla oynamak istiyorsanız kullanılabilir tüm Realms, Arkadaşlar ve LAN oyunlarını görmek için §eArkadaşlar§e sekmesine gidin. Katılmak için herhangi bir oyunu seçin. # howtoplay.playingTogether.text.4=Çevrimiçi bir oyuna başladığınızda veya çevrimiçi bir oyuna katıldığınızda arkadaşlarınız bunu Arkadaşlar sekmesinde görebilir. Size katılırlarsa, bu onların arkadaşlarına da görünür. # -howtoplay.playingTogether.text.5=Çok oyunculu oynamak için etkin bir internet bağlantısı olan §eMicrosoft Hesabı§f ile oturum açmanız gerekir. # +howtoplay.playingTogether.text.5=Çok oyunculu oyun oynamak için etkin bir internet bağlantısı olan §eMicrosoft hesabı§f ile oturum açmanız gerekir. # howtoplay.playingTogether.header.3=Realms: Birlikte oynamanın en iyi yolu # howtoplay.playingTogether.text.6=§ERealms§f sayesinde arkadaşlarınızla oynamak kolaydır. # howtoplay.playingTogether.text.7=Siz ve 10 taneye kadar arkadaşınız her zaman çevrimiçi olan bir dünyaya 7/24 erişim kazanın. Keşfedin, yaratıcı olun veya Market'ten özenle seçilmiş içerikleri deneyin. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=§eSık kullanılanlar§f ve envanteriniz ara howtoplay.inventory.text.2.touch=§eSık kullanılanlar§f ve envanteriniz arasında bir şey taşımak mı istiyorsunuz? Tercih ettiğiniz eşyaya dokunun, sonra da taşımak istediğiniz boş eşya bölmesine dokunun. # howtoplay.inventory.text.2.vr=§eSık kullanılanlar§f ve envanteriniz arasında bir şey taşımak mı istiyorsunuz? Bir eşya seçmek için imleci kullanın ve :_input_key.use: düğmesine basın. Ardından imlecinizi boş bir eşya bölmesine taşıyın ve nesneyi bırakmak için tekrar basın. # +howtoplay.jigsawBlocks=Yapboz Bloklar # +howtoplay.jigsawBlocks.text.1=Yapboz Bloklar, oluşturuculara birden fazla yapı şablonunu birbirine bağlayarak dünyada büyük yapılar oluşturma şansı verir. # +howtoplay.jigsawBlocks.header.1=Nasıl Edinilir? # +howtoplay.jigsawBlocks.text.2=Bir Yapboz Blok edinmek için /give slash komutunu kullanmalısınız. Bir Yapboz Blokunu kullanmak için Operatör izinlerine sahip olmanız gerekir. # +howtoplay.jigsawBlocks.header.2= Ayarlar # +howtoplay.jigsawBlocks.text.3=Yapboz Bloklar, daha büyük bir yapı oluşturmak üzere nasıl bir araya geleceklerini kontrol eden birden fazla ayara sahiptir. # +howtoplay.jigsawBlocks.text.4=§eHedef Havuz§f - Bağlantılı bir yapı şablonu aramak için şablon havuzunun yolu. Şablon havuzu, Yapboz'un ''Hedef Adı'' alanıyla eşleşen en az bir yapı içermelidir. # +howtoplay.jigsawBlocks.text.5=§eAd§f - Yapboz'un adı. Bu, eşleşen bir ''Hedef Adı'' olan bir Yapboz'dan bağlanırken kullanılır. # +howtoplay.jigsawBlocks.text.6=§eDönüşüm§f - Yapı oluşturma sırasında Yapboz Blokun dünyaya yerleştirildiğinde dönüşeceği blok türü. # +howtoplay.jigsawBlocks.text.7=§eSeçim Önceliği§f - Ana parça bağlantı için işlenirken bu Yapboz Blokun hedef parçasına bağlanmaya çalıştığı sıradır. Yapboz'lar, eşitlik rastgele sıralamayla bozulacak şekilde, azalan önceliğe göre işlenecektir. # +howtoplay.jigsawBlocks.text.8=§eYerleştirme Önceliği§f - Bu Yapboz blok bir parçaya bağlandığında bu parçanın daha geniş yapıdaki bağlantılar için işlendiği sıradır. Parçalar, eşitlik ekleme sırasıyla bozulacak şekilde, azalan önceliğe göre işlenecektir. # +howtoplay.jigsawBlocks.text.9=§eBirleşim Türü§f - Bir birleşim, Yuvarlanabilir (varsayılan) veya Hizalanmış olabilir. Birleşim türü Yuvarlanabilir ise hedef yapı, kaynak Yapboz Blokun etrafında rastgele döner. Birleşim türü Hizalanmış ise hedef yapı, hedef Yapboz Blokun dönüşünün kaynak Yapboz Blokun dönüşüyle ​​hizalanacağı şekilde yerleştirilir. Bunun yalnızca Yapboz Blok yukarı veya aşağı bakacak şekilde yerleştirildiğinde geçerli olduğunu unutmayın. # + howtoplay.jukebox=Müzik Kutusu # howtoplay.jukebox.text.1=Müzik Kutusu, bulduğunuz Müzik Disklerini oynatır. # howtoplay.jukebox.header.1=Partiyi Başlat # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Kahverengi Kalkan # item.shield.black.name=Siyah Kalkan # item.shield.blue.name=Mavi Kalkan # +item.bundle=Paket # +item.black_bundle=Siyah Paket # +item.white_bundle=Beyaz Paket # +item.red_bundle=Kırmızı Paket # +item.orange_bundle=Turuncu Paket # +item.yellow_bundle=Sarı Paket # +item.green_bundle=Yeşil Paket # +item.lime_bundle=Açık Yeşil Paket # +item.brown_bundle=Kahverengi Paket # +item.light_gray_bundle=Açık Gri Paket # +item.light_blue_bundle=Açık Mavi Paket # +item.blue_bundle=Mavi Paket # +item.gray_bundle=Gri Paket # +item.pink_bundle=Pembe Paket # +item.magenta_bundle=Eflatun Paket # +item.purple_bundle=Mor Paket # +item.cyan_bundle=Camgöbeği Paket # +item.bundle.empty=Boş # +item.bundle.empty.description=Karışık eşya yığını tutabilir # +item.bundle.full=Tam # +item.bundle.fullness=%s kaldı # + item.goat_horn.name=Keçi Boynuzu # item.minecraft.goat_horn.sound.0=Kafa Yorma # item.minecraft.goat_horn.sound.1=Şarkı Söyleme # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Oklar # itemGroup.name.potion=İksirler # itemGroup.name.splashPotion=Sıçrayan İksirler # itemGroup.name.lingeringPotion=Uzun Süreli İksirler # +itemGroup.name.ominousBottle=Uğursuz Şişeler # itemGroup.name.bed=Yataklar # itemGroup.name.chalkboard=Yazı Tahtaları # itemGroup.name.anvil=Örsler # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Mumlar # itemGroup.name.goatHorn=Keçi Boynuzları # itemGroup.name.compounds=Bileşikler # itemGroup.name.products=Ürünler # +itemGroup.name.bundles=Paketler # -jigsaw.title.target_pool=Hedef havuz: # +##Jigsaw Block +jigsaw_block.title=Yapboz Blok # +jigsaw.title.target_pool=Hedef Havuz: # jigsaw.title.name=Ad: # -jigsaw.title.target=Hedef adı: # -jigsaw.title.final_block=Şuna dönüşür: # -jigsaw.title.joint_type=Birleştirilmiş tür: # +jigsaw.title.target=Hedef Adı: # +jigsaw.title.final_block=Dönüşüm: # +jigsaw.title.selection_priority=Seçim Önceliği: # +jigsaw.title.placement_priority=Yerleştirme Önceliği: # +jigsaw.title.joint_type=Birleşim Türü: # jigsaw.title.joint_type.aligned=Hizalandı # jigsaw.joint_type.aligned=Hizalandı # jigsaw.joint_type.rollable=Yuvarlanabilir # jigsaw.exit.done=Bitti # -jigsaw.exit.cancel=İptal # ##EDU Joincode joincode.entry_popup.icon_button=%1 katılma kodu düğmesi # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=LAN'da Aç # menu.simulating=Dünya bir bit için simule ediliyor # menu.singleplayer=Tekli Oyuncu # menu.store=Market # +menu.store.addons=Eklentilere Göz Atın! # menu.skins=Dış Görünüşler # menu.start=Başlat # menu.switchingLevel=Dünyalar değiştiriliyor # @@ -6180,10 +6237,10 @@ options.splitvibration=Eşyaları Bölerken Titreşin # options.debug=Hata Ayıkla # options.flighting_debug=Uçuş Hatalarını Ayıklama # options.debugTitle=Geliştirici Seçenekleri # -options.delete_account.button=Microsoft Hesabını Sil # -options.delete_account.confirm.title=Microsoft Hesabı silinsin mi? # +options.delete_account.button=Microsoft hesabını silin # +options.delete_account.confirm.title=Microsoft hesabı silinsin mi? # options.delete_account.confirm.warning=UYARI: %s hesabını sildikten sonra ilerleme durumunu veya cihazında satın aldığın içerikleri elinde tutamazsın. # -options.delete_account.confirm.warning.2=Bu oyun üzerinden Microsoft Hesabının bağlantısını kesersen bu hesabı kullanan tüm Minecraft oyunların bu durumdan etkilenecek. # +options.delete_account.confirm.warning.2=Bu oyun üzerinden Microsoft hesabınızın bağlantısını keserseniz bu hesabı kullanan tüm Minecraft oyunları bu durumdan etkilenecektir. # options.delete_account.confirm.checkbox1=Bundan sonra diğer platformlarda oynadığında oyun içi Mağaza içeriklerine erişemeyeceksin. # options.delete_account.confirm.checkbox2=Artık arkadaşlarınla çevrimiçi oynayamayacaksın. # options.delete_account.confirm.checkbox3=Bundan sonra, şu anda etkin olan Realms abonelikleri de dâhil olmak üzere Realms'a erişemeyeceksin. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Hata ayıklayıcısında onay belgesi sorunu options.dev_assertions_show_dialog=Onay Belgeleri kalıcı iletişim kutusu gösterir # options.dev_force_trial_mode=Deneme Modunu etkinleştirmeye zorla # options.dev_eduDemo=Eğitim Demosu (Yeniden oturum açma gerektirir) # +options.dev_eduCloudResumableUpload=4 MB'den büyük dosya yüklemeleri için devam ettirilebilir yükleme API'sini kullanın # options.remote_imgui_toggle=Uzak Imgui Etkin # options.dev_enableDebugUI=Hata Ayıklama UI Etkinleştir # options.dev_createRealmWithoutPurchase=Satın almadan realm oluştur # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms Bitiş Noktası # options.dev_realmsEndpointPayment=Realms Bitiş Noktası Ödemesi # options.dev_realmsRelyingParty=Realms Bağlı Grup # options.dev_realmsRelyingPartyPayment=Realms Bağlı Grup Ödemesi # -options.dev_realms_stories=Realms Hikâyelerini Etkinleştir # options.dev_overrideXboxEnvironmentWindows=Xbox Sandbox'ı Geçersiz Kıl (Windows'ta işletim sistemi denetlendi) # options.dev_overrideXboxEnvironment=Xbox Sandbox'ı Geçersiz Kıl (yeniden başlatma gerekir) # options.dev_xboxEnvironment=Xbox Sandbox Ortamı (yeniden başlatma gerekir) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge Sandbox: Satış # options.dev_sandboxDev=Xforge Sandbox: Geliştirme # options.dev_sandboxDevAchievement=Xforge Sandbox: Geliştirici başarısı # options.dev_showDiscoveryOverridePanel=Hizmet Uç Noktalarını Geçersiz Kıl # +options.dev_serviceOverrideType=Geçersiz Kılma Türü # +options.dev_serviceOverrideTypeMultibranch=Çok Dallı Dağıtım # +options.dev_serviceOverrideTypeCustom=Özel # options.dev_discoveryOverrideServiceName=Hizmet Adı (güvenlik, karakter vb.) # options.dev_discoveryOverrideServiceBranch=Dal # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=Tüm Uç Noktaları Sıfırla # options.dev_apply=Uygula # options.dev_displayTreatmentsPanel=İşlemleri Göster # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Toplama: Etkin # options.dev_gatherings_system_service_pack=Toplama: Eksik Sistem Hizmet Paket(ler)i nedeniyle devre dışı # options.dev_gatherings_active_gathering=Etkin: %s # options.dev_gatherings_available_gatherings=Kullanılabilir Toplamalar # +options.dev_gatherings_clear_system_service_pack=Sistem Hizmeti Paketi Önbelleğini Temizle # options.difficulty=Zorluk # options.difficulty.easy=Kolay # options.difficulty.hard=Zor # @@ -6524,7 +6586,8 @@ options.creatorTitle=İçerik Üretici Ayarları # options.creator.serverboundClientDiagnosticsEnabled=İstemci Tanılamayı Etkinleştir # options.creator.debuggerHeading=Betik Hatası Ayıklayıcı Ayarları # options.creator.debuggerAutoAttach=Yüklendiğinde Hata Ayıklayıcıyı Ekle # -options.creator.debuggerAutoConnect=Yüklendiğinde Hata Ayıklayıcıyı Bağla # +options.creator.debuggerAutoAttachTimeout=Ekleme Zaman Aşımı # +options.creator.debuggerAutoAttachTimeoutFormat=%s Saniye # options.creator.debuggerConnect=Bağlan # options.creator.debuggerListen=Dinle # options.creator.debuggerHost=Sunucu # @@ -6671,11 +6734,11 @@ options.smoothRotationSpeed=Yumuşak Dönüş Hızı # options.xboxliveBroadcast.inviteOnly=Yalnızca Davet # options.xboxliveBroadcast.friendsOnly=Yalnızca Arkadaşlar # options.xboxliveBroadcast.friendsOfFriends=Arkadaşların Arkadaşları # -options.xboxliveBroadcastSettings=Microsoft Hesabı Ayarları # +options.xboxliveBroadcastSettings=Microsoft hesabı Ayarları # options.xboxlivevisible=Xbox ağı Oyuncuları tarafından görülebilir # -options.xboxLiveAccountSettings=Microsoft Hesabı Ayarları # -options.xboxLiveSignedIn=Microsoft Hesabı ile oturum açıldı # -options.xboxLiveSignedOut=Microsoft Hesabı oturumu kapatıldı # +options.xboxLiveAccountSettings=Microsoft hesabı Ayarları # +options.xboxLiveSignedIn=Microsoft hesabı ile oturum açıldı # +options.xboxLiveSignedOut=Microsoft hesabı oturumu kapatıldı # options.xboxLive.privacyControl=Gizlilik ve çevrimiçi güvenlik # options.realms.checkInvites=Realms üyelik davetlerini yönet # options.skinCustomisation=Dış Görünüş Özelleştirme... # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. Dünya oluşturulduktan sonra zorlu mod options.turnOnHardcoreMode.message.3=3. Öldükten sonra bu dünyayı görebilirsiniz ama onunla etkileşime giremezsiniz. # options.achievementsDisabled=Bu dünyada başarı kazanılamaz. # options.achievementsDisabled.onLoad=Bu ayarlarla oynamaya başlarsanız, artık bu dünyada başarı kazanılamaz. # -options.achievementsDisabled.notSignedIn=Bu dünyada başarı kazanılabilir, ancak kazanmak için bir Microsoft Hesabıyla oturum açmanız gerekir. # +options.achievementsDisabled.notSignedIn=Bu dünyada başarı kazanılabilir, ancak kazanmak için bir Microsoft hesabıyla oturum açmanız gerekir. # options.turnOffCrossPlatformMultiplayer=Platformlar Arası Çok Oyunculu Oyun Kapatılsın mı? # options.turnOffCrossPlatformMultiplayer.message=Kullanmaya çalıştığın içerik, platformlar arası çok oyunculu oyunlarda kullanılamaz. Devam edersen platformlar arası çok oyunculu oyunları oynayamazsın. # options.conflictingPacks=Çakışan Paketler # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=Yine De Dünyayı Yükle # options.updateAndPlay=Güncelle ve oyna # options.makeBackup=Dünyamın yedek bir kopyasını oluştur # options.managePrivacy=Gizlilik ayarlarını yönetmek için lütfen herhangi bir tarayıcıdan https://account.xbox.com/Settings sayfasını ziyaret edin. ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Microsoft Hesabının Bağlantısını Kaldır # -options.unlink_msa.confirm.title=Microsoft Hesabının bağlantısı kaldırılsın mı? # +options.unlink_msa.button=Microsoft hesabınızın bağlantısını kaldırın # +options.unlink_msa.confirm.title=Microsoft hesabınızın bağlantısı kaldırılsın mı? # options.unlink_msa.confirm.warning=UYARI: Bağlantıyı kaldırdıktan sonra ilerleme durumunuzu veya PlayStation®4 konsolunda satın aldığınız içerikleri %s hesabınıza kaydedemeyeceksiniz. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Bu oyun içinden Microsoft Hesabınızın bağlantısını kesmek, bu platformda bu Microsoft Hesabını kullanan tüm Minecraft oyunlarını etkileyecektir. # +options.unlink_msa.confirm.warning.2=Bu oyun içinden Microsoft hesabınızın bağlantısını kesmek, bu platformda bu Microsoft hesabını kullanan tüm Minecraft oyunlarını etkileyecektir. # options.unlink_msa.confirm.checkbox1=Bundan sonra diğer platformlarda oynadığımda oyun içi Mağaza içeriklerine erişemeyeceğim. # options.unlink_msa.confirm.checkbox2=Bundan sonra diğer platformlardaki arkadaşlarımla platformlar arası oyunlar oynayamayacağım. # options.unlink_msa.confirm.checkbox3=Bundan sonra, şu anda etkin olan Realms abonelikleri de dahil olmak üzere Realms'a erişemeyeceğim. # @@ -6899,7 +6962,7 @@ options.unlink_msa.success.title=Bağlantı Başarıyla Kaldırıldı # options.unlink_msa.success.body=Hesaplarınızın bağlantısı kaldırıldı. # options.unlink_msa.failure.title=Bir Sorun Oluştu # options.unlink_msa.failure.body=Hesaplarınızın bağlantısı kaldırılamadı. İnternet bağlantınızı kontrol eder misiniz? # -options.useRemoteConnect=Microsoft Hesabında Oturum Açma için Uzak Bağlantı Kullanın (yeniden başlatma gerektirir) # +options.useRemoteConnect=Microsoft hesabınıza giriş yapmak için Uzaktan Bağlantı kullanın (yeniden başlatma gerektirir) # options.newUiEditWorld.title=Yeni tasarımımızı denemek ister misiniz? # options.newUiEditWorld.info=§7Bu sayfanın gelecek yeni tasarımını deneyin. Eski deneyime her zaman geri dönebilirsiniz. # options.newUiEditWorld.initiate=Yeni tasarımı deneyin # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Düşük # options.volumetricFogQuality.medium=Orta # options.volumetricFogQuality.high=Yüksek # options.volumetricFogQuality.ultra=Ultra # +options.upscalingPercentage=Çözünürlük # +options.upscalingPercentage.hundred=Yerel # options.reflectionsQuality=Yansımalar # options.reflectionsQuality.off=Kapalı # options.reflectionsQuality.low=Düşük # @@ -6966,12 +7031,10 @@ 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.device=Yakında bu cihazı destekleyemeyeceğiz. Bu cihaz için son güncellemenizi alacağınız Mart 2025'e kadar güncellemeleri almaya devam edeceksiniz.%sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market satın alımlarına Minecoin'ler dahil olmak üzere erişebileceksiniz. Bu cihazla yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmediği sürece 6 ay boyunca çalışmaya devam eder.%sRealm aboneliğinizi iptal etmek için, Realm'ın oluşturulduğu cihazdaki Abonelikler için Ayarlar menüsünden bunu yapmanız gerekir.%sArtık en son güncellemeleri almayacaksınız ve almaya devam eden cihazlar veya Realm'larla çok oyunculu oyun 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 itibaren güncelleme almayacaksınız ve bu güncelleme, bu cihazın alacağı 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.%sRealm aboneliğinizi iptal etmek için, Realm'ın oluşturulduğu cihazdaki Abonelikler için Ayarlar menüsünden bunu yapmanız gerekir.%sArtık en son güncellemeleri almayacaksınız ve almaya devam eden cihazlar veya Realm'larla çok oyunculu oyun 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.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 # @@ -7158,13 +7221,13 @@ permissions.ability.op=Operatör Komutları # permissions.ability.invisible=Görünmez olma # permissions.ability.teleport=Işınlama Kullan # permissions.NeedPermission=İzin Gerekli # -permissions.AddFriends=Microsoft Hesabınızın ayarı nedeniyle arkadaş ekleyemezsiniz. Lütfen çevrimiçi güvenlik ayarlarınızın arkadaş eklemeye izin verdiğinden emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. # -permissions.MultiplayerSessions=Microsoft Hesabınızın ayarı nedeniyle Realms üzerinde oynayamazsınız. Lütfen çevrimiçi güvenlik ayarlarınızın Çok Oyunculu oyuna izin verdiğinden emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. # -permissions.Communications=Microsoft Hesabınızın ayarı nedeniyle diğer oyuncularla sohbet edemezsiniz. Lütfen gizlilik ayarlarınızın başkalarıyla iletişim kurmaya izin verdiğinden emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. # +permissions.AddFriends=Microsoft hesabınızın ayarı nedeniyle arkadaş ekleyemezsiniz. Lütfen çevrimiçi güvenlik ayarlarınızın arkadaş eklemeye izin verdiğinden emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. # +permissions.MultiplayerSessions=Microsoft hesabınızın ayarı nedeniyle Realms üzerinde oynayamazsınız. Lütfen çevrimiçi güvenlik ayarlarınızın Çok Oyunculu oyuna izin verdiğinden emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. # +permissions.Communications=Microsoft hesabınızın ayarı nedeniyle diğer oyuncularla sohbet edemezsiniz. Lütfen gizlilik ayarlarınızın başkalarıyla iletişim kurmaya izin verdiğinden emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. # permissions.RealmsAddFriends=Xbox hesabının ayarı nedeniyle realm'ında oynayacak yeni arkadaşlar ekleyemeyeceksin. Bu ayar Xbox.com üzerindeki gizlilik ve çevrimiçi güvenlik ayarlarından değiştirilebilir. Devam etmek istiyor musun? # permissions.CloudSave=Hesabının oluşturulma şekli nedeniyle Xbox profiline dünyalarını kaydedemezsin. Bu özellik Xbox.com üzerindeki gizlilik ve çevrimiçi güvenlik ayarlarından değiştirilebilir. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Microsoft Hesabınızın ayarı nedeniyle Realms üzerinde oynayamazsınız. Lütfen çevrimiçi güvenlik ayarlarınızın Çok Oyunculu oyuna izin verdiğinden ve etkin bir Xbox Live Gold aboneliğine sahip olduğunuzdan emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=Microsoft Hesabınızın ayarı nedeniyle Realms üzerinde oynayamazsınız. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Microsoft hesabınızın ayarı nedeniyle Realms üzerinde oynayamazsınız. Lütfen çevrimiçi güvenlik ayarlarınızın Çok Oyunculu oyuna izin verdiğinden ve etkin bir Xbox Live Gold aboneliğine sahip olduğunuzdan emin olun. Bu ayarları değiştirme yönergeleri için aka.ms/MCMultiplayerHelp sayfasına gidin. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=Microsoft hesabınızın ayarı nedeniyle Realms üzerinde oynayamazsınız. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Bunu Düzeltmek İçin Yardım Al # permissions.open.account.help.button.gamecore=Düzelt # permissions.open.account.setting.button=Hizmet koşullarına bak # @@ -7372,7 +7435,7 @@ persona.realms.redeem=Kullan # persona.realms.see.subscription=Realms Plus'ta # persona.realms.time.remaining=Almak için %s # persona.realms.savings=Realms Plus aboneliğinizle %s minecoin biriktirirsiniz! # -persona.csb.savings=Market Bileti aboneliğinizle %s minecoin biriktirirsiniz! # +persona.csb.savings=Marketplace Pass aboneliğinizle %s minecoin biriktirirsiniz! # persona.preview.emote=İfadeyi Oynat # progressScreen.cantConnect=Dünyaya bağlanılamıyor. İnternet bağlantını kontrol et ve yeniden dene. # @@ -7533,7 +7596,7 @@ resourcePack.selected.title.behaviorPacks=Aktif Davranış Paketleri # resourcePack.selected.title.packs=Etkin # resourcePack.selected.remove=Devre Dışı Bırak # resourcePack.realmsPlus.title.packs=Realms Plus Paketleri # -resourcePack.realmsPlus.title.packs.contentSub=Market bileti Paketleri # +resourcePack.realmsPlus.title.packs.contentSub=Marketplace Pass Paketleri # resourcePack.realmsPlus.expired=Süresi Doldu # resourcePack.errors=Hatalar: # resourcePack.error.ingame.packs=Bir dünyada oynarken Kaynak Paketlerini değiştiremezsiniz. # @@ -8140,7 +8203,7 @@ selectTemplate.create=Oluştur... # selectTemplate.worldsByCreators=İçerik Üreticilerin Dünyaları # selectTemplate.realm=Yeni Realm # selectTemplate.realmInfo=Oluşturduktan sonra Realm'ınıza dünyalar yükleyebilirsiniz! # -selectTemplate.signIn=Microsoft Hesabı ile Realm Oluştur # +selectTemplate.signIn=Microsoft hesabı ile Realm oluşturun # selectTemplate.unableToSignIn=Microsoft hizmetleri bu cihazda kullanılamıyor # selectTemplate.world=Yeni Dünya # selectTemplate.help=? # @@ -8339,21 +8402,21 @@ store.realmsPlus.buyNow.viewPrivacyPolicy=GİZLİLİK İLKESİ # store.realmsPlus.buyNow.title=Realms Plus Aboneliğinizi başlatın # store.realmsPlus.startTrial.description=Realm'ınız ve 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'ınızdaki dünyalara ücretsiz olarak erişebilir! İlk ayınız ücretsizdir; sonrasında aylık %s ücret fatura edilecektir ve dilediğiniz zaman iptal edilebilir. # -store.realmsPlus.startTrial.description.contentSub=Realm'iniz ve Market Bileti'ne dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! İlk ayınız ücretsizdir; sonrasında aylık %s ücret fatura edilecektir ve dilediğiniz zaman iptal edilebilir. # +store.realmsPlus.startTrial.description.contentSub=Realm'iniz ve Marketplace Pass'e dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! İlk ayınız ücretsizdir; sonrasında aylık %s ücret fatura edilecektir ve dilediğiniz zaman iptal edilebilir. # store.realmsPlus.noTrial.description=Realm'ınız ve 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'ınızdaki dünyalara ücretsiz olarak erişebilir! Aboneliğinizi ilk 30 gün için :minecoin:%s karşılığında kullanabilirsiniz. # -store.realmsPlus.noTrial.description.contentSub=Realm'iniz ve Market Bileti'ne dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aboneliğiniz %s:minecoin: ücreti karşılığında 30 gün boyunca kullanılabilir olacak. # +store.realmsPlus.noTrial.description.contentSub=Realm'iniz ve Marketplace Pass'e dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aboneliğiniz %s:minecoin: ücreti karşılığında 30 gün boyunca kullanılabilir olacak. # store.realmsPlus.noTrial.description.iap=Realm'ınız ve 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'ınızdaki dünyalara ücretsiz olarak erişebilir! Aylık %s ücret fatura edilecektir ve dilediğiniz zaman abonelik ayarlarına girilerek gelecekte ücret tahsil edilmesini durdurmak için abonelik iptal edilebilir. # -store.realmsPlus.noTrial.description.iap.contentSub=Realm'iniz ve Market Bileti'ne dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aylık %s ücret fatura edilecektir ve abonelik ayarlarına girerek gelecekte ücret tahsil edilmesini durdurmak için aboneliğinizi iptal edilebilirsiniz. # +store.realmsPlus.noTrial.description.iap.contentSub=Realm'iniz ve Marketplace Pass'e dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aylık %s ücret fatura edilecektir ve abonelik ayarlarına girerek gelecekte ücret tahsil edilmesini durdurmak için aboneliğinizi iptal edilebilirsiniz. # store.realmsPlus.realmName.placeholder=%s Realm'ı #The string passed in here is the gamertag of the player to indicate the name of the player's world. # store.realmsPlus.recurring.offerTrial=Realms Plus, abonelik iptal edilene kadar her ay otomatik olarak tahsil edilen düzenli abonelik ücretine sahip sürekli bir aboneliktir.%sRealm'ınız ve 150'den fazla market paketiniz hemen kullanıma açılır. Aynı anda 10 oyuncuya kadar oynayabilir ve Realm'ınızdaki dünyalara ücretsiz olarak erişebilir! İlk 30 gün ücretsizdir, sonrasında %s/ay ücret fatura edilir ve dilediğiniz zaman abonelik ayarlarına girilerek gelecekte ücret tahsil edilmesini durdurmak için abonelik iptal edilebilir. # -store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus, abonelik iptal edilene kadar her ay otomatik olarak tahsil edilen düzenli abonelik ücretine sahip sürekli bir aboneliktir.%sRealm'iniz ve Market Bileti'ne dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aylık %s ücret fatura edilecektir. Abonelik ayarlarına girerek gelecekte ücret tahsil edilmesini durdurmak için aboneliğinizi iptal edilebilirsiniz. # +store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus, abonelik iptal edilene kadar her ay otomatik olarak tahsil edilen düzenli abonelik ücretine sahip sürekli bir aboneliktir.%sRealm'iniz ve Marketplace Pass'e dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aylık %s ücret fatura edilecektir. Abonelik ayarlarına girerek gelecekte ücret tahsil edilmesini durdurmak için aboneliğinizi iptal edilebilirsiniz. # store.realmsPlus.recurring.withoutTrial=Realms Plus, abonelik iptal edilene kadar her ay otomatik olarak tahsil edilen düzenli abonelik ücretine sahip sürekli bir aboneliktir.%sRealm'ınız ve 150'den fazla market paketiniz hemen kullanıma açılır. Aynı anda 10 oyuncuya kadar oynayabilir ve Realm'ınızdaki dünyalara ücretsiz olarak erişebilir! %s/ay ücret fatura edilir ve dilediğiniz zaman abonelik ayarlarına girilerek gelecekte ücret tahsil edilmesini durdurmak için abonelik iptal edilebilir. # -store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus, abonelik iptal edilene kadar her ay otomatik olarak tahsil edilen düzenli abonelik ücretine sahip sürekli bir aboneliktir.%sRealm'iniz ve Market Bileti'ne dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aylık %s ücret fatura edilecektir ve abonelik ayarlarına girerek gelecekte ücret tahsil edilmesini durdurmak için aboneliğinizi iptal edilebilirsiniz. # +store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus, abonelik iptal edilene kadar her ay otomatik olarak tahsil edilen düzenli abonelik ücretine sahip sürekli bir aboneliktir.%sRealm'iniz ve Marketplace Pass'e dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aylık %s ücret fatura edilecektir ve abonelik ayarlarına girerek gelecekte ücret tahsil edilmesini durdurmak için aboneliğinizi iptal edilebilirsiniz. # store.realmsPlus.consumable.offerTrial=Realm'ınız ve 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'ınızdaki dünyalara ücretsiz olarak erişebilir! İlk 30 gününüz ücretsizdir; sonrasında %s karşılığında 30 gün için daha yenileyebilirsiniz. # -store.realmsPlus.consumable.offerTrial.contentSub=Realm'iniz ve Market Bileti'ne dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! İlk 30 gününüz ücretsizdir; sonrasında %s ücret karşılığında 30 günlüğüne yenileyebilirsiniz. # +store.realmsPlus.consumable.offerTrial.contentSub=Realm'iniz ve Marketplace Pass'e dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! İlk 30 gününüz ücretsizdir; sonrasında %s ücret karşılığında 30 günlüğüne yenileyebilirsiniz. # store.realmsPlus.consumable.withoutTrial=Realm'ınız ve 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'ınızdaki dünyalara ücretsiz olarak erişebilir! Aboneliğinizi ilk 30 gün için %s karşılığında kullanabilirsiniz. # -store.realmsPlus.consumable.withoutTrial.contentSub=Realm'iniz ve Market Bileti'ne dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aboneliğinizi ilk 30 gün için %s karşılığında kullanabilirsiniz. # +store.realmsPlus.consumable.withoutTrial.contentSub=Realm'iniz ve Marketplace Pass'e dahil 150'den fazla market paketi hemen kullanılabilir olacak. Aynı anda en fazla 10 oyuncu oynayabilir ve Realm'inizdeki dünyalara ücretsiz olarak erişebilir! Aboneliğinizi ilk 30 gün için %s karşılığında kullanabilirsiniz. # store.realmsPlus.landing.header=Abonelik İçeriği: # store.realmsPlus.landing.headerTrial=30 Günlük Ücretsiz Deneme, sonra %s/ay # @@ -8363,7 +8426,7 @@ store.realmsPlus.landing.info1.line2=Arkadaşlarınız Realm'ınızda ücretsiz store.realmsPlus.landing.info1.line3=Konsoldan cep telefonuna ve PC'ye geçin - Minecraft Market ile Realm'inizi herhangi bir cihazda oynayın # store.realmsPlus.landing.info2.catalog=150'den fazla Market paketi kataloğuna ücretsiz erişim # -store.realmsPlus.landing.info2.contentSub=Market Bileti içerir # +store.realmsPlus.landing.info2.contentSub=Marketplace Pass içerir # store.realmsPlus.landing.info2.backups=Realm'ınızdaki dünyalar güvenli ücretsiz yedeklemeler içerir # store.realmsPlus.landing.info2.renews=Abonelik, iptal edilene kadar her ay otomatik olarak yenilenir # store.realmsPlus.landing.info2.cancel=Minecraft Ayarlarının Abonelikler sayfası üzerinden iptal edin # @@ -8388,10 +8451,10 @@ store.realmsPlus.faq.answer2=Kişisel bir sunucu her zaman çevrimiçi olup Mine store.realmsPlus.faq.question3=Realm'ımda oynamak için arkadaşlarımın da Realms Plus aboneliği satın alması gerekiyor mu? # store.realmsPlus.faq.answer3=Arkadaşlarının Realm'ında oynamak için bir Realms Plus aboneliği satın almasına gerek yoktur. Herhangi bir arkadaşını (çok oyunculu izinleri etkinleştirilmiş) Realm'ına ücretsiz olarak katılmaya davet edebilirsin. # store.realmsPlus.faq.question4=Minecraft için Realms Plus'ı hangi cihazlar destekliyor? # -store.realmsPlus.faq.answer4=Realms Plus şu anda Minecraft Bedrock Edition'ı yükleyebileceğin herhangi bir platformda mevcuttur. Microsoft Hesabında oturum açtıysan Realms'ı oynayabilir ve Realms Plus'taki herhangi bir içeriği bu cihazlardan herhangi birinde kullanabilirsin. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus, şu anda Minecraft Bedrock Edition'ı yükleyebileceğiniz her platformda mevcuttur. Microsoft hesabında oturum açtıysanız Realms'ı oynayabilir ve Realms Plus'taki herhangi bir içeriği bu cihazlardan herhangi birinde kullanabilirsiniz. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Bir Realms Plus aboneliğinin fiyatı nedir? # store.realmsPlus.faq.answer5=10 oyunculu bir sunucu ve 150'den fazla market paketine erişim için ayda %s. # -store.realmsPlus.faq.answer5.contentSub=Aylık %s. Sınırsız üye ekleyin, aynı anda 10 diğer oyuncuyla çevrimiçi oynayın. Ayrıca Market Bileti kataloğundan ücretsiz olarak 150'den fazla Market içeriğinin tadını çıkarın. # +store.realmsPlus.faq.answer5.contentSub=Aylık %s. Sınırsız üye ekleyin, aynı anda 10 diğer oyuncuyla çevrimiçi oynayın. Ayrıca Marketplace Pass kataloğundan ücretsiz olarak 150'den fazla Marketplace içeriğinin tadını çıkarın. # store.realmsPlus.faq.question6=Realms Plus'a ne sıklıkla yeni paketler eklenir? # store.realmsPlus.faq.answer6=Realms Plus'a her ay yeni paketler eklenir. # store.realmsPlus.faq.question7=Realms Plus'taki Paketlere ne kadar süre erişebilirim? # @@ -8400,12 +8463,12 @@ store.realmsPlus.faq.question8=Realms Plus paketlerini nerede kullanabilirim? # store.realmsPlus.faq.answer8=Abonelikte yer alan dünyalar ve paketler çevrimiçi oynanabilir, kişisel Realm'ınıza oynanabilir veya yerel bir cihazda oynanabilir. Yalnızca, aboneliğinin etkin olduğunu doğrulamak için 30 günde bir çevrimiçi oynaman gerekir. # store.realmsPlus.faq.question9=Aboneliğimin süresi dolduğunda Realms ve dünyalarıma ne olur? # store.realmsPlus.faq.answer9=Aboneliğin sona ererse sen ve arkadaşlarınız Realms üzerinde birlikte çevrimiçi oynayamazsınız ve Realms Plus paketlerine erişemezsiniz. Realm'ına kaydedilmiş herhangi bir dünyayı indirebilirsin (aboneliğinizin sona ermesinden sonraki 18 ay içinde). Realms Plus dünyaları, doku paketleri veya karışımları kullandıysan, o paketleri mağazadan satın alman veya söz konusu paketler hala Realms Plus'ta mevcutsa yeniden abone olup o dünya şablonlarıyla oynaman gerekecektir. # -store.realmsPlus.faq.question10=Realms Plus ve Market Bileti'ne ihtiyacım var mı? # -store.realmsPlus.faq.answer10=Hayır. Market Bileti, keyfini çıkarabileceğiniz 150'den fazla paket içeren bir katalogtur. Realms Plus, Market Bileti içeren 10 oyunculuk bir Realm'dir. Size en uygun olana abone olmanızı öneririz. # +store.realmsPlus.faq.question10=Realms Plus ve Marketplace Pass'e ihtiyacım var mı? # +store.realmsPlus.faq.answer10=Hayır. Marketplace Pass, keyfini çıkarabileceğiniz 150'den fazla paket içeren bir katalogtur. Realms Plus, Marketplace Pass içeren 10 oyunculuk bir Realm'dir. Size en uygun olana abone olmanızı öneririz. # store.realmsPlus.faq.question11=Realms Hikayeleri nedir? # store.realmsPlus.faq.answer11=Realms Hikayeleri, Realm'ınız için bir sosyal merkezdir. Başkalarının neler yaptığınızı bilmesini sağlamak ve maceralarınızı ve oluşumlarınızı paylaşmak için Hikaye Akışında paylaşım yapın. Tüm üyelerin kullanışlı bir listesiyle kimin kim olduğunu öğrenin. Diğer üyelerin oluşumlarına bakmak veya bir dahaki sefere onlara katılmak için ne zaman oynadıklarını görün. # -store.realmsPlus.content.marketplacePass=Realms Plus, Market Bileti'ni içerir! # +store.realmsPlus.content.marketplacePass=Realms Plus, Marketplace Pass'i içerir! # store.realmsPlus.content.skinDescription=Dış görünüşlerle görünümünüzü değiştirin! # store.realmsPlus.content.skinDescriptionPersona=Dış görünüşlerle giyinin! # store.realmsPlus.content.skinDescriptionPersona.contentSub=Gardırobunuzu dış görünüşlerle genişletin! # @@ -8426,7 +8489,7 @@ store.realmsPlus.content.contentDescription=Harika Minecraft içeriklerinin kayn store.realmsPlus.freeTrial=ÜCRETSİZ DENEME BAŞLAT # store.realmsPlus.purchase.warningDialog.title=Bildirim # -store.realmsPlus.purchase.warningDialog.body=Realms Plus, Marketplace Pass içeriğini içerir. Realms Plus'a kaydolduktan sonra Marketplace Pass aboneliğinizi iptal etmenizi öneririz. #### {StrContains="Marketplace Pass"} +store.realmsPlus.purchase.warningDialog.body=Realms Plus, Marketplace Pass içeriğini içerir. Realms Plus'a kaydolduktan sonra Market Bileti aboneliğinizi iptal etmenizi öneririz. #### {StrContains="Marketplace Pass"} store.realmsPlus.purchase.warningDialog.checkbox=Anlıyorum # store.realmsPlus.purchase.warningDialog.button.back=Geri Git # store.realmsPlus.purchase.warningDialog.button.continue=Satın Al # @@ -8439,7 +8502,7 @@ store.csb.content=İçerik # store.csb.faq=SSS # store.csb.buyNow=ABONE OL ### Maximum 13 characters store.csb.buyNowPerMonth=Aylık %s karşılığında satın alın # -store.csb.signInToSubscribe=Marketplace Pass'e abone olmak için oturum açın #### {StrContains="Marketplace Pass"} +store.csb.signInToSubscribe=Marketplace Pass abone olmak için oturum açın #### {StrContains="Marketplace Pass"} store.csb.buyNowTrialPerMonth=Denemeyi Başlat ### Maximum 25 characters store.csb.errorNoOffer=HATA: TEKLİF BULUNAMADI # store.csb.manageSubscription=ABONELİĞİ YÖNET # @@ -8451,16 +8514,16 @@ store.csb.buyNow.viewPrivacyPolicy=GİZLİLİK İLKESİ # store.csb.buyNow.title=Marketplace Pass Aboneliğinizi başlatın #### {StrContains="Marketplace Pass"} -store.csb.subscription=Kaydolduktan sonra, 150'den fazla heyecan verici Minecraft Market içeriğini kullanabileceksiniz. Macera haritalarını indirin ve oynayın, dış görünüşleri giyin, doku paketlerine dalın ve her ay saklayabileceğiniz Karakter Oluşturucu eşya setlerini elde edin. Düzenli olarak yenilenen bir katalog ile Marketplace Pass'te her zaman keşfedilecek yeni bir şeyler vardır. Aylık %s ücret fatura edilir ve gelecekte ücret tahsil edilmesini durdurmak için istediğiniz zaman iptal edebilirsiniz. #### {StrContains="Marketplace Pass"} +store.csb.subscription=Kaydolduktan sonra, 150'den fazla heyecan verici Minecraft Market içeriğini kullanabileceksiniz. Macera haritalarını indirin ve oynayın, dış görünüşleri giyin, doku paketlerine dalın ve her ay saklayabileceğiniz Karakter Oluşturucu eşya setlerini elde edin. Düzenli olarak yenilenen bir katalog ile Marketplace Pass her zaman keşfedilecek yeni bir şeyler var. Aylık %s ücret fatura edilir ve gelecekte ücret tahsil edilmesini durdurmak için istediğiniz zaman iptal edebilirsiniz. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass, Windows ve oyuna sahip olduğunuz diğer desteklenen platformlarda desteklenen Minecraft (oyun ayrıca satılır) sürümleriyle (Minecraft Java ve Amazon Kindle Fire Sürümleri desteklenmez) birlikte kullanılacak içerik için bir aboneliktir. Market Bileti içeriğini kullanmak için etkin bir abonelik gereklidir. İçerik zaman içinde farklılık gösterir ve tüm ülkelerde mevcut olmayabilir. Ücretsiz deneme döneminden sonra abonelik, iptal edilmemesi durumunda yürürlükteki vergilere ek olarak o anda güncel olan normal fiyata (değiştirilebilir) tabi olmaya devam eder. Microsoft Hesabınızda Hizmetler ve abonelikler kısmına giderek aboneliğinizi iptal edebilirsiniz. Aboneliğiniz sona erer veya bir içerik katalogdan kaldırılırsa içeriği kullanmaya devam etmek için aboneliğinizi yeniden etkinleştirmeniz ya da içeriği ayrıca satın almanız gerekir. İnternet Servis Sağlayıcısı ücretleri uygulanabilir. Aboneliğinizin bitişinden sonra da kullanabileceğiniz içerikler sağlayabiliriz, bu durumda içerik uyumsuz duruma gelirse veya içerik haklarımız sona ererse bu içerikleri kaldırma hakkına sahibiz. Abonelik değiştirilebilir ve/veya sonlandırılabilir. Microsoft Hizmet Sözleşmesine (www.microsoft.com/msa) ve Minecraft Son Kullanıcı Lisans Sözleşmesine (https://www.minecraft.net/eula) tabidir. Bu hükümlerin çevirileri yalnızca kolaylık sağlamak amacıyla yapılmıştır ve İngilizce ile İngilizce olmayan versiyonlar arasında bir ihtilaf bulunması durumunda hükümlerin İngilizce versiyonu geçerli olacaktır. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass, Windows ve oyuna sahip olduğunuz diğer desteklenen platformlarda desteklenen Minecraft (oyun ayrıca satılır) sürümleriyle (Minecraft Java ve Amazon Kindle Fire Sürümleri desteklenmez) birlikte kullanılacak içerikler için bir aboneliktir. Market Bileti içeriğini kullanmak için etkin bir abonelik gereklidir. İçerik, zaman içinde farklılık gösterir ve tüm ülkelerde mevcut olmayabilir. Ücretsiz deneme döneminden sonra abonelik, iptal edilmemesi durumunda yürürlükteki vergilere ek olarak o anda güncel olan normal fiyata (değiştirilebilir) tabi olmaya devam eder. Microsoft hesabınızda Hizmetler ve abonelikler kısmına giderek aboneliğinizi iptal edebilirsiniz. Aboneliğiniz sona erer veya bir içerik katalogdan kaldırılırsa içeriği kullanmaya devam etmek için aboneliğinizi yeniden etkinleştirmeniz ya da içeriği ayrıca satın almanız gerekir. İSS ücretleri uygulanabilir. Aboneliğinizin bitişinden sonra da kullanabileceğiniz içerikler sağlayabiliriz, bu durumda içerik uyumsuz duruma gelirse veya içerik haklarımız sona ererse bu içerikleri kaldırma hakkına sahibiz. Abonelik değiştirilebilir ve/veya sonlandırılabilir. Microsoft Hizmet Sözleşmesine (www.microsoft.com/msa) ve Minecraft Son Kullanıcı Lisans Sözleşmesine (https://www.minecraft.net/eula) tabidir. Bu hükümlerin çevirileri yalnızca kolaylık sağlamak amacıyla yapılmıştır ve İngilizce ile İngilizce olmayan versiyonlar arasında bir ihtilaf bulunması durumunda hükümlerin İngilizce versiyonu geçerli olacaktır. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass, abonelik iptal edilene kadar her ay otomatik olarak tahsil edilen düzenli abonelik ücretine sahip sürekli bir aboneliktir.%s150'den fazla market paketiniz hemen kullanıma açılır. Abonelik ayarlarına girilerek gelecekte ücret tahsil edilmesini durdurmak için abonelik iptal edilebilir. #### {StrContains="Marketplace Pass"} -store.csb.recurring.withoutTrial=Marketplace Pass, abonelik iptal edilene kadar her ay otomatik olarak tahsil edilen düzenli abonelik ücretine sahip sürekli bir aboneliktir.%s150'den fazla market paketiniz hemen kullanıma açılır. Aylık %s ücret fatura edilir ve abonelik ayarlarına girilerek gelecekte ücret tahsil edilmesini durdurmak için abonelik iptal edilebilir. #### {StrContains="Marketplace Pass"} +store.csb.recurring.withoutTrial=Marketplace Pass, abonelik iptal edilene kadar her ay otomatik olarak tahsil edilen düzenli abonelik ücretine sahip sürekli bir aboneliktir.%s150'den fazla market paketi hemen kullanıma açılır. Aylık %s ücret fatura edilir ve abonelik ayarlarına girilerek gelecekte ücret tahsil edilmesini durdurmak için abonelik iptal edilebilir. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=150'den fazla market paketi hemen kullanılabilir olacak. İlk 30 gününüz ücretsizdir, sonrasında %s karşılığında 30 gün için daha yenileyebilirsiniz. # store.csb.consumable.withoutTrial=150'den fazla market paketi hemen kullanılabilir olacak. Aboneliğinizi ilk 30 gün için %s karşılığında kullanabilirsiniz. # -store.csb.landing.header=Marketplace Pass aboneliğinizi başlatın #### {StrContains="Marketplace Pass"} +store.csb.landing.header=Marketplace Pass Aboneliğinizi başlatın #### {StrContains="Marketplace Pass"} store.csb.landing.headerTrial=30 Günlük Ücretsiz Deneme, sonra %s/ay # store.csb.landing.info=Marketplace Pass, Minecraft Market'ten %s karşılığında 150'den fazla içeriğe erişmenizi sağlayan aylık abonelik hizmetidir. Aboneliğiniz şunları yapmanıza olanak tanır: #### {StrContains="Marketplace Pass"} @@ -8480,20 +8543,20 @@ store.csb.faq.question1=Marketplace Pass nedir? #### {StrContains="Marketplace store.csb.faq.answer1=Marketplace Pass, Minecraft Market'ten ayda %s karşılığında 150'den fazla içeriğe erişmenizi sağlayan aylık abonelik hizmetidir. #### {StrContains="Marketplace Pass"} store.csb.faq.question2=Marketplace Pass içerikleri ne sıklıkla güncelleştirilir? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Belirli içerikler her ay yenilenir, böylece her zaman keşfedilecek yeni bir şey olur. # -store.csb.faq.question3=Marketplace Pass'in keyfini çıkarabilmek için ne yapmalıyım? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Marketplace Pass'e erişim için etkin bir abonelik ve Minecraft Market içeren, uyumlu bir Minecraft: Bedrock Edition gereklidir. Microsoft Hesabında oturum açmak gereklidir. #### {StrContains="Marketplace Pass"} -store.csb.faq.question4=Marketplace Pass'ten ayrıldıktan sonra içeriğime ne olur? #### {StrContains="Marketplace Pass"} +store.csb.faq.question3=Marketplace Pass keyfini çıkarabilmek için ne yapmalıyım? #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Marketplace Pass erişim için etkin bir abonelik ve Minecraft Market'i içeren uyumlu bir Minecraft: Bedrock Edition gerekir. Microsoft hesabınızda oturum açmak gereklidir. #### {StrContains="Marketplace Pass"} +store.csb.faq.question4=Marketplace Pass ayrıldıktan sonra içeriğime ne olur? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Bir dünya, doku paketi, dış görünüş paketi veya karışım paketi katalogdan ayrıldıktan sonra oynamaya devam etmek için Market'ten eşyayı satın almanız gerekir. Paketler, siz onları silene kadar yerel depolama alanınızdan silinmez. Kullandığınız aylık karakter oluşturucu eşyaları sizindir. # store.csb.faq.question5=Aboneliğim sona erdiğinde ne olur? # store.csb.faq.answer5=Artık Minecraft'ta sunulmadıkları sürece, aboneliğiniz sona erdikten sonra 18 ay içinde bulut depolamanıza kaydedilen tüm dünya şablonlarını satın alabilirsiniz. Kullandığınız aylık karakter oluşturucu eşyaları size aittir. # store.csb.faq.question6=Bu ve Realms Plus arasındaki fark nedir? # store.csb.faq.answer6=İki abonelik arasındaki fark, Realms Plus'ın aynı anda en fazla on arkadaşla oynayabileceğiniz kişisel bir sunucu içermesidir. Marketplace Pass aboneliğinizle erişebileceğiniz içerik kataloğu, Realms Plus aboneliği ile kullanılabilen katalog ile aynıdır. #### {StrContains="Marketplace Pass"} -store.csb.faq.question7=Hem Marketplace Pass'e hem de Realms Plus'a abone olabilir miyim? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer7=Realms Plus aboneliğine Marketplace Pass dahildir. Marketplace Pass'e aboneyseniz ve Realms Plus'ı keşfetmek istiyorsanız önce Marketplace Pass aboneliğinden çıkmanızı öneririz. Etkin Realms Plus aboneleri Marketplace Pass'e abone olamaz. #### {StrContains="Marketplace Pass"} +store.csb.faq.question7=Hem Marketplace Pass hem de Realms Plus'a abone olabilir miyim? #### {StrContains="Marketplace Pass"} +store.csb.faq.answer7=Realms Plus aboneliğine Market Bileti dahildir. Market Bileti'ne aboneyseniz ve Realms Plus'ı keşfetmek istiyorsanız önce Market Bileti aboneliğinden çıkmanızı öneririz. Etkin Realms Plus aboneleri Marketplace Pass abone olamaz. #### {StrContains="Marketplace Pass"} store.csb.faq.question8=Marketplace Pass içeriğimi herhangi bir cihazda kullanabilir miyim? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer8=Marketplace Pass'i satın alırsanız, Minecraft hesabınızda oturum açmanız halinde Minecraft Market'i içeren, uyumlu bir Minecraft: Bedrock Edition ile (ayrı olarak satılır) herhangi bir cihazdan tüm paketlere erişebilirsiniz. Amazon Kindle Fire veya Minecraft Java Edition'da desteklenmez. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer8=Marketplace Pass satın alırsanız, Minecraft hesabınızda oturum açmanız halinde Minecraft Market'i içeren, uyumlu bir Minecraft: Bedrock Edition ile (ayrı olarak satılır) herhangi bir cihazdan tüm paketlere erişebilirsiniz. Amazon Kindle Fire veya Minecraft Java Edition'da desteklenmez. #### {StrContains="Marketplace Pass"} store.csb.faq.question9=Windows veya XBOX'ta Minecraft Beta'ya katıldıysam Marketplace Pass İçeriğini oynayabilir miyim? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer9=Zaten aboneyseniz aboneliğinizdeki içeriği görebilirsiniz ancak Ön İzleme/BETA sürümünden Marketplace Pass'e abone olamazsınız. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer9=Zaten aboneyseniz aboneliğinizdeki içeriği görebilirsiniz ancak Ön İzleme/BETA sürümünden Marketplace Pass abone olamazsınız. #### {StrContains="Marketplace Pass"} store.csb.faq.bottom2=Yardım sitemizi ziyaret edin # store.csb.contentPacks.worldDescription=Mini oyunları, temalı dünyaları ve daha fazlasını oynayın! # @@ -8502,14 +8565,14 @@ store.csb.contentPacks.personaDescription=Soyunma odasında aylık eşyalar topl store.csb.contentPacks.skinDescription=Gardırobunuzu dış görünüşlerle genişletin!  # store.csb.contentPacks.mashupDescription=Karışımlar ile her şeyden biraz deneyin! # -store.csb.content.popularPacks=Marketplace Pass'i keşfedin #### {StrContains="Marketplace Pass"} +store.csb.content.popularPacks=Marketplace Pass keşfedin #### {StrContains="Marketplace Pass"} store.csb.content.viewAllPacks=TÜM PAKETLERİ GÖR # store.csb.content.viewCharacterCreatorItems=KARAKTER OLUŞTURUCU EŞYALARI GÖRÜNTÜLEYİN # store.csb.content.contentDescription=Harika Minecraft içeriklerinin kaynağına dalın! Marketplace Pass ile karışımlar, dünyalar, dış görünüş paketleri ve muhteşem maceralar gibi aralarına her ay yenileri eklenen 150'den fazla market eşyasına anında erişim elde edersiniz. #### {StrContains="Marketplace Pass"} store.csb.freeTrial=ÜCRETSİZ DENEME BAŞLAT # -store.csb.welcomeDialog.title=Marketplace Pass'e hoş geldiniz! #### {StrContains="Marketplace Pass"} +store.csb.welcomeDialog.title=Marketplace Pass hoş geldiniz! #### {StrContains="Marketplace Pass"} store.csb.welcomeDialog.body=Şimdi 150'den fazla maceranın, mini oyunların, dış görünüş paketlerinin, dokuların ve daha fazlasının tadını çıkarmaya başlayın! # store.csb.welcomeDialog.continue=Gezinmeye başlayın # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Bu eşya cihazınızla uyumlu olmayabilir. # store.owned=Sahip olunan # store.owned.legacy=Alındı (P) # store.unlocked=Kilitli değil # -store.mypacks=İçeriğim # +store.myLibrary=Kitaplığım # store.error=Market Hatası # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=Bu eşyanın kilidini açmak iç store.popup.purchaseFailedInsufficientFunds.buyButton=Para Al # store.popup.purchasePriceMismatch.msg=Ne yazık ki satın alma işlemin tamamlanamadı. Lütfen daha sonra tekrar dene. # store.popup.trialUpgradeFail.title=Oyun Kilidi Açma Hatası # -store.popup.trialUpgradeFail.msg=Görünüşe göre Minecraft Deneme sürümünü ilk kez indiren Microsoft Hesabından farklı bir hesapla oturum açtınız. İlk hesapla oturum açtıktan sonra tekrar deneyin. # +store.popup.trialUpgradeFail.msg=Görünüşe göre Minecraft Deneme sürümünü ilk kez indiren Microsoft hesabından farklı bir hesapla oturum açtınız. İlk hesapla oturum açtıktan sonra tekrar deneyin. # store.popup.downloaded.unOwnedTemplate.title=Dünya Şablonu Satın Alınsın mı? # store.popup.downloaded.unOwnedTemplate.msg=Bu şablonun sahibi değilsin ve kilidini açmak için satın alman gerekiyor. Şablonu satın almak ister misin? # store.popup.rtx.title=Işın İzleme Paketleri İndirilsin mi? # @@ -8662,8 +8725,8 @@ store.progress.checkingDownload=İndirme kontrol ediliyor # store.content.download=İndir # store.content.update=Güncelle # store.content.updating=Güncelleniyor... # -store.content.requireXbl.signedIn=Bir Microsoft Hesabıyla ücretsiz indirin. # -store.content.requireXbl.notSignedIn=Kilidi açmak için bir Microsoft Hesabıyla oturum açın. # +store.content.requireXbl.signedIn=Bir Microsoft hesabıyla ücretsiz indirin. # +store.content.requireXbl.notSignedIn=Kilidi açmak için bir Microsoft hesabıyla oturum açın. # store.mashup.count.personaPiece=1 Karakter Parçası # store.mashup.count.personaPieces=%s Karakter Parçası # @@ -8758,12 +8821,12 @@ store.ratings.rate=Bu paketi değerlendirin! # store.ratings.signIn.title=Eşyaları Market'te Değerlendir # store.ratings.signIn.description1=Geliştirici ve topluluğa bu eşya ile deneyiminizi anlatın! # -store.ratings.signIn.description2=Bir eşyayı değerlendirebilmeniz için bir Microsoft Hesabıyla oturum açmanız gerekir. # +store.ratings.signIn.description2=Bir eşyayı değerlendirebilmeniz için bir Microsoft hesabıyla oturum açmanız gerekir. # store.purchase.success.realMoney1=%s karşılığında %s kilidini açtınız # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Binlerce mükemmel içerikle oyununuzu büyütün. # -store.purchase.signInPart2=Market'i kullanmaya başlamak için bir Microsoft Hesabıyla oturum açın! # +store.purchase.signInPart2=Market'i kullanmaya başlamak için bir Microsoft hesabıyla oturum açın! # store.purchase.realmoney.disclaimer=*%s karşılığında %s Para satın alır ve bu paketi %s Para karşılığında kullanıp %s bakiye bırakır. # store.purchase.notAvailable=Şu Anda Kullanılamıyor # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Uygulama mağazasına bağlanamadık. Uygulama store.coins.tooManyCoins=Paralarınızın bir kısmını kullanarak daha fazla satın alabilirsiniz. # store.coins.incomplete.title=Tamamlanmamış Para Alışverişi # store.coins.incomplete.fulfill.a=Son girdiğinizde her şey tamamlanmamış gibi görünüyor. Alışverişinizi şimdi tamamlayalım. # -store.coins.incomplete.fulfill.b=Görünüşe göre farklı bir Microsoft Hesabıyla satın alma işlemine başladınız. Satın alma işlemini bu hesapla tamamlamak ister misiniz? # +store.coins.incomplete.fulfill.b=Görünüşe göre farklı bir Microsoft hesabıyla satın alma işlemine başladınız. Satın alma işlemini bu hesapla tamamlamak ister misiniz? # store.coins.incomplete.fulfill.c=Birisi bu cihazda ödeme hesabıyla bir satın alma işlemi başlattı. Satın alma işlemini bu hesap olmadan tamamlamak ister misiniz? # store.coins.fixAppReceipt.title=Bir sorun oluştu # store.coins.fixAppReceipt.body=Uygulama Faturanız ile ilgili bir sorun var gibi görünüyor, lütfen devam etmek için oturum açın. # @@ -8828,7 +8891,6 @@ store.updating.title=Güncelleniyor: %s # store.importing.title=İçeri aktarılıyor: %s # store.importing=İçe aktarılıyor... # store.showMore=Tümünü Gör # -store.inventory.no.xbl=Paketlerim # store.promo.today=Sadece Bugün! # store.promo.upsell=Bugünün Ücretsiz Hediyesini Kaçırmayın! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Yükleme Durumu # store.search.filter.installed=Yüklü # store.search.filter.notInstalled=Yüklü Değil # store.search.filter.clear.installed=Yüklü Filtreleri Sıfırla # +store.search.filter.dressingroombody=Gövde # +store.search.filter.dressingroombody.selectedCount=%d Parça # +store.search.filter.dressingroomstyle=Tarz # +store.search.filter.dressingroomstyle.selectedCount=%d Stil # store.search.sort_menu.sortConstWord=Sırala # store.search.sort_menu.Default=İlgi Düzeyi # @@ -8966,7 +9032,7 @@ store.uploadContentToRealmsFail.message=İçerik seçili Realm'e yüklenemedi! # store.uploadContentToRealmsFail.forbidden.message=Uygulanan içeriklerden en az birine sahip değilsiniz! # store.applyToRealm=Realm'da Oluştur # store.inRealmsPlus=Realms Plus'ta # -store.inCsb=Marketplace Pass'te #### {StrContains="Marketplace Pass"} +store.inCsb=Marketplace Pass #### {StrContains="Marketplace Pass"} store.uploadWorldTitle=Dünyayı Değiştir? # store.uploadPackTitle=Paketi Değiştir? # store.uploadWorldMessage=Bu işlem mevcut dünyanı Realm'ın etkin yuvasından kaldıracak ve yenisiyle değiştirmene izin verecek. Realm üyelerin yeni dünyana erişebilecek. Veri kaybını önlemek üzere mevcut dünyanın bir kopyasını indirmek için "İptal"i veya devam edip dünyanı değiştirmek için "Onayla"yı seç. # @@ -10185,10 +10251,10 @@ trial.tabbed_upsell.buttonAlternate=Minecraft Tam Oyununun Kilidini Aç # trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Size özel dünyaları sonsuz bir şekilde keşfedin ve en basit evlerden en muhteşem kalelere kadar hayal edebileceğiniz her şeyi inşa edin! Sınırsız kaynaklarla harikalar inşa etmek için Yaratıcı modunda oynayın. Ya da Hayatta Kalma modunda maden kazarak silah ve zırh üretip tehlikeli mobları püskürtün ve geceleri hayatta kalın. Ayrıca, arkadaşlarınızla çevrimiçi oynayın! Tam oyunun kilidini hemen açın! # trial.tabbed_upsell.xbl.title=MICROSOFT HESABI # -trial.tabbed_upsell.xbl.description=Tam Minecraft deneyiminde Yaratıcı modu, başarılar ve daha fazlasını kullanabilir, ayrıca Microsoft Hesabı ile Minecraft topluluğundaki diğer kullanıcılarla tanışabilirsiniz! Arkadaşlarınızın dünyalarına katılın, Sunucularda yeni arkadaşlar edinin ve Market'ten satın aldığınız içerikleri Minecraft oynadığınız her yerde eşitleyin. # +trial.tabbed_upsell.xbl.description=Tam Minecraft deneyiminde Yaratıcı modu, başarılar ve daha fazlasını kullanabilir, ayrıca Microsoft hesabı ile Minecraft topluluğundaki diğer kullanıcılarla tanışabilirsiniz! Arkadaşlarınızın dünyalarına katılın, Sunucularda yeni arkadaşlar edinin ve Market'ten satın aldığınız içerikleri Minecraft oynadığınız her yerde eşitleyin. # trial.tabbed_upsell.xbl.description.line2=*(Market özelliği olan sürümlerde) # trial.tabbed_upsell.achievements.title=BAŞARILAR # -trial.tabbed_upsell.achievements.description=Yaratıcı modu, Çok Oyunculu oyun ve daha fazlasını sunan tam Minecraft deneyimine ek olarak başarılar ve bir Oyuncu Puanı kazanacak ve Minecraft ilerlemenizi işaretleyip Microsoft Hesabı arkadaşlarınıza tamamladığınız görevleri göstereceksiniz. Kazanmaya başlamak için tam oyunu edinin! # +trial.tabbed_upsell.achievements.description=Yaratıcı modu, Çok Oyunculu oyun ve daha fazlasını sunan tam Minecraft deneyimine ek olarak; başarılar ile bir Oyuncu Puanı kazanacak ve Minecraft ilerlemenizi işaretleyip Microsoft hesabı arkadaşlarınıza tamamladığınız görevleri göstereceksiniz. Kazanmaya başlamak için tam oyunu edinin! # trial.tabbed_upsell.multiplayer.title=ÇOK OYUNCULU # trial.tabbed_upsell.multiplayer.description=Tam Minecraft deneyimini kullanarak Yaratıcı modu, başarılar ve farklı Minecraft cihazlarında arkadaşlarınızla Çok Oyunculu oyunun keyfini çıkarabilirsiniz! Konsol, PC ve mobilde arkadaşlarınızla oynayarak birlikte oluşturun, keşfedin ve hayatta kalın. Tam Minecraft deneyiminin kilidini hemen açın! # trial.tabbed_upsell.server.title=SUNUCULAR # @@ -10208,9 +10274,9 @@ trial.thanks_for_testing.button=Beni SSS'ye götür! # trial.thanks_for_testing.minecraft.title=MINECRAFT DENEMESİ # trial.thanks_for_testing.minecraft.description=Chromebook için Minecraft Deneme Sürümünü indirdiğiniz için teşekkür ederiz! Oyun testiniz, hata düzeltmeleri ve teknik sorun giderme için paha biçilmez veriler sağlayacaktır. Bir hata mı fark ettiniz? Bu hatayı bugs.mojang.com adresinden bildirin! Başka sorularınız mı var? SSS bölümümüze göz atın. # trial.thanks_for_testing.xbl.title=MICROSOFT HESABI # -trial.thanks_for_testing.xbl.description=Tam Minecraft deneyiminde Yaratıcı modu, başarılar ve daha fazlasını kullanabilir, ayrıca Microsoft Hesabı ile Minecraft topluluğundaki diğer kullanıcılarla tanışabilirsiniz! Arkadaşlarınızın dünyalarına katılabilecek, Sunucularda yeni arkadaşlar edinebilecek ve Market'ten satın aldığınız içerikleri Minecraft oynadığınız her yerde senkronize edebileceksiniz. # +trial.thanks_for_testing.xbl.description=Tam Minecraft deneyiminde Yaratıcı modu, başarılar ve daha fazlasını kullanabilir, ayrıca Microsoft hesabı ile Minecraft topluluğundaki diğer kullanıcılarla tanışabilirsiniz! Arkadaşlarınızın dünyalarına katılabilecek, Sunucularda yeni arkadaşlar edinebilecek ve Market'ten satın aldığınız içerikleri Minecraft oynadığınız her yerde eşitleyebileceksiniz. # trial.thanks_for_testing.xbl.description.line2=*(Market özelliği olan sürümlerde) # -trial.thanks_for_testing.achievements.description=Yaratıcı mod, Çok Oyunculu oyun ve daha fazlasını sunan tam Minecraft deneyimine ek olarak başarılar ve bir Oyuncu Puanı kazanacak ve Minecraft ilerlemenizi işaretleyip Microsoft Hesabı arkadaşlarınıza tamamladığınız görevleri göstereceksiniz. # +trial.thanks_for_testing.achievements.description=Yaratıcı mod, Çok Oyunculu oyun ve daha fazlasını sunan tam Minecraft deneyimine ek olarak; başarılar ile bir Oyuncu Puanı kazanacak ve Minecraft ilerlemenizi işaretleyip Microsoft hesabı arkadaşlarınıza tamamladığınız görevleri göstereceksiniz. # trial.thanks_for_testing.multiplayer.description=Tam Minecraft deneyimini kullanarak Yaratıcı mod, başarılar ve farklı Minecraft cihazlarında arkadaşlarınızla Çok Oyunculu oyunun keyfini çıkarabilirsiniz! Konsol, PC ve mobilde arkadaşlarınızla oynayarak birlikte oluşturun, keşfedin ve hayatta kalın. # trial.thanks_for_testing.server.description=Tam Minecraft deneyiminin bir parçası olarak Sunucular Minecraft oynamanın en yaratıcı yollarından bazılarını sunar! Harika mini oyunlar oynayın, Minecraft topluluğu ile tanışın ve yeni arkadaşlar edinin. # trial.thanks_for_testing.store.description=Tam oyun deneyimi oyun içi mağazamız Minecraft Market'e erişimi sağlar. Yeni dış görünüşlerle farklı bir görünüm edinin, dünyanızı değiştirin veya en iyi topluluk oluşturucularının inanılmaz yeni haritalarını keşfedin! # @@ -10281,25 +10347,25 @@ autosave.info.xbox=Bu simgeyi gördüğünüzde oyununuzu kaydediyor olacağız. autosave.info.desktop=Bu simgeyi gördüğünüzde oyununuzu kaydediyor olacağız. Ekranda bu simge varken bilgisayarınızı kapatmayın. # ## Xbox network strings -xbox.signin.error=Arkadaşlarınızla oynamak, oyuncu puanı ve başarı kazanmak için lütfen Microsoft Hesabınızla oturum açın. # +xbox.signin.error=Arkadaşlarınızla oynamak, oyuncu puanı ve başarı kazanmak için lütfen Microsoft hesabınızla oturum açın. # xbox.signin.error.pocket.line1=Realms'ı denediğin için teşekkürler! Özelliklerin son hali bu değildir; hatalarla karşılaşabilirsin. Bize geri bildirim gönder! Seni dinliyoruz. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Bu test sırasında, davet gönderebilmek ve Realm'lere eklenebilmek için herkesin bir Microsoft Hesabıyla oturum açması gerekir. # +xbox.signin.error.pocket.line3=Bu test sırasında, davet gönderebilmek ve Realm'lara eklenebilmek için herkesin bir Microsoft hesabıyla oturum açması gerekir. # xbox.signin.warning.kickPlayer=Bu işlem seni ana menüye geri götürecek. Devam etmek istiyor musun? # -xbox.connection.error=Microsoft Hesabıyla bağlantı kesildi # +xbox.connection.error=Microsoft hesabıyla bağlantı kesildi # xbox.signin=Oturum Aç # xbox.signin.qr=Oturum açmanın iki yolu # xbox.signin.qr.left.header=QR Kodunu Tara # xbox.signin.qr.left.body=Cihazındaki kamera uygulamasını veya bir QR kod okuyucu kullan. # xbox.signin.qr.right.header=Veya web sitesini ziyaret et # -xbox.signin.qr.account=Farklı platformlarda arkadaşlarınla çevrimiçi oynamak için ücretsiz bir Microsoft Hesabı ile oturum aç # -xbox.signin.beta.blocked=Şu anda beta sürümünde Microsoft Hesabı ile giriş yapılamıyor. # +xbox.signin.qr.account=Farklı platformlarda arkadaşlarınızla çevrimiçi oynamak için ücretsiz bir Microsoft hesabı ile oturum açın # +xbox.signin.beta.blocked=Şu anda beta sürümünde Microsoft hesabı ile giriş yapılamıyor. # xbox.signin.enterCode=Ve bu kodu girin: # xbox.signin.enterCode.qr=2. İstendiğinde aşağıdaki kodu gir: # xbox.signin.letsPlay=Haydi Oynayalım! # -xbox.signin.message=Minecraft dünyasını tam anlamıyla tecrübe etmek için Ücretsiz Microsoft Hesabınızla oturum açın. # +xbox.signin.message=Minecraft dünyasını tam anlamıyla tecrübe etmek için Ücretsiz Microsoft hesabınızla oturum açın. # xbox.signin.url=https://microsoft.com/link # -xbox.signin.useDifferentAccount=Farklı bir Microsoft Hesabıyla oturum açın # +xbox.signin.useDifferentAccount=Farklı bir Microsoft hesabıyla oturum açın # xbox.signin.website=Bu web sitesini başka bir cihazdan ziyaret edin: # xbox.signin.website.qr=1. Bu web sitesini başka bir cihazdan ziyaret et: # xbox.signin.welcome=Hoş geldiniz! # @@ -10310,9 +10376,9 @@ xbox.signinFree=Ücretsiz Oturum Aç # xbox.signout=Oturumu Kapat # xbox.signinquestion=Oturum Aç? # xbox.notnow=Şimdi Değil # -xbox.signingin=Microsoft Hesabınızla oturum açılıyor... # +xbox.signingin=Microsoft hesabınızla oturum açılıyor... # xbox.signingin.offline=Oturum açılıyor # -xbox.failedsignin.body=Microsoft Hesabınıza giriş yapamadık. Realms, Profiller ve Market eşyalarınıza erişim sınırlanacak. Lütfen daha sonra tekrar deneyin. # +xbox.failedsignin.body=Microsoft hesabınıza giriş yapamadık. Realms, Profiller ve Market eşyalarınıza erişim sınırlanacak. Lütfen daha sonra tekrar deneyin. # xbox.failedsignin.error=Hata Kodu: # xbox.failedsignin.moreInfo=Daha Fazla Bilgi # xbox.dev_wrongSandboxSigninFailed.title=Bir Sorun Oluştu # @@ -10321,25 +10387,20 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Geliştirme Korumalı Alanına Geç xbox.dev_wrongSandboxSigninFailed.button.retail=Perakende Korumalı Alanına Geç # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Hesap Oturum Açma Verilerini Temizle # xbox.invitesignin.line1=Çevrimiçi olduklarında dünyalarını görmek için arkadaşlarınızı Oyuncu Etiketine göre davet edin. # -xbox.invitesignin.line2=Arkadaşlarınızı davet etmeye başlamak için bir Microsoft Hesabıyla oturum açın! # +xbox.invitesignin.line2=Arkadaşlarınızı davet etmeye başlamak için bir Microsoft hesabıyla oturum açın! # xbox.thirdpartysignin.line1=Harika mini oyunlar ve yeni oyuncular sizi bekliyor! Ama önce, '%s' sizin tanımak istiyor. # -xbox.thirdpartysignin.line2=Bağlanmak için bir Microsoft Hesabıyla oturum açmanız gerekiyor! # +xbox.thirdpartysignin.line2=Bağlanmak için bir Microsoft hesabıyla giriş yapmanız gerekiyor! # xbox.signInLong=Ücretsiz oturum açın! # -xbox.signOutLong=Microsoft Hesabınızın oturumunu kapatın # +xbox.signOutLong=Microsoft hesabınızdan çıkış yapın # xbox.genericsignin.line1=Minecraft hesabınızı kullanarak PC ve mobil cihazlarda arkadaşlarınızla çok oyunculu çevrimiçi oyunlar oynayabilirsiniz. Peki en iyi kısmı ne? # xbox.genericsignin.line2=ÜCRETSİZ! # xbox.genericsignin.line3=Bu özelliği Minecraft oynadığınız her yerde kullanabilirsiniz. # -xbox.disconectionscreen.notSignedIn=Arkadaşlarınızla oynamak için Microsoft Hesabınızla oturum açın. # -xbox.disconectionscreen.multiplayerNotAllowed=Bu Microsoft Hesabının çok oyunculu oyunlara katılma izni yok. # +xbox.disconectionscreen.notSignedIn=Arkadaşlarınızla oynamak için Microsoft hesabınızla oturum açın. # +xbox.disconectionscreen.multiplayerNotAllowed=Bu Microsoft hesabının çok oyunculu oyunlara katılma izni yok. # xbox.disconectionscreen.accessDenied=Katılabilmek için bu oyunda oynayan birileriyle arkadaş olmanız gerekir. # -xbox.friendfinder.enterGamertag=Oyuncu Etiketi Girin # -xbox.friendfinder.findFriends=Oyuncu Etiketiyle Arkadaşlarınızı Bulun # -xbox.friendfinder.searchingForGamertag=Aranıyor # -xbox.friendfinder.gamertagNotFound=Oyuncu Etiketi Bulunamadı # - xbox.profile.addFriend=Arkadaşı Ekle # xbox.profile.addFriend.success=Başarılı! %s arkadaş listenize eklendi. # xbox.profile.block=Blok # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property='%s' özelliği bu tür için kullanılmaz. packdiscoveryerror.version_too_high='%s' özelliğinin '%s' olan sürümü çok yüksek. Kabul edebileceğimiz en yüksek değer '%s'. # packdiscoveryerror.version_too_low='%s' özelliğinin '%s' olan sürümü çok düşük. Kabul edebileceğimiz en düşük değer '%s'. # packdiscoveryerror.format_version_1_engine_version_cap='%s` özelliğinin değeri en fazla `%s` olmalıdır. Daha yüksek bir sürüm kullanmak için biçim sürümü 2'yi kullanman gerekir. # +packdiscoveryerror.folder_structure_too_deep=Paketteki klasör yapısı çok derin. # ## pack upgrading packupgradewarning.invalidpacktype=Verilen '%s' ögesi paket bildirisinde geçersiz bir değere sahip; varsayılan olarak kaynak paketi alınıyor. # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=Mevcut ebeveyn denetimleriniz çevrimiçi oy gathering.info.qr.title.console=Canlı Etkinlik Yayını # gathering.info.qr.body.console=Canlı Etkinlik Yayınımıza katılmak için tarayın # gathering.info.signIn.title=Bu etkinliğe katılmak için oturum açın. # -gathering.info.signIn.body=Bu etkinliğe katılmak için lütfen Microsoft Hesabınızda oturum açın. # +gathering.info.signIn.body=Bu etkinliğe katılmak için lütfen Microsoft hesabınızda oturum açın. # gathering.activation.warning=Toplananlar bulunamadı # gathering.activation.warning.signIn=Toplananlar bulunamıyor. Tekrar denemeden önce lütfen oturum açın. # gathering.activation.warning.title=Olamaz! # diff --git a/resource_pack/texts/uk_UA.lang b/resource_pack/texts/uk_UA.lang index 1ffffbf22..bbcda9c7b 100644 --- a/resource_pack/texts/uk_UA.lang +++ b/resource_pack/texts/uk_UA.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=Екран енциклопедії # accessibility.screenName.howToPlay=Екран довідки з гри # accessibility.screenName.inviteToGame=Екран запрошення до гри # accessibility.screenName.joinByIP=Вікно приєднання за IP-адресою # +accessibility.screenName.joinByConnectionID=Діалог приєднання за допомогою ідентифікатора підключення # accessibility.screenName.joinCode=Вікно приєднання за кодом # accessibility.screenName.library=Екран бібліотеки # accessibility.screenName.modalDialog=Спливаюче діалогове вікно # @@ -135,11 +136,12 @@ accessibility.screenName.profile=Екран профілю # accessibility.screenName.realmInviteLinkSettings=Екран налаштувань посилань із запрошенням до Realm # accessibility.screenName.realmSettings=Екран параметрів Realm # accessibility.screenName.settings=Екран параметрів гри # -accessibility.screenName.addFriend=Екран додавання друзів # accessibility.screenName.skinPicker=Екран вибору скіну # accessibility.screenName.start=Головне меню # accessibility.screenName.vrAlignment=Екран вирівнювання VR # accessibility.screenName.emoteWheel=Екран емограм # +accessibility.screenName.addExternalServer=Екран додавання зовнішнього сервера # +accessibility.screenName.editExternalServer=Екран зміни зовнішнього сервера # accessibility.search.sort_menu.A_to_Z.tts.title=A–Я ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Я–А ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=Не вдалося забрати жод commands.effect.failure.notAMob=%1$s не може мати ефектів # commands.effect.notFound=Немає ефекту моба з ідентифікатором %s # commands.effect.success=Ефект %1$s * %2$d надано %3$s на %4$d c # +commands.effect.success.infinite=Надавав %3$s ефект %1$s * %2$d протягом нескінченного часу # commands.effect.success.removed=Забрано ефект %1$s у %2$s # commands.effect.success.removed.all=Забрано всі ефекти у %1$s # commands.enchant.cantCombine=%1$s не можна поєднати з %2$s # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=Цільова сутність не commands.generic.entity.invalidType=Тип сутності "%1$s" неприпустимий # commands.generic.entity.invalidUuid=Введено UUID сутності в неправильному форматі # commands.generic.entity.notFound=Не вдається знайти цю сутність # -commands.generic.error.permissions=Неправильні рівні дозволів. %s – це команда рівня %s. ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=Неправильний рівень дозволу для команди: %s. ###1: command name commands.generic.exception=Під час спроби виконати цю команду сталася невідома помилка # commands.generic.invalidAgentType=Аргумент типу застосовано тільки до селектора Agent # commands.generic.invalidcontext=Надано неприпустимий контекст для певного типу команди # +commands.generic.invalidOrigin=Джерело команди було недійсним під час виконання команди # commands.generic.invalidDevice=Команда яку ви ввели, %s, не підтримується на цьому пристрої # commands.generic.invalidMessage=Неприпустима довжина повідомлення # commands.generic.invalidPlayerType=Аргумент типу застосовано тільки до селектора гравця # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=Успішно виконано кілька (%1$d commands.schedule.invalidOrigin=Неприпустиме походження, потрібне для виконання цієї функції. # commands.schedule.name.empty=Зациклена область не може бути пуста. # commands.schedule.too.many.areas=Знайдено кілька зациклених областей з іменем %s. Використовуйте одну область. # +commands.schedule.clear.failure=Жодну підпрограму з іменем %1$s не було видалено. # +commands.schedule.clear.success=Видалено %1$d підпрограм з іменем %2$s. # +commands.schedule.tickingarea.clear.success=Видалено %1$d підпрограм з іменем зацикленої області %2$s. # +commands.schedule.tickingarea.clear.failure=Не було видалено жодної підпрограми з іменем зацикленої області %1$s. # +commands.schedule.tickingarea.func.clear.success=Видалено %1$d підпрограм з іменем зацикленої області %2$s і з іменем %3$s. # +commands.schedule.tickingarea.func.clear.failure=Жодну підпрограму не було видалено з іменем зацикленої області %1$s і з іменем %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=Значення вицвітаючого коль commands.camera.invalid.easing=Плавний перехід до нестаціонарних камер не підтримується # commands.camera.invalid.time=Тривалість вицвітання має становити від 0 до 10 секунд # commands.camera.invalid.pitch=Нахил камери (обертання навколо осі X) має становити від -90 до 90 градусів # -commands.camera.invalid.view.offset=Зсув перегляду має бути від -100 до 100 # +commands.camera.invalid.view.offset=Значення зсуву перегляду має бути від -64 до 64 # +commands.camera.invalid.entity.offset=Значення зсуву сутності має бути від -64 до 64 # +commands.camera.invalid.offset.camera=Зсув сутності та перегляду може бути застосований лише до камери follow_orbit # commands.camera.perspective.locked=Якщо використовуються користувацькі камери, перспективу змінити не можна # commands.camera.perspective.option=Вибрана камера зміниться, коли користувацька камера неактивна # commands.world_age.description=Змінює або запитує вік світу (час від створення). # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=Прибрати вхідні матеріал controller.buttonTip.removeMaterial=Прибрати матеріал # controller.buttonTip.renameItem=Перейменувати предмет # controller.buttonTip.returnToRecipe=Назад до рецепта # +controller.buttonTip.swap=Замінити # controller.buttonTip.enterSearch=Пошук # controller.buttonTip.searchRecipe=Швидкий пошук # controller.buttonTip.confirmSearch=Підтвердити # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=Взяти один # controller.buttonTip.take=Взяти # controller.buttonTip.takeItem=Взяти предмет # controller.buttonTip.clearHotbar=Очистити панель швидкого доступу # +controller.buttonTip.add.to.bundle=Додати в набір # +controller.buttonTip.place.from.bundle=Розмістити з набору # +controller.buttonTip.take.from.bundle=Взяти з набору # controllerLayoutScreen.actions=Дії # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=Спробувати зараз # ## Edu Course Multiplayer strings course.edu.enterIp=Введіть IP-адресу світу, до якого хочете приєднатися. # course.edu.enterConnection=Введіть ідентифікатор підключення світу, до якого хочете приєднатися. # +course.edu.enterConnectionScreenReader=Введіть ідентифікатор підключення світу, до якого хочете приєднатися. # course.edu.ipAddress=IP-адреса # course.edu.ipPlaceholder=Введіть IP або адресу сервера # course.edu.ipTooltipText=Щоб знайти IP-адресу, попросіть хоста призупинити урок. IP-адресу видно праворуч на екрані хоста. # course.edu.connectionInfo=Ідентифікатор підключення # course.edu.conInfoPlaceholder=Введіть ідентифікатор підключення # -course.edu.conInfoHostTooltipText=Ви можете поділитися ідентифікатором підключення, якщо інші гравці не можуть приєднатися до вашого світу за допомогою коду приєднання або спільного посилання. # +course.edu.conInfoHostTooltipText=Ви можете поділитися ідентифікатором підключення, якщо інші гравці не можуть приєднатися до вашого світу за допомогою коду приєднання або спільного посилання без можливості перезавантаження. # +course.edu.conInfoHostTooltipTextScreenReader=Ви можете поділитися ідентифікатором підключення, якщо інші гравці не можуть приєднатися до вашого світу за допомогою коду приєднання або спільного посилання. # course.edu.conInfoTooltipText=На хост-комп’ютері ідентифікатор підключення можна знайти на вкладці мультиплеєра в меню гри у своєму світі. # +course.edu.conInfoTooltipTextScreenReader=На хост-комп’ютері ідентифікатор підключення можна знайти на вкладці мультиплеєра в меню гри у своєму світі. # course.edu.joinLesson=Приєднатися до уроку # course.edu.joinLessonIntro=Знайдіть однокласників у тому ж уроці, щоб приєднатися, або введіть IP-адресу, якщо їх не видно в списку. # course.edu.joinLessonIntroTeacher=Виберіть групу, до якої хочете приєднатися, або введіть IP-адресу, якщо її не видно в списку. # @@ -1908,8 +1927,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Зміна балансу createWorldScreen.experimentalVillagerTradesRebalanceDescription=Містить оновлені принципи торгівлі селян для зміни балансу # createWorldScreen.experimentalArmadillo=Броненосець і вовчий обладунок # createWorldScreen.experimentalArmadilloDescription=Познайомтеся з броненосцем та екіпіруйте свого вовка новим вовчим обладунком! # -createWorldScreen.experimentalBundles=Набори # -createWorldScreen.experimentalBundlesDescription=Дозволяє створювати та використовувати елемент набору # createWorldScreen.worldPreferences=Параметри світів # createWorldScreen.startWithMap=Початкова карта # createWorldScreen.defaultName=Мій світ # @@ -1956,7 +1973,7 @@ createWorldScreen.randomtickspeed.reset=Скинути випадкову шви createWorldScreen.serverSimDistance=Відстань симуляції # createWorldScreen.serverSimDistanceFormat=%s чанків # createWorldScreen.showbordereffect=Показати ефект межі # -createWorldScreen.check_internet_connection=Немає підключення до Інтернету. Ваші друзі не зможуть приєднатися до ваших мультиплеєрних світів. Увійдіть у свій обліковий запис Microsoft, щоб грати з друзями. # +createWorldScreen.check_internet_connection=Немає підключення до Інтернету. Друзі не зможуть приєднатися до ваших мультиплеєрних світів. Увійдіть в обліковий запис Microsoft, щоб грати з друзями. # createWorldScreen.disconnectedXboxLive=Ви не підключені до служб Microsoft. Ваші друзі з псевдонімами гравців не зможуть приєднатися до вашого мультиплеєрного світу. Увійдіть у свій обліковий запис Microsoft, щоб грати з друзями. # createWorldScreen.clearPlayerData.button=Очистити дані гравця # createWorldScreen.clearPlayerData.title=Видалити дані гравця зі світу? # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=Термін дії %s минув. П realmsSharingScreen.cantJoinClosedTitle=Користувач %s закрив цей Realm # realmsSharingScreen.cantJoinClosedMessage=%s закрито. Попросіть гравця %s знову відкрити реалм. # realmsSharingScreen.failedSignInModalTitle=Увійдіть, щоб приєднатися до Realm # -realmsSharingScreen.failedSignInModalMessage=Щоб приєднатися до Realm, увійдіть під своїм обліковим записом Microsoft. Увійдіть і повторіть спробу. # +realmsSharingScreen.failedSignInModalMessage=Щоб приєднатися до Realm, потрібно ввійти у свій обліковий запис Microsoft. Увійдіть і повторіть спробу. # realmsSharingScreen.invalidPermissionTitle=Недійсні дозволи # realmsSharingScreen.unexpectedServerResponseTitle=Помилка Realms # realmsSharingScreen.unexpectedServerResponseMessage=Виникла проблема з підключенням до Realm. Повторіть спробу пізніше. # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=Платіжна служба # realmsCreateScreen.paymentFailed.body=Зараз не вдається підключитися до Minecraft Realms і завершити покупку. Спробуйте ще раз згодом. # realmsCreateScreen.incomplete=Незавершений Realm # realmsCreateScreen.incomplete.create.a=Схоже, минулого разу ми зупинилися на півдорозі. Давайте зараз завершимо створення реалму. # -realmsCreateScreen.incomplete.create.b=Схоже, ви почали створювати реалм під іншим обліковим записом Microsoft. Бажаєте завершити створення реалму під цим обліковим записом Microsoft як власник? # -realmsCreateScreen.incomplete.create.c=Хтось почав створювати реалм на цьому пристрої під обліковим записом для платних служб. Хочете завершити створення реалму під цим обліковим записом Microsoft як власник? # +realmsCreateScreen.incomplete.create.b=Схоже, ви почали створювати Realm під іншим обліковим записом Microsoft. Бажаєте завершити створення Realm як власник під цим обліковим записом Microsoft? # +realmsCreateScreen.incomplete.create.c=Хтось почав створювати Realm на цьому пристрої під платіжним обліковим записом. Хочете завершити створення Realm під цим обліковим записом Microsoft як власник? # realmsCreateScreen.incomplete.renew.a=Схоже, минулого разу ми зупинилися на півдорозі. Давайте зараз завершимо поновлення реалму. # -realmsCreateScreen.incomplete.renew.b=Схоже, ви почали поновлювати Realm під іншим обліковим записом Microsoft. Хочете завершити поновлення Realm під цим обліковим записом Microsoft як власник? # -realmsCreateScreen.incomplete.renew.c=Хтось почав поновлювати Realm на цьому пристрої під обліковим записом для платних служб. Хочете завершити поновлення цього Realm під цим обліковим записом Microsoft як власник? # +realmsCreateScreen.incomplete.renew.b=Схоже, ви почали поновлювати Realm в іншому обліковому записі Microsoft. Хочете завершити поновлення Realm у цьому обліковому записі Microsoft як власник? # +realmsCreateScreen.incomplete.renew.c=Хтось почав поновлювати Realm на цьому пристрої під платіжним обліковим записом для платних служб.  Хочете завершити поновлення Realm під цим обліковим записом Microsoft як власник? # realmsCreateScreen.incomplete.override.renew=Ви намагаєтеся створити новий реалм, але раніше розпочато покупку для поновлення реалму. Хочете виконати ту покупку зараз? # realmsCreateScreen.incomplete.override.create=Ви намагаєтеся поновити реалм, але раніше розпочато покупку для створення реалму. Хочете виконати ту покупку зараз? # realmsCreateScreen.incomplete.override.realm=Ви намагаєтеся поновити реалм, але раніше розпочато покупку для іншого реалму. Хочете виконати ту покупку зараз? # @@ -2226,9 +2243,9 @@ networkWorld.no_joinable_friends_label=Ваші друзі зараз не гр networkWorld.check_internet_connection=Ой! Перевірте підключення до Інтернету. Не вдається знайти світи ваших друзів. # networkWorld.connect_to_xbl=Щоб грати з друзями, увійдіть під своїм обліковим записом Microsoft. # networkWorld.memberOfTooManyRealms=Ви досягли максимальної кількості учасників Realm. # -networkWorld.multiplayerPrivilegesBlocked=Ви не можете грати в онлайновий мультиплеєр через налаштування вашого облікового запису Microsoft. Ваші параметри безпеки в Інтернеті мають дозволяти мультиплеєр. Інструкції зі зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. # -networkWorld.multiplayerPrivilegesBlockedOnConsole=Ви не можете грати в онлайн-мультиплеєр через налаштування вашого облікового запису Microsoft. Ви повинні мати активну підписку на Xbox Live Gold, і ваші параметри безпеки в Інтернеті мають дозволяти мультиплеєр. Інструкції зі зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Ви не можете грати в онлайн-мультиплеєрі через налаштування вашого облікового запису Microsoft. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=Ви не можете грати в мережевому багатокористувацькому режимі через налаштування вашого облікового запису Microsoft. Ваші параметри безпеки в Інтернеті мають дозволяти мультиплеєр. Інструкції щодо зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. # +networkWorld.multiplayerPrivilegesBlockedOnConsole=Ви не можете грати в мережевому багатокористувацькому режимі через налаштування вашого облікового запису Microsoft. У вас має бути активна підписка на Xbox Live Gold, і ваші параметри безпеки в Інтернеті мають дозволяти мультиплеєр. Інструкції щодо зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=Ви не можете грати в мережевому багатокористувацькому режимі через налаштування вашого облікового запису Microsoft. ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=Сталася невідома помилка, яка заважає онлайн-грі. Будь ласка, спробуйте пізніше. # networkWorld.multiplayerPrivilegesBlockedBanned=Ви не можете грати в мультиплеєрі онлайн, оскільки дію вашого облікового запису призупинено. # networkWorld.versionOutOfDate=Ви не можете грати в онлайновий мультиплеєр, оскільки у вас застаріла версія. Інсталюйте найновішу версію, щоб отримати доступ до онлайнових можливостей. # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=Увійдіть зар store.sign_in_warning.no_xbl_and_no_local_content.line2=Немає облікового запису Microsoft? Створіть його зараз безкоштовно. # xbl.signOut.title=Покупки з облікового запису Microsoft! # -xbl.signOut.message1=Поза обліковим записом Microsoft ви не зможете користуватися монетами Minecoins і речами з магазину. # +xbl.signOut.message1=Після виходу з облікового запису Microsoft ви не будете мати доступ до Minecoins і об’єктів, куплених у Магазині. # xbl.signOut.message2=Ви справді цього хочете? # date.short_january=Січ # @@ -2550,7 +2567,7 @@ date.timeLeft=%s залишилося # dayOneExperience.carousel.title=Вітаємо в новій версії 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 – це місце, де можна знайти нові скіни, світи, текстури та збірні пакети від різних талановитих творців. # -dayOneExperience.carousel.cross_platform=Кросплатформенна гра дає змогу грати людям, що використовують різні платформи. Увійдіть у свій обліковий запис Microsoft, щоб грати з усіма своїми друзями в Minecraft! # +dayOneExperience.carousel.cross_platform=Кросплатформенна гра дозволяє вам взаємодіяти з гравцями на різних платформах. Увійдіть у свій обліковий запис Microsoft, щоб грати з усіма друзями в Minecraft! # dayOneExperience.carousel.realms=Realms – це наші сервери, які працюють лише для вас і ваших друзів. Нехай ваш світ Minecraft буде завжди онлайн і доступний для інших, навіть коли ви виходите із системи. # dayOneExperience.carousel.villager=Нова версія Minecraft – єдине місце, де можна отримувати майбутні оновлення з новими функціями, мобами, предметами, блоками і не тільки! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=Сервер був вимкнений че disconnectionScreen.header.realms_hidden=Запрошення в мультиплеєр # disconnectionScreen.body.realms_hidden=Не вдалося приєднатися саме до цього сервера. # +disconnectionScreen.biomeData.IdDuplication=Ідентифікатор %s збігається з %s # +disconnectionScreen.biomeData.MalformedData=Некоректні дані біома # +disconnectionScreen.biomeData.MixedIdPresence=Пакет «Біом» має змішану наявність ідентифікаторів для Власних біомів # +disconnectionScreen.biomeData.ReservedRange=Власний біом %s використовує ідентифікатор із зарезервованого діапазону. Діапазон ідентифікаторів для Власних біомів: %s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=Дані ванільного біома не мають містити поле «id» # disconnectionScreen.blockMismatch=Блоки між клієнтом і сервером не збігаються. # disconnectionScreen.cantConnect=Не вдається підключитися до світу. # disconnectionScreen.cantConnectToRealm=Не вдається підключитися до Realm. # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=Шаблони світів можна отримат edu.pause.multiplayer.disabled=У цьому уроці не доступний режим мультиплеєра. # +effect.duration.infinite=∞ # effect.badOmen=Погане знамення # effect.infested=Заражено # effect.oozing=Заслизлення # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=Неприпустимий знімок екран feed.failedToPostRateLimit=Спробуйте опублікувати ще раз через кілька хвилин. Realms намагається надолужити згаяне. # feed.uppload_started=Знімок екрана передається # feed.uppload_success=Знімок екрана передано # -feed.connected=Кожен світ Realm підключено до Клубу з обліковим записом Microsoft. # +feed.connected=Кожен Realm підключений до Клубу з вашим обліковим записом Microsoft. # feed.unviewedPost=Новий # -comment.like=%d лайк ### 1 like -comment.likes=Лайків: %d ### 0 or 2+ likes -comment.comment=%d коментар ### 1 comment -comment.comments=Коментарів: %d ### 0 or 2+ comments -comment.likes_and_comments=%1 та %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=Прокоментуйте… # - furnaceScreen.fuel=Паливо # furnaceScreen.header=Піч # furnaceScreen.input=Вхідні матеріали # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=У кожному новому світі, як howtoplay.playingTogether.header.2=Приєднання до гри в Інтернеті # howtoplay.playingTogether.text.3=Щоб грати з іншими, перейдіть на §eвкладку «‎Друзі»§f, де відображаються всі доступні Realms, друзі та ігри в локальній мережі. Просто виберіть будь-яку гру, щоб приєднатися до неї. # howtoplay.playingTogether.text.4=Якщо ви почнете гру онлайн або приєднаєтеся до неї, ваші друзі бачитимуть це на вкладці «Друзі». Якщо вони приєднаються, це буде видно і їхнім друзям. # -howtoplay.playingTogether.text.5=Щоб грати в мультиплеєрі, необхідно ввійти в §eобліковий запис Microsoft§f з активним підключенням до Інтернету. # +howtoplay.playingTogether.text.5=Щоб грати в мультиплеєрі, необхідно ввійти в §eобліковий запис Microsoft§f і мати доступ до Інтернету. # howtoplay.playingTogether.header.3=Realms — найкращий спосіб грати разом # howtoplay.playingTogether.text.6=Завдяки §eRealms§f можна легко грати з друзями. # howtoplay.playingTogether.text.7=Ви та максимум 10 друзів отримуєте цілодобовий доступ до світу, який завжди онлайн. Досліджуйте, проявляйте творчий підхід або спробуйте ретельно підібраний вміст на Ринку. # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=Хочете перемістити щось howtoplay.inventory.text.2.touch=Хочете перемістити щось між §eпанеллю швидкого доступу§f й інвентарем? Торкніться потрібного предмета, а потім порожнього слоту, до якого хочете його перемістити. # howtoplay.inventory.text.2.vr=Хочете перемістити щось між §eпанеллю швидкого доступу§f й інвентарем? За допомогою курсору виберіть предмет і натисніть :_input_key.use:. Потім перемістіть курсор до порожнього слоту для предметів і натисніть ще раз, щоб залишити там предмет. # +howtoplay.jigsawBlocks=Блоки-пазли # +howtoplay.jigsawBlocks.text.1=Блоки-пазли дають творцям можливість генерувати великі споруди у світі, з’єднуючи кілька шаблонів таких споруд. # +howtoplay.jigsawBlocks.header.1=Як отримати # +howtoplay.jigsawBlocks.text.2=Щоб отримати блок-пазл, необхідно скористатися консольною командою /give. Щоб використати блок-пазл, потрібно мати дозволи оператора. # +howtoplay.jigsawBlocks.header.2= Параметри # +howtoplay.jigsawBlocks.text.3=Блоки-пазли мають кілька параметрів, які контролюють їхнє з’єднання під час формування більшої споруди. # +howtoplay.jigsawBlocks.text.4=§eЦільовий пул.§f Шлях до пулу шаблонів для пошуку шаблону з’єднувальної структури. Набір шаблонів має містити принаймні одну споруду, яка збігається з даними в полі «Цільова назва» блока-пазла. # +howtoplay.jigsawBlocks.text.5=§eНазва.§f Назва пазла. Використовується для з’єднання з пазлами з такою самою «Цільовою назвою». # +howtoplay.jigsawBlocks.text.6=§eТрансформоблоки.§f Тип блока, на який перетворюється блок-пазл, якщо помістити його у світ під час генерування споруди. # +howtoplay.jigsawBlocks.text.7=§eПріоритетність вибору.§f Коли головна деталь обробляється для з’єднань, цей блок намагається з’єднатися з цільовим елементом саме в такому порядку. Блоки оброблятимуться за спаданням пріоритету з розривом зв’язків у довільному порядку. # +howtoplay.jigsawBlocks.text.8=§eПріоритетність розміщення.§f Коли цей блок-пазл з’єднується з елементом, то саме в такому порядку ця деталь буде оброблятися для з’єднання в ширшій структурі. Елементи оброблятимуться в порядку спадання пріоритету з розривом зв’язків у порядку додавання. # +howtoplay.jigsawBlocks.text.9=§eТип з’єднання.§f З’єднання може бути як обертальним (за замовчуванням), так і вирівняним. Якщо тип з’єднання є обертальним, цільова споруда буде обертатися випадковим чином навколо вихідного блоку-пазла. Якщо тип з’єднання є вирівняним, цільова споруда буде розташована таким чином, що обертання цільового блоку-пазла збігатиметься з обертанням вихідного блоку-пазла. Зверніть увагу, що це стосується лише тих випадків, коли блок-пазл розміщено таким чином, що він обернений вгору або вниз. # + howtoplay.jukebox=Музичний автомат # howtoplay.jukebox.text.1=На музичному автоматі можна відтворювати знайдені музичні диски. # howtoplay.jukebox.header.1=Вечірка # @@ -5531,6 +5560,28 @@ item.shield.brown.name=Коричневий щит # item.shield.black.name=Чорний щит # item.shield.blue.name=Синій щит # +item.bundle=Набір # +item.black_bundle=Чорний набір # +item.white_bundle=Білий набір # +item.red_bundle=Червоний набір # +item.orange_bundle=Помаранчевий набір # +item.yellow_bundle=Жовтий набір # +item.green_bundle=Зелений набір # +item.lime_bundle=Салатовий набір # +item.brown_bundle=Коричневий набір # +item.light_gray_bundle=Світло-сірий набір # +item.light_blue_bundle=Блакитний набір # +item.blue_bundle=Синій набір # +item.gray_bundle=Сірий набір # +item.pink_bundle=Рожевий комплект # +item.magenta_bundle=Малиновий набір # +item.purple_bundle=Фіолетовий набір # +item.cyan_bundle=Бірюзовий набір # +item.bundle.empty=Спорожнити # +item.bundle.empty.description=Може вміщати комбінований стос предметів # +item.bundle.full=Переповнено # +item.bundle.fullness=%s залишилося # + item.goat_horn.name=Ріг кози # item.minecraft.goat_horn.sound.0=Роздум # item.minecraft.goat_horn.sound.1=Спів # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=Стріли # itemGroup.name.potion=Зілля # itemGroup.name.splashPotion=Вибухові зілля # itemGroup.name.lingeringPotion=Тривалі зілля # +itemGroup.name.ominousBottle=Зловісні пляшки # itemGroup.name.bed=Ліжка # itemGroup.name.chalkboard=Класні дошки # itemGroup.name.anvil=Ковадла # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=Свічки # itemGroup.name.goatHorn=Козячі роги # itemGroup.name.compounds=Складові # itemGroup.name.products=Продукти # +itemGroup.name.bundles=Набори # -jigsaw.title.target_pool=Цільовий набір: # +##Jigsaw Block +jigsaw_block.title=Блок-пазл # +jigsaw.title.target_pool=Цільовий пул: # jigsaw.title.name=Ім’я: # -jigsaw.title.target=Цільове ім’я: # +jigsaw.title.target=Цільова назва: # jigsaw.title.final_block=Перетворюється на: # +jigsaw.title.selection_priority=Пріоритетність вибору: # +jigsaw.title.placement_priority=Пріоритетність розміщення: # jigsaw.title.joint_type=Тип з’єднання: # jigsaw.title.joint_type.aligned=Фіксоване # jigsaw.joint_type.aligned=Фіксоване # jigsaw.joint_type.rollable=Обертальне # jigsaw.exit.done=Готово # -jigsaw.exit.cancel=Скасувати # ##EDU Joincode joincode.entry_popup.icon_button=%1 кнопка коду приєднання # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=Відкрити для локальної мережі # menu.simulating=Невеличка симуляція світу # menu.singleplayer=Одиночна гра # menu.store=Ринок # +menu.store.addons=Перегляньте доповнення! # menu.skins=Скіни # menu.start=Почати # menu.switchingLevel=Переключення світів # @@ -6183,7 +6240,7 @@ options.debugTitle=Параметри розробника # options.delete_account.button=Видалити обліковий запис Microsoft # options.delete_account.confirm.title=Видалити обліковий запис Microsoft? # options.delete_account.confirm.warning=УВАГА! Ви більше не зможете зберігати прогрес і покупки, здійснені на вашому пристрої, якщо видалите обліковий запис %s. # -options.delete_account.confirm.warning.2=Видалення вашого облікового запису Microsoft у цій грі вплине на всі ігри Minecraft на цій платформі, у яких використовується цей обліковий запис Microsoft. # +options.delete_account.confirm.warning.2=Видалення вашого облікового запису Microsoft у цій грі вплине на всі ігри Minecraft, які використовують цей обліковий запис. # options.delete_account.confirm.checkbox1=Ви більше не матимете доступу до вмісту магазину у грі, граючи на інших платформах. # options.delete_account.confirm.checkbox2=Ви більше не зможете грати онлайн зі своїми друзями. # options.delete_account.confirm.checkbox3=Ви більше не матимете доступу до Realms, зокрема до активних передплат на Realms. # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=Переривання тверджень у options.dev_assertions_show_dialog=Показ тверджень у модальному діалоговому вікні # options.dev_force_trial_mode=Примусове увімкнення ознайомлювального режиму # options.dev_eduDemo=Демо-версія Edu (необхідно ввійти ще раз) # +options.dev_eduCloudResumableUpload=Використовуйте API завантаження з відновленням для завантаження файлів розміром >4 МБ # options.remote_imgui_toggle=Віддалений ImGUI ввімкнуто # options.dev_enableDebugUI=Увімкнути інтерфейс налагодження # options.dev_createRealmWithoutPurchase=Створити Realm без покупок # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Кінцева точка Realms # options.dev_realmsEndpointPayment=Оплата кінцевої точки Realms # options.dev_realmsRelyingParty=Сторона перевірки Realms # options.dev_realmsRelyingPartyPayment=Оплата сторони перевірки Realms # -options.dev_realms_stories=Увімкнути історії Realms # options.dev_overrideXboxEnvironmentWindows=Перепризначити пісочницю Xbox (керується ОС у Windows) # options.dev_overrideXboxEnvironment=Перепризначити пісочницю Xbox (потрібен перезапуск) # options.dev_xboxEnvironment=Середовище пісочниці Xbox (потрібен перезапуск) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Пісочниця Xforge: для торгівлі # options.dev_sandboxDev=Пісочниця Xforge: для розробників # options.dev_sandboxDevAchievement=Пісочниця Xforge: досягнення розробника # options.dev_showDiscoveryOverridePanel=Перевизначити кінцеві точки сервісу # +options.dev_serviceOverrideType=Тип заміни # +options.dev_serviceOverrideTypeMultibranch=Розгалужене розгортання # +options.dev_serviceOverrideTypeCustom=Особливий # options.dev_discoveryOverrideServiceName=Назва сервісу (безпека, особа тощо) # options.dev_discoveryOverrideServiceBranch=Гілка # +options.dev_discoveryOverrideServiceCustom=URL-адреса # options.dev_resetAllEndpointOverrides=Скинути всі кінцеві точки # options.dev_apply=Застосовувати # options.dev_displayTreatmentsPanel=Відобразити процедури # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=Зібрання: увімкнено # options.dev_gatherings_system_service_pack=Збирання: вимкнено через відсутність системних пакетів оновлень # options.dev_gatherings_active_gathering=Активне: %s # options.dev_gatherings_available_gatherings=Доступні збирання # +options.dev_gatherings_clear_system_service_pack=Очистити кеш пакета оновлень системи # options.difficulty=Складність # options.difficulty.easy=Легко # options.difficulty.hard=Важко # @@ -6524,7 +6586,8 @@ options.creatorTitle=Параметри творця # options.creator.serverboundClientDiagnosticsEnabled=Увімкнути діагностику клієнта # options.creator.debuggerHeading=Налаштування налагоджувача скриптів # options.creator.debuggerAutoAttach=Прикріпити налагоджувач при завантаженні # -options.creator.debuggerAutoConnect=Підключити налагоджувач при завантаженні # +options.creator.debuggerAutoAttachTimeout=Прикріпити тайм-аут # +options.creator.debuggerAutoAttachTimeoutFormat=Секунд: %s # options.creator.debuggerConnect=Підключитися # options.creator.debuggerListen=Слухати # options.creator.debuggerHost=Стати хостом # @@ -6887,7 +6950,7 @@ options.managePrivacy=Щоб налаштувати параметри конф options.unlink_msa.button=Від’єднати обліковий запис Microsoft # options.unlink_msa.confirm.title=Від’єднати обліковий запис Microsoft? # options.unlink_msa.confirm.warning=УВАГА! Ви більше не зможете зберігати прогрес і покупки, здійснені в консолі PlayStation®4, якщо від’єднаєте обліковий запис %s. #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Від’єднання вашого облікового запису Microsoft від цієї гри вплине на всі ігри Minecraft на цій платформі, у яких використовується цей обліковий запис Microsoft. # +options.unlink_msa.confirm.warning.2=Від’єднання облікового запису Microsoft у цій грі вплине на всі ігри Minecraft на цій платформі, де використовувався цей обліковий запис Microsoft. # options.unlink_msa.confirm.checkbox1=Я більше не матиму доступу до вмісту Магазину в грі, граючи на інших платформах. # options.unlink_msa.confirm.checkbox2=Я більше не зможу грати в кросплатформенні ігри з друзями на інших платформах. # options.unlink_msa.confirm.checkbox3=Я більше не матиму доступу до Realms, зокрема до активних наразі передплат на них. # @@ -6899,7 +6962,7 @@ options.unlink_msa.success.title=Від’єднання виконано усп options.unlink_msa.success.body=Облікові записи від’єднано. # options.unlink_msa.failure.title=Щось пішло не так # options.unlink_msa.failure.body=Не вдалося від’єднати облікові записи. Перевірте підключення до Інтернету. # -options.useRemoteConnect=Використовуйте функцію віддаленого підключення для входу в обліковий запис Microsoft (потрібно перезапустити) # +options.useRemoteConnect=Використовуйте функцію віддаленого підключення для входу в обліковий запис Microsoft (потребує перезапуску) # options.newUiEditWorld.title=Хочете спробувати наш новий дизайн? # options.newUiEditWorld.info=§7Спробуйте майбутній новий дизайн цієї сторінки. Ви завжди можете повернутися до старого варіанта. # options.newUiEditWorld.initiate=Спробуйте новий дизайн # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=Низьке # options.volumetricFogQuality.medium=Середнє # options.volumetricFogQuality.high=Високе # options.volumetricFogQuality.ultra=Ультра # +options.upscalingPercentage=Роздільна здатність # +options.upscalingPercentage.hundred=Рідний # options.reflectionsQuality=Відбиття # options.reflectionsQuality.off=Вимкнуто # options.reflectionsQuality.low=Низьке # @@ -6966,12 +7031,10 @@ 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.device=Невдовзі ми вже не зможемо підтримувати цей пристрій. Ви будете отримувати оновлення до березня 2025 року, після чого надійде завершальне оновлення, сумісне з цим пристроєм.%sПісля отримання завершального оновлення ви все ще зможете грати у своїх світах і користуватися покупками з Ринку (зокрема Minecoins). Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців, якщо власник Realm не оновить їх з іншого пристрою.%sСкасувати підписку Realm можна через пункт «Налаштування» в меню Підписок на пристрої, з якого було створено цей Realm.%sВи більше не будете отримувати актуальні оновлення й не зможете грати в режимі мультиплеєра з пристроями чи в Realms, які продовжують отримувати оновлення. Ви також не зможете підключатися до певних серверів.%sНатисніть цю кнопку для отримання додаткової інформації. # +sunsetting.popup.sunset.device=Ми більше не можемо підтримувати цей пристрій. Починаючи з березня 2025 року, ви більше не отримуватимете оновлень, доки не оновите свій пристрій. Це – завершальне оновлення, сумісне з цим пристроєм.%sВи все ще зможете грати у своїх світах і користуватися минулими покупками з Ринку (зокрема Minecoins). Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців з березня 2025 року, якщо власник Realm не оновить їх з іншого пристрою.%sСкасувати підписку Realm можна через розділ «Параметри» меню Підписок на пристрої, з якого було створено цей Realm.%sВи не будете отримувати подальші оновлення й не зможете грати в режимі мультиплеєра з пристроями чи в 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.banner.play.worldTab.pending=Ваша версія скоро може втратити можливість підключення до мультиплеєра # sunsetting.banner.play.friendsTab.pending=Ваша версія скоро може втратити можливість підключення до мультиплеєра # @@ -7158,12 +7221,12 @@ permissions.ability.op=Команди оператора # permissions.ability.invisible=Ставати невидимим # permissions.ability.teleport=Використовувати телепорт # permissions.NeedPermission=Вам потрібен дозвіл # -permissions.AddFriends=Ви не можете додавати друзів через налаштування вашого облікового запису Microsoft. Ваші параметри безпеки в Інтернеті мають дозволяти додавання друзів. Інструкції зі зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. # -permissions.MultiplayerSessions=Ви не можете грати в Realms через налаштування вашого облікового запису Microsoft. Ваші параметри безпеки в Інтернеті мають дозволяти мультиплеєр. Інструкції зі зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. # -permissions.Communications=Ви не можете спілкуватися з іншими гравцями через налаштування вашого облікового запису Microsoft. Ваші параметри конфіденційності мають дозволяти спілкування з іншими людьми. Інструкції зі зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. # +permissions.AddFriends=Ви не можете додавати друзів через налаштування вашого облікового запису Microsoft. Ваші параметри безпеки в Інтернеті мають дозволяти додавати друзів. Інструкції щодо зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. # +permissions.MultiplayerSessions=Ви не можете грати в Realms через налаштування вашого облікового запису Microsoft. Ваші параметри безпеки в Інтернеті мають дозволяти мультиплеєр. Інструкції щодо зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. # +permissions.Communications=Ви не можете спілкуватися з іншими гравцями через налаштування вашого облікового запису Microsoft. Ваші параметри конфіденційності мають дозволяти спілкування з іншими користувачами. Інструкції щодо зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. # permissions.RealmsAddFriends=Ви не зможете додавати нових друзів до гри в реалмі через налаштування вашого облікового запису Xbox. Ви можете змінити параметри конфіденційності й безпеки в Інтернеті на сайті Xbox.com. Хочете продовжити? # permissions.CloudSave=Ви не можете зберегти свої світи у вашому профілі Xbox через налаштування вашого облікового запису. Ви можете змінити параметри конфіденційності й безпеки в Інтернеті на сайті Xbox.com. ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=Ви не можете грати в Realms через налаштування вашого облікового запису Microsoft. Ваші параметри безпеки в Інтернеті мають дозволяти мультиплеєр, і ви повинні мати активну підписку на Xbox Live Gold. Інструкції зі зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=Ви не можете грати в Realms через налаштування вашого облікового запису Microsoft. Ваші параметри безпеки в Інтернеті мають дозволяти мультиплеєр, і ви повинні мати активну підписку на Xbox Live Gold. Інструкції щодо зміни цих параметрів див. на сайті aka.ms/MCMultiplayerHelp. ###disable_3rd_party_console_resource_pack_check permissions.MultiplayerSessionsOnConsoleGamecore=Ви не можете грати в Realms через налаштування вашого облікового запису Microsoft. ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Отримати допомогу з виправлення # permissions.open.account.help.button.gamecore=Виправте це # @@ -7820,18 +7883,18 @@ item.smithing_template.netherite_upgrade.applies_to=Алмазне обладн item.smithing_template.netherite_upgrade.ingredients=Незеритовий злиток # item.netherite_upgrade_smithing_template.name=Модернізація незериту # item.sentry_armor_trim_smithing_template.name=Орнамент обладунків «Варта» # -item.vex_armor_trim_smithing_template.name=Орнамент обладунків «Бісик» # +item.vex_armor_trim_smithing_template.name=Орнамент обладунків «Докучник» # item.wild_armor_trim_smithing_template.name=Орнамент обладунків «Дикість» # item.coast_armor_trim_smithing_template.name=Орнамент обладунків «Берег» # item.dune_armor_trim_smithing_template.name=Орнамент обладунків «Дюна» # -item.wayfinder_armor_trim_smithing_template.name=Орнамент обладунків «Шляхошукач» # +item.wayfinder_armor_trim_smithing_template.name=Орнамент обладунків «Слідопит» # item.raiser_armor_trim_smithing_template.name=Орнамент обладунків «Вирощувач» # item.shaper_armor_trim_smithing_template.name=Орнамент обладунків «Скульптор» # item.host_armor_trim_smithing_template.name=Орнамент обладунків «Господар» # item.ward_armor_trim_smithing_template.name=Орнамент обладунків «Боронитель» # item.silence_armor_trim_smithing_template.name=Орнамент обладунків «Тиша» # -item.tide_armor_trim_smithing_template.name=Орнамент обладунків «Хвилі» # -item.snout_armor_trim_smithing_template.name=Орнамент обладунків «Рило» # +item.tide_armor_trim_smithing_template.name=Орнамент обладунків «Приплив» # +item.snout_armor_trim_smithing_template.name=Орнамент обладунків «Рильце» # item.rib_armor_trim_smithing_template.name=Орнамент обладунків «Ребра» # item.eye_armor_trim_smithing_template.name=Орнамент обладунків «Око» # item.spire_armor_trim_smithing_template.name=Орнамент обладунків «Вежа» # @@ -7899,12 +7962,12 @@ trim_pattern.rib.name=Орнамент обладунків «Ребра» # trim_pattern.sentry.name=Орнамент обладунків «Варта» # trim_pattern.shaper.name=Орнамент обладунків «Скульптор» # trim_pattern.silence.name=Орнамент обладунків «Тиша» # -trim_pattern.snout.name=Орнамент обладунків «Рило» # +trim_pattern.snout.name=Орнамент обладунків «Рильце» # trim_pattern.spire.name=Орнамент обладунків «Вежа» # -trim_pattern.tide.name=Орнамент обладунків «Хвилі» # -trim_pattern.vex.name=Орнамент обладунків «Бісик» # +trim_pattern.tide.name=Орнамент обладунків «Приплив» # +trim_pattern.vex.name=Орнамент обладунків «Докучник» # trim_pattern.ward.name=Орнамент обладунків «Боронитель» # -trim_pattern.wayfinder.name=Орнамент обладунків «Шляхошукач» # +trim_pattern.wayfinder.name=Орнамент обладунків «Слідопит» # trim_pattern.wild.name=Орнамент обладунків «Дикість» # trim_pattern.bolt.name=Оздоблення обладунків «‎Блискавка»‎ # trim_pattern.flow.name=Оздоблення обладунків «‎Потік»‎ # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=Особистий сервер дає вам зм store.realmsPlus.faq.question3=Чи мої друзі мають придбати Realms Plus, щоб вони могли грати у моєму Realm? # store.realmsPlus.faq.answer3=Вашим друзям не потрібно купляти Realms Plus, щоб грати у вашому Realm. Ви можете запросити свого друга (у якого дозволено гру в мультиплеєрі) приєднатися до вашого Realm безкоштовно. # store.realmsPlus.faq.question4=Які пристрої підтримують Realms Plus для Minecraft? # -store.realmsPlus.faq.answer4=Нині Realms Plus доступний на будь-якій платформі, де можна встановити Minecraft Bedrock Edition. Ви можете відтворювати Realms і використовувати будь-який вміст Realms Plus на будь-якому з цих пристроїв, якщо ви ввійшли у свій обліковий запис Microsoft. ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Наразі Realms Plus доступний на будь-якій платформі, де можна встановити Minecraft Bedrock Edition. Ви можете грати в Realms і використовувати будь-який вміст із Realms Plus на будь-якому з цих пристроїв, якщо ви ввійшли у свій обліковий запис Microsoft. ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Скільки коштує передплата на Realms Plus? # store.realmsPlus.faq.answer5=%s на місяць для сервера на 10 гравців і доступ до понад 150 пакетів вмісту з ринку. # store.realmsPlus.faq.answer5.contentSub=%s на місяць. Додавайте безкінечну кількість учасників і грайте онлайн із 10 іншими гравцями одночасно. Також безкоштовно користуйтеся понад 150 пакетами вмісту з ринку з каталогу Marketplace Pass. # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=Почніть підписку Marketplace Pass #### {S store.csb.subscription=Після реєстрації вам буде доступно понад 150 одиниць захоплюючого вмісту на ринку Minecraft. Завантажуйте карти пригод, носіть скіни, занурюйтесь у пакети текстур і навіть отримуйте набір предметів для створювача персонажів, які можна залишати собі щомісяця. Завдяки каталогу, який регулярно оновлюється, з Marketplace Pass завжди можна відкрити для себе щось нове. Плата стягуватиметься в розмірі %s на місяць із можливістю скасувати підписку в будь-який час, щоб припинити стягнення плати в майбутньому. #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass – підписка на вміст, що використовується з підтримуваними версіями Minecraft (гра продається окремо) на Windows й інших підтримуваних платформах, де ви є власником гри (Minecraft Java та Minecraft for Kindle Fire не підтримуються). Щоб користуватися вмістом Marketplace Pass, потрібна активна підписка. Вміст періодично змінюється й може бути недоступним у деяких країнах. Після періоду безкоштовного ознайомлення за підпискою стягуватиметься плата за точною звичайною ціною (може змінюватися) включно з відповідними податками, допоки її не буде скасовано. Скасувати підписку можна в розділі «Служби та підписки» облікового запису Microsoft. Якщо термін дії підписки закінчиться або з каталогу буде вилучено елемент вмісту, підписку потрібно буде активувати повторно або придбати вміст окремо, щоб продовжити ним користуватися. Діють тарифи інтернет-провайдера. Час від часу ми можемо надавати вміст, який залишається доступним навіть після закінчення терміну дії підписки. У цьому випадку ми залишаємо за собою право видалити такий контент, якщо він стане несумісним або сплине термін дії прав на нього. Підписку можна змінити й/або скасувати. Діє угода про використання служб Microsoft (www.microsoft.com/msa) і Ліцензійна угода Minecraft (https://www.minecraft.net/eula). Будь-які переклади цих умов зроблені лише для вашої зручності. У разі розбіжностей між англійською й будь-якою іншою версією перевагу матиме англійська версія цих умов. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass – це підписка на вміст, що використовується з підтримуваними версіями Minecraft (гра продається окремо) на Windows та інших підтримуваних платформах, де ви є власником гри (Minecraft Java та Minecraft for Kindle Fire не підтримуються). Щоб користуватися вмістом Marketplace Pass, потрібна активна підписка. Вміст періодично змінюється й може бути недоступним у деяких країнах. Після періоду безкоштовного ознайомлення за підпискою стягуватиметься плата за звичайною ціною (може змінюватися) включно з відповідними податками, допоки її не буде скасовано. Скасувати підписку можна в розділі «Служби та передплати» облікового запису Microsoft. Якщо термін дії підписки закінчиться або з каталогу буде вилучено елемент вмісту, підписку потрібно буде активувати повторно або придбати вміст окремо, щоб продовжити ним користуватися. Діють тарифи інтернет-провайдера. Час від часу ми можемо надавати вміст, який залишається доступним навіть після закінчення терміну дії підписки. У цьому випадку ми залишаємо за собою право видалити такий контент, якщо він стане несумісним або сплине термін дії прав на нього. Підписку можна змінити та / або скасувати. Діє Угода про використання служб Microsoft (www.microsoft.com/msa) і Ліцензійна угода Minecraft із кінцевим користувачем (https://www.minecraft.net/eula). Будь-які переклади цих умов зроблені лише для вашої зручності. У разі розбіжностей між англійською й будь-якою іншою версією перевагу матиме англійська версія цих умов. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass — це подовжувана підписка з автоматичним щомісячним списанням коштів до моменту скасування підписки.%sПонад 150 пакетів вмісту з ринку стануть доступні відразу. Ви можете скасувати підписку в параметрах підписок, щоб припинити стягнення плати в майбутньому. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass — це подовжувана підписка з автоматичним щомісячним списанням коштів до моменту скасування підписки.%sПонад 150 пакетів вмісту з ринку стануть доступні відразу. Плата стягуватиметься в розмірі %s на місяць із можливістю скасувати підписку в параметрах підписок, щоб припинити стягнення плати в майбутньому. #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass — це послуга підписки, store.csb.faq.question2=Як часто оновлюється вміст у Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Вибирайте контент, який оновлюється щомісяця, щоб постійно вивчати щось нове. # store.csb.faq.question3=Що мені потрібно, щоб користуватися Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Доступ до Marketplace Pass потребує активної підписки й сумісної версії Minecraft: Bedrock Edition із ринком Minecraft. Окрім того, також потрібен вхід в обліковий запис Microsoft. #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Доступ до Marketplace Pass потребує активної підписки й сумісної версії Minecraft: Bedrock Edition із Ринком Minecraft. Також потрібно ввійти в обліковий запис Microsoft. #### {StrContains="Marketplace Pass"} store.csb.faq.question4=Що трапиться з моїм вмістом після того, як він більше не буде доступний у Marketplace Pass? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Після того, як світ, пакет текстур, пакет скінів або збірний пакет більше не будуть доступні в каталозі, вам потрібно буде придбати відповідний предмет на Ринку, щоб продовжити гру. Пакети не видалятимуться з локального сховища, доки ви їх власноруч не видалите. Після активації предмети для створення персонажів, які з'являються щомісяця, залишаються вашими. # store.csb.faq.question5=Що станеться, коли закінчиться термін дії моєї підписки? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=Цей компонент, імовірно, нес store.owned=Отримано # store.owned.legacy=Власник (P) # store.unlocked=Розблоковано # -store.mypacks=Мій вміст # +store.myLibrary=Моя бібліотека # store.error=Помилка Ринку # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=У вас недостатньо store.popup.purchaseFailedInsufficientFunds.buyButton=Отримати монети Minecoins # store.popup.purchasePriceMismatch.msg=На жаль, не вдалося виконати вашу покупку. Спробуйте ще раз пізніше. # store.popup.trialUpgradeFail.title=Помилка розблокування гри # -store.popup.trialUpgradeFail.msg=Схоже, ви ввійшли не під тим обліковим записом Microsoft, з якого було вперше завантажено ознайомлювальну версію Minecraft. Спробуйте ще раз, після того як увійдете під цим обліковим записом. # +store.popup.trialUpgradeFail.msg=Схоже, ви ввійшли не в той обліковий запис Microsoft, з якого було вперше завантажено ознайомлювальну версію Minecraft. Спробуйте ще раз після того, як увійдете в цей обліковий запис. # store.popup.downloaded.unOwnedTemplate.title=Придбати шаблон світу? # store.popup.downloaded.unOwnedTemplate.msg=Цей шаблон не належить вам. Його потрібно придбати, щоб розблокувати. Хочете придбати шаблон? # store.popup.rtx.title=Завантажити пакети з трасуванням променів? # @@ -8662,8 +8725,8 @@ store.progress.checkingDownload=Перевірка завантаження # store.content.download=Завантажити # store.content.update=Оновити # store.content.updating=Оновлення… # -store.content.requireXbl.signedIn=Завантажте безкоштовно з обліковим записом Microsoft. # -store.content.requireXbl.notSignedIn=Щоб розблокувати, увійдіть під обліковим записом Microsoft. # +store.content.requireXbl.signedIn=Завантажити безкоштовно з обліковим записом Microsoft. # +store.content.requireXbl.notSignedIn=Щоб розблокувати, увійдіть в обліковий запис Microsoft. # store.mashup.count.personaPiece=1 деталь персонажа # store.mashup.count.personaPieces=%s деталей персонажа # @@ -8758,12 +8821,12 @@ store.ratings.rate=Оцініть цей пакет! # store.ratings.signIn.title=Оцінка предметів на Ринку # store.ratings.signIn.description1=Поділіться з творцем і спільнотою своїми враженнями! # -store.ratings.signIn.description2=Щоб оцінити, увійдіть під обліковим записом Microsoft. # +store.ratings.signIn.description2=Щоб оцінити об’єкт, увійдіть в обліковий запис Microsoft. # store.purchase.success.realMoney1=Ви щойно розблокували: %s за %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=Урізноманітнить свою гру цілою купою чудового контенту. # -store.purchase.signInPart2=Щоб почати користуватися Ринком, увійдіть під своїм обліковим записом Microsoft! # +store.purchase.signInPart2=Щоб почати користуватися Ринком, увійдіть у свій обліковий запис Microsoft! # store.purchase.realmoney.disclaimer=* купує %s монет за %s і активує цей пакет за %s монет, залишок: %s. # store.purchase.notAvailable=Наразі недоступний # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=Не вдається підключитися store.coins.tooManyCoins=Використайте кілька монет Minecoins, а потім придбайте ще. # store.coins.incomplete.title=Незавершене придбання за монети Minecoins # store.coins.incomplete.fulfill.a=Схоже, минулого разу ми зупинилися на півдорозі. Завершімо вашу покупку. # -store.coins.incomplete.fulfill.b=Схоже, ви почали покупку під іншим обліковим записом Microsoft. Хочете завершити її вже під цим обліковим записом? # +store.coins.incomplete.fulfill.b=Схоже, ви розпочали покупку під іншим обліковим записом Microsoft. Хочете завершити її натомість під цим обліковим записом? # store.coins.incomplete.fulfill.c=Хтось почав покупку на цьому пристрої під обліковим записом для платних служб. Хочете завершити її під цим обліковим записом? # store.coins.fixAppReceipt.title=Щось пішло не так # store.coins.fixAppReceipt.body=Виявлено проблему у вашій квитанції для програми. Увійдіть, щоб продовжити. # @@ -8828,7 +8891,6 @@ store.updating.title=Оновлення: %s # store.importing.title=Імпорт: %s # store.importing=Імпорт… # store.showMore=Дивитися все # -store.inventory.no.xbl=Мої пакети # store.promo.today=Тільки сьогодні! # store.promo.upsell=Не пропустіть сьогоднішній безкоштовний подарунок! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=Стан інсталяції # store.search.filter.installed=Інстальовано # store.search.filter.notInstalled=Не інстальовано # store.search.filter.clear.installed=Скинути фільтри за інсталяцією # +store.search.filter.dressingroombody=Тіло # +store.search.filter.dressingroombody.selectedCount=%d Частин # +store.search.filter.dressingroomstyle=Стиль # +store.search.filter.dressingroomstyle.selectedCount=%d Стилів # store.search.sort_menu.sortConstWord=Сортувати # store.search.sort_menu.Default=За релевантністю # @@ -9037,7 +9103,7 @@ tile.deny.name=Відмовити # tile.border_block.name=Кордон # tile.anvil.intact.name=Ковадло # tile.anvil.name=Ковадло # -tile.anvil.slightlyDamaged.name=Скол ковадла # +tile.anvil.slightlyDamaged.name=Щербате ковадло # tile.anvil.veryDamaged.name=Пошкоджене ковадло # tile.barrier.name=Бар’єр # tile.beacon.name=Маяк # @@ -9569,7 +9635,7 @@ tile.double_stone_slab.smoothStoneBrick.name=Плита з кам’яної ц tile.double_stone_slab.stone.name=Плита з каменю # tile.double_stone_slab.wood.name=Плита з деревини # tile.stone_slab.name=Плита з каменю # -tile.stone_slab.brick.name=Цегляна плита # +tile.stone_slab.brick.name=Плита з цегли # tile.stone_slab.cobble.name=Плита з кругляку # tile.stone_slab.stone.name=Плита з гладкого каменю # tile.stone_slab.nether_brick.name=Плита з незерської цегли # @@ -10185,10 +10251,10 @@ trial.tabbed_upsell.buttonAlternate=Розблокуйте повну версі trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=Без кінця-краю досліджуйте свої унікальні світи та будуйте все, чого забажає уява: від найпростіших будиночків до найвеличніших замків! Грайте у творчому режимі, щоб створювати чудеса з невичерпних ресурсів. Або добувайте в режимі виживання, виробляючи зброю та обладунки, щоб захиститися від небезпечних мобів і пережити ночі. А ще, грайте з друзями через мережу! Розблокуйте повну версію гри вже сьогодні! # trial.tabbed_upsell.xbl.title=ОБЛІКОВИЙ ЗАПИС MICROSOFT # -trial.tabbed_upsell.xbl.description=Маючи доступ до всіх можливостей Minecraft, ви отримуєте творчий режим, досягнення та багато чого іншого, а з обліковим записом Microsoft ви зможете познайомитися з іншими членами спільноти Minecraft! Приєднуйтеся до світів своїх друзів, зав’язуйте нові знайомства на серверах і синхронізуйте покупки на Ринку зі всіма пристроями, на яких ви граєте в Minecraft. # +trial.tabbed_upsell.xbl.description=Повна версія Minecraft – це творчий режим, досягнення та багато іншого, а з обліковим записом Microsoft ви зможете познайомитися з іншими членами спільноти Minecraft! Приєднуйтесь до світів своїх друзів, знаходьте нових друзів на серверах і синхронізуйте покупки на Ринку скрізь, де ви граєте в Minecraft. # trial.tabbed_upsell.xbl.description.line2=*(у версіях із Ринком) # trial.tabbed_upsell.achievements.title=ДОСЯГНЕННЯ # -trial.tabbed_upsell.achievements.description=Окрім творчого режиму та мультиплеєра, маючи доступ до всіх можливостей Minecraft, ви також зможете заробляти досягнення. Досягненнями та очками вимірюється ваш прогрес у грі Minecraft, а також вони розповідають про ваші здобутки вашим друзям за обліковим записом Microsoft. Отримайте повну версію гри, щоб почати їх заробляти! # +trial.tabbed_upsell.achievements.description=Окрім творчого режиму та мультиплеєра, у повній версії Minecraft ви зможете заробляти досягнення та Gamerscore ви зароблятимете досягнення та Gamerscore, які позначають ваш прогрес у Minecraft, а також демонструють ваші здобутки друзям в обліковому записі Microsoft. Отримайте повну версію гри та почніть їх заробляти! # trial.tabbed_upsell.multiplayer.title=МУЛЬТИПЛЕЄР # trial.tabbed_upsell.multiplayer.description=Повний доступ до Minecraft дає змогу насолодитися творчим режимом, досягненнями та мультиплеєром і грати з друзями на будь-яких пристроях із Minecraft! Грайте з друзями на консолі, комп’ютері чи мобільному пристрої, щоб створювати, досліджувати та виживати разом. Розблокуйте повну версію Minecraft уже сьогодні! # trial.tabbed_upsell.server.title=СЕРВЕРИ # @@ -10208,9 +10274,9 @@ trial.thanks_for_testing.button=Покажіть мені розділ «Зап trial.thanks_for_testing.minecraft.title=ОЗНАЙОМЛЮВАЛЬНА ВЕРСІЯ MINECRAFT # trial.thanks_for_testing.minecraft.description=Дякуємо, що завантажили ознайомлювальну версію Minecraft для Chromebook! Ваше тестування гри надасть безцінні дані для виправлення помилок і технічних несправностей. Знайшли помилку? Повідомте про це за адресою bugs.mojang.com! Інші питання? Ознайомтеся з нашим розділом «‎Запитання й відповіді». # trial.thanks_for_testing.xbl.title=ОБЛІКОВИЙ ЗАПИС MICROSOFT # -trial.thanks_for_testing.xbl.description=Маючи доступ до всіх можливостей Minecraft, ви отримуєте творчий режим, досягнення та багато чого іншого, а з обліковим записом Microsoft ви зможете познайомитися з іншими членами спільноти Minecraft! Приєднуйтеся до світів своїх друзів, зав’язуйте нові знайомства на серверах і синхронізуйте покупки на Ринку зі всіма пристроями, на яких ви граєте в Minecraft. # +trial.thanks_for_testing.xbl.description=Повна версія Minecraft – це творчий режим, досягнення та багато іншого, а з обліковим записом Microsoft ви зможете познайомитися з іншими членами спільноти Minecraft! Ви зможете приєднатися до світів своїх друзів, знаходьте нових друзів на серверах і синхронізуйте покупки на Ринку скрізь, де ви граєте в Minecraft. # trial.thanks_for_testing.xbl.description.line2=*(у версіях із Ринком) # -trial.thanks_for_testing.achievements.description=Окрім творчого режиму та мультиплеєра, повна версія Minecraft надає можливість заробляти досягнення й очки гравця. З їх допомогою ви зможете простежити ваш прогрес у грі та показувати свої досягнення друзям по обліковому запису Microsoft. # +trial.thanks_for_testing.achievements.description=Окрім творчого режиму та мультиплеєра, у повній версії Minecraft ви зможете заробляти досягнення та Gamerscore ви зароблятимете досягнення та Gamerscore, які позначають ваш прогрес у Minecraft, а також демонструють ваші здобутки друзям в обліковому записі Microsoft. # trial.thanks_for_testing.multiplayer.description=Повний доступ до Minecraft дає змогу насолодитися творчим режимом, досягненнями та мультиплеєром і грати з друзями на будь-яких пристроях із Minecraft! Грайте з друзями на консолі, комп’ютері чи мобільному пристрої, щоб створювати, досліджувати та виживати разом. # trial.thanks_for_testing.server.description=Граючи в Minecraft на серверах, можна дати повну свободу своїй уяві! Грайте в чудові міні-ігри, познайомтеся зі спільнотою Minecraft і заводьте собі друзів. # trial.thanks_for_testing.store.description=Повна версія гри відкриває доступ до Ринку Minecraft, нашого магазину у грі. Змінюйте свою зовнішність за допомогою нових скінів, змінюйте свій світ або досліджуйте нові неймовірні карти від найкращих творців спільноти! # @@ -10281,10 +10347,10 @@ autosave.info.xbox=Коли відображається ця піктограм autosave.info.desktop=Коли відображається ця піктограма, ми зберігаємо гру. Не вимикайте комп’ютер, поки бачите цю піктограму на екрані. # ## Xbox network strings -xbox.signin.error=Щоб грати з друзями, заробляти бали й досягнення, увійдіть під своїм обліковим записом Microsoft. # +xbox.signin.error=Увійдіть під своїм обліковим записом Microsoft, щоб грати з друзями та заробляти Gamerscore і досягнення. # xbox.signin.error.pocket.line1=Дякуємо за тестування реалмів! Їхня функціональність ще не дороблена, і ви можете натрапити на баги. Надсилайте нам відгуки! Ми дослухаємося. # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=Для участі в тестуванні увійдіть під обліковим записом Microsoft, щоб ми могли надсилати вам запрошення й додавати вас до Realms. # +xbox.signin.error.pocket.line3=Усім учасникам цього тесту потрібно буде увійти під обліковим записом Microsoft, щоб ми могли надіслати їм запрошення та додати їх до Realms. # xbox.signin.warning.kickPlayer=Ви повернетеся до головного меню. Продовжити? # xbox.connection.error=Відключено від облікового запису Microsoft # xbox.signin=Вхід # @@ -10292,12 +10358,12 @@ xbox.signin.qr=Два способи входу # xbox.signin.qr.left.header=Відскануйте QR-код # xbox.signin.qr.left.body=Використовуйте програму "Камера" або зчитувач QR-коду на своєму пристрої. # xbox.signin.qr.right.header=Або перейдіть на веб-сайт # -xbox.signin.qr.account=Увійдіть за допомогою безкоштовного облікового запису Microsoft, щоб грати в онлайні з друзями на різних платформах # -xbox.signin.beta.blocked=Зараз у бета-версії недоступний вхід під обліковим записом Microsoft. # +xbox.signin.qr.account=Увійдіть під безкоштовним обліковим записом Microsoft, щоб грати в мережі з друзями на різних платформах # +xbox.signin.beta.blocked=Наразі вхід під обліковим записом Microsoft у бета-версії недоступний. # xbox.signin.enterCode=І введіть цей код: # xbox.signin.enterCode.qr=2. Введіть код нижче, коли з’явиться запит: # xbox.signin.letsPlay=Нумо грати! # -xbox.signin.message=Увійдіть під безкоштовним обліковим записом Microsoft, щоб сповна насолодитися світом Minecraft. # +xbox.signin.message=Увійдіть під безкоштовним обліковим записом Microsoft, щоб відкрити для себе повну версію Minecraft. # xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Увійдіть під іншим обліковим записом Microsoft # xbox.signin.website=Зайдіть на цей веб-сайт на іншому пристрої: # @@ -10310,9 +10376,9 @@ xbox.signinFree=Безкоштовний вхід # xbox.signout=Вихід # xbox.signinquestion=Увійти? # xbox.notnow=Не зараз # -xbox.signingin=Вхід під обліковим записом Microsoft... # +xbox.signingin=Вхід під обліковим записом Microsoft… # xbox.signingin.offline=Виконується вхід # -xbox.failedsignin.body=Не вдалося ввійти під вашим обліковим записом Microsoft. Доступ до Realms, профілів і ваших предметів із Ринку буде обмежено. Спробуйте ще раз пізніше. # +xbox.failedsignin.body=Не вдалося ввійти в ваш обліковий запис Microsoft. Доступ до Realms, профілів і ваших предметів з Ринку буде обмежено. Спробуйте ще раз пізніше. # xbox.failedsignin.error=Код помилки: # xbox.failedsignin.moreInfo=Додаткова інформація # xbox.dev_wrongSandboxSigninFailed.title=Щось пішло не так # @@ -10321,11 +10387,11 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Перейти в пісочниц xbox.dev_wrongSandboxSigninFailed.button.retail=Перейти в пісочницю для користувачів # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Очистити дані входу в обліковий запис # xbox.invitesignin.line1=Запрошуйте своїх друзів за псевдонімами гравців, щоб бачити їхні світи, коли вони в мережі. # -xbox.invitesignin.line2=Щоб запрошувати друзів, увійдіть під своїм обліковим записом Microsoft! # +xbox.invitesignin.line2=Щоб почати запрошувати друзів, увійдіть під своїм обліковим записом Microsoft! # xbox.thirdpartysignin.line1=Відпадні міні-ігри та нові гравці чекають на вас! Але спочатку "%s" хоче дізнатися про вас більше. # -xbox.thirdpartysignin.line2=Щоб підключитися, увійдіть під своїм обліковим записом Microsoft! # +xbox.thirdpartysignin.line2=Щоб підключитися, увійдіть в обліковий запис Microsoft! # xbox.signInLong=Безкоштовний вхід! # -xbox.signOutLong=Вихід з облікового запису Microsoft # +xbox.signOutLong=Вийти з облікового запису Microsoft # xbox.genericsignin.line1=Обліковий запис Minecraft дає змогу грати в мультиплеєрі з друзями на комп’ютерах і мобільних пристроях через Інтернет. І головне! # xbox.genericsignin.line2=Це БЕЗКОШТОВНО! # @@ -10335,11 +10401,6 @@ xbox.disconectionscreen.notSignedIn=Щоб грати з друзями, уві xbox.disconectionscreen.multiplayerNotAllowed=Цей обліковий запис Microsoft не має дозволу на приєднання до ігор у мультиплеєрі. # xbox.disconectionscreen.accessDenied=Щоб приєднатися, ви маєте бути чиїмсь другом у цій грі. # -xbox.friendfinder.enterGamertag=Введіть псевдонім гравця # -xbox.friendfinder.findFriends=Знайти друзів за псевдонімом # -xbox.friendfinder.searchingForGamertag=Пошук # -xbox.friendfinder.gamertagNotFound=Псевдонім гравця не знайдено # - xbox.profile.addFriend=Додати друга # xbox.profile.addFriend.success=Вийшло! Гравця %s додано до списку ваших друзів. # xbox.profile.block=Блок # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=Властивість "%s" не викор packdiscoveryerror.version_too_high=Властивість "%s" має зависоку версію "%s". Найвище значення, яке ми приймаємо: "%s". # packdiscoveryerror.version_too_low=Властивість "%s" має занизьку версію "%s". Найнижче значення, яке ми приймаємо: "%s". # packdiscoveryerror.format_version_1_engine_version_cap=Для властивості "%s" має бути вказано значення менше ніж "%s". Щоб використовувати вищу версію, потрібна версія формату 2. # +packdiscoveryerror.folder_structure_too_deep=Структура папок у пакеті занадто глибока. # ## pack upgrading packupgradewarning.invalidpacktype=Наданий елемент "%s" має неприпустиме значення в маніфесті пакета. Використовуємо стандартний із пакета ресурсів. # diff --git a/resource_pack/texts/zh_CN.lang b/resource_pack/texts/zh_CN.lang index 2d81e9da9..07dfd0838 100644 --- a/resource_pack/texts/zh_CN.lang +++ b/resource_pack/texts/zh_CN.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=百科全书屏幕 # accessibility.screenName.howToPlay=游戏指南屏幕 # accessibility.screenName.inviteToGame=邀请至游戏屏幕 # accessibility.screenName.joinByIP=通过 IP 对话框加入 # +accessibility.screenName.joinByConnectionID=通过连接 ID 对话框加入 # accessibility.screenName.joinCode=加入代码对话框 # accessibility.screenName.library=库屏幕 # accessibility.screenName.modalDialog=弹出对话框 # @@ -135,11 +136,12 @@ accessibility.screenName.profile=个人资料屏幕 # accessibility.screenName.realmInviteLinkSettings=Realm 邀请链接设置屏幕 # accessibility.screenName.realmSettings=Realm 设置屏幕 # accessibility.screenName.settings=游戏设置屏幕 # -accessibility.screenName.addFriend=添加好友屏幕 # accessibility.screenName.skinPicker=皮肤选择屏幕 # accessibility.screenName.start=主菜单 # accessibility.screenName.vrAlignment=VR 对齐屏幕 # accessibility.screenName.emoteWheel=表情屏幕 # +accessibility.screenName.addExternalServer=添加外部服务器屏幕 # +accessibility.screenName.editExternalServer=编辑外部服务器屏幕 # accessibility.search.sort_menu.A_to_Z.tts.title='A' 到 'Z' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title='Z' 到 'A' ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=无法从 %1$s 身上消除任何效果, commands.effect.failure.notAMob=%1$s 不能拥有效果 # commands.effect.notFound=没有 ID 为 %s 的生物状态效果 # commands.effect.success=给予 %3$s 时长为 %4$d 秒的 %1$s * %2$d 效果 # +commands.effect.success.infinite=给予 %3$s %1$s * %2$d 效果,持续无限时长 # commands.effect.success.removed=消除了 %2$s 身上的 %1$s # commands.effect.success.removed.all=已消除 %1$s 身上的全部效果 # commands.enchant.cantCombine=%1$s 无法和 %2$s 结合 # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=目标实体不能位于其他维度 commands.generic.entity.invalidType=实体类型 '%1$s' 是无效的 # commands.generic.entity.invalidUuid=提供的实体 UUID 格式无效 # commands.generic.entity.notFound=无法找到此实体 # -commands.generic.error.permissions=权限级别不正确。%s 是 %s 级命令。 ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=命令权限级别错误:%s。 ###1: command name commands.generic.exception=在执行此指令时出现了未知的错误 # commands.generic.invalidAgentType=适用于仅代理机器人 选择器的类型参数 # commands.generic.invalidcontext=对给定命令类型的上下文无效 # +commands.generic.invalidOrigin=命令来源在命令执行时无效 # commands.generic.invalidDevice=您输入的命令 %s 在此设备上不受支持 # commands.generic.invalidMessage=消息长度无效 # commands.generic.invalidPlayerType=适用于仅玩家选择器的类型参数 # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=成功在功能 %2$s 中执行 %1$d 个功能项 commands.schedule.invalidOrigin=执行此函数所需的源无效。 # commands.schedule.name.empty=常加载区域名称不能为空。 # commands.schedule.too.many.areas=发现多个名称为 %s 的常加载区域。请使用单个区域。 # +commands.schedule.clear.failure=没有移除名为 %1$s 的函数。 # +commands.schedule.clear.success=已移除名为 %2$s 的 %1$d 函数。 # +commands.schedule.tickingarea.clear.success=已移除常加载区域名为 %2$s 的 %1$d 函数。 # +commands.schedule.tickingarea.clear.failure=没有移除常加载区域名为 %1$s 的函数。 # +commands.schedule.tickingarea.func.clear.success=已移除常加载区域名为 %2$s 和名为 %3$s 的 %1$d 函数。 # +commands.schedule.tickingarea.func.clear.failure=没有移除常加载区域名为 %1$s 和名为 %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=渐变色值必须是介于 0 到 255 之间的整 commands.camera.invalid.easing=不支持缓动到非固定相机 # commands.camera.invalid.time=渐变持续时间必须介于 0 到 10 秒之间 # commands.camera.invalid.pitch=视角俯仰(X 旋转)必须介于 -90 至 90 度之间 # -commands.camera.invalid.view.offset=视图偏移量必须介于 -100 和 100 之间 # +commands.camera.invalid.view.offset=视角偏移量必须介于 -64 和 64 之间 # +commands.camera.invalid.entity.offset=实体偏移量必须介于 -64 和 64 之间 # +commands.camera.invalid.offset.camera=实体和视角偏移仅适用于跟随_轨道摄像头 # commands.camera.perspective.locked=使用自定义摄像机时无法更改视角 # commands.camera.perspective.option=当自定义摄像机未启用时,所选的摄像机会发生变化 # commands.world_age.description=改变或查询世界的年龄(自创建以来的时间)。 # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=移除输入 # controller.buttonTip.removeMaterial=移除材料 # controller.buttonTip.renameItem=重命名物品 # controller.buttonTip.returnToRecipe=返回到配方 # +controller.buttonTip.swap=交换 # controller.buttonTip.enterSearch=搜索 # controller.buttonTip.searchRecipe=快速搜索 # controller.buttonTip.confirmSearch=确认 # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=获取一个 # controller.buttonTip.take=拿起 # controller.buttonTip.takeItem=取走物品 # controller.buttonTip.clearHotbar=清除热键 # +controller.buttonTip.add.to.bundle=添加到捆绑包 # +controller.buttonTip.place.from.bundle=来自捆绑包 # +controller.buttonTip.take.from.bundle=从捆绑包中获取 # controllerLayoutScreen.actions=动作 # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=立即试用 # ## Edu Course Multiplayer strings course.edu.enterIp=输入您想加入的世界的 IP 地址。 # course.edu.enterConnection=输入您想加入的世界的连接 ID。 # +course.edu.enterConnectionScreenReader=输入您想加入的世界的连接 ID。 # course.edu.ipAddress=IP 地址 # course.edu.ipPlaceholder=请输入 IP 或服务器地址 # course.edu.ipTooltipText=如需找到 IP 地址,请要求主机暂停游戏。 IP 地址在屏幕右侧显示。 # course.edu.connectionInfo=连接 ID # course.edu.conInfoPlaceholder=请输入连接 ID # -course.edu.conInfoHostTooltipText=如果其他人在使用“加入代码”或共享链接加入你的世界时遇到问题,则可以共享连接 ID。 # +course.edu.conInfoHostTooltipText=如果其他人在使用“加入代码”加入您的世界时遇到问题,或“共享”链接无法重新加载,则您可以共享连接 ID。 # +course.edu.conInfoHostTooltipTextScreenReader=如果其他人在使用“加入代码”或“共享”链接加入您的世界时遇到问题,则可以共享连接 ID。 # course.edu.conInfoTooltipText=主机可以在其世界游戏菜单的多人游戏选项卡上找到连接 ID。 # +course.edu.conInfoTooltipTextScreenReader=主机可以在其世界游戏菜单的多人游戏选项卡上找到连接 ID。 # course.edu.joinLesson=加入游戏 # course.edu.joinLessonIntro=与同学一起加入同一个战局,或者如果他们没有出现在清单中,则输入他们的 IP 地址。 # course.edu.joinLessonIntroTeacher=选择你想加入的小组,或者如果他们没有出现在清单中,则输入他们的 IP 地址。 # @@ -1845,7 +1864,7 @@ createWorldUpsell.realm.sellPoint1=添加无限成员,与最多 §d%d§r 名 createWorldUpsell.realm.sellPoint2=已在线保存:在任何带有《我的世界》市场的设备上玩《我的世界》 # createWorldUpsell.realm.sellPoint3=在设备上占用零存储空间 # createWorldUpsell.realm.sellPoint4=好友们甚至在你离开时也能正常游戏 # -createWorldUpsell.signIn=用 Microsoft 账户创建 Realm # +createWorldUpsell.signIn=用 Microsoft 账号创建 Realm # createWorldUpsell.world.sellPoint1=与最多 7 名好友在线同玩 # createWorldUpsell.world.sellPoint2=保存到设备上:离线游戏 # createWorldUpsell.world.sellPoint3=使用设备存储 # @@ -1908,8 +1927,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=村民贸易再平衡 # createWorldScreen.experimentalVillagerTradesRebalanceDescription=包含为村民更新的贸易,以便重新平衡 # createWorldScreen.experimentalArmadillo=犰狳和狼铠 # createWorldScreen.experimentalArmadilloDescription=了解犰狳,用新的狼铠装备你的狼! # -createWorldScreen.experimentalBundles=同捆包 # -createWorldScreen.experimentalBundlesDescription=允许合成并使用同捆包物品 # createWorldScreen.worldPreferences=世界偏好 # createWorldScreen.startWithMap=初始地图 # createWorldScreen.defaultName=我的世界 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=重置随机刻速度 # createWorldScreen.serverSimDistance=模拟距离 # createWorldScreen.serverSimDistanceFormat=%s 个区块 # createWorldScreen.showbordereffect=显示边框效果 # -createWorldScreen.check_internet_connection=您未连接到互联网。您的好友将无法加入您的多人游戏世界。登录至您的 Microsoft 账户,与您的好友同玩。 # -createWorldScreen.disconnectedXboxLive=您未连接到 Microsoft 服务。您的拥有玩家代号的好友将无法加入您的多人游戏世界。登录至您的 Microsoft 账户,与您的好友同玩。 # +createWorldScreen.check_internet_connection=您未连接到互联网。您的好友将无法加入您的多人游戏世界。登录至您的 Microsoft 账户,与好友一起玩。 # +createWorldScreen.disconnectedXboxLive=您未连接到 Microsoft 服务。您的拥有玩家代号的好友将无法加入您的多人游戏世界。登录至您的 Microsoft 账号,与您的好友同玩。 # createWorldScreen.clearPlayerData.button=清除玩家数据 # createWorldScreen.clearPlayerData.title=从世界清除玩家数据? # createWorldScreen.clearPlayerData.body1=选择“所有玩家数据”会从世界上删除所有玩家数据。下一次任何玩家进入这个世界时,其将使用新的默认数据开始玩。 # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s 已过期。要求 %s 进行更新 realmsSharingScreen.cantJoinClosedTitle=%s 已关闭此 Realm # realmsSharingScreen.cantJoinClosedMessage=%s 已关闭。要求 %s 重新打开。 # realmsSharingScreen.failedSignInModalTitle=登录以加入此 Realm # -realmsSharingScreen.failedSignInModalMessage=您需要用 Microsoft 账户登录,才能加入 Realm。请登录,然后重试。 # +realmsSharingScreen.failedSignInModalMessage=您需要用 Microsoft 账号登录,才能加入 Realm。请登录,然后重试。 # realmsSharingScreen.invalidPermissionTitle=无效权限 # realmsSharingScreen.unexpectedServerResponseTitle=Realms 错误 # realmsSharingScreen.unexpectedServerResponseMessage=很抱歉,连接到 Realm 时出现了问题。请稍后重试。 # @@ -2126,11 +2143,11 @@ realmsCreateScreen.paymentFailed.title=支付服务 # realmsCreateScreen.paymentFailed.body=目前无法连接 Realms,不能完成购买。请稍后再试。 # realmsCreateScreen.incomplete=不完整 Realm # realmsCreateScreen.incomplete.create.a=看来我们上次并没有完成。现在我们来完成创建您的 Realm 吧。 # -realmsCreateScreen.incomplete.create.b=看来您用了其他 Microsoft 账户创建 Realm。是否要用这个 Microsoft 账户作为所有人,完成创建该 Realm? # -realmsCreateScreen.incomplete.create.c=有人用此设备上的计费账户开始了创建 Realm。您是否要用这个 Microsoft 账户作为所有人,完成创建该 Realm? # +realmsCreateScreen.incomplete.create.b=您似乎用了其他 Microsoft 账号开始创建 Realm。您是否要用这个 Microsoft 账号作为所有人,完成创建该 Realm? # +realmsCreateScreen.incomplete.create.c=有人用此设备上的计费账号开始了创建 Realm。您是否要用这个 Microsoft 账号作为所有人,完成创建该 Realm? # realmsCreateScreen.incomplete.renew.a=看来我们上次并没有完成。现在我们来完成更新您的 Realm 吧。 # -realmsCreateScreen.incomplete.renew.b=看来您用了其他 Microsoft 账户开始更新 Realm。是否要用这个账户作为所有人,完成更新该 Realm? # -realmsCreateScreen.incomplete.renew.c=有人用此设备上的计费账户开始了更新 Realm。您是否要用这个 Microsoft 账户作为所有人,完成更新该 Realm? # +realmsCreateScreen.incomplete.renew.b=看来您用了其他 Microsoft 账户开始更新 Realm。是否要用这个账户作为所有人,完成更新该 Realm? # +realmsCreateScreen.incomplete.renew.c=有人用此设备上的计费账号开始了更新 Realm。您是否要用这个 Microsoft 账号作为所有人,完成更新该 Realm? # realmsCreateScreen.incomplete.override.renew=您正在尝试创建新 Realm,但我们发现您此前有更新 Realm 的购买记录。是否要现在应用此购买? # realmsCreateScreen.incomplete.override.create=您正在尝试更新 Realm,但我们发现您此前有创建 Realm 的购买记录。是否要现在应用此购买? # realmsCreateScreen.incomplete.override.realm=您正在尝试更新 Realm,但我们发现您此前有创建其他 Realm 的购买记录。是否要现在应用此购买? # @@ -2224,11 +2241,11 @@ networkWorld.friends_label=好友 # networkWorld.joinable_friends_label=可加入的好友 # networkWorld.no_joinable_friends_label=你的好友现在没在玩《我的世界》。 # networkWorld.check_internet_connection=哎呀!要不检查一下您的互联网连接?我们找不到您朋友的世界。 # -networkWorld.connect_to_xbl=用 Microsoft 账户登录,与好友畅玩。 # +networkWorld.connect_to_xbl=用 Microsoft 账号登录,与好友畅玩。 # networkWorld.memberOfTooManyRealms=您的 Realms 会员已经到达了上限。 # -networkWorld.multiplayerPrivilegesBlocked=由于您 Microsoft 账户的设置问题,您无法进行在线多人游戏。请确保您的在线安全设置已允许多人游戏。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 # -networkWorld.multiplayerPrivilegesBlockedOnConsole=由于您 Microsoft 账户的设置问题,您无法进行在线多人游戏。请确保当前您已拥有 Xbox Live 金会员订阅,且您的在线安全设置已允许多人游戏。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=由于您 Microsoft 账户的设置问题,您无法进行在线多人游戏。 ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=由于您 Microsoft 账号的设置问题,您无法进行在线多人游戏。请确保您的在线安全设置允许多人游戏。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 # +networkWorld.multiplayerPrivilegesBlockedOnConsole=由于您 Microsoft 账号的设置问题,您无法进行在线多人游戏。请确保当前您已拥有 Xbox Live 金会员资格,且您的在线安全设置允许多人游戏。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=由于您 Microsoft 账号的设置问题,您无法进行在线多人游戏。 ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=发生阻止在线游戏的未知错误。请稍后再试。 # networkWorld.multiplayerPrivilegesBlockedBanned=由于您的账户已暂停,您无法进行在线多人游戏。 # networkWorld.versionOutOfDate=您无法玩在线多人游戏,因为您没有运行最新版本。请安装最新版本以访问在线功能。 # @@ -2473,7 +2490,7 @@ realmsSettingsScreen.extendConsumableButton.180=延长 180 天 # xblLogin.LoginMessageTitle=Microsoft 账户 # xblLogin.LoginMessage=连接中... # -xbl.savePurchase.saveButton=保存至 Microsoft 账户 # +xbl.savePurchase.saveButton=保存至 Microsoft 账号 # xbl.marketplace.account.error.body.nobutton=您的帐户出现错误。 我们需要解决这个问题,然后您才能使用 Marketplace。 如果此问题连续多天都无法解决,请联系支持人员。 # @@ -2495,8 +2512,8 @@ store.sign_in_warning.no_xbl_and_local_content=您之前在市场中下载过内 store.sign_in_warning.no_xbl_and_no_local_content.line1=立即登录以保存并跨平台共享您的购买。保存购买,以免在系统出现问题或《我的世界》被卸载时导致丢失。从任意平台访问您在市场中购买的内容,并跨平台使用您的自定义角色。 # store.sign_in_warning.no_xbl_and_no_local_content.line2=没有 Microsoft 帐户?立即免费创建一个 # -xbl.signOut.title=Microsoft 账户购买! # -xbl.signOut.message1=从您的 Microsoft 账户注销后,您将无法访问已在商店中购买的 Minecoin 和物品。 # +xbl.signOut.title=Microsoft 账号购买! # +xbl.signOut.message1=从您的 Microsoft 账号注销后,您将无法访问已在商店中购买的 Minecoins 和物品。 # xbl.signOut.message2=是否确定要执行此操作? # date.short_january=一月 # @@ -2550,7 +2567,7 @@ date.timeLeft=剩余 %s # dayOneExperience.carousel.title=欢迎来到全新的《我的世界》! # dayOneExperience.carousel.welcome_text=新版本的《我的世界》中有很多令人兴奋的新内容!查看市场,创建一个 Realm,并与跨平台好友一起在线玩! # dayOneExperience.carousel.marketplace=在《我的世界》市场中可以找到由各位才华横溢的创作者创作的新皮肤、世界、材质和混搭包。 # -dayOneExperience.carousel.cross_platform=跨平台玩法能够让您与不同平台上的玩家连系在一起。登录您的 Microsoft 账户,与您所有的《我的世界》好友一起玩! # +dayOneExperience.carousel.cross_platform=跨平台游戏能够让您与不同平台上的玩家连系在一起。登录至您的 Microsoft 账号,与您所有的 Minecraft 好友一起玩! # dayOneExperience.carousel.realms=Realm 即由我们专为您和您的好友运行的服务器。它能够在您本人已经下线的情况下,保持您的《我的世界》的世界始终在线并且始终能够进入。 # dayOneExperience.carousel.villager=只有在新的《我的世界》中,您才能够接收未来包含了新的功能、生物、物品、方块等内容的更新! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=服务器由于超出脚本内存限制而 disconnectionScreen.header.realms_hidden=多人游戏邀请 # disconnectionScreen.body.realms_hidden=无法加入此特定服务器。 # +disconnectionScreen.biomeData.IdDuplication=%s ID 与 %s 发生冲突 # +disconnectionScreen.biomeData.MalformedData=格式错误的生物群系数据 # +disconnectionScreen.biomeData.MixedIdPresence=生物群系包中存在混合的自定义生物群系 ID # +disconnectionScreen.biomeData.ReservedRange=自定义生物群系 %s 使用的 ID 来自预留范围。自定义生物群系的 ID 范围为:%s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=原版生物群系数据不应包含 'id' 字段 # disconnectionScreen.blockMismatch=客户端与服务器之间的方块不匹配。 # disconnectionScreen.cantConnect=无法连接至世界。 # disconnectionScreen.cantConnectToRealm=无法连接至 Realm。 # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=你可以从《我的世界:教育版》库、其 edu.pause.multiplayer.disabled=用户课程在该课程中不可用。 # +effect.duration.infinite=∞ # effect.badOmen=凶兆 # effect.infested=虫蚀 # effect.oozing=渗浆 # @@ -3026,7 +3049,7 @@ entity.villager.librarian=图书管理员 # entity.villager.shepherd=牧羊人 # entity.villager.tool=工具匠 # entity.villager.weapon=武器匠 # -entity.villager.mason=梅森 # +entity.villager.mason=石匠 # entity.villager.unskilled=不熟练的村民 # entity.villager_v2.name=村民 # entity.vindicator.name=卫道士 # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=无效的截图 # feed.failedToPostRateLimit=请几分钟后尝试再次发布。Realms 正在尝试恢复。 # feed.uppload_started=正在上传截图 # feed.uppload_success=截图已上传 # -feed.connected=每一个 Realm 都使用了您的 Microsoft 账户与俱乐部连接。 # +feed.connected=每一个 Realm 都使用了您的 Microsoft 账号与俱乐部连接。 # feed.unviewedPost=新 # -comment.like=%d 个赞 ### 1 like -comment.likes=%d 个赞 ### 0 or 2+ likes -comment.comment=%d 个评论 ### 1 comment -comment.comments=%d 个评论 ### 0 or 2+ comments -comment.likes_and_comments=%1 和 %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=评论... # - furnaceScreen.fuel=燃料 # furnaceScreen.header=熔炉 # furnaceScreen.input=输入 # @@ -3405,7 +3421,7 @@ howtoplay.anvil.text.5=铁砧在每次使用时有可能损坏,并且在使用 howtoplay.armor=盔甲 # howtoplay.armor.text.1=通过穿戴盔甲,您可以保护自己免受伤害。您的盔甲级别由 HUD 上的 :armor: 表示,级别越高,所受伤害越小。 # howtoplay.armor.header.1=合成 # -howtoplay.armor.text.2=盔甲可以由皮革、铁、黄金或钻石合成。链甲可以通过村民交易获得,也可以从僵尸和骷髅处掠夺。 # +howtoplay.armor.text.2=盔甲可以由皮革、铁、黄金或钻石合成。链甲可以通过村民交易获得,也可以从僵尸和骷髅身上掠夺。 # howtoplay.armor.text.3=通过打开您的物品栏并将盔甲碎片移动到玩家皮肤旁边的相应槽位中,即可装备盔甲。 # howtoplay.armor.text.4=铁质盔甲、锁链盔甲和黄金盔甲可以在熔炉中熔化成铁粒或金粒。 # howtoplay.armor.header.2=盾牌 # @@ -3594,7 +3610,7 @@ howtoplay.playingTogether.text.2=你创建的所有新世界默认启用多人 howtoplay.playingTogether.header.2=正在加入在线游戏 # howtoplay.playingTogether.text.3=如果想和其他人一起玩,转到§e“朋友”选项卡§f查看所有可加入的 Realms、朋友以及局域网游戏。只需选择任意游戏即可加入。 # howtoplay.playingTogether.text.4=当你开始玩或加入在线游戏时,你的好友可以在他们的“朋友”选项卡中看到你。在他们加入时,他们的好友也会看到。 # -howtoplay.playingTogether.text.5=你需要通过有效的网络网连接登录 §eMicrosoft 账户§f,才能玩多人游戏。 # +howtoplay.playingTogether.text.5=您需要通过有效的互联网连接登录至 §eMicrosoft 账号§f,才能玩多人游戏。 # howtoplay.playingTogether.header.3=Realms:一起玩游戏的最佳方式 # howtoplay.playingTogether.text.6=§eRealms§f 能够方便你和朋友一起玩游戏。 # howtoplay.playingTogether.text.7=你可以和多达 10 名好友一天 24 小时沉浸在这个始终在线的世界中,探索,发挥创意,或者尝试从市场中精挑细选一些内容。 # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=想要在§e快捷栏§f和物品栏之间移 howtoplay.inventory.text.2.touch=想要在§e快捷栏§f和物品栏之间移动物品吗?点击你选择的物品,然后点击你想要移至的空物品栏位。 # howtoplay.inventory.text.2.vr=想要在§e快捷栏§f和物品栏之间移动物品吗?用光标选择物品,按下 :_input_key.use:。然后,将光标移至空的物品栏位,再按一次按钮即可放下物品。 # +howtoplay.jigsawBlocks=拼图方块 # +howtoplay.jigsawBlocks.text.1=拼图方块可使创作者能够通过连接多个结构模板,在世界中生成大型结构。 # +howtoplay.jigsawBlocks.header.1=获得方式 # +howtoplay.jigsawBlocks.text.2=要获得拼图方块,您必须使用 /give 斜杠命令。要使用拼图方块,您必须具有操作员权限。 # +howtoplay.jigsawBlocks.header.2= 设置 # +howtoplay.jigsawBlocks.text.3=拼图方块有多种设置,您可以控制它们的连接方式,以形成更大的结构。 # +howtoplay.jigsawBlocks.text.4=§e目标池§f - 模板池的路径,用于查找连接结构的模板。模板池应至少包含一个与拼图方块“目标名称”字段匹配的结构。 # +howtoplay.jigsawBlocks.text.5=§e名称§f - 拼图的名称。它在连接与“目标名称”匹配的拼图时使用。 # +howtoplay.jigsawBlocks.text.6=§e变为§f - 在结构生成过程中,拼图方块被放置到世界中时将转换为的方块类型。 # +howtoplay.jigsawBlocks.text.7=§e选择优先级§f - 当上级组件正在处理连接时,拼图方块将按照此顺序尝试连接到目标组件。拼图方块将按优先级从高到低进行处理,优先级相同的将随机排序。 # +howtoplay.jigsawBlocks.text.8=§e放置优先级§f - 当拼图方块连接到一个组件时,该组件在更大结构中的连接处理顺序将按此优先级进行。组件将按优先级从高到低处理,若优先级相同,则按插入顺序进行处理。 # +howtoplay.jigsawBlocks.text.9=§e接点类型§f - 接点类型可以是“可旋转”(默认)或“对齐”。如果接点类型为“可旋转”,目标结构将随机围绕源拼图方块旋转。如果接点类型为“对齐”,目标结构将根据目标拼图方块的旋转方向与源拼图方块对齐。请注意,这仅适用于拼图方块朝上或朝下放置时。 # + howtoplay.jukebox=唱片机 # howtoplay.jukebox.text.1=唱片机将播放您找到的音乐唱片。 # howtoplay.jukebox.header.1=开始派对 # @@ -5491,14 +5520,14 @@ item.sweet_berries.name=甜浆果 # item.suspicious_stew.name=迷之炖菜 # item.field_masoned_banner_pattern.name=砖纹旗帜图案 # item.creeper_banner_pattern.name=苦力怕头像旗帜图案 # -item.flow_banner_pattern.name=流动旗帜图案 # +item.flow_banner_pattern.name=涡流旗帜图案 # item.flower_banner_pattern.name=花朵图案旗帜图案 # item.globe_banner_pattern.name=地球旗帜图案 # item.guster_banner_pattern.name=旋风旗帜图案 # item.piglin_banner_pattern.name=猪鼻旗帜图案 # item.skull_banner_pattern.name=头颅头像旗帜图案 # item.mojang_banner_pattern.name=Mojang 徽标旗帜图案 # -item.bordure_indented_banner_pattern.name=方框边旗帜图案 # +item.bordure_indented_banner_pattern.name=波纹边旗帜图案 # item.banner_pattern.bricks=砖纹 # item.banner_pattern.creeper=苦力怕盾徽 # item.banner_pattern.flow=涡流 # @@ -5531,6 +5560,28 @@ item.shield.brown.name=棕色盾牌 # item.shield.black.name=黑色盾牌 # item.shield.blue.name=蓝色盾牌 # +item.bundle=同捆包 # +item.black_bundle=黑色同捆包 # +item.white_bundle=白色同捆包 # +item.red_bundle=红色同捆包 # +item.orange_bundle=橙色同捆包 # +item.yellow_bundle=黄色同捆包 # +item.green_bundle=绿色同捆包 # +item.lime_bundle=黄绿色同捆包 # +item.brown_bundle=棕色同捆包 # +item.light_gray_bundle=淡灰色同捆包 # +item.light_blue_bundle=淡蓝色同捆包 # +item.blue_bundle=蓝色同捆包 # +item.gray_bundle=灰色同捆包 # +item.pink_bundle=粉红色同捆包 # +item.magenta_bundle=品红色同捆包 # +item.purple_bundle=紫色同捆包 # +item.cyan_bundle=青色同捆包 # +item.bundle.empty=空 # +item.bundle.empty.description=可以容纳混合堆叠的物品 # +item.bundle.full=满 # +item.bundle.fullness=剩余 %s # + item.goat_horn.name=山羊角 # item.minecraft.goat_horn.sound.0=思考 # item.minecraft.goat_horn.sound.1=唱 # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=箭 # itemGroup.name.potion=药水 # itemGroup.name.splashPotion=喷溅药水 # itemGroup.name.lingeringPotion=滞留药水 # +itemGroup.name.ominousBottle=不祥之瓶 # itemGroup.name.bed=床 # itemGroup.name.chalkboard=黑板 # itemGroup.name.anvil=铁砧 # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=蜡烛 # itemGroup.name.goatHorn=山羊角 # itemGroup.name.compounds=化合物 # itemGroup.name.products=产品 # +itemGroup.name.bundles=同捆包 # +##Jigsaw Block +jigsaw_block.title=拼图方块 # jigsaw.title.target_pool=目标池: # jigsaw.title.name=名称: # jigsaw.title.target=目标名称: # jigsaw.title.final_block=变为: # +jigsaw.title.selection_priority=选择优先级: # +jigsaw.title.placement_priority=放置优先级: # jigsaw.title.joint_type=接点类型: # jigsaw.title.joint_type.aligned=一致 # jigsaw.joint_type.aligned=一致 # jigsaw.joint_type.rollable=可滚动 # jigsaw.exit.done=完成 # -jigsaw.exit.cancel=取消 # ##EDU Joincode joincode.entry_popup.icon_button=%1 加入代码按钮 # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=对局域网开放 # menu.simulating=模拟世界中 # menu.singleplayer=单人游戏 # menu.store=市场 # +menu.store.addons=浏览追加内容! # menu.skins=皮肤 # menu.start=开始 # menu.switchingLevel=转接世界中 # @@ -6180,10 +6237,10 @@ options.splitvibration=拆分物品时振动 # options.debug=调试 # options.flighting_debug=飞行调试 # options.debugTitle=开发者选项 # -options.delete_account.button=删除 Microsoft 帐户 # -options.delete_account.confirm.title=删除 Microsoft 帐户? # +options.delete_account.button=删除 Microsoft 账号 # +options.delete_account.confirm.title=删除 Microsoft 账号? # options.delete_account.confirm.warning=警告:删除您的帐户 %s 后,您将无法再保护在您的设备上完成的进度或进行的购买。 # -options.delete_account.confirm.warning.2=从此游戏内删除您的 Microsoft 帐户将影响所有使用此帐户的《我的世界》游戏。 # +options.delete_account.confirm.warning.2=若从此游戏内删除您的 Microsoft 账号,则将影响所有使用此账号的 Minecraft 游戏。 # options.delete_account.confirm.checkbox1=当您在其他平台上玩游戏时,您将不再能够访问游戏内商店内容。 # options.delete_account.confirm.checkbox2=您将无法再与朋友在线玩游戏。 # options.delete_account.confirm.checkbox3=您将不再能够访问 Realms,包括当前处于活动状态的 Realms 订阅。 # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=调试器中的断言中断 # options.dev_assertions_show_dialog=断言显示一个模式对话 # options.dev_force_trial_mode=强制启用试用模式 # options.dev_eduDemo=教育演示(需要重新登录) # +options.dev_eduCloudResumableUpload=对 >4MB 的文件上传使用断点续传 API # options.remote_imgui_toggle=已启用远程 Imgui # options.dev_enableDebugUI=启用调试 UI # options.dev_createRealmWithoutPurchase=无购买创建 Realm # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms 端点 # options.dev_realmsEndpointPayment=Realms 端点支付 # options.dev_realmsRelyingParty=Realms 信任方 # options.dev_realmsRelyingPartyPayment=Realms 信任方支付 # -options.dev_realms_stories=启用 Realms 故事 # options.dev_overrideXboxEnvironmentWindows=覆盖 Xbox 沙盒(在 Windows 上控制的操作系统) # options.dev_overrideXboxEnvironment=覆盖 Xbox 沙盒(需要重新启动) # options.dev_xboxEnvironment=Xbox 沙盒环境(需要重新启动) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge 沙盒:零售版 # options.dev_sandboxDev=Xforge 沙盒:开发版 # options.dev_sandboxDevAchievement=Xforge 沙盒:开发成就 # options.dev_showDiscoveryOverridePanel=覆盖服务端点 # +options.dev_serviceOverrideType=替代类型 # +options.dev_serviceOverrideTypeMultibranch=多分支部署 # +options.dev_serviceOverrideTypeCustom=自定义 # options.dev_discoveryOverrideServiceName=服务名称(安全、角色等) # options.dev_discoveryOverrideServiceBranch=分支 # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=重置所有端点 # options.dev_apply=应用 # options.dev_displayTreatmentsPanel=显示治疗 # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=收集:已启用 # options.dev_gatherings_system_service_pack=收集:由于缺少系统服务包而被禁用 # options.dev_gatherings_active_gathering=活跃:%s # options.dev_gatherings_available_gatherings=可用收集 # +options.dev_gatherings_clear_system_service_pack=清除系统服务包缓存 # options.difficulty=难度 # options.difficulty.easy=简单 # options.difficulty.hard=困难 # @@ -6524,7 +6586,8 @@ options.creatorTitle=创建者设置 # options.creator.serverboundClientDiagnosticsEnabled=启用客户端诊断 # options.creator.debuggerHeading=脚本调试器设置 # options.creator.debuggerAutoAttach=加载时附加调试器 # -options.creator.debuggerAutoConnect=加载时连接调试器 # +options.creator.debuggerAutoAttachTimeout=连接超时 # +options.creator.debuggerAutoAttachTimeoutFormat=%s 秒 # options.creator.debuggerConnect=连接 # options.creator.debuggerListen=听听看 # options.creator.debuggerHost=主机 # @@ -6671,11 +6734,11 @@ options.smoothRotationSpeed=平滑旋转速度 # options.xboxliveBroadcast.inviteOnly=仅邀请 # options.xboxliveBroadcast.friendsOnly=仅好友 # options.xboxliveBroadcast.friendsOfFriends=好友的好友 # -options.xboxliveBroadcastSettings=Microsoft 账户设置 # +options.xboxliveBroadcastSettings=Microsoft 账号设置 # options.xboxlivevisible=广播到 Xbox 网络用户 # -options.xboxLiveAccountSettings=Microsoft 账户设置 # -options.xboxLiveSignedIn=已用 Microsoft 账户登录 # -options.xboxLiveSignedOut=已从 Microsoft 账户注销 # +options.xboxLiveAccountSettings=Microsoft 账号设置 # +options.xboxLiveSignedIn=已用 Microsoft 账号登录 # +options.xboxLiveSignedOut=已从 Microsoft 账号注销 # options.xboxLive.privacyControl=隐私和在线安全 # options.realms.checkInvites=管理 Realms 成员邀请 # options.skinCustomisation=自定义皮肤… # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. 在创建世界后,无法关闭硬核 options.turnOnHardcoreMode.message.3=3. 死亡后,您可以看到这个世界,但不能与其互动。 # options.achievementsDisabled=本世界中无法获得成就。 # options.achievementsDisabled.onLoad=如果您使用这些设置开始游戏,本世界中将不再能够获得成就。 # -options.achievementsDisabled.notSignedIn=本世界中可以获得成就,但您必须先登录至 Microsoft 账户。 # +options.achievementsDisabled.notSignedIn=本世界中可以获得成就,但您必须先登录至 Microsoft 账号。 # options.turnOffCrossPlatformMultiplayer=关闭跨平台多人游戏? # options.turnOffCrossPlatformMultiplayer.message=您正在尝试使用的内容在跨平台多人课程中禁用。如果继续,您将无法进行跨平台多人课程。 # options.conflictingPacks=冲突的包 # @@ -6884,10 +6947,10 @@ options.loadWorldAnyway=继续加载世界 # options.updateAndPlay=更新和开始 # options.makeBackup=制作我的世界的备份副本 # options.managePrivacy=若要管理隐私设置,请在任意网络浏览器中访问 https://account.xbox.com/Settings。 ###disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=取消链接 Microsoft 账户 # -options.unlink_msa.confirm.title=取消链接 Microsoft 账户? # +options.unlink_msa.button=取消链接 Microsoft 账号 # +options.unlink_msa.confirm.title=取消链接 Microsoft 账号? # options.unlink_msa.confirm.warning=警告:取消关联后,您将无法再在您的账号 %s 上存储您在 PlayStation®4 主机上完成的进度或进行的购买。 #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=从此游戏内解除关联您的 Microsoft 账户将影响您在此平台所有使用此 Microsoft 账户的《我的世界》游戏。 # +options.unlink_msa.confirm.warning.2=若从此游戏内取消关联您的 Microsoft 账号,则将影响您在这个平台上曾使用此 Microsoft 账号的所有 Minecraft 游戏。 # options.unlink_msa.confirm.checkbox1=当我在其他平台上玩游戏时,我将不再能够访问任何游戏内商店内容。 # options.unlink_msa.confirm.checkbox2=我将不再能够与我的好友在其他平台上玩跨平台游戏。 # options.unlink_msa.confirm.checkbox3=我将不再能够访问 Realms,包括当前处于活动状态的 Realms 订阅。 # @@ -6899,7 +6962,7 @@ options.unlink_msa.success.title=取消链接成功 # options.unlink_msa.success.body=您的账户已取消链接。 # options.unlink_msa.failure.title=出错了 # options.unlink_msa.failure.body=您的账户无法取消链接。是否查看一下您的互联网连接? # -options.useRemoteConnect=使用 Microsoft 帐户远程连接登录(需要重新启动) # +options.useRemoteConnect=使用 Microsoft 账号远程连接登录(需要重新启动) # options.newUiEditWorld.title=是否想要尝试我们的新设计? # options.newUiEditWorld.info=§7请试试此页面即将推出的改版。您可以随时切换回原来的旧版。 # options.newUiEditWorld.initiate=尝试新设计 # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=低 # options.volumetricFogQuality.medium=中 # options.volumetricFogQuality.high=高 # options.volumetricFogQuality.ultra=超高 # +options.upscalingPercentage=分辨率 # +options.upscalingPercentage.hundred=原始 # options.reflectionsQuality=反射 # options.reflectionsQuality.off=关闭 # options.reflectionsQuality.low=低 # @@ -6966,12 +7031,10 @@ 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.device=我们即将无法支持此设备。目前您仍能继续收到更新,但到 2025 年 3 月为止,您将收到适用于此设备的最后一次更新。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并访问市场购买内容(包括 Minecoins)。由此设备管理的 Realm 将继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。%s要取消您的 Realm 订阅服务,您将需要在创建 Realm 的设备上,找到订阅服务的“设置”菜单进行此操作。%s您将不再收到最新的更新内容,且将无法与继续接收更新的设备或 Realm 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息。 # +sunsetting.popup.sunset.device=我们已无法支持此设备。从 2025 年 3 月开始,您将不再收到更新,这是此设备的最后一次更新。%s您仍然可以在您的世界中进行游戏,并访问市场购买内容(包括 Minecoins)。由此设备管理的 Realm 将自 2025 年 3 月起继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。%s要取消您的 Realm 订阅服务,您将需要在创建 Realm 的设备上,找到订阅服务的“设置”菜单进行此操作。%s您将不再收到最新的更新内容,且将无法与继续接收更新的设备或 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.banner.play.worldTab.pending=您的版本可能很快就会无法连接到多人游戏 # sunsetting.banner.play.friendsTab.pending=您的版本可能很快就会无法连接到多人游戏 # @@ -7158,13 +7221,13 @@ permissions.ability.op=操作员命令 # permissions.ability.invisible=变为隐形 # permissions.ability.teleport=使用传送 # permissions.NeedPermission=你需要许可 # -permissions.AddFriends=由于您 Microsoft 账户的设置问题,您无法添加好友。请确保您的在线安全设置已允许添加好友。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 # -permissions.MultiplayerSessions=由于您 Microsoft 账户的设置问题,您无法在 Realms 上进行游戏。请确保您的在线安全设置已允许多人游戏。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 # -permissions.Communications=由于您 Microsoft 账户的设置问题,您无法与其他玩家聊天。请确保您的隐私设定已允许与他人交流。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 # +permissions.AddFriends=由于您 Microsoft 账号的设置问题,您无法添加好友。请确保您的在线安全设置允许添加好友。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 # +permissions.MultiplayerSessions=由于您 Microsoft 账号的设置问题,您无法在 Realms 上进行游戏。请确保您的在线安全设置允许多人游戏。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 # +permissions.Communications=由于您 Microsoft 账号的设置问题,您无法与其他玩家聊天。请确保您的隐私设定允许与他人自由交流。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 # permissions.RealmsAddFriends=由于 Xbox 账户设置问题,您将无法在您的 Realm 中添加新好友与您一起使用。这可以在 Xbox.com 上的隐私与在线安全设置中进行更改。请问是否要继续? # permissions.CloudSave=由于 Xbox 账户设置问题,您无法将您的世界保存到 Xbox。这可以在 Xbox.com 上的隐私与在线安全设置中进行更改。 ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=由于您 Microsoft 账户的设置问题,您无法在 Realms 上进行游戏。请确保您的在线安全设置已允许多人游戏,且当前您已拥有 Xbox Live 金会员订阅。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=由于您 Microsoft 账户的设置问题,您无法在 Realms 中进行游戏。 ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=由于您 Microsoft 账号的设置问题,您无法在 Realms 上进行游戏。请确保您的在线安全设置允许多人游戏,且当前您已拥有 Xbox Live 金会员资格。请前往 aka.ms/MCMultiplayerHelp 查看如何更改这些设置。 ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=由于您 Microsoft 账号的设置问题,您无法在 Realms 中进行游戏。 ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=获取关于解决此问题的帮助 # permissions.open.account.help.button.gamecore=修复此问题 # permissions.open.account.setting.button=请参阅服务条款 # @@ -7819,22 +7882,22 @@ item.smithing_template.name=锻造模板 # item.smithing_template.netherite_upgrade.applies_to=钻石装备 # item.smithing_template.netherite_upgrade.ingredients=下界合金锭 # item.netherite_upgrade_smithing_template.name=下界合金升级 # -item.sentry_armor_trim_smithing_template.name=哨兵纹饰盔甲 # -item.vex_armor_trim_smithing_template.name=恼鬼纹饰盔甲 # -item.wild_armor_trim_smithing_template.name=荒野纹饰盔甲 # -item.coast_armor_trim_smithing_template.name=海岸纹饰盔甲 # -item.dune_armor_trim_smithing_template.name=沙丘纹饰盔甲 # -item.wayfinder_armor_trim_smithing_template.name=寻路盔甲纹饰 # -item.raiser_armor_trim_smithing_template.name=崛起盔甲纹饰 # -item.shaper_armor_trim_smithing_template.name=塑形盔甲纹饰 # -item.host_armor_trim_smithing_template.name=主导盔甲纹饰 # -item.ward_armor_trim_smithing_template.name=监守纹饰盔甲 # -item.silence_armor_trim_smithing_template.name=潜声盔甲纹饰 # -item.tide_armor_trim_smithing_template.name=潮汐纹饰盔甲 # -item.snout_armor_trim_smithing_template.name=猪鼻纹饰盔甲 # -item.rib_armor_trim_smithing_template.name=肋骨纹饰盔甲 # -item.eye_armor_trim_smithing_template.name=眼眸纹饰盔甲 # -item.spire_armor_trim_smithing_template.name=尖顶纹饰盔甲 # +item.sentry_armor_trim_smithing_template.name=哨兵盔甲纹饰 # +item.vex_armor_trim_smithing_template.name=恼鬼盔甲纹饰 # +item.wild_armor_trim_smithing_template.name=荒野盔甲纹饰 # +item.coast_armor_trim_smithing_template.name=海岸盔甲纹饰 # +item.dune_armor_trim_smithing_template.name=沙丘盔甲纹饰 # +item.wayfinder_armor_trim_smithing_template.name=向导盔甲纹饰 # +item.raiser_armor_trim_smithing_template.name=牧民盔甲纹饰 # +item.shaper_armor_trim_smithing_template.name=塑造盔甲纹饰 # +item.host_armor_trim_smithing_template.name=雇主盔甲纹饰 # +item.ward_armor_trim_smithing_template.name=监守盔甲纹饰 # +item.silence_armor_trim_smithing_template.name=幽静盔甲纹饰 # +item.tide_armor_trim_smithing_template.name=潮汐盔甲纹饰 # +item.snout_armor_trim_smithing_template.name=猪鼻盔甲纹饰 # +item.rib_armor_trim_smithing_template.name=肋骨盔甲纹饰 # +item.eye_armor_trim_smithing_template.name=眼眸盔甲纹饰 # +item.spire_armor_trim_smithing_template.name=尖塔盔甲纹饰 # item.flow_armor_trim_smithing_template.name=涡流盔甲纹饰 # item.bolt_armor_trim_smithing_template.name=镶铆盔甲纹饰 # item.snort_pottery_sherd.name=嗅探纹样陶片 # @@ -8140,7 +8203,7 @@ selectTemplate.create=新建… # selectTemplate.worldsByCreators=由创作者创建的世界 # selectTemplate.realm=新 Realm # selectTemplate.realmInfo=你可以在创建 Realm 后将世界上传! # -selectTemplate.signIn=用 Microsoft 账户创建 Realm # +selectTemplate.signIn=用 Microsoft 账号创建 Realm # selectTemplate.unableToSignIn=Microsoft 服务在此设备上不可用 # selectTemplate.world=新的世界 # selectTemplate.help=? # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=私人服务器允许您创建一个共享的世界 store.realmsPlus.faq.question3=我的好友是不是需要购买 Realms Plus 才能在我的 Realm 上玩? # store.realmsPlus.faq.answer3=您的好友无需购买 Realms Plus 订阅即可使用您的 Realm。您可以邀请任何好友(在对方已允许多人使用的情况下)免费加入您的 Realm。 # store.realmsPlus.faq.question4=哪些设备支持《我的世界》Realms Plus? # -store.realmsPlus.faq.answer4=Realms Plus 目前适用于任何可安装《我的世界》基岩版的平台。如果您已登录 Microsoft 帐户,则可以在任何这些设备上玩 Realms 并使用 Realms Plus 中的任何内容。 ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus 目前适用于任何可安装 Minecraft 基岩版的平台。如果您已登录至 Microsoft 账号,则可以在任何这些设备上玩 Realms 并使用 Realms Plus 中的任何内容。 ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Realms Plus 订阅的费用是多少? # store.realmsPlus.faq.answer5=一个可容纳 10 名玩家的服务器,且可获取 150+ 市场包,仅需 %s 每月。 # store.realmsPlus.faq.answer5.contentSub=%s/月。添加成员数无限制,同时与 10 名其他玩家进行在线游戏。此外,在 Marketplace Pass 目录中免费享受超过 150 个商城内容。 # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=开始订阅 Marketplace Pass #### {StrContains="Marketp store.csb.subscription=注册后,您将获得 150+ 项令人兴奋的 Minecraft Marketplace 内容。您可以下载并畅玩冒险地图、穿戴皮肤、玩转材质包,每月还可以领取一套角色创建器物品。目录会定期更新,订阅 Marketplace Pass 后,总有新内容等您去发现。订阅费每月 %s,可随时取消以避免后续扣费。 #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass 是一项相关内容的订阅,用于在 Windows 和其他您拥有游戏的受支持平台上与受支持版本的 Minecraft(游戏单独销售)一起使用(不支持 Minecraft Java 版 和 Amazon Kindle Fire 版);使用 Marketplace Pass 内容需要订阅处于活跃状态。内容会随着时间而变化,并且可能不是在所有国家和地区都可用。在免费试玩期过后,除非玩家取消订阅,否则订阅将仍按当时的正常价格(可能会有变化)加上适用税费进行收费。您可以通过访问 Microsoft 账户中的服务与订阅随时取消订阅。如果您的订阅终止,或某个内容项被从目录中移除,则您必须重新激活订阅,或单独购买该内容才能继续使用它。可能会收取 ISP 费用。即使在您的订阅结束后,我们可能还会不定时提供您仍可使用的内容;在这种情况下,如果此类内容变得不兼容或者我们对内容的使用权过期,我们保留删除这些内容的权利。订阅可能会更改和/或停用。受 Microsoft 服务协议 (www.microsoft.com/msa) 和 Minecraft EULA (https://www.minecraft.net/eula) 的制约。这些术语的所有翻译仅供您方便使用,如果英文版本和任何非英文版本之间存在争议,则应以这些术语的英文版本为准。 #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass 是一项相关内容的订阅服务,用于在 Windows 和其他您拥有游戏的受支持平台上与受支持版本的 Minecraft(游戏单独销售)一起使用(不支持 Minecraft Java 版和 Amazon Kindle Fire 版);使用 Marketplace Pass 内容需要订阅服务处于活跃状态。内容会随着时间而变化,并且可能不是在所有国家和地区都可用。在免费试玩期过后,除非玩家取消订阅服务,否则订阅服务将仍按当时的正常价格(可能会有变化)加上适用税费进行收费。您可以通过访问 Microsoft 账号中的服务与订阅随时取消订阅服务。如果您的订阅服务终止,或某个内容项被从目录中移除,则您必须重新激活订阅服务,或单独购买该内容才能继续使用它。可能会收取 ISP 费用。即使在您的订阅服务结束后,我们可能还会不定时提供您仍可使用的内容;在这种情况下,如果此类内容变得不兼容或者我们对内容的使用权过期,我们保留删除这些内容的权利。订阅服务可能会更改和/或停用。受 Microsoft 服务协议 (www.microsoft.com/msa) 和 Minecraft EULA (https://www.minecraft.net/eula) 的制约。这些术语的所有翻译仅供您方便使用,如果英文版本和任何非英文版本之间存在争议,则应以这些术语的英文版本为准。 #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass 是一项持续订阅,每月自动收取续订费,直到订阅取消为止。%s订阅后,150+ 个 Marketplace 包将立即可用。您可以在订阅设置中取消订阅,避免未来出现收费的情况。 #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass 是一项持续订阅,每月自动收取续订费,直到订阅取消为止。%s订阅后,150+ 个 Marketplace 包将立即可用。您将被收取 %s/月的费用,并且您可以在订阅设置中取消订阅,避免未来出现收费的情况。 #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass 是一项订阅服务,购买后可访 store.csb.faq.question2=Marketplace Pass 中的内容多久更新一次? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=精选内容每月更新,不断提供新鲜内容供你探索。 # store.csb.faq.question3=我需要什么才能享有 Marketplace Pass 呢? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=访问 Marketplace Pass 需要有活跃的订阅,以及带有 Minecraft Marketplace 的《Minecraft:基岩版》兼容版本。需要登录 Microsoft 账号。 #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=访问 Marketplace Pass 需要有活跃的订阅服务,以及带有 Minecraft 市场的《Minecraft:基岩版》兼容版本。需要登录 Microsoft 账号。 #### {StrContains="Marketplace Pass"} store.csb.faq.question4=取消 Marketplace Pass 后,我的内容会发生什么? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=一旦世界、材质包、皮肤包或混搭包移出目录,您将需要从市场中购买物品来继续游玩。除非您手动删除包,否则包不会从您的本地存储中删除。所兑换的每月角色创建器物品均可保留。 # store.csb.faq.question5=订阅结束后会发生什么? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=该物品与您的设备不兼容。 # store.owned=已拥有 # store.owned.legacy=已拥有(P) # store.unlocked=已解锁 # -store.mypacks=我的内容 # +store.myLibrary=我的库 # store.error=市场错误 # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=您没有足够的硬币来解 store.popup.purchaseFailedInsufficientFunds.buyButton=获取硬币 # store.popup.purchasePriceMismatch.msg=对不起,我们无法完成您的购买。请稍后在试。 # store.popup.trialUpgradeFail.title=游戏解锁错误 # -store.popup.trialUpgradeFail.msg=您似乎登录了一个与您最初下载《我的世界》试用版的账户不同的 Microsoft 账户。在登录那个账户后再试一次。 # +store.popup.trialUpgradeFail.msg=您似乎登录了一个与您最初下载 Minecraft 试用版的账号不同的 Microsoft 账号。在登录那个账号后再试一次。 # store.popup.downloaded.unOwnedTemplate.title=是否购买世界模板? # store.popup.downloaded.unOwnedTemplate.msg=您未拥有该模板,必须先购买它才能解锁。您想购买该模板吗? # store.popup.rtx.title=下载光线追踪包? # @@ -8662,8 +8725,8 @@ store.progress.checkingDownload=正在检查下载 # store.content.download=下载 # store.content.update=更新 # store.content.updating=正在更新... # -store.content.requireXbl.signedIn=用 Microsoft 账户可免费下载。 # -store.content.requireXbl.notSignedIn=登录至 Microsoft 账户以解锁。 # +store.content.requireXbl.signedIn=用 Microsoft 账号可免费下载。 # +store.content.requireXbl.notSignedIn=登录至 Microsoft 账号以解锁。 # store.mashup.count.personaPiece=1 件角色物品 # store.mashup.count.personaPieces=%s 件角色物品 # @@ -8758,12 +8821,12 @@ store.ratings.rate=为此包评分! # store.ratings.signIn.title=为市场中的物品评级 # store.ratings.signIn.description1=告诉创作者和社区您关于此物品的体验! # -store.ratings.signIn.description2=您需要先使用 Microsoft 账户登录,然后才能为某个物品评级。 # +store.ratings.signIn.description2=您需要先使用 Microsoft 账号登录,然后才能为某个物品评级。 # store.purchase.success.realMoney1=您刚才解锁了: %s,耗用了 %s # store.purchase.success.realMoney2=+:minecoin:%s # store.purchase.signIn=用大量精彩内容扩充你的游戏。 # -store.purchase.signInPart2=用 Microsoft 账户登录,开始使用市场! # +store.purchase.signInPart2=用 Microsoft 账号登录,开始使用市场! # store.purchase.realmoney.disclaimer=*购买 %s 硬币(需要 %s)并兑换此 %s 硬币包,还剩下 %s。 # store.purchase.notAvailable=当前不可用 # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=无法连接至应用商店。请登录至应 store.coins.tooManyCoins=使用一些硬币后可以购买更多。 # store.coins.incomplete.title=硬币购买未完成 # store.coins.incomplete.fulfill.a=看来我们上次并没有完成。现在我们来完成你的购买吧。 # -store.coins.incomplete.fulfill.b=看来您用了其他 Microsoft 账户开始购买。是否要用这个账户完成购买? # +store.coins.incomplete.fulfill.b=您似乎用了其他 Microsoft 账号开始了购买。是否要用这个账号完成购买? # store.coins.incomplete.fulfill.c=有人已使用此设备上的计费帐户进行购买。您是否要使用此帐户完成购买? # store.coins.fixAppReceipt.title=出错了 # store.coins.fixAppReceipt.body=似乎应用收据出现问题,请登录以继续。 # @@ -8828,7 +8891,6 @@ store.updating.title=正在更新:%s # store.importing.title=正在导入:%s # store.importing=正在导入... # store.showMore=查看全部 # -store.inventory.no.xbl=我的包 # store.promo.today=仅限今天! # store.promo.upsell=今日提供免费礼物,不要错过! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=已安装状态 # store.search.filter.installed=已安装 # store.search.filter.notInstalled=未安装 # store.search.filter.clear.installed=重置已安装过滤器 # +store.search.filter.dressingroombody=身体 # +store.search.filter.dressingroombody.selectedCount=%d 个部件 # +store.search.filter.dressingroomstyle=样式 # +store.search.filter.dressingroomstyle.selectedCount=%d 风格 # store.search.sort_menu.sortConstWord=排序 # store.search.sort_menu.Default=相关性 # @@ -9395,7 +9461,7 @@ tile.log.spruce.name=云杉原木 # tile.magma.name=岩浆块 # tile.melon_block.name=西瓜 # tile.mob_spawner.name=刷怪笼 # -tile.monster_egg.brick.name=被虫蚀的石砖 # +tile.monster_egg.brick.name=虫蚀石砖 # tile.monster_egg.chiseledbrick.name=被虫蚀的錾制石砖 # tile.monster_egg.cobble.name=被虫蚀的圆石 # tile.monster_egg.crackedbrick.name=被虫蚀的裂纹石砖 # @@ -9406,7 +9472,7 @@ tile.mushroom.name=蘑菇 # tile.noteblock.name=音符盒 # tile.mycelium.name=菌丝 # tile.nether_brick.name=下界砖 # -tile.red_nether_brick.name=红色下界砖 # +tile.red_nether_brick.name=红色下界砖块 # tile.nether_brick_fence.name=下界砖栅栏 # tile.quartz_ore.name=下界石英矿石 # tile.netherreactor.active=激活! # @@ -10185,10 +10251,10 @@ trial.tabbed_upsell.buttonAlternate=解锁《我的世界》完整游戏 # trial.tabbed_upsell.minecraft.title=《我的世界》 # trial.tabbed_upsell.minecraft.description=无限探索您自己的独特世界,建造您能想象到的一切——从最简单的住宅,到最宏伟的城堡!您可以在创造模式中利用无限资源建造奇迹,也可以在生存模式中进行挖掘,合成武器和盔甲,抵御各种危险生物并在夜晚幸存下来。另外还可以在线与好友一起畅玩!立即解锁完整游戏! # trial.tabbed_upsell.xbl.title=Microsoft 账户 # -trial.tabbed_upsell.xbl.description=您可以借助完整的 Minecraft 游戏体验获得创造模式、成就等等,另外您还可以借助 Microsoft 账户在 Minecraft 社区中结识其他用户!您可以加入好友的世界,在服务器上结识新的好友,并将您的市场购买内容同步到您体验 Minecraft 的任何地方。 # +trial.tabbed_upsell.xbl.description=您可以借助完整的 Minecraft 体验获得创造模式、成就等等,另外您还可以借助 Microsoft 账号在 Minecraft 社区中结识其他玩家!加入好友的世界,在服务器上结识新的好友,并将您的商店购买内容同步到您玩 Minecraft 的任何地方。 # trial.tabbed_upsell.xbl.description.line2=*(在带有市场的版本中) # trial.tabbed_upsell.achievements.title=成就 # -trial.tabbed_upsell.achievements.description=除了获得带有创造模式、多人游戏等等的完整 Minecraft 游戏体验,您还将获得成就和玩家分数。它们将记录您的Minecraft 进度,并向您的 Microsoft 账户好友展示您的成就。立即获得完整游戏来开始获得它们! # +trial.tabbed_upsell.achievements.description=除了获得带有创造模式、多人游戏等等的完整 Minecraft 体验,您还将获得成就和玩家分数。它们将记录您的 Minecraft 进度,并向您的 Microsoft 账号好友展示您的成就。立即获得完整游戏来开始获得它们! # trial.tabbed_upsell.multiplayer.title=多人游戏 # trial.tabbed_upsell.multiplayer.description=完整的 Minecraft 游戏体验能够让您享受创造模式、成就以及与您的好友在多种 Minecraft 设备上进行多人游戏!与控制台、电脑和移动端上的好友一起创造、探索和生存。立即解锁完整的 Minecraft 体验! # trial.tabbed_upsell.server.title=服务器 # @@ -10208,9 +10274,9 @@ trial.thanks_for_testing.button=导航至常见问题解答! # trial.thanks_for_testing.minecraft.title=《我的世界》试用版 # trial.thanks_for_testing.minecraft.description=感謝您下载《我的世界》Chromebook 试用版!您的游戏测试将为错误修复和技术故障排除提供宝贵的数据。发现错误?访问 bugs.mojang.com 进行报告!其他问题?查看我们的常见问题解答。 # trial.thanks_for_testing.xbl.title=Microsoft 账户 # -trial.thanks_for_testing.xbl.description=您可以借助完整的 Minecraft 游戏体验获得创造模式、成就等等,另外您还可以借助 Microsoft 账户在 Minecraft 社区中结识其他用户!您可以加入好友的世界,在服务器上结识新的好友,并将您的市场购买内容同步到您体验 Minecraft 的任何地方。 # +trial.thanks_for_testing.xbl.description=您可以借助完整的 Minecraft 体验获得创造模式、成就等等,另外您还可以借助 Microsoft 账号在 Minecraft 社区中结识其他玩家!您将能够加入好友的世界,在服务器上结识新的好友,并将您的市场购买内容同步到您玩 Minecraft 的任何地方。 # trial.thanks_for_testing.xbl.description.line2=*(在带有市场的版本中) # -trial.thanks_for_testing.achievements.description=除了获得带有创造模式、多人游戏等等的完整 Minecraft 游戏体验,您还将获得成就和玩家分数。它们将记录您的Minecraft 进度,并向您的 Microsoft 账户好友展示您的成就。 # +trial.thanks_for_testing.achievements.description=除了获得带有创造模式、多人游戏等等的完整 Minecraft 体验,您还将获得成就和玩家分数。它们将记录您的 Minecraft 进度,并向您的 Microsoft 账号好友展示您的成就。 # trial.thanks_for_testing.multiplayer.description=完整的 Minecraft 游戏体验能够让您享受创造模式、成就以及与您的好友在多种 Minecraft 设备上进行多人游戏!与控制台、电脑和移动端上的好友一起创造、探索和生存。 # trial.thanks_for_testing.server.description=作为完整的《我的世界》游戏体验的一部分,服务器提供了一些享受《我的世界》的最有创意的方式!玩精彩的小游戏,邂逅《我的世界》社区并结识新的好友。 # trial.thanks_for_testing.store.description=解锁完整游戏可以获得访问我们游戏内商店——《我的世界》市场的权限。用新的皮肤让自己焕然一新,更改您的世界,或者探索来自最佳的社区创建者的超赞新地图! # @@ -10281,25 +10347,25 @@ autosave.info.xbox=当您看到此图标时,我们正在保存您的游戏。 autosave.info.desktop=当您看到此图标时,我们正在保存您的游戏。当屏幕上出现此图标时,请不要关闭您的电脑。 # ## Xbox network strings -xbox.signin.error=请登录至 Microsoft 账户,与好友畅玩,获取玩家分数和成就。 # +xbox.signin.error=请登录至 Microsoft 账号,与好友畅玩,获得玩家分数和成就。 # xbox.signin.error.pocket.line1=感谢测试 Realms!这些功能不是最终版,您可能遇到漏洞。请向我们发送反馈!我们乐于倾听。 # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=在此测试中,每个人都必须登录到 Microsoft 账户,以便将邀请发送给您并添加到 Realm 中。 # +xbox.signin.error.pocket.line3=在此测试中,每个人都必须登录至 Microsoft 账号,以便能够接收邀请并添加到 Realms 中。 # xbox.signin.warning.kickPlayer=您将返回主菜单。是否继续? # -xbox.connection.error=已从 Microsoft 账户断开连接 # +xbox.connection.error=已从 Microsoft 账号断开连接 # xbox.signin=登录 # xbox.signin.qr=两种登录方式 # xbox.signin.qr.left.header=扫描二维码 # xbox.signin.qr.left.body=使用设备的相机应用或二维码扫描应用。 # xbox.signin.qr.right.header=或访问网站 # -xbox.signin.qr.account=使用免费的 Microsoft 账户登录,以便跨平台与朋友在线玩游戏 # -xbox.signin.beta.blocked=在试用版中暂不支持使用 Microsoft 账户登录。 # +xbox.signin.qr.account=用免费的 Microsoft 账号登录,以便跨平台与好友在线玩游戏 # +xbox.signin.beta.blocked=目前在试用版中暂不支持用 Microsoft 账号登录。 # xbox.signin.enterCode=输入此代码: # xbox.signin.enterCode.qr=2. 出现提示时,请输入以下代码: # xbox.signin.letsPlay=开始玩游戏吧! # -xbox.signin.message=使用您的免费 Microsoft 帐户登录,体验《我的世界》的完整世界。 # +xbox.signin.message=用您的免费 Microsoft 账号登录,体验 Minecraft 的完整世界。 # xbox.signin.url=https://microsoft.com/link # -xbox.signin.useDifferentAccount=使用不同的 Microsoft 帐户登录 # +xbox.signin.useDifferentAccount=用不同的 Microsoft 账号登录 # xbox.signin.website=在另一台设备上访问此网站: # xbox.signin.website.qr=1. 在另一台设备上访问此网站: # xbox.signin.welcome=欢迎使用! # @@ -10310,9 +10376,9 @@ xbox.signinFree=免费注册 # xbox.signout=注销 # xbox.signinquestion=登录? # xbox.notnow=稍后再说 # -xbox.signingin=正在用 Microsoft 账户登录… # +xbox.signingin=正在用 Microsoft 账号登录… # xbox.signingin.offline=登录中…… # -xbox.failedsignin.body=无法将您登录到您的 Microsoft 账户。访问 Realms、档案和市场物品将受到限制。请稍后再试。 # +xbox.failedsignin.body=我们无法将您登录到您的 Microsoft 账号。访问 Realms、档案和市场物品将受到限制。请稍后再试。 # xbox.failedsignin.error=错误代码: # xbox.failedsignin.moreInfo=更多信息 # xbox.dev_wrongSandboxSigninFailed.title=出错了 # @@ -10321,25 +10387,20 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=更改为开发沙盒 # xbox.dev_wrongSandboxSigninFailed.button.retail=更改为零售沙盒 # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=清除账户登录数据 # xbox.invitesignin.line1=当您的好友在线时,使用他们的玩家代号邀请他们并查看他们的世界。 # -xbox.invitesignin.line2=用 Microsoft 账户登录,开始邀请好友! # +xbox.invitesignin.line2=用 Microsoft 账号登录,开始邀请好友! # xbox.thirdpartysignin.line1=炫酷的迷你小游戏和全新玩家正在等着你!但首先,'%s' 想要知道你是谁。 # xbox.thirdpartysignin.line2=您需要用 Microsoft 账户登录才能进行连接! # xbox.signInLong=免费注册! # -xbox.signOutLong=从您的 Microsoft 账户注销 # +xbox.signOutLong=登出您的 Microsoft 账户 # xbox.genericsignin.line1=您的《我的世界》帐户允许您在 PC 和移动设备上与好友一同玩在线多人游戏。至于最棒的部分? # xbox.genericsignin.line2=免费! # xbox.genericsignin.line3=您可以随时随地使用它来玩《我的世界》。 # -xbox.disconectionscreen.notSignedIn=用 Microsoft 账户登录,与好友畅玩。 # -xbox.disconectionscreen.multiplayerNotAllowed=此 Microsoft 帐户没有权限加入多人游戏。 # +xbox.disconectionscreen.notSignedIn=用 Microsoft 账号登录,与好友畅玩。 # +xbox.disconectionscreen.multiplayerNotAllowed=此 Microsoft 账号没有权限加入多人游戏。 # xbox.disconectionscreen.accessDenied=您必须与本游戏中某人是好友才能加入。 # -xbox.friendfinder.enterGamertag=输入玩家代号 # -xbox.friendfinder.findFriends=按玩家代号查找好友 # -xbox.friendfinder.searchingForGamertag=正在搜索 # -xbox.friendfinder.gamertagNotFound=未找到玩家代号 # - xbox.profile.addFriend=添加好友 # xbox.profile.addFriend.success=成功!%s 已被添加到您的好友列表。 # xbox.profile.block=方块 # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=属性 '%s' 未用于该种类型的内容 packdiscoveryerror.version_too_high=属性 '%s' 的版本为 '%s',该值过高。我们能接受的最高值是 '%s'。 # packdiscoveryerror.version_too_low=属性 '%s' 的版本为 '%s',该值过低。我们能接受的最低值是 '%s'。 # packdiscoveryerror.format_version_1_engine_version_cap=属性 '%s` 的值必须小于 `%s`。要使用更高的版本,您需要使用格式版本 2。 # +packdiscoveryerror.folder_structure_too_deep=包文件夹结构太深。 # ## pack upgrading packupgradewarning.invalidpacktype=所提供的 '%s' 元素具有包清单中的无效值;默认为资源包。 # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=当前你的父母监控制限制你在线 gathering.info.qr.title.console=现场活动直播 # gathering.info.qr.body.console=扫描以加入我们的现场活动直播 # gathering.info.signIn.title=登录以参加此项活动。 # -gathering.info.signIn.body=请登录 Microsoft 帐户以参加此项活动。 # +gathering.info.signIn.body=请登录至 Microsoft 账号以参加此项活动。 # gathering.activation.warning=无法找到收集内容 # gathering.activation.warning.signIn=无法找到收集内容。请登录后重试。 # gathering.activation.warning.title=哦不! # diff --git a/resource_pack/texts/zh_TW.lang b/resource_pack/texts/zh_TW.lang index 7e72e5a6b..a7f00b6f0 100644 --- a/resource_pack/texts/zh_TW.lang +++ b/resource_pack/texts/zh_TW.lang @@ -122,6 +122,7 @@ accessibility.screenName.encyclopedia=百科全書畫面 # accessibility.screenName.howToPlay=遊戲說明畫面 # accessibility.screenName.inviteToGame=邀請至遊戲畫面 # accessibility.screenName.joinByIP=使用 IP 對話方塊加入 # +accessibility.screenName.joinByConnectionID=加入連線 ID 對話方塊 # accessibility.screenName.joinCode=加入代碼對話方塊 # accessibility.screenName.library=資料庫畫面 # accessibility.screenName.modalDialog=彈出式對話 # @@ -135,11 +136,12 @@ accessibility.screenName.profile=設定檔畫面 # accessibility.screenName.realmInviteLinkSettings=Realm 邀請連結設定畫面 # accessibility.screenName.realmSettings=Realm 設定畫面 # accessibility.screenName.settings=遊戲設定畫面 # -accessibility.screenName.addFriend=新增好友畫面 # accessibility.screenName.skinPicker=選擇外觀畫面 # accessibility.screenName.start=主選單 # accessibility.screenName.vrAlignment=VR 對齊畫面 # accessibility.screenName.emoteWheel=表情畫面 # +accessibility.screenName.addExternalServer=新增外部伺服器畫面 # +accessibility.screenName.editExternalServer=編輯外部伺服器畫面 # accessibility.search.sort_menu.A_to_Z.tts.title=A 到 Z ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. accessibility.search.sort_menu.Z_to_A.tts.title=Z 到 A ### Single quotes (') are there for emphasis on the sound of the letters that will be spoken. @@ -874,6 +876,7 @@ commands.effect.failure.notActive.all=無法移除 %1$s 的效果,因為他們 commands.effect.failure.notAMob=%1$s 無法有效果 # commands.effect.notFound=沒有 ID 為 %s 的生物特殊效果 # commands.effect.success=已對 %3$s 加上 %4$d 秒的 %1$s * %2$d # +commands.effect.success.infinite=已將 %1$s*%2$d 給予 %3$s 無限時間 # commands.effect.success.removed=將 %1$s 從 %2$s 身上移除了 # commands.effect.success.removed.all=已解除 %1$s 身上所有效果 # commands.enchant.cantCombine=%1$s 無法和 %2$s 結合 # @@ -964,10 +967,11 @@ commands.generic.entity.differentDimension=目標實體不能位於不同次元 commands.generic.entity.invalidType=實體類型 '%1$s' 無效 # commands.generic.entity.invalidUuid=提供的實體 UUID 格式無效 # commands.generic.entity.notFound=找不到該實體 # -commands.generic.error.permissions=權限等級錯誤。%s 是 %s 級的指令。 ###1: command name ##2: command level eg. 'host', 'admin', 'owner', 'gamedirectors' +commands.generic.error.permissions=指令的權限等級不正確:%s。 ###1: command name commands.generic.exception=嘗試執行此指令時發生未知錯誤 # commands.generic.invalidAgentType=類型參數適用於 Agent 專用選擇器 # commands.generic.invalidcontext=為該指令類型提供的內容無效 # +commands.generic.invalidOrigin=指令來源在執行指令時無效 # commands.generic.invalidDevice=此裝置不支援使用您輸入的指令 %s # commands.generic.invalidMessage=訊息長度無效 # commands.generic.invalidPlayerType=類型參數適用於玩家專用選擇器 # @@ -1225,6 +1229,12 @@ commands.schedule.functionRan=在函數 %1$d 中成功執行函數 %2$s。 # commands.schedule.invalidOrigin=執行此函數所需的來源無效。 # commands.schedule.name.empty=自動刷新區域名稱不能為空白。 # commands.schedule.too.many.areas=發現多個自動刷新區域的名稱為 %s。請使用單一區域。 # +commands.schedule.clear.failure=並未移除名稱為 %1$s 的函數。 # +commands.schedule.clear.success=已移除名稱為 %2$s 的 %1$d 函數。 # +commands.schedule.tickingarea.clear.success=已移除自動刷新區域名稱為 %2$s 的 %1$d 函數。 # +commands.schedule.tickingarea.clear.failure=未移除自動刷新區域名稱為 %1$s 的函數。 # +commands.schedule.tickingarea.func.clear.success=已移除自動刷新區域名稱為 %2$s 且名稱為 %3$s 的 %1$d 函數。 # +commands.schedule.tickingarea.func.clear.failure=未移除自動刷新區域名稱為 %1$s 且名稱為 %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. ## @@ -1532,7 +1542,9 @@ commands.camera.invalid.color=淡出色值必須是 0 到 255 之間的整數 # commands.camera.invalid.easing=不支援非固定鏡頭的加/減速 # commands.camera.invalid.time=淡出持續時間必須介於 0 到 10 秒之間 # commands.camera.invalid.pitch=相機俯仰 (X 軸旋轉) 必須介於 -90 度到 90 度之間 # -commands.camera.invalid.view.offset=檢視位移必須介於-100 和 100 間 # +commands.camera.invalid.view.offset=檢視偏移必須介於-64 和 64 間 # +commands.camera.invalid.entity.offset=實體偏移必須介於-64 和 64 間 # +commands.camera.invalid.offset.camera=實體和檢視偏移只能套用至軌道跟隨鏡頭 # commands.camera.perspective.locked=使用自訂鏡頭時無法變更視角 # commands.camera.perspective.option=自訂視角未啟用時將變更所選視角 # commands.world_age.description=變更或查詢世界的年齡 (建立至今的時間長度)。 # @@ -1646,6 +1658,7 @@ controller.buttonTip.removeInput=移除輸入 # controller.buttonTip.removeMaterial=移除材料 # controller.buttonTip.renameItem=移除物品 # controller.buttonTip.returnToRecipe=返回配方 # +controller.buttonTip.swap=交換 # controller.buttonTip.enterSearch=搜尋 # controller.buttonTip.searchRecipe=快速搜尋 # controller.buttonTip.confirmSearch=確認 # @@ -1662,6 +1675,9 @@ controller.buttonTip.take.one=拿取一項 # controller.buttonTip.take=撿起 # controller.buttonTip.takeItem=拿取物品 # controller.buttonTip.clearHotbar=清除槽 # +controller.buttonTip.add.to.bundle=新增至組合包 # +controller.buttonTip.place.from.bundle=從組合包放置 # +controller.buttonTip.take.from.bundle=從組合包拿取 # controllerLayoutScreen.actions=動作 # controllerLayoutScreen.activeBindingNameFormat=> %s < # @@ -1734,13 +1750,16 @@ course.edu.tryItNowButton=立即試用 # ## Edu Course Multiplayer strings course.edu.enterIp=輸入您要加入的世界 IP 位址。 # course.edu.enterConnection=請輸入您要加入的世界連線 ID。 # +course.edu.enterConnectionScreenReader=請輸入你要加入的世界連線 ID。 # course.edu.ipAddress=IP 位址 # course.edu.ipPlaceholder=請輸入 IP 或伺服器位址 # course.edu.ipTooltipText=若要尋找 IP 位址,請主持人暫停課程。您可以在他們的畫面右上角查看 IP 位址。 # course.edu.connectionInfo=連線 ID # course.edu.conInfoPlaceholder=請輸入連線 ID # -course.edu.conInfoHostTooltipText=如果其他人在使用「加入代碼」或「共用連結」加入您的世界時遇到問題,您可以分享連線 ID。 # +course.edu.conInfoHostTooltipText=如果其他人使用加入代碼或共用連結無法加入你的世界,你可以分享連線 ID 來解決問題 (無需重新載入)。 # +course.edu.conInfoHostTooltipTextScreenReader=如果其他人在使用「加入代碼」或「共用連結」加入你的世界時遇到問題,你可以分享連線 ID。 # course.edu.conInfoTooltipText=主持人可以在自己世界的遊戲選單中,在多人遊戲分頁上找到連線 ID。 # +course.edu.conInfoTooltipTextScreenReader=主持人可以在自己世界的遊戲選單中,在多人遊戲分頁上找到連線 ID。 # course.edu.joinLesson=加入課程 # course.edu.joinLessonIntro=尋找相同課程的同學一起加入,或如果沒有在清單中顯示,輸入其 IP 位址。 # course.edu.joinLessonIntroTeacher=選擇您要加入的群組,或如果沒有在清單中顯示,輸入其 IP 位址。 # @@ -1908,8 +1927,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=重新調整村民交易 createWorldScreen.experimentalVillagerTradesRebalanceDescription=包含村民交易更新,旨在重新調整平衡性 # createWorldScreen.experimentalArmadillo=犰狳和狼鎧 # createWorldScreen.experimentalArmadilloDescription=了解犰狳,並用新的狼鎧來裝備你的狼! # -createWorldScreen.experimentalBundles=組合包 # -createWorldScreen.experimentalBundlesDescription=讓你合成並使用組合包物品 # createWorldScreen.worldPreferences=世界偏好選擇 # createWorldScreen.startWithMap=起始地圖 # createWorldScreen.defaultName=我的世界 # @@ -1956,8 +1973,8 @@ createWorldScreen.randomtickspeed.reset=重設隨機刻速度 # createWorldScreen.serverSimDistance=模擬距離 # createWorldScreen.serverSimDistanceFormat=%s 個區塊 # createWorldScreen.showbordereffect=顯示邊界效果 # -createWorldScreen.check_internet_connection=您未連線至網際網路。您的好友將無法加入您的多人遊戲世界。請登入您的 Microsoft 帳戶以與好友一起玩遊戲。 # -createWorldScreen.disconnectedXboxLive=您未連線至 Microsoft 服務。您有玩家代號的好友將無法加入您的多人遊戲世界。請登入您的 Microsoft 帳戶以與好友一起玩遊戲。 # +createWorldScreen.check_internet_connection=您未連線至網際網路。您的好友將無法加入您的多人遊戲世界。請登入您的 Microsoft 帳戶以與好友一起遊戲。 # +createWorldScreen.disconnectedXboxLive=你未連線至 Microsoft 服務。你有玩家代號的好友將無法加入你的多人遊戲世界。請登入 Microsoft 帳戶以與好友一起玩遊戲。 # createWorldScreen.clearPlayerData.button=清除玩家資料 # createWorldScreen.clearPlayerData.title=是否刪除世界的玩家資料? # createWorldScreen.clearPlayerData.body1=選擇「所有玩家資料」可刪除世界中的所有玩家資料。下次任何玩家進入世界的時候,他們將以全新的預設資料開始遊戲。 # @@ -2068,7 +2085,7 @@ realmsSharingScreen.cantJoinExpiredMessage=「%s」已過期。請向 %s 要求 realmsSharingScreen.cantJoinClosedTitle=%s 已關閉此 Realm # realmsSharingScreen.cantJoinClosedMessage=%s 已關閉。請 %s 重新開啟。 # realmsSharingScreen.failedSignInModalTitle=登入以加入此 Realm # -realmsSharingScreen.failedSignInModalMessage=您必須登入 Microsoft 帳戶才能加入 Realm。請登入然後再試一次。 # +realmsSharingScreen.failedSignInModalMessage=你必須登入 Microsoft 帳戶才能加入 Realm。請登入然後再試一次。 # realmsSharingScreen.invalidPermissionTitle=無效的權限 # realmsSharingScreen.unexpectedServerResponseTitle=Realms 錯誤 # realmsSharingScreen.unexpectedServerResponseMessage=很抱歉,連接到 Realm 資料庫時發生問題。請稍後再試。 # @@ -2129,8 +2146,8 @@ realmsCreateScreen.incomplete.create.a=看來上次的事情還沒有完成。 realmsCreateScreen.incomplete.create.b=你似乎開始使用不同的 Microsoft 帳戶建立 Realm。是否要使用此 Microsoft 帳戶作為擁有者,完成該 Realm 的建立? # realmsCreateScreen.incomplete.create.c=有人開始在此裝置上使用付費帳戶建立 Realm。是否要以擁有者的身分,透過此 Microsoft 帳戶完成 Realm 的建立? # realmsCreateScreen.incomplete.renew.a=看來上次的事情還沒有完成。現在,讓我們完成你的 Realm 續訂。 # -realmsCreateScreen.incomplete.renew.b=您開始為 Realm 續訂當時似乎是使用另一個 Microsoft 帳戶。您是否要以此 Microsoft 帳戶擁有人的身分完成該 Realm 的續訂程序? # -realmsCreateScreen.incomplete.renew.c=已有人用此裝置上的計費帳戶開始續訂 Realm。您是否要以擁有人身分用這個 Microsoft 帳戶完成該 Realm 的續訂程序? # +realmsCreateScreen.incomplete.renew.b=你似乎用另一個 Microsoft 帳戶開始了 Realms 續訂流程。你是否要使用目前這個 Microsoft 帳戶完成續訂並成為 Realm 的擁有者? # +realmsCreateScreen.incomplete.renew.c=已有人用此裝置上的計費帳戶開始續訂 Realm。你是否要以擁有人身分用這個 Microsoft 帳戶完成該 Realm 的續訂程序? # realmsCreateScreen.incomplete.override.renew=你正在嘗試建立新 Realm,但我們找到可用於續訂 Realm 的先前購買內容。是否要立即套用購買內容? # realmsCreateScreen.incomplete.override.create=你正在嘗試續訂 Realm,但我們找到可用於建立 Realm 的先前購買內容。是否要立即套用購買內容? # realmsCreateScreen.incomplete.override.realm=你正在嘗試續訂 Realm,但我們找到可用於不同 Realm 的先前購買內容。是否要立即套用購買內容? # @@ -2226,9 +2243,9 @@ networkWorld.no_joinable_friends_label=您的好友此刻並未玩 Minecraft。 networkWorld.check_internet_connection=糟糕!可否請您確認一下目前的網際網路連線狀態呢?我們找不到您好友的世界。 # networkWorld.connect_to_xbl=使用 Microsoft 帳戶登入以與好友一起玩遊戲。 # networkWorld.memberOfTooManyRealms=您已抵達 Realm 成員人數上限。 # -networkWorld.multiplayerPrivilegesBlocked=由於您的 Microsoft 帳戶設定方式,您無法遊玩線上多人遊戲。請確保您的線上安全設定允許多人遊戲。請參閱 aka.ms/MCMultiplayerHelp,了解變更這些設定的說明。 # -networkWorld.multiplayerPrivilegesBlockedOnConsole=由於 Microsoft 帳號的設定方式,您無法進行線上多人遊戲。請確認您已有啟動的 Xbox Live 黃金訂閱服務,以及線上安全設定可進行多人遊戲。詳情請參閱 aka.ms/MCMultiplayerHelp 中的變更設定說明。 ###disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=由於 Microsoft 帳戶的設定方式,因此您無法進行線上多人遊戲。 ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=由於你的 Microsoft 帳戶設定方式,你無法遊玩線上多人遊戲。請確保你的線上安全設定允許多人遊戲。請參閱 aka.ms/MCMultiplayerHelp,了解變更這些設定的說明。 # +networkWorld.multiplayerPrivilegesBlockedOnConsole=由於 Microsoft 帳號的設定方式,你無法進行線上多人遊戲。請確認你已有啟動的 Xbox Live 黃金訂閱服務,以及線上安全設定可進行多人遊戲。詳情請參閱 aka.ms/MCMultiplayerHelp 中的變更設定說明。 ###disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=由於 Microsoft 帳戶的設定方式,因此你無法進行線上多人遊戲。 ###disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=發生未知錯誤,導致無法線上遊玩。請稍後再試。 # networkWorld.multiplayerPrivilegesBlockedBanned=您無法進行線上多人遊戲,因為您的帳號已暫停使用。 # networkWorld.versionOutOfDate=由於您執行的不是最新版本,所以您無法玩線上多人遊戲。請安裝最新版本以存取線上功能。 # @@ -2447,7 +2464,7 @@ 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.SonyStoreDisplayName=PlayStation®Store #### CertRequirement: [PlayStation®Store] realmsSettingsScreen.unknownStoreDisplayName=未知商店 # realmsSettingsScreen.extendingRealm=正在延長 Realm... # realmsSettingsScreen.offerError.title=購買待處理 # @@ -2496,7 +2513,7 @@ store.sign_in_warning.no_xbl_and_no_local_content.line1=立即登入即可跨平 store.sign_in_warning.no_xbl_and_no_local_content.line2=還沒有 Microsoft 帳號嗎?立即免費建立帳號吧 # xbl.signOut.title=Microsoft 帳戶購買項目! # -xbl.signOut.message1=當您登出 Microsoft 後,您將無法存取在商店中購買的 Minecoin 和物品。 # +xbl.signOut.message1=當你登出 Microsoft 後,你將無法存取在商店中購買的 Minecoin 和物品。 # xbl.signOut.message2=您確定要執行嗎? # date.short_january=1 月 # @@ -2550,7 +2567,7 @@ date.timeLeft=剩餘 %s # dayOneExperience.carousel.title=歡迎來到 New Minecraft! # dayOneExperience.carousel.welcome_text=本次 Minecraft 的新版本中有許多令人興奮期待的新內容。請查看市集、建立 Realm,並在線上與跨平台的好友們一起遊玩! # dayOneExperience.carousel.marketplace=Minecraft 市集中有販賣許多創作達人製作的最新外觀、世界、材質和混搭套件。 # -dayOneExperience.carousel.cross_platform=跨平台遊戲可讓您與其他平台的玩家連線玩遊戲。登入您的 Microsoft 帳戶以與您所有 Minecraft 好友一起玩遊戲! # +dayOneExperience.carousel.cross_platform=跨平台遊戲可讓你與其他平台的玩家連線玩遊戲。登入你的 Microsoft 帳戶以與你所有 Minecraft 好友一起玩遊戲! # dayOneExperience.carousel.realms=Realm 是我們專為您與好友運作的伺服器。即使您已經離線,您的 Minecraft 世界也仍會保持連線,而且隨時可用。 # dayOneExperience.carousel.villager=只有在 New Minecraft 的未來更新中,會包含全新功能、生物、物品、方塊和其他更多內容! # @@ -2720,6 +2737,11 @@ disconnect.scriptWatchdogOutOfMemory=伺服器由於超出指令碼記憶體限 disconnectionScreen.header.realms_hidden=多人遊戲邀請 # disconnectionScreen.body.realms_hidden=無法加入此特定伺服器。 # +disconnectionScreen.biomeData.IdDuplication=%s ID 與 %s 衝突 # +disconnectionScreen.biomeData.MalformedData=變形生態域資料 # +disconnectionScreen.biomeData.MixedIdPresence=生態域套件存在自訂生態域的混合 ID # +disconnectionScreen.biomeData.ReservedRange=自訂生態域 %s 使用了保留範圍的 ID。ID 範圍為自訂生態域:%s-%s # +disconnectionScreen.biomeData.VanillaBiomesWithId=原版生態域資料不應包含「ID」欄位 # disconnectionScreen.blockMismatch=客戶端與伺服器的方塊不相符。 # disconnectionScreen.cantConnect=無法連接至世界。 # disconnectionScreen.cantConnectToRealm=無法連線至 Realm。 # @@ -2852,6 +2874,7 @@ edu.templates.empty_banner=您可以從 Minecraft Education 資料庫、其他 M edu.pause.multiplayer.disabled=此課程無法多人遊戲。 # +effect.duration.infinite=∞ # effect.badOmen=壞預兆 # effect.infested=蛀蝕 # effect.oozing=滲液 # @@ -3140,16 +3163,9 @@ feed.failedToPostDescription=螢幕截圖無效 # feed.failedToPostRateLimit=請在幾分鐘後再次嘗試發布。Realms 正在努力跟上。 # feed.uppload_started=正在上傳螢幕截圖 # feed.uppload_success=已經上傳螢幕截圖 # -feed.connected=每個 Realm 使用您的 Microsoft 帳戶連接至俱樂部。 # +feed.connected=每個 Realm 使用你的 Microsoft 帳戶連接至俱樂部。 # feed.unviewedPost=新 # -comment.like=%d 人說讚 ### 1 like -comment.likes=%d 人說讚 ### 0 or 2+ likes -comment.comment=%d 人留言 ### 1 comment -comment.comments=%d 人留言 ### 0 or 2+ comments -comment.likes_and_comments=%1 和 %2 ### comment.like(s) will be inserted at %1 and comment.comment(s) at %2 -comment.commentplaceholder=留言… # - furnaceScreen.fuel=燃料 # furnaceScreen.header=熔爐 # furnaceScreen.input=輸入 # @@ -3848,6 +3864,19 @@ howtoplay.inventory.text.2.gamepad=想在§e快捷欄§f與物品欄之間移動 howtoplay.inventory.text.2.touch=想在§e快捷欄§f和物品欄之間移動一些物品嗎?輕按你想選擇的物品,然後輕按想移動的空白物品欄位即可。 # howtoplay.inventory.text.2.vr=想在§e快捷欄§f和物品欄之間移動一些物品嗎?用滑鼠游標選擇物品,然後按下 :_input_key.use:。接著將滑鼠游標移動到空白物品欄位,然後再按一次放下物品。 # +howtoplay.jigsawBlocks=拼圖方塊 # +howtoplay.jigsawBlocks.text.1=拼圖方塊能讓創作者在世界中連接多個結構範本,建立大型結構。 # +howtoplay.jigsawBlocks.header.1=取得方式 # +howtoplay.jigsawBlocks.text.2=要取得拼圖方塊,你必須使用 /give 斜線指令。要使用拼圖方塊,你必須擁有操作者權限。 # +howtoplay.jigsawBlocks.header.2= 設定 # +howtoplay.jigsawBlocks.text.3=拼圖方塊有多個設定,可以控制它們如何連接在一起形成更大的結構。 # +howtoplay.jigsawBlocks.text.4=§e目標池§f - 搜尋連接結構範本的範本池路徑。範本池應至少包含一個與拼圖方塊的「目標名稱」欄位相符的結構。 # +howtoplay.jigsawBlocks.text.5=§e名稱§f - 拼圖方塊的名稱。當從具有匹配「目標名稱」的拼圖方塊連接時使用。 # +howtoplay.jigsawBlocks.text.6=§e轉換為§f - 在結構生成期間放置在世界中時,拼圖方塊將轉換成的方塊類型。 # +howtoplay.jigsawBlocks.text.7=§e選擇優先順序§f - 當處理父方塊的連接時,這是此拼圖方塊嘗試連接到其目標方塊的順序。拼圖方塊將按照降冪優先順序處理,隨機排序打破平局。 # +howtoplay.jigsawBlocks.text.8=§e放置優先順序§f - 當此拼圖方塊連接到一個方塊時,這是該方塊在更廣泛結構中處理連接的順序。方塊將按照降冪優先順序處理,插入順序打破平局。 # +howtoplay.jigsawBlocks.text.9=§e連接類型§f - 連接可以是可滾動 (預設) 或對齊。如果連接類型為可滾動,目標結構將圍繞來源拼圖方塊隨機旋轉。如果連接類型為對齊,目標結構將被放置,使得目標拼圖方塊的旋轉與來源拼圖方塊的旋轉對齊。請注意,這僅適用於拼圖方塊面朝上或面朝下放置時。 # + howtoplay.jukebox=點唱機 # howtoplay.jukebox.text.1=點唱機可以播放您收集的唱片。 # howtoplay.jukebox.header.1=派對開始囉 # @@ -5495,8 +5524,8 @@ item.flow_banner_pattern.name=流動旗幟樣式 # item.flower_banner_pattern.name=花朵形狀旗幟樣式 # item.globe_banner_pattern.name=球體旗幟樣式 # item.guster_banner_pattern.name=沙風怪旗幟樣式 # -item.piglin_banner_pattern.name=鼻子旗幟模式 # -item.skull_banner_pattern.name=骷髏頭形狀旗幟模式 # +item.piglin_banner_pattern.name=鼻子旗幟樣式 # +item.skull_banner_pattern.name=骷髏頭形狀旗幟樣式 # item.mojang_banner_pattern.name=Mojang 標誌旗幟樣式 # item.bordure_indented_banner_pattern.name=鋸齒框邊旗幟樣式 # item.banner_pattern.bricks=磚牆花紋 # @@ -5531,6 +5560,28 @@ item.shield.brown.name=棕色盾牌 # item.shield.black.name=黑色盾牌 # item.shield.blue.name=藍色盾牌 # +item.bundle=組合包 # +item.black_bundle=黑色組合包 # +item.white_bundle=白色組合包 # +item.red_bundle=紅色組合包 # +item.orange_bundle=橙色組合包 # +item.yellow_bundle=黃色組合包 # +item.green_bundle=綠色組合包 # +item.lime_bundle=淡黃綠色組合包 # +item.brown_bundle=棕色組合包 # +item.light_gray_bundle=淺灰色組合包 # +item.light_blue_bundle=淺藍色組合包 # +item.blue_bundle=藍色組合包 # +item.gray_bundle=灰色組合包 # +item.pink_bundle=粉紅色組合包 # +item.magenta_bundle=洋紅色組合包 # +item.purple_bundle=紫色組合包 # +item.cyan_bundle=青綠色組合包 # +item.bundle.empty=清空 # +item.bundle.empty.description=可以容納混合堆疊的物品 # +item.bundle.full=已滿 # +item.bundle.fullness=剩餘 %s # + item.goat_horn.name=山羊角 # item.minecraft.goat_horn.sound.0=思考 # item.minecraft.goat_horn.sound.1=歌唱 # @@ -5590,6 +5641,7 @@ itemGroup.name.arrow=箭 # itemGroup.name.potion=藥水 # itemGroup.name.splashPotion=噴濺藥水 # itemGroup.name.lingeringPotion=滯留藥水 # +itemGroup.name.ominousBottle=不祥瓶子 # itemGroup.name.bed=床舖 # itemGroup.name.chalkboard=黑板 # itemGroup.name.anvil=鐵砧 # @@ -5618,17 +5670,21 @@ itemGroup.name.candles=蠟燭 # itemGroup.name.goatHorn=山羊角 # itemGroup.name.compounds=複合物 # itemGroup.name.products=產品 # +itemGroup.name.bundles=組合包 # -jigsaw.title.target_pool=目標池: # +##Jigsaw Block +jigsaw_block.title=拼圖方塊 # +jigsaw.title.target_pool=目標集區: # jigsaw.title.name=名稱: # -jigsaw.title.target=目標名稱: # -jigsaw.title.final_block=變為: # -jigsaw.title.joint_type=聯結類型: # +jigsaw.title.target=目標名稱: # +jigsaw.title.final_block=轉換為: # +jigsaw.title.selection_priority=選擇優先順序: # +jigsaw.title.placement_priority=放置優先順序: # +jigsaw.title.joint_type=連接類型: # jigsaw.title.joint_type.aligned=一致 # jigsaw.joint_type.aligned=一致 # jigsaw.joint_type.rollable=可捲動 # jigsaw.exit.done=完成 # -jigsaw.exit.cancel=取消 # ##EDU Joincode joincode.entry_popup.icon_button=%1 加入代碼按鈕 # Example: Apple join code button # @@ -6000,6 +6056,7 @@ menu.shareToLan=公開至 LAN # menu.simulating=正在模擬世界 # menu.singleplayer=單人遊戲 # menu.store=市集 # +menu.store.addons=瀏覽附加內容! # menu.skins=外觀 # menu.start=開始 # menu.switchingLevel=切換世界中 # @@ -6181,9 +6238,9 @@ options.debug=偵錯 # options.flighting_debug=正式發行前小眾測試偵錯 # options.debugTitle=開發商選項 # options.delete_account.button=刪除 Microsoft 帳戶 # -options.delete_account.confirm.title=是否刪除 Microsoft 帳戶? # +options.delete_account.confirm.title=是否要刪除 Microsoft 帳戶? # options.delete_account.confirm.warning=警告:刪除帳戶後,您將無法保存裝置上的進度或購買的內容%s。 # -options.delete_account.confirm.warning.2=從此遊戲中刪除您的 Microsoft 帳戶,將影響使用此帳戶的所有 Minecraft 遊戲。 # +options.delete_account.confirm.warning.2=從此遊戲中刪除你的 Microsoft 帳戶,將影響使用此帳戶的所有 Minecraft 遊戲。 # options.delete_account.confirm.checkbox1=您在其他平台玩遊戲時,將無法再存取遊戲內的商店內容。 # options.delete_account.confirm.checkbox2=您將無法再與好友一起在線上玩遊戲。 # options.delete_account.confirm.checkbox3=您將無法再存取 Realms,包括目前已經啟用的 Realms 訂閱。 # @@ -6200,6 +6257,7 @@ options.dev_assertions_debug_break=偵錯工具中的判斷提示分隔設定 # options.dev_assertions_show_dialog=判斷提示會顯示模態對話方塊 # options.dev_force_trial_mode=強制啟用試用模式 # options.dev_eduDemo=教育版試玩 (需重新登入) # +options.dev_eduCloudResumableUpload=對於 >4MB 的檔案上傳,使用可恢復的上傳 API # options.remote_imgui_toggle=已啟用遠端 Imgui # options.dev_enableDebugUI=啟用偵錯 UI # options.dev_createRealmWithoutPurchase=未購買下建立 Realm # @@ -6321,7 +6379,6 @@ options.dev_realmsEndpoint=Realms 端點 # options.dev_realmsEndpointPayment=Realms 端點付款 # options.dev_realmsRelyingParty=倚賴 Realms 的一方 # options.dev_realmsRelyingPartyPayment=倚賴 Realms 的一方付款 # -options.dev_realms_stories=啟用 Realms 故事 # options.dev_overrideXboxEnvironmentWindows=覆蓋 Xbox 沙箱 (在 Windows 上控制的作業系統) # options.dev_overrideXboxEnvironment=覆蓋 Xbox 沙箱 (需要重新開機) # options.dev_xboxEnvironment=Xbox 沙箱環境 (需要重新開機) # @@ -6333,8 +6390,12 @@ options.dev_sandboxRetail=Xforge 沙箱:零售 # options.dev_sandboxDev=Xforge 沙箱:開發 # options.dev_sandboxDevAchievement=Xforge 沙箱:成就 # options.dev_showDiscoveryOverridePanel=覆寫服務端點 # +options.dev_serviceOverrideType=覆寫類型 # +options.dev_serviceOverrideTypeMultibranch=多重分支部署 # +options.dev_serviceOverrideTypeCustom=自訂 # options.dev_discoveryOverrideServiceName=服務名稱 (安全、角色等) # options.dev_discoveryOverrideServiceBranch=分支 # +options.dev_discoveryOverrideServiceCustom=URL # options.dev_resetAllEndpointOverrides=重設所有端點 # options.dev_apply=套用 # options.dev_displayTreatmentsPanel=顯示處理 # @@ -6422,6 +6483,7 @@ options.dev_gatherings_enabled=收集:已啟用 # options.dev_gatherings_system_service_pack=集會:因為缺少系統服務套件而無法使用 # options.dev_gatherings_active_gathering=作用中:%s # options.dev_gatherings_available_gatherings=可用的收集 # +options.dev_gatherings_clear_system_service_pack=清除系統服務套件快取 # options.difficulty=難易度 # options.difficulty.easy=簡單 # options.difficulty.hard=困難 # @@ -6524,7 +6586,8 @@ options.creatorTitle=創作者設定 # options.creator.serverboundClientDiagnosticsEnabled=啟用用戶端診斷 # options.creator.debuggerHeading=腳本偵錯工具設定 # options.creator.debuggerAutoAttach=載入時附加偵錯工具 # -options.creator.debuggerAutoConnect=載入時連接偵錯工具 # +options.creator.debuggerAutoAttachTimeout=附加逾時 # +options.creator.debuggerAutoAttachTimeoutFormat=%s 秒 # options.creator.debuggerConnect=連接 # options.creator.debuggerListen=聽聽看 # options.creator.debuggerHost=主持人 # @@ -6842,7 +6905,7 @@ options.turnOnHardcoreMode.message.2=2. 硬核模式無法在建立世界後關 options.turnOnHardcoreMode.message.3=3. 在你死亡後,你可以觀看,但無法與這個世界互動。 # options.achievementsDisabled=在此世界無法獲得成就。 # options.achievementsDisabled.onLoad=若您開始以這些設定玩遊戲,即無法在此世界中再贏得成就。 # -options.achievementsDisabled.notSignedIn=在此世界中雖可得到成就,但您必須登入 Microsoft 帳戶方能贏取。 # +options.achievementsDisabled.notSignedIn=在此世界中雖可得到成就,但你必須登入 Microsoft 帳戶方能取得。 # options.turnOffCrossPlatformMultiplayer=是否關閉跨平台多人遊戲? # options.turnOffCrossPlatformMultiplayer.message=你嘗試使用的內容不允許在跨平台多人遊玩中使用。如果繼續,你將無法加入跨平台多人遊玩。 # options.conflictingPacks=衝突套件 # @@ -6887,7 +6950,7 @@ options.managePrivacy=若要管理隱私權設定,請使用任何網路瀏覽 options.unlink_msa.button=取消連結 Microsoft 帳戶 # options.unlink_msa.confirm.title=是否取消連結 Microsoft 帳戶? # options.unlink_msa.confirm.warning=警告:取消連結後,你將無法在於你的帳戶 %s 中儲存你在 PlayStation®4 主機上的進度或購買的內容。 #### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=從此遊戲中取消連結您的 Microsoft 帳戶將影響此平台上使用此 Microsoft 帳戶的所有 Minecraft 遊戲。 # +options.unlink_msa.confirm.warning.2=從此遊戲中取消連結你的 Microsoft 帳戶將影響此平台上使用此 Microsoft 帳戶的所有 Minecraft 遊戲。 # options.unlink_msa.confirm.checkbox1=我在其他平台中玩遊戲時,將無法再存取任何遊戲內的商店內容。 # options.unlink_msa.confirm.checkbox2=我將無法在其他平台中與我的好友一起玩跨平台遊戲。 # options.unlink_msa.confirm.checkbox3=我將無法再存取 Realms,包括目前已經啟用的 Realms 訂閱。 # @@ -6945,6 +7008,8 @@ options.volumetricFogQuality.low=低 # options.volumetricFogQuality.medium=中 # options.volumetricFogQuality.high=高 # options.volumetricFogQuality.ultra=超高 # +options.upscalingPercentage=解析度 # +options.upscalingPercentage.hundred=原始 # options.reflectionsQuality=反射 # options.reflectionsQuality.off=關閉 # options.reflectionsQuality.low=低 # @@ -6966,12 +7031,10 @@ 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.device=我們即將結束支援此裝置。你將持續收到更新,直到 2025 年 3 月為止,屆時你將收到此裝置的最後更新。%s收到最後更新後,你仍然可以在你的世界中遊戲,並存取市集購買項目 (包括 Minecoins)。使用此裝置管理的 Realm 將持續運作 6 個月,除非 Realm 擁有者在其他裝置上更新。%s若要取消 Realm 訂閱,你必須在 Realm 建立裝置上的「訂閱設定」功能表中進行取消。%s你也將無法連線到某些伺服器。%s按一下按鈕以取得更多資訊。 # +sunsetting.popup.sunset.device=我們對此裝置的支援已經結束。從 2025 年 3 月開始,你將不會再收到更新,而這是此裝置的最後一次更新。%s你仍然可以在你的世界中遊玩,並存取在市集購買的內容 (包括 Minecoin)。從 2025 年 3 月起,使用此裝置管理的 Realms 將繼續運作 6 個月,除非 Realms 的擁有者在其他裝置上進行更新。%s如要取消 Realms 訂閱,你必須在建立 Realm 的裝置上,在「訂閱」的「設定」功能表中取消訂閱。你可以在任何支援的裝置或能登入你帳號的電腦上存取你的 Amazon 帳戶。%s你將不再收到最新的更新,並且無法與繼續接收更新的裝置或 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.banner.play.worldTab.pending=您的版本可能很快就會無法連線到多人遊戲 # sunsetting.banner.play.friendsTab.pending=您的版本可能很快就會無法連線到多人遊戲 # @@ -7158,13 +7221,13 @@ permissions.ability.op=操作者指令 # permissions.ability.invisible=進入隱形狀態 # permissions.ability.teleport=使用傳送門 # permissions.NeedPermission=您需要得到許可 # -permissions.AddFriends=由於您的 Microsoft 帳戶的設定方式,您無法新增好友。請確保您的線上安全設定允許新增好友。請參閱 aka.ms/MCMultiplayerHelp,了解變更這些設定的說明。 # -permissions.MultiplayerSessions=由於 Microsoft 帳號的設定方式,您無法在 Realms 中進行遊戲。請確認您的線上安全設定可進行多人遊戲。詳情請參閱 aka.ms/MCMultiplayerHelp 中的變更設定說明。 # -permissions.Communications=由於您的 Microsoft 帳戶的設定方式,您無法與其他玩家聊天。請確保您的隱私權設定允許與其他玩家通訊。請參閱 aka.ms/MCMultiplayerHelp,了解變更這些設定的說明。 # +permissions.AddFriends=由於你的 Microsoft 帳戶的設定方式,你無法新增好友。請確保你的線上安全設定允許新增好友。請參閱 aka.ms/MCMultiplayerHelp,了解變更這些設定的說明。 # +permissions.MultiplayerSessions=由於 Microsoft 帳號的設定方式,你無法在 Realms 中進行遊戲。請確認你的線上安全設定可進行多人遊戲。詳情請參閱 aka.ms/MCMultiplayerHelp 中的變更設定說明。 # +permissions.Communications=由於你的 Microsoft 帳戶的設定方式,你無法與其他玩家聊天。請確保你的隱私權設定允許與其他玩家通訊。請參閱 aka.ms/MCMultiplayerHelp,了解變更這些設定的說明。 # permissions.RealmsAddFriends=由於你的 Xbox 帳戶設定方式,你將無法新增朋友和你一起遊玩 realm。這可以在 Xbox.com 的隱私和線上安全設定中進行變更。是否要繼續? # permissions.CloudSave=由於你的帳戶設定方式,你無法將世界保存到 Xbox 設定檔中。這可以在 Xbox.com 的隱私和線上安全設定中變更。 ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=由於 Microsoft 帳號的設定方式,您無法在 Realms 中進行遊戲。請確認您的線上安全設定可進行多人遊戲,以及是否已有啟動的 Xbox Live 黃金訂閱服務。詳情請參閱 aka.ms/MCMultiplayerHelp 中的變更設定說明。 ###disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=由於 Microsoft 帳戶的設定方式,因此您無法在 Realms 上遊玩。 ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=由於 Microsoft 帳號的設定方式,你無法在 Realms 中進行遊戲。請確認你的線上安全設定可進行多人遊戲,以及是否已有啟動的 Xbox Live 黃金訂閱服務。詳情請參閱 aka.ms/MCMultiplayerHelp 中的變更設定說明。 ###disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=由於 Microsoft 帳戶的設定方式,因此你無法在 Realms 上遊玩。 ###disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=取得修復此問題的說明 # permissions.open.account.help.button.gamecore=修復此問題 # permissions.open.account.setting.button=請參閱服務條款 # @@ -8388,7 +8451,7 @@ store.realmsPlus.faq.answer2=個人伺服器允許您打造一個隨時連線的 store.realmsPlus.faq.question3=購買 Realms Plus 的好友才能在我的 Realm 上玩遊戲嗎? # store.realmsPlus.faq.answer3=你的朋友不需要購買 Realms Plus 訂閱就可以在你的 Realm 上玩遊戲。你可以邀請任何好友 (啟用了多人遊戲權限) 免費加入你的 Realm。 # store.realmsPlus.faq.question4=哪些裝置支援 Minecraft 的 Realms Plus? # -store.realmsPlus.faq.answer4=Realms Plus 目前可在任何能安裝 Minecraft:基岩版的平台上使用。如果您已登錄 Microsoft 帳戶,則可以在任何這些設備上玩 Realms 並使用 Realms Plus 中的任何內容。 ###disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus 目前可在任何能安裝 Minecraft:基岩版的平台上使用。如果你已登入 Microsoft 帳戶,則可以在任何這些裝置上玩 Realms 並使用 Realms Plus 中的任何內容。 ###disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=Realms Plus 的訂閱費用是多少? # store.realmsPlus.faq.answer5=每月 %s 就能獲得最多支援 10 名玩家的伺服器,並存取 150 種以上的市集套件。 # store.realmsPlus.faq.answer5.contentSub=每個月 %s。能新增無限多個成員,且可與其他 10 名玩家同時線上遊玩。此外,還可以免費享受 Marketplace Pass 目錄中 150 款以上的市集內容。 # @@ -8453,7 +8516,7 @@ store.csb.buyNow.title=開始 Marketplace Pass 訂閱 #### {StrContains="Marke store.csb.subscription=註冊後,你將能夠使用 150+ 種令人興奮的 Minecraft Marketplace 內容。下載和遊玩冒險地圖、更換外觀、套用材質套件,甚至每月還能領取一組自訂角色物品。目錄會定期更新,Marketplace Pass 中總有新的內容等著你去發現。你每月將收到 %s 的帳單,你隨時都能取消,我們之後就不再向你收費。 #### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass 是內容定期服務,可在您擁有遊戲的 Windows 與其他受支援平台上,與支援的 Minecraft 版本 (遊戲需單獨購買) 搭配使用 (不支援 Minecraft Java 和 Amazon Kindle Fire 版);需要有效的定期服務才能使用 Marketplace Pass 的內容。定期服務內容會隨著時間而改變,且未必能在所有國家/地區使用。除非取消定期服務,免費試用期結束後將會繼續依當時的一般價格 (可能會有變動) 加上相應稅金收費。您可以前往 Microsoft 帳戶中的 [服務與訂閱] 來取消定期服務。如果您已中止定期服務或移除目錄中的內容物品,則必須重新訂閱或單獨購買本內容,才能繼續使用,且可能會產生 ISP 費用。我們偶爾會提供在您的定期服務結束後仍能繼續使用的內容,在這種情況下,如果這些內容變得不相容或我們對這些內容的權利到期,我們保留刪除這些內容的權利。訂閱內容可能會有所變更或中止。訂閱受 Microsoft 服務協議 (www.microsoft.com/msa) 和 Minecraft 使用者授權合約 (https://www.minecraft.net/eula) 約束。上述條款的任何翻譯內容僅供您參考之便而提供,如英文版和非英文版之間發生衝突,應以英文版為準。 #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass 是內容定期服務,可在你擁有遊戲的 Windows 與其他受支援平台上,與支援的 Minecraft 版本 (遊戲需單獨購買) 搭配使用 (不支援 Minecraft Java 和 Amazon Kindle Fire 版);需要有效的定期服務才能使用 Marketplace Pass 的內容。定期服務內容會隨著時間而改變,且未必能在所有國家/地區使用。除非取消定期服務,免費試用期結束後將會繼續依當時的一般價格 (可能會有變動) 加上相應稅金收費。你可以前往 Microsoft 帳戶中的 [服務與訂閱] 來取消定期服務。如果你已中止定期服務或移除目錄中的內容物品,則必須重新訂閱或單獨購買本內容,才能繼續使用,且可能會產生 ISP 費用。我們偶爾會提供在你的定期服務結束後仍能繼續使用的內容,在這種情況下,如果這些內容變得不相容或我們對這些內容的權利到期,我們保留刪除這些內容的權利。訂閱內容可能會有所變更或中止。訂閱受 Microsoft 服務協議 (www.microsoft.com/msa) 和 Minecraft 使用者授權合約 (https://www.minecraft.net/eula) 約束。上述條款的任何翻譯內容僅供你參考之便而提供,如英文版和非英文版之間發生衝突,應以英文版為準。 #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass 是持續訂閱服務,每月會自動向您收取續訂費直到訂閱取消。%s您將能立即使用 150+ 種市集套件。隨時都能透過存取訂閱設定進行取消收費。 #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass 是持續訂閱服務,每月會自動向您收取續訂費直到訂閱取消。%s您將能立即使用 Realm 和 150+ 種市集套件。系統將向您收取 %s/月的費用,隨時都能透過存取訂閱設定進行取消收費。 #### {StrContains="Marketplace Pass"} @@ -8481,7 +8544,7 @@ store.csb.faq.answer1=Marketplace Pass 是訂閱服務,能讓您以 %s/月的 store.csb.faq.question2=Marketplace Pass 的內容有多常更新? #### {StrContains="Marketplace Pass"} store.csb.faq.answer2=選擇每月更新的內容,如此就持續會有新的東西可以探索。 # store.csb.faq.question3=需要什麼條件才能享受 Marketplace Pass? #### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=您必須擁有已啟用的訂閱,以及隨附 Minecraft 市集的 Minecraft:基岩版的相容版本,才能存取 Marketplace Pass。需要以 Microsoft 帳戶登入。 #### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=你必須擁有已啟用的訂閱,以及 Minecraft 市集隨附的 Minecraft:基岩版相容版本,才能存取 Marketplace Pass。需要以 Microsoft 帳戶登入。 #### {StrContains="Marketplace Pass"} store.csb.faq.question4=我的內容若從 Marketplace Pass 移除,會發生什麼情況? #### {StrContains="Marketplace Pass"} store.csb.faq.answer4=一旦世界、材質套件、外觀套件或混搭套件從市集通行證的目錄移除,你就必須從市集購買該物品才能繼續遊玩其內容。在你從本機儲存空間主動刪除套件前,該套件會持續儲存在本機儲存空間中。你所兌換的每月自訂角色道具則歸你所有。 # store.csb.faq.question5=我的訂閱結束後會發生什麼事嗎? # @@ -8567,7 +8630,7 @@ store.itemMayNotBeCompatible=此項目可能與您的裝置不相容。 # store.owned=已擁有 # store.owned.legacy=已擁有 (P) # store.unlocked=解鎖 # -store.mypacks=我的內容 # +store.myLibrary=我的資料庫 # store.error=市集錯誤 # @@ -8634,7 +8697,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=你的錢幣不足,無法解 store.popup.purchaseFailedInsufficientFunds.buyButton=取得錢幣 # store.popup.purchasePriceMismatch.msg=很抱歉,我們無法完成你的購買。請稍後再試。 # store.popup.trialUpgradeFail.title=遊戲解除鎖定發生錯誤 # -store.popup.trialUpgradeFail.msg=您登入的 Microsoft 帳戶似乎與首次下載 Minecraft 試用版使用的帳戶不同。請以下載試用版使用的帳戶登入然後再試一次。 # +store.popup.trialUpgradeFail.msg=你登入的 Microsoft 帳戶似乎與首次下載 Minecraft 試用版時使用的帳戶不同。請以下載試用版時使用的帳戶登入然後再試一次。 # store.popup.downloaded.unOwnedTemplate.title=要購買世界範本嗎? # store.popup.downloaded.unOwnedTemplate.msg=你尚未擁有此範本,必須購買它才能解鎖。是否要購買該範本? # store.popup.rtx.title=是否要下載光線追蹤套件? # @@ -8758,7 +8821,7 @@ store.ratings.rate=評等此套件! # store.ratings.signIn.title=在市集中評等此商品 # store.ratings.signIn.description1=讓作者和社群知道您使用此商品的體驗! # -store.ratings.signIn.description2=您將必須先使用 Microsoft 帳戶登入,然後才能評等某件商品。 # +store.ratings.signIn.description2=你必須先使用 Microsoft 帳戶登入,我們才會允許你評價項目。 # store.purchase.success.realMoney1=您剛剛已經解鎖:%s,%s # store.purchase.success.realMoney2=+:minecoin:%s # @@ -8790,7 +8853,7 @@ store.coins.purchased.failed.body=我們無法連接至應用程式商店,您 store.coins.tooManyCoins=使用錢幣就能購買更多。 # store.coins.incomplete.title=錢幣購買程序未完成 # store.coins.incomplete.fulfill.a=上次似乎有作業未完成。現在來完成您的購買程序吧。 # -store.coins.incomplete.fulfill.b=您之前似乎是使用另一個 Microsoft 帳戶開始購物的,是否要改為使用這個帳戶來完成購買? # +store.coins.incomplete.fulfill.b=你之前似乎是使用另一個 Microsoft 帳戶開始購買的,是否要改為使用此帳戶來完成購買? # store.coins.incomplete.fulfill.c=已有人用此裝置上的計費帳戶開始購物。是否要以此帳戶完成該項購買? # store.coins.fixAppReceipt.title=發生錯誤 # store.coins.fixAppReceipt.body=您的應用程式收據似乎發生問題,請登入以繼續。 # @@ -8828,7 +8891,6 @@ store.updating.title=正在更新:%s # store.importing.title=匯入中:%s # store.importing=正在匯入… # store.showMore=查看全部 # -store.inventory.no.xbl=我的套件 # store.promo.today=僅限今天! # store.promo.upsell=千萬別錯過今日免費好禮! # @@ -8934,6 +8996,10 @@ store.search.filter.installed_state=已安裝狀態 # store.search.filter.installed=已安裝 # store.search.filter.notInstalled=尚未安裝 # store.search.filter.clear.installed=重設已安裝篩選條件 # +store.search.filter.dressingroombody=身體 # +store.search.filter.dressingroombody.selectedCount=%d 零件 # +store.search.filter.dressingroomstyle=風格 # +store.search.filter.dressingroomstyle.selectedCount=%d 樣式 # store.search.sort_menu.sortConstWord=排序 # store.search.sort_menu.Default=相關度 # @@ -10185,10 +10251,10 @@ trial.tabbed_upsell.buttonAlternate=解除 Minecraft 完整遊戲鎖定 # trial.tabbed_upsell.minecraft.title=MINECRAFT # trial.tabbed_upsell.minecraft.description=您可無止境探索自己的世界,並打造任何您想像中的建築,從最簡單的住家,到最雄偉的城堡都可以!您可以玩創造模式,以無限資源打造奇蹟。或者也可以在生存模式中挖掘礦物、合成武器和護甲來抵抗危險的生物,並在夜間生存下來。此外,您還可以在線上與好友一起玩遊戲!現在就解鎖完整遊戲! # trial.tabbed_upsell.xbl.title=Microsoft 帳戶 # -trial.tabbed_upsell.xbl.description=透過完整版 Minecraft 體驗,您可以玩創造模式、成就及更多,而且使用 Microsoft 帳戶,您可以在 Minecraft 社群中認識其他玩家!您將可加入好友的世界、在伺服器中認識新朋友,並同步您購買的市集內容至所有您玩 Minecraft 的平台和裝置中。 # +trial.tabbed_upsell.xbl.description=透過完整版 Minecraft 體驗,你可以玩創造模式、成就及更多,而且使用 Microsoft 帳戶,你可以在 Minecraft 社群中認識其他玩家!你將可加入好友的世界、在伺服器中認識新朋友,並同步你購買的市集內容至所有你玩 Minecraft 的平台和裝置中。 # trial.tabbed_upsell.xbl.description.line2=*(在有市集的版本中) # trial.tabbed_upsell.achievements.title=成就 # -trial.tabbed_upsell.achievements.description=除了有創造模式、多人遊戲等完整的 Minecraft 體驗之外,您還可以獲得「成就」和「遊戲得分」,這兩種代表您在 Minecraft 中的進度,並可向您的 Microsoft 帳戶好友展示您的成就。取得完整版遊戲即可開始賺取! # +trial.tabbed_upsell.achievements.description=除了有創造模式、多人遊戲等完整的 Minecraft 體驗之外,你還可以獲得「成就」和「玩家分數」,這兩種代表你在 Minecraft 中的進度,並可向 Microsoft 帳戶好友展示你的成就。取得完整版遊戲即可開始賺取! # trial.tabbed_upsell.multiplayer.title=多人遊戲 # trial.tabbed_upsell.multiplayer.description=完整的 Minecraft 體驗可讓您玩創造模式、成就,並與您的好友在各種 Minecraft 裝置中玩多人遊戲!與好友一起在主機、PC 和行動裝置一起玩遊戲,一起創造、探索和生存。現在就解鎖完整的 Minecraft 體驗! # trial.tabbed_upsell.server.title=伺服器 # @@ -10208,9 +10274,9 @@ trial.thanks_for_testing.button=帶我去常見問題解答! # trial.thanks_for_testing.minecraft.title=Minecraft 試玩版 # trial.thanks_for_testing.minecraft.description=感謝您下載 Chromebook 試用版 Minecraft!您的遊戲測試將為錯誤修復和技術疑難排解提供寶貴資料。發現錯誤了嗎?請在 bugs.mojang.com 報告!有其他問題嗎?查看我們的常見問題解答。 # trial.thanks_for_testing.xbl.title=Microsoft 帳戶 # -trial.thanks_for_testing.xbl.description=透過完整版 Minecraft 體驗,您可以玩創造模式、成就及更多,而且使用 Microsoft 帳戶,您可以在 Minecraft 社群中認識其他玩家!您將可加入好友的世界、在伺服器中認識新朋友,並同步您購買的市集內容至所有您玩 Minecraft 的平台和裝置中。 # +trial.thanks_for_testing.xbl.description=透過完整版 Minecraft 體驗,你可以玩創造模式、成就及更多,而且使用 Microsoft 帳戶,你可以在 Minecraft 社群中認識其他玩家!你將可加入好友的世界、在伺服器中認識新朋友,並同步你購買的市集內容至所有你玩 Minecraft 的平台和裝置中。 # trial.thanks_for_testing.xbl.description.line2=*(在有市集的版本中) # -trial.thanks_for_testing.achievements.description=除了有創造模式、多人遊戲等完整的 Minecraft 體驗之外,您還可以獲得「成就」。「成就」和「遊戲得分」代表您在 Minecraft 中的進度,並可向您的 Microsoft 帳戶好友展示您的成就。 # +trial.thanks_for_testing.achievements.description=除了完整的 Minecraft 體驗,包括創造模式、多人遊戲等等,你還可以獲得成就和玩家分數,來記錄Minecraft 中的進度,並向你的 Microsoft 帳戶好友展示你的成就。 # trial.thanks_for_testing.multiplayer.description=完整的 Minecraft 體驗可讓您玩創造模式、成就,並與您的好友在各種 Minecraft 裝置中玩多人遊戲!與好友一起在主機、PC 和行動裝置一起玩遊戲,一起創造、探索和生存。 # trial.thanks_for_testing.server.description=在完整的 Minecraft 體驗中,伺服器提供最有創意的 Minecraft 遊戲方式!您可以玩有趣的迷你遊戲、認識 Minecraft 社群並結交新朋友。 # trial.thanks_for_testing.store.description=完整的遊戲可讓您存取 Minecraft 市集。換用自己角色的新外觀、變更世界,或探索由最佳社群作者創作的新奇有趣新地圖! # @@ -10281,10 +10347,10 @@ autosave.info.xbox=畫面上顯示此圖示時,表示系統正在儲存您的 autosave.info.desktop=畫面上顯示此圖示時,表示系統正在儲存您的遊戲,請勿在此時關閉您的電腦。 # ## Xbox network strings -xbox.signin.error=請以您的 Microsoft 帳戶登入以和朋友一起玩遊戲、獲取玩家分數和成就。 # +xbox.signin.error=請以你的 Microsoft 帳戶登入以和朋友一起玩遊戲、獲取玩家分數和成就。 # xbox.signin.error.pocket.line1=感謝你測試 Realms!這些功能並非最終版本,你可能會遇到錯誤。請向我們發送意見反饋!我們希望能聆聽你的意見。 # xbox.signin.error.pocket.line2= # -xbox.signin.error.pocket.line3=在此測試期間,每個人都必須登入 Microsoft 帳戶才能收取邀請,並加入至 Realm 中。 # +xbox.signin.error.pocket.line3=在此測試期間,每個人都需要使用 Microsoft 帳戶登入,以便他們能夠收到邀請並加入 Realms。 # xbox.signin.warning.kickPlayer=此動作會將你送回主選單,是否繼續? # xbox.connection.error=已中斷與 Microsoft 帳戶的連線 # xbox.signin=登入 # @@ -10293,11 +10359,11 @@ xbox.signin.qr.left.header=掃描 QR Code # xbox.signin.qr.left.body=在裝置上使用攝影機應用程式或 QR Code 閱讀器。 # xbox.signin.qr.right.header=或是存取網站 # xbox.signin.qr.account=使用免費的 Microsoft 帳戶登入,方便跨平台與朋友在線上遊玩 # -xbox.signin.beta.blocked=目前,透過 Microsoft 帳戶登入使用者無法使用搶鮮版 (Beta)。 # +xbox.signin.beta.blocked=目前在測試版中無法使用 Microsoft 帳戶登入。 # xbox.signin.enterCode=然後輸入此程式碼: # xbox.signin.enterCode.qr=2. 出現提示時,請輸入以下代碼: # xbox.signin.letsPlay=開始玩吧! # -xbox.signin.message=使用您的免費 Microsoft 帳戶登入,體驗完整的《Minecraft》世界。 # +xbox.signin.message=使用你的免費 Microsoft 帳戶登入,體驗完整的 Minecraft 世界。 # xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=以其他 Microsoft 帳戶登入 # xbox.signin.website=使用其他裝置造訪此網站: # @@ -10310,9 +10376,9 @@ xbox.signinFree=登入以享免費 # xbox.signout=登出 # xbox.signinquestion=登入? # xbox.notnow=先不要 # -xbox.signingin=正在使用您的 Microsoft 帳戶登入… # +xbox.signingin=正在使用你的 Microsoft 帳戶登入… # xbox.signingin.offline=正在登入 # -xbox.failedsignin.body=無法將您登入 Microsoft 帳戶。對 Realms、設定檔和市集物品的存取將受到限制。請稍後再試。 # +xbox.failedsignin.body=無法將你登入 Microsoft 帳戶。對 Realms、設定檔和市集物品的存取將受到限制。請稍後再試。 # xbox.failedsignin.error=錯誤代碼: # xbox.failedsignin.moreInfo=更多資訊 # xbox.dev_wrongSandboxSigninFailed.title=有地方出錯 # @@ -10323,23 +10389,18 @@ xbox.dev_wrongSandboxSigninFailed.button.clearXbl=清除帳戶登入資料 # xbox.invitesignin.line1=以您好友的玩家代號新增好友,即可在他們上線時查看他們的世界。 # xbox.invitesignin.line2=使用 Microsoft 帳戶登入以開始邀請好友! # xbox.thirdpartysignin.line1=有趣的小遊戲和新玩家們正等著你!但在開始之前,「%s」希望先知道你是誰。 # -xbox.thirdpartysignin.line2=您必須使用 Microsoft 帳戶登入才能連線! # +xbox.thirdpartysignin.line2=你必須使用 Microsoft 帳號登入才能連線! # xbox.signInLong=免費登入! # -xbox.signOutLong=登出您的 Microsoft 帳戶 # +xbox.signOutLong=登出 Microsoft 帳號 # xbox.genericsignin.line1=您的 Minecraft 帳戶可讓您在 PC 與行動裝置中與好友進行線上多人遊戲。好處不只是這樣! # xbox.genericsignin.line2=完全免費! # xbox.genericsignin.line3=您可以在任何裝置玩 Minecraft 時使用。 # -xbox.disconectionscreen.notSignedIn=使用您的 Microsoft 帳戶登入以與好友一起玩遊戲。 # +xbox.disconectionscreen.notSignedIn=使用你的 Microsoft 帳戶登入以與好友一起玩遊戲。 # xbox.disconectionscreen.multiplayerNotAllowed=此 Microsoft 帳戶沒有加入多人遊戲的權限。 # xbox.disconectionscreen.accessDenied=您必須是遊戲成員的好友才能加入此遊戲。 # -xbox.friendfinder.enterGamertag=輸入玩家代號 # -xbox.friendfinder.findFriends=使用玩家代號尋找好友 # -xbox.friendfinder.searchingForGamertag=搜尋中 # -xbox.friendfinder.gamertagNotFound=找不到玩家代號 # - xbox.profile.addFriend=新增好友 # xbox.profile.addFriend.success=成功!%s 已新增至您的好友名單。 # xbox.profile.block=封鎖 # @@ -10457,6 +10518,7 @@ packdiscoveryerror.ignored_property=此類型內容沒有使用「%s」的屬性 packdiscoveryerror.version_too_high=該屬性 '%s' 有一個 '%s' 的版本太高。我們接受的最高值是 '%s'。 # packdiscoveryerror.version_too_low=該屬性 '%s' 有一個 '%s' 的版本太低。我們接受的最低值是 '%s'。 # packdiscoveryerror.format_version_1_engine_version_cap=屬性 '%s' 必須擁有小於 '%s' 的值。若要使用更高版本,你必須使用格式版本 2。 # +packdiscoveryerror.folder_structure_too_deep=套件中的資料夾結構太深了。 # ## pack upgrading packupgradewarning.invalidpacktype=套件資訊清單中所提供的「%s」元素有無效的值;預設為資源套件。 # @@ -11299,7 +11361,7 @@ gathering.info.qr.body.childAccount=由於你目前的家長監護限制,你 gathering.info.qr.title.console=直播活動實況 # gathering.info.qr.body.console=掃描加入我們的直播活動實況 # gathering.info.signIn.title=登入以參加此活動。 # -gathering.info.signIn.body=請登入您的 Minecraft 帳號以參加此活動。 # +gathering.info.signIn.body=請登入你的 Minecraft 帳戶以參加此活動。 # gathering.activation.warning=找不到聚會 # gathering.activation.warning.signIn=找不到聚會。請先登入,然後再嘗試一次。 # gathering.activation.warning.title=糟糕! # diff --git a/resource_pack/textures/item_texture.json b/resource_pack/textures/item_texture.json index 90304088f..3df02c54a 100644 --- a/resource_pack/textures/item_texture.json +++ b/resource_pack/textures/item_texture.json @@ -1311,6 +1311,142 @@ }, "bordure_indented_banner_pattern": { "textures": "textures/items/bordure_indented_banner_pattern" + }, + "bundle": { + "textures": [ + "textures/items/bundle", + "textures/items/bundle_open", + "textures/items/bundle_open_back", + "textures/items/bundle_open_front" + ] + }, + "bundle_white": { + "textures": [ + "textures/items/bundle_white", + "textures/items/bundle_white_open", + "textures/items/bundle_white_open_back", + "textures/items/bundle_white_open_front" + ] + }, + "bundle_black": { + "textures": [ + "textures/items/bundle_black", + "textures/items/bundle_black_open", + "textures/items/bundle_black_open_back", + "textures/items/bundle_black_open_front" + ] + }, + "bundle_gray": { + "textures": [ + "textures/items/bundle_gray", + "textures/items/bundle_gray_open", + "textures/items/bundle_gray_open_back", + "textures/items/bundle_gray_open_front" + ] + }, + "bundle_light_gray": { + "textures": [ + "textures/items/bundle_light_gray", + "textures/items/bundle_light_gray_open", + "textures/items/bundle_light_gray_open_back", + "textures/items/bundle_light_gray_open_front" + ] + }, + "bundle_light_blue": { + "textures": [ + "textures/items/bundle_light_blue", + "textures/items/bundle_light_blue_open", + "textures/items/bundle_light_blue_open_back", + "textures/items/bundle_light_blue_open_front" + ] + }, + "bundle_blue": { + "textures": [ + "textures/items/bundle_blue", + "textures/items/bundle_blue_open", + "textures/items/bundle_blue_open_back", + "textures/items/bundle_blue_open_front" + ] + }, + "bundle_cyan": { + "textures": [ + "textures/items/bundle_cyan", + "textures/items/bundle_cyan_open", + "textures/items/bundle_cyan_open_back", + "textures/items/bundle_cyan_open_front" + ] + }, + "bundle_lime": { + "textures": [ + "textures/items/bundle_lime", + "textures/items/bundle_lime_open", + "textures/items/bundle_lime_open_back", + "textures/items/bundle_lime_open_front" + ] + }, + "bundle_green": { + "textures": [ + "textures/items/bundle_green", + "textures/items/bundle_green_open", + "textures/items/bundle_green_open_back", + "textures/items/bundle_green_open_front" + ] + }, + "bundle_pink": { + "textures": [ + "textures/items/bundle_pink", + "textures/items/bundle_pink_open", + "textures/items/bundle_pink_open_back", + "textures/items/bundle_pink_open_front" + ] + }, + "bundle_purple": { + "textures": [ + "textures/items/bundle_purple", + "textures/items/bundle_purple_open", + "textures/items/bundle_purple_open_back", + "textures/items/bundle_purple_open_front" + ] + }, + "bundle_magenta": { + "textures": [ + "textures/items/bundle_magenta", + "textures/items/bundle_magenta_open", + "textures/items/bundle_magenta_open_back", + "textures/items/bundle_magenta_open_front" + ] + }, + "bundle_orange": { + "textures": [ + "textures/items/bundle_orange", + "textures/items/bundle_orange_open", + "textures/items/bundle_orange_open_back", + "textures/items/bundle_orange_open_front" + ] + }, + "bundle_yellow": { + "textures": [ + "textures/items/bundle_yellow", + "textures/items/bundle_yellow_open", + "textures/items/bundle_yellow_open_back", + "textures/items/bundle_yellow_open_front" + ] + }, + "bundle_red": { + "textures": [ + "textures/items/bundle_red", + "textures/items/bundle_red_open", + "textures/items/bundle_red_open_back", + "textures/items/bundle_red_open_front" + ] + }, + "bundle_brown": { + "textures": [ + "textures/items/bundle_brown", + "textures/items/bundle_brown_open", + "textures/items/bundle_brown_open_back", + "textures/items/bundle_brown_open_front" + ] } } } \ No newline at end of file diff --git a/resource_pack/textures/items/bundle.png b/resource_pack/textures/items/bundle.png new file mode 100644 index 000000000..1f90977be Binary files /dev/null and b/resource_pack/textures/items/bundle.png differ diff --git a/resource_pack/textures/items/bundle_black.png b/resource_pack/textures/items/bundle_black.png new file mode 100644 index 000000000..0e9b3f217 Binary files /dev/null and b/resource_pack/textures/items/bundle_black.png differ diff --git a/resource_pack/textures/items/bundle_black_open.png b/resource_pack/textures/items/bundle_black_open.png new file mode 100644 index 000000000..3cf8bf78e Binary files /dev/null and b/resource_pack/textures/items/bundle_black_open.png differ diff --git a/resource_pack/textures/items/bundle_black_open_back.png b/resource_pack/textures/items/bundle_black_open_back.png new file mode 100644 index 000000000..2f57b31cd Binary files /dev/null and b/resource_pack/textures/items/bundle_black_open_back.png differ diff --git a/resource_pack/textures/items/bundle_black_open_front.png b/resource_pack/textures/items/bundle_black_open_front.png new file mode 100644 index 000000000..852a3ec89 Binary files /dev/null and b/resource_pack/textures/items/bundle_black_open_front.png differ diff --git a/resource_pack/textures/items/bundle_blue.png b/resource_pack/textures/items/bundle_blue.png new file mode 100644 index 000000000..f4e34e9f3 Binary files /dev/null and b/resource_pack/textures/items/bundle_blue.png differ diff --git a/resource_pack/textures/items/bundle_blue_open.png b/resource_pack/textures/items/bundle_blue_open.png new file mode 100644 index 000000000..dc0b5f821 Binary files /dev/null and b/resource_pack/textures/items/bundle_blue_open.png differ diff --git a/resource_pack/textures/items/bundle_blue_open_back.png b/resource_pack/textures/items/bundle_blue_open_back.png new file mode 100644 index 000000000..70b1bf026 Binary files /dev/null and b/resource_pack/textures/items/bundle_blue_open_back.png differ diff --git a/resource_pack/textures/items/bundle_blue_open_front.png b/resource_pack/textures/items/bundle_blue_open_front.png new file mode 100644 index 000000000..b75520298 Binary files /dev/null and b/resource_pack/textures/items/bundle_blue_open_front.png differ diff --git a/resource_pack/textures/items/bundle_brown.png b/resource_pack/textures/items/bundle_brown.png new file mode 100644 index 000000000..73bd88708 Binary files /dev/null and b/resource_pack/textures/items/bundle_brown.png differ diff --git a/resource_pack/textures/items/bundle_brown_open.png b/resource_pack/textures/items/bundle_brown_open.png new file mode 100644 index 000000000..93cef11ab Binary files /dev/null and b/resource_pack/textures/items/bundle_brown_open.png differ diff --git a/resource_pack/textures/items/bundle_brown_open_back.png b/resource_pack/textures/items/bundle_brown_open_back.png new file mode 100644 index 000000000..c37bb9a9e Binary files /dev/null and b/resource_pack/textures/items/bundle_brown_open_back.png differ diff --git a/resource_pack/textures/items/bundle_brown_open_front.png b/resource_pack/textures/items/bundle_brown_open_front.png new file mode 100644 index 000000000..a6e4b4996 Binary files /dev/null and b/resource_pack/textures/items/bundle_brown_open_front.png differ diff --git a/resource_pack/textures/items/bundle_cyan.png b/resource_pack/textures/items/bundle_cyan.png new file mode 100644 index 000000000..faa63be5a Binary files /dev/null and b/resource_pack/textures/items/bundle_cyan.png differ diff --git a/resource_pack/textures/items/bundle_cyan_open.png b/resource_pack/textures/items/bundle_cyan_open.png new file mode 100644 index 000000000..2af47d859 Binary files /dev/null and b/resource_pack/textures/items/bundle_cyan_open.png differ diff --git a/resource_pack/textures/items/bundle_cyan_open_back.png b/resource_pack/textures/items/bundle_cyan_open_back.png new file mode 100644 index 000000000..5ef2e78b2 Binary files /dev/null and b/resource_pack/textures/items/bundle_cyan_open_back.png differ diff --git a/resource_pack/textures/items/bundle_cyan_open_front.png b/resource_pack/textures/items/bundle_cyan_open_front.png new file mode 100644 index 000000000..70812c82b Binary files /dev/null and b/resource_pack/textures/items/bundle_cyan_open_front.png differ diff --git a/resource_pack/textures/items/bundle_gray.png b/resource_pack/textures/items/bundle_gray.png new file mode 100644 index 000000000..2c3589ae5 Binary files /dev/null and b/resource_pack/textures/items/bundle_gray.png differ diff --git a/resource_pack/textures/items/bundle_gray_open.png b/resource_pack/textures/items/bundle_gray_open.png new file mode 100644 index 000000000..c41f8a4da Binary files /dev/null and b/resource_pack/textures/items/bundle_gray_open.png differ diff --git a/resource_pack/textures/items/bundle_gray_open_back.png b/resource_pack/textures/items/bundle_gray_open_back.png new file mode 100644 index 000000000..18c156770 Binary files /dev/null and b/resource_pack/textures/items/bundle_gray_open_back.png differ diff --git a/resource_pack/textures/items/bundle_gray_open_front.png b/resource_pack/textures/items/bundle_gray_open_front.png new file mode 100644 index 000000000..197471ade Binary files /dev/null and b/resource_pack/textures/items/bundle_gray_open_front.png differ diff --git a/resource_pack/textures/items/bundle_green.png b/resource_pack/textures/items/bundle_green.png new file mode 100644 index 000000000..08a406a63 Binary files /dev/null and b/resource_pack/textures/items/bundle_green.png differ diff --git a/resource_pack/textures/items/bundle_green_open.png b/resource_pack/textures/items/bundle_green_open.png new file mode 100644 index 000000000..e5822ede2 Binary files /dev/null and b/resource_pack/textures/items/bundle_green_open.png differ diff --git a/resource_pack/textures/items/bundle_green_open_back.png b/resource_pack/textures/items/bundle_green_open_back.png new file mode 100644 index 000000000..411310d04 Binary files /dev/null and b/resource_pack/textures/items/bundle_green_open_back.png differ diff --git a/resource_pack/textures/items/bundle_green_open_front.png b/resource_pack/textures/items/bundle_green_open_front.png new file mode 100644 index 000000000..51941e603 Binary files /dev/null and b/resource_pack/textures/items/bundle_green_open_front.png differ diff --git a/resource_pack/textures/items/bundle_light_blue.png b/resource_pack/textures/items/bundle_light_blue.png new file mode 100644 index 000000000..20ceceb53 Binary files /dev/null and b/resource_pack/textures/items/bundle_light_blue.png differ diff --git a/resource_pack/textures/items/bundle_light_blue_open.png b/resource_pack/textures/items/bundle_light_blue_open.png new file mode 100644 index 000000000..79db8bcc4 Binary files /dev/null and b/resource_pack/textures/items/bundle_light_blue_open.png differ diff --git a/resource_pack/textures/items/bundle_light_blue_open_back.png b/resource_pack/textures/items/bundle_light_blue_open_back.png new file mode 100644 index 000000000..812a3209d Binary files /dev/null and b/resource_pack/textures/items/bundle_light_blue_open_back.png differ diff --git a/resource_pack/textures/items/bundle_light_blue_open_front.png b/resource_pack/textures/items/bundle_light_blue_open_front.png new file mode 100644 index 000000000..83bb495d8 Binary files /dev/null and b/resource_pack/textures/items/bundle_light_blue_open_front.png differ diff --git a/resource_pack/textures/items/bundle_light_gray.png b/resource_pack/textures/items/bundle_light_gray.png new file mode 100644 index 000000000..171ac819f Binary files /dev/null and b/resource_pack/textures/items/bundle_light_gray.png differ diff --git a/resource_pack/textures/items/bundle_light_gray_open.png b/resource_pack/textures/items/bundle_light_gray_open.png new file mode 100644 index 000000000..8a86933bb Binary files /dev/null and b/resource_pack/textures/items/bundle_light_gray_open.png differ diff --git a/resource_pack/textures/items/bundle_light_gray_open_back.png b/resource_pack/textures/items/bundle_light_gray_open_back.png new file mode 100644 index 000000000..8ca1d003b Binary files /dev/null and b/resource_pack/textures/items/bundle_light_gray_open_back.png differ diff --git a/resource_pack/textures/items/bundle_light_gray_open_front.png b/resource_pack/textures/items/bundle_light_gray_open_front.png new file mode 100644 index 000000000..63ae7f03e Binary files /dev/null and b/resource_pack/textures/items/bundle_light_gray_open_front.png differ diff --git a/resource_pack/textures/items/bundle_lime.png b/resource_pack/textures/items/bundle_lime.png new file mode 100644 index 000000000..0fa09f3f1 Binary files /dev/null and b/resource_pack/textures/items/bundle_lime.png differ diff --git a/resource_pack/textures/items/bundle_lime_open.png b/resource_pack/textures/items/bundle_lime_open.png new file mode 100644 index 000000000..bf864b77e Binary files /dev/null and b/resource_pack/textures/items/bundle_lime_open.png differ diff --git a/resource_pack/textures/items/bundle_lime_open_back.png b/resource_pack/textures/items/bundle_lime_open_back.png new file mode 100644 index 000000000..723d79aba Binary files /dev/null and b/resource_pack/textures/items/bundle_lime_open_back.png differ diff --git a/resource_pack/textures/items/bundle_lime_open_front.png b/resource_pack/textures/items/bundle_lime_open_front.png new file mode 100644 index 000000000..774e6b4e2 Binary files /dev/null and b/resource_pack/textures/items/bundle_lime_open_front.png differ diff --git a/resource_pack/textures/items/bundle_magenta.png b/resource_pack/textures/items/bundle_magenta.png new file mode 100644 index 000000000..57a3c0f8f Binary files /dev/null and b/resource_pack/textures/items/bundle_magenta.png differ diff --git a/resource_pack/textures/items/bundle_magenta_open.png b/resource_pack/textures/items/bundle_magenta_open.png new file mode 100644 index 000000000..bcdaaff3b Binary files /dev/null and b/resource_pack/textures/items/bundle_magenta_open.png differ diff --git a/resource_pack/textures/items/bundle_magenta_open_back.png b/resource_pack/textures/items/bundle_magenta_open_back.png new file mode 100644 index 000000000..06a7776aa Binary files /dev/null and b/resource_pack/textures/items/bundle_magenta_open_back.png differ diff --git a/resource_pack/textures/items/bundle_magenta_open_front.png b/resource_pack/textures/items/bundle_magenta_open_front.png new file mode 100644 index 000000000..2163ed5d8 Binary files /dev/null and b/resource_pack/textures/items/bundle_magenta_open_front.png differ diff --git a/resource_pack/textures/items/bundle_open.png b/resource_pack/textures/items/bundle_open.png new file mode 100644 index 000000000..d4c1c9a6a Binary files /dev/null and b/resource_pack/textures/items/bundle_open.png differ diff --git a/resource_pack/textures/items/bundle_open_back.png b/resource_pack/textures/items/bundle_open_back.png new file mode 100644 index 000000000..dc2843f6b Binary files /dev/null and b/resource_pack/textures/items/bundle_open_back.png differ diff --git a/resource_pack/textures/items/bundle_open_front.png b/resource_pack/textures/items/bundle_open_front.png new file mode 100644 index 000000000..1ec720c98 Binary files /dev/null and b/resource_pack/textures/items/bundle_open_front.png differ diff --git a/resource_pack/textures/items/bundle_orange.png b/resource_pack/textures/items/bundle_orange.png new file mode 100644 index 000000000..7705f22eb Binary files /dev/null and b/resource_pack/textures/items/bundle_orange.png differ diff --git a/resource_pack/textures/items/bundle_orange_open.png b/resource_pack/textures/items/bundle_orange_open.png new file mode 100644 index 000000000..49edf91f8 Binary files /dev/null and b/resource_pack/textures/items/bundle_orange_open.png differ diff --git a/resource_pack/textures/items/bundle_orange_open_back.png b/resource_pack/textures/items/bundle_orange_open_back.png new file mode 100644 index 000000000..e90001af6 Binary files /dev/null and b/resource_pack/textures/items/bundle_orange_open_back.png differ diff --git a/resource_pack/textures/items/bundle_orange_open_front.png b/resource_pack/textures/items/bundle_orange_open_front.png new file mode 100644 index 000000000..e44ad1165 Binary files /dev/null and b/resource_pack/textures/items/bundle_orange_open_front.png differ diff --git a/resource_pack/textures/items/bundle_pink.png b/resource_pack/textures/items/bundle_pink.png new file mode 100644 index 000000000..ba1654e7a Binary files /dev/null and b/resource_pack/textures/items/bundle_pink.png differ diff --git a/resource_pack/textures/items/bundle_pink_open.png b/resource_pack/textures/items/bundle_pink_open.png new file mode 100644 index 000000000..3642fee35 Binary files /dev/null and b/resource_pack/textures/items/bundle_pink_open.png differ diff --git a/resource_pack/textures/items/bundle_pink_open_back.png b/resource_pack/textures/items/bundle_pink_open_back.png new file mode 100644 index 000000000..32e873730 Binary files /dev/null and b/resource_pack/textures/items/bundle_pink_open_back.png differ diff --git a/resource_pack/textures/items/bundle_pink_open_front.png b/resource_pack/textures/items/bundle_pink_open_front.png new file mode 100644 index 000000000..ed3235a8d Binary files /dev/null and b/resource_pack/textures/items/bundle_pink_open_front.png differ diff --git a/resource_pack/textures/items/bundle_purple.png b/resource_pack/textures/items/bundle_purple.png new file mode 100644 index 000000000..c0ddee380 Binary files /dev/null and b/resource_pack/textures/items/bundle_purple.png differ diff --git a/resource_pack/textures/items/bundle_purple_open.png b/resource_pack/textures/items/bundle_purple_open.png new file mode 100644 index 000000000..069193b1c Binary files /dev/null and b/resource_pack/textures/items/bundle_purple_open.png differ diff --git a/resource_pack/textures/items/bundle_purple_open_back.png b/resource_pack/textures/items/bundle_purple_open_back.png new file mode 100644 index 000000000..8bd4a7d27 Binary files /dev/null and b/resource_pack/textures/items/bundle_purple_open_back.png differ diff --git a/resource_pack/textures/items/bundle_purple_open_front.png b/resource_pack/textures/items/bundle_purple_open_front.png new file mode 100644 index 000000000..a2e259f45 Binary files /dev/null and b/resource_pack/textures/items/bundle_purple_open_front.png differ diff --git a/resource_pack/textures/items/bundle_red.png b/resource_pack/textures/items/bundle_red.png new file mode 100644 index 000000000..48ab91921 Binary files /dev/null and b/resource_pack/textures/items/bundle_red.png differ diff --git a/resource_pack/textures/items/bundle_red_open.png b/resource_pack/textures/items/bundle_red_open.png new file mode 100644 index 000000000..3254d39c5 Binary files /dev/null and b/resource_pack/textures/items/bundle_red_open.png differ diff --git a/resource_pack/textures/items/bundle_red_open_back.png b/resource_pack/textures/items/bundle_red_open_back.png new file mode 100644 index 000000000..caea9d77c Binary files /dev/null and b/resource_pack/textures/items/bundle_red_open_back.png differ diff --git a/resource_pack/textures/items/bundle_red_open_front.png b/resource_pack/textures/items/bundle_red_open_front.png new file mode 100644 index 000000000..5ccf39d60 Binary files /dev/null and b/resource_pack/textures/items/bundle_red_open_front.png differ diff --git a/resource_pack/textures/items/bundle_white.png b/resource_pack/textures/items/bundle_white.png new file mode 100644 index 000000000..f9cd1e4c4 Binary files /dev/null and b/resource_pack/textures/items/bundle_white.png differ diff --git a/resource_pack/textures/items/bundle_white_open.png b/resource_pack/textures/items/bundle_white_open.png new file mode 100644 index 000000000..50ed1f8d1 Binary files /dev/null and b/resource_pack/textures/items/bundle_white_open.png differ diff --git a/resource_pack/textures/items/bundle_white_open_back.png b/resource_pack/textures/items/bundle_white_open_back.png new file mode 100644 index 000000000..7282d6f15 Binary files /dev/null and b/resource_pack/textures/items/bundle_white_open_back.png differ diff --git a/resource_pack/textures/items/bundle_white_open_front.png b/resource_pack/textures/items/bundle_white_open_front.png new file mode 100644 index 000000000..5224001f3 Binary files /dev/null and b/resource_pack/textures/items/bundle_white_open_front.png differ diff --git a/resource_pack/textures/items/bundle_yellow.png b/resource_pack/textures/items/bundle_yellow.png new file mode 100644 index 000000000..3c159cfb6 Binary files /dev/null and b/resource_pack/textures/items/bundle_yellow.png differ diff --git a/resource_pack/textures/items/bundle_yellow_open.png b/resource_pack/textures/items/bundle_yellow_open.png new file mode 100644 index 000000000..438a551a5 Binary files /dev/null and b/resource_pack/textures/items/bundle_yellow_open.png differ diff --git a/resource_pack/textures/items/bundle_yellow_open_back.png b/resource_pack/textures/items/bundle_yellow_open_back.png new file mode 100644 index 000000000..85a8b59ff Binary files /dev/null and b/resource_pack/textures/items/bundle_yellow_open_back.png differ diff --git a/resource_pack/textures/items/bundle_yellow_open_front.png b/resource_pack/textures/items/bundle_yellow_open_front.png new file mode 100644 index 000000000..d6daa1588 Binary files /dev/null and b/resource_pack/textures/items/bundle_yellow_open_front.png differ 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/book_arrowright_pressed_transparent.png b/resource_pack/textures/ui/book_arrowright_pressed_transparent.png new file mode 100644 index 000000000..a51d4e2ec Binary files /dev/null and b/resource_pack/textures/ui/book_arrowright_pressed_transparent.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..66bbd6061 100644 --- a/resource_pack/ui/_ui_defs.json +++ b/resource_pack/ui/_ui_defs.json @@ -27,7 +27,6 @@ "ui/cloud_upload_screen.json", "ui/coin_purchase_screen.json", "ui/command_block_screen.json", - "ui/comment_screen.json", "ui/confirm_delete_account_screen.json", "ui/confirm_msa_unlink_screen.json", "ui/content_log.json", @@ -101,6 +100,8 @@ "ui/manifest_validation_screen.json", "ui/marketplace_sdl/sdl_label.json", "ui/marketplace_sdl/sdl_dropdowns.json", + "ui/marketplace_sdl/sdl_image_row.json", + "ui/marketplace_sdl/sdl_text_row.json", "ui/mob_effect_screen.json", "ui/non_xbl_user_management_screen.json", "ui/npc_interact_screen.json", @@ -150,7 +151,6 @@ "ui/storage_migration_generic_screen.json", "ui/scoreboards.json", "ui/screenshot_screen.json", - "ui/screenshot_picker_screen.json", "ui/select_world_screen.json", "ui/server_form.json", "ui/settings_screen.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/anvil_screen.json b/resource_pack/ui/anvil_screen.json index 896002dff..4993f3682 100644 --- a/resource_pack/ui/anvil_screen.json +++ b/resource_pack/ui/anvil_screen.json @@ -401,8 +401,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, "anvil_screen@common.inventory_screen_common": { diff --git a/resource_pack/ui/anvil_screen_pocket.json b/resource_pack/ui/anvil_screen_pocket.json index ca33b032f..f986dd396 100644 --- a/resource_pack/ui/anvil_screen_pocket.json +++ b/resource_pack/ui/anvil_screen_pocket.json @@ -336,8 +336,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } diff --git a/resource_pack/ui/beacon_screen.json b/resource_pack/ui/beacon_screen.json index 94459f4c9..52e813faf 100644 --- a/resource_pack/ui/beacon_screen.json +++ b/resource_pack/ui/beacon_screen.json @@ -60,8 +60,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/beacon_screen_pocket.json b/resource_pack/ui/beacon_screen_pocket.json index 0f9fc971f..b64513727 100644 --- a/resource_pack/ui/beacon_screen_pocket.json +++ b/resource_pack/ui/beacon_screen_pocket.json @@ -899,8 +899,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } diff --git a/resource_pack/ui/brewing_stand_screen.json b/resource_pack/ui/brewing_stand_screen.json index 94a5756ec..573b489b5 100644 --- a/resource_pack/ui/brewing_stand_screen.json +++ b/resource_pack/ui/brewing_stand_screen.json @@ -306,8 +306,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, "brewing_stand_screen@common.inventory_screen_common": { diff --git a/resource_pack/ui/brewing_stand_screen_pocket.json b/resource_pack/ui/brewing_stand_screen_pocket.json index 5296fae2b..b3d43e400 100644 --- a/resource_pack/ui/brewing_stand_screen_pocket.json +++ b/resource_pack/ui/brewing_stand_screen_pocket.json @@ -423,8 +423,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } diff --git a/resource_pack/ui/cartography_screen.json b/resource_pack/ui/cartography_screen.json index 98d85422f..3c561767a 100644 --- a/resource_pack/ui/cartography_screen.json +++ b/resource_pack/ui/cartography_screen.json @@ -407,8 +407,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/cartography_screen_pocket.json b/resource_pack/ui/cartography_screen_pocket.json index eddcc5fc0..710bc18e4 100644 --- a/resource_pack/ui/cartography_screen_pocket.json +++ b/resource_pack/ui/cartography_screen_pocket.json @@ -520,8 +520,7 @@ { "inventory_selected_icon_button@common.inventory_selected_icon_button": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } diff --git a/resource_pack/ui/chest_screen.json b/resource_pack/ui/chest_screen.json index 03eafee03..26ed18b01 100644 --- a/resource_pack/ui/chest_screen.json +++ b/resource_pack/ui/chest_screen.json @@ -110,8 +110,7 @@ { "hotbar_grid@common.hotbar_grid_template": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } }, @@ -157,8 +156,7 @@ { "hotbar_grid@common.hotbar_grid_template": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } }, diff --git a/resource_pack/ui/comment_screen.json b/resource_pack/ui/comment_screen.json deleted file mode 100644 index 7596a0b93..000000000 --- a/resource_pack/ui/comment_screen.json +++ /dev/null @@ -1,1356 +0,0 @@ -{ - "namespace": "comment", - - //-------------------------------------------------------------------------------- - // Options Dialog Popup - //-------------------------------------------------------------------------------- - - "popup_dialog__options@popup_dialog.popup_dialog": { - "size": [ "100%", "100%" ], - "controls": [ - { - "gamepad_helpers@feed_common.gamepad_helpers": {} - }, - { "faded_background_image@feed_common.faded_background_image": {} }, - { "options_popup_dialog_button_panel@comment.options_popup_dialog_button_panel": {} } - ] - }, - - "popup_dialog__options_comment@popup_dialog.popup_dialog": { - "size": [ "100%", "100%" ], - "controls": [ - { - "gamepad_helpers@feed_common.gamepad_helpers": {} - }, - { "faded_background_image@feed_common.faded_background_image": {} }, - { "comment_feed_options_popup_dialog_button_panel@comment.comment_feed_options_popup_dialog_button_panel": {} } - ] - }, - - "options_popup_dialog_button_panel": { - "type": "stack_panel", - "size": [ "30%", "15%" ], - "orientation": "vertical", - "anchor_from": "center", - "anchor_to": "center", - "layer": 3, - "controls": [ - { - "close_button_panel": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ 140, "100%c" ], - "controls": [ - { - "close_button_options@feed_common.options_close_button_high_contrast": { - "anchor_from": "right_middle", - "anchor_to": "right_middle", - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.comment_options_close", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.comment_options_close", - "mapping_type": "focused" - } - ], - "bindings": [ - { - "binding_name": "(not #is_using_gamepad)", - "binding_name_override": "#visible" - } - ] - } - } - ] - } - }, - { - "report_to_club_button@feed_common.report_to_club_button": { - "$pressed_button_name": "button.report_club", - "anchor_from": "top_left", - "anchor_to": "top_left", - "bindings": [ - { - "binding_name": "#report_to_club_button_visible_feeditem", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - }, - { - "report_to_xbox_button@feed_common.report_to_xbox_button": { - "$pressed_button_name": "button.report_xbox", - "anchor_from": "top_left", - "anchor_to": "top_left", - "bindings": [ - { - "binding_name": "#report_to_enforcement_button_visible_feeditem", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - }, - { - "delete_button@feed_common.delete_button": { - "$pressed_button_name": "button.comment_delete_feed_item", - "anchor_from": "top_left", - "anchor_to": "top_left", - "bindings": [ - { - "binding_name": "#delete_button_visible_feeditem", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - } - ] - }, - - "comment_feed_options_popup_dialog_button_panel": { - "type": "stack_panel", - "size": [ "30%", "15%" ], - "orientation": "vertical", - "anchor_from": "center", - "anchor_to": "center", - "layer": 3, - "controls": [ - { - "spacing_and_x": { - "size": [ "100%", "17%" ], - "type": "stack_panel", - "orientation": "horizontal", - "controls": [ - { - "spacing_gap": { - "type": "panel", - "size": [ 130, 5 ] - } - }, - { - "close_button_options@common.close_button_high_contrast": { - "anchor_from": "center", - "anchor_to": "center", - "offset": [ 54, -28 ], - "$default_button_alpha": "@feed_common.anim_faded_background_full", - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.comment_feed_options_close", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.comment_feed_options_close", - "mapping_type": "focused" - } - ], - "bindings": [ - { - "binding_name": "(not #is_using_gamepad)", - "binding_name_override": "#visible" - } - ] - } - } - ] - } - }, - { - "report_to_club_button@feed_common.report_to_club_button": { - "$pressed_button_name": "button.comment_feed_report_club", - "anchor_from": "top_left", - "anchor_to": "top_left", - "bindings": [ - { - "binding_name": "#report_to_club_button_visible_comment", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - }, - { - "report_to_xbox_button@feed_common.report_to_xbox_button": { - "$pressed_button_name": "button.comment_feed_report_xbox", - "anchor_from": "top_left", - "anchor_to": "top_left", - "bindings": [ - { - "binding_name": "#report_to_enforcement_button_visible_comment", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - }, - { - "delete_button@feed_common.delete_button": { - "$pressed_button_name": "button.comment_delete_feed_item_comment", - "anchor_from": "top_left", - "anchor_to": "top_left", - "bindings": [ - { - "binding_name": "#delete_button_visible_comment", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - } - ] - }, - - //-------------------------------------------------------------------------------- - // Comment_grid - //-------------------------------------------------------------------------------- - - "comment_item_scrolling_panel": { - "type": "panel", - "anchor_to": "bottom_right", - "anchor_from": "bottom_right", - "size": [ "45%", "100%" ], - "offset": [ -4, 0 ], - "controls": [ - { - "comment_item_scrolling_panel_content@comment.comment_item_scrolling_panel_content": { - "$scrolling_pane_size": [ "100%", "100%" ], - "anchor_to": "bottom_right", - "anchor_from": "bottom_right" - } - } - ] - }, - - "comment_item_scrolling_panel_content@common.scrolling_panel": { - "anchor_to": "top_right", - "anchor_from": "top_right", - "$show_background": false, - "$scroll_size": [ 5, "100% - 4px" ], - "$scrolling_content": "comment.grid_panel", - "$comment_panel_size": [ "100% - 1px", "100%c" ] - }, - - "grid_panel": { - "type": "stack_panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "orientation": "vertical", - "size": "$comment_panel_size", - "offset": [ 0, 0 ], - "controls": [ - { - "top_spacing_gap@feed_common.spacing_gap": { - "size": [ "100%", 30 ] - } - }, - { - "feed_item_content_details_stack_panel@comment.feed_item_content_details_stack_panel": { - } - }, - { - "spacing_gap_2@feed_common.spacing_gap": { - "size": [ "100%", 20 ] - } - }, - { "comment_grid_instance@comment.comment_grid": {} }, - { - "spacing_gap_3@feed_common.spacing_gap": { - "size": [ "100%", 20 ] - } - }, - { - "pagination_panel@comment.pagination_panel": { - "$is_visible_binding_name": "#comment_buttons_visible", - "$this_page_index_text": "#comment_page_index_text", - "$is_prev_visible": "#comment_prev_button_visible", - "$is_next_visible": "#comment_next_button_visible" - } - } - ] - }, - - "pagination_panel@feed_common.pagination_panel": { - "$next_button_name": "button.comment_next_button", - "$prev_button_name": "button.comment_prev_button", - "bindings": [ - { - "binding_name": "$is_visible_binding_name", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - }, - - "comment_grid": { - "type": "stack_panel", - "size": [ "100%", "100%c" ], - "orientation": "vertical", - "anchor_to": "top_left", - "anchor_from": "top_left", - - "factory": { - "name": "factory", - "control_ids": { - "xbox_live": "@comment.comment_msa_item", - "linked": "@comment.comment_linked_account_item" - }, - "factory_variables": [ - "$feed_factory_collection_details", - "$feed_factory_binding_type", - "$feed_factory_collection_prefix", - "$collection_binding_name" - ] - }, - "$feed_factory_collection_details|default": "collection_details", - "$feed_factory_binding_type|default": "collection", - "$feed_factory_collection_prefix|default": "factory", - "$collection_binding_name": "comment_collection", - "collection_name": "$collection_binding_name", - - "bindings": [ - { - "binding_name": "#feed_comment_page_collection_length", - "binding_name_override": "#collection_length" - } - ] - }, - - "comment_msa_item": { - "type": "stack_panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "orientation": "vertical", - "size": [ "100%", "100%c + 85px" ], - "controls": [ - { - "player_buttons_stack_panel@comment.player_buttons_stack_panel": {} - }, - { - "textpanel@comment.textpanel": {} - } - ] - }, - - "comment_linked_account_item": { - "type": "stack_panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "orientation": "vertical", - "size": [ "100%", "100%c + 85px" ], - "controls": [ - { - "player_buttons_stack_panel@comment.linked_player_buttons_stack_panel": {} - }, - { - "spacing_gap@feed_common.spacing_gap": { - "size": [ "100%", 5 ] - } - }, - { - "text_post_spacer": { - "type": "panel", - "size": [ "100%", "100%cm" ], - "controls": [ - { - "textpanel@comment.textpanel": { - "offset": [ 17, 0 ] - } - } - ] - } - } - ] - }, - - "textpanel": { - "type": "panel", - "size": [ "100%", "100%c" ], - "anchor_from": "top_left", - "anchor_to": "top_left", - "controls": [ - { - "grid_comment_text@feed_common.item_label": { - "size": [ "100%", "default" ], - "font_size": "normal", - "anchor_from": "top_left", - "anchor_to": "top_left", - "text": "#comment_content", - "bindings": [ - { - "binding_name": "#comment_content", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - } - ] - }, - - "player_buttons_stack_panel": { - "type": "stack_panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "orientation": "horizontal", - "size": [ "100%", 25 ], - "controls": [ - { - "comment_player_panel@comment.comment_player_panel": {} - }, - { - "like_options_comment_feed_stack_panel@comment.like_options_comment_feed_stack_panel": {} - } - ] - }, - - "linked_player_buttons_stack_panel": { - "type": "stack_panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "orientation": "horizontal", - "size": [ "100%", 50 ], - "controls": [ - { - "comment_player_panel@comment.linked_comment_player_panel": {} - }, - { - "spacing_gap@feed_common.spacing_gap": { - "size": [ 2, "100%" ] - } - }, - { - "platform_icon@feed_common.platform_icon_panel": { - "$icon_offset": [0, 4] - } - }, - { - "like_options_comment_feed_stack_panel@comment.like_options_comment_feed_stack_panel": {} - } - ] - }, - - - "like_options_stack_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ 300, 27 ], - "$collection_binding_name": "feed_collection", - "controls": [ - { - "like_button@feed_common.like_button": { - "$button_mapping_id": "button.like_button", - "$is_like_visible": "#comment_like_icon_visible", - "$focus_id": "like_button_id", - "$focus_override_left": "FOCUS_OVERRIDE_STOP", - "$focus_override_right": "options_button_id", - "bindings": [ - { - "binding_type": "collection_details", - "binding_collection_name": "$collection_binding_name" - } - ] - } - }, - { - - "options_button@feed_common.options_button": { - "$button_mapping_id": "button.comment_options", - "$focus_id": "options_button_id", - "$focus_override_left": "like_button_id", - "$focus_override_right": "FOCUS_OVERRIDE_STOP" - } - } - ] - }, - - "like_options_comment_feed_stack_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ 140, 50 ], - "anchor_to": "top_right", - "anchor_from": "top_right", - "controls": [ - { - "like_button@feed_common.like_button": { - "anchor_from": "top_right", - "anchor_to": "top_right", - "$button_mapping_id": "button.comment_grid_like", - "$is_like_visible": "#commentfeed_like_icon_visible", - "$focus_id": "like_button_comment_id", - "$focus_override_left": "FOCUS_OVERRIDE_STOP", - "$focus_override_right": "options_button_comment_id", - "bindings": [ - { - "binding_type": "collection_details", - "binding_collection_name": "$collection_binding_name" - } - ] - } - }, - { - "options_button_comment@feed_common.options_button": { - "$button_mapping_id": "button.comment_feed_options", - "$focus_id": "options_button_comment_id", - "$focus_override_left": "like_button_comment_id", - "$focus_override_right": "FOCUS_OVERRIDE_STOP", - "bindings": [ - { - "binding_type": "collection_details", - "binding_collection_name": "$collection_binding_name" - } - ] - } - } - ] - }, - - - "feed_item_content_details_stack_panel": { - "type": "stack_panel", - "orientation": "vertical", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ 140, 155 ], - "controls": [ - { - "author_player_panel@comment.author_player_panel": { - "bindings": [ - { - "binding_name": "(not #is_author_linked_account)", - "binding_name_override": "#visible" - } - ] - } - - }, - { - "linked_author_player_panel@comment.linked_account_author_player_panel": { - "visible": false, - "bindings": [ - { - "binding_name": "#is_author_linked_account", - "binding_name_override": "#visible" - } - ] - } - }, - { - "spacing_gap@feed_common.spacing_gap": { - "size": [ "100%", 5 ], - "visible": false, - "bindings": [ - { - "binding_name": "#is_author_linked_account", - "binding_name_override": "#visible" - } - ] - } - }, - { - "comment_text_instance@feed_common.item_label": { - "size": [ 200, "default" ], - "font_size": "normal", - "text": "#content", - "anchor_to": "top_left", - "anchor_from": "top_left", - "bindings": [ - { - "binding_name": "#content" - }, - { - "binding_name": "#text_visible", - "binding_name_override": "#visible" - } - ] - } - }, - { - "spacing_gap_02@feed_common.spacing_gap": { - "size": [ "100%", 5 ], - "visible": false, - "bindings": [ - { - "binding_name": "#is_author_linked_account", - "binding_name_override": "#visible" - } - ] - } - }, - { - "like_comment_label_instance@feed_common.item_label": { - "size": [ "default", 10 ], - "font_size": "normal", - "alpha": 0.5, - "text": "#likes_and_comments", - "bindings": [ - { - "binding_name": "#likes_and_comments", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - }, - { - "like_options_stack_panel@comment.like_options_stack_panel": {} - }, - { - "comment_text_panel@comment.comment_text_panel": {} - } - ] - }, - - //-------------------------------------------------------------------------------- - // Common Controls - //-------------------------------------------------------------------------------- - - "comment_image": { - "type": "image", - "texture": "#screenshot_texture", - "texture_file_system": "#screenshot_texture_source", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "100%" ], - "bindings": [ - { - "binding_name": "#screenshot_texture", - "binding_name_override": "#texture", - "binding_type": "global" - }, - { - "binding_name": "#screenshot_texture_source", - "binding_name_override": "#texture_file_system", - "binding_type": "global" - } - ] - }, - - "textpost_content": { - "type": "label", - "color": "$f_color_format", - "text": "#textpost_content", - "anchor_from": "center", - "anchor_to": "center", - "size": [ "80%", "default" ], - "text_alignment": "center", - "layer": 1, - "font_type": "smooth", - "bindings": [ - { - "binding_name": "#textpost_content" - }, - { - "binding_name": "#textpost_visible", - "binding_name_override": "#visible" - } - ] - }, - - "image_panel": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "offset": [ 0, 30 ], - "controls": [ - { - "comment_image_instance@comment.comment_image": {} - }, - { "textpost_content@comment.textpost_content": {} } - ] - }, - - "submit_icon": { - "type": "image", - "texture": "textures/ui/send_icon", - "size": [ 11, 11 ] - }, - - "comment_text_box@common.transparent_text_edit_box": { - "size": [ "100%", 25 ], - "max_length": 350, - "anchor_from": "top_left", - "anchor_to": "top_left", - "$text_box_name": "comment_text_box", - "$text_edit_box_content_binding_name": "#comment_box_text", - "$box_texture": "textures/ui/imagetaggedcornerborder", - "$place_holder_text": "comment.commentplaceholder", - "$place_holder_text_color": [ 0.5412, 0.5373, 0.5412, 1.0 ], - "$place_holder_text_hover_color": [ 1.0, 1.0, 1.0, 1.0 ], - "bindings": [ - { - "binding_name": "#comment_text_box" - } - ] - }, - - "comment_text_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ "85%", 25 ], - "anchor_from": "top_left", - "anchor_to": "top_left", - "controls": [ - { - "comment_text_box@comment.comment_text_box": { - "$focus_id": "comment_text_box", - "$focus_override_left": "FOCUS_OVERRIDE_STOP", - "$focus_override_right": "submit_button" - } - }, - { - "submit_button@comment.submit_button": { - "$focus_id": "submit_button" - } - } - ] - }, - - "submit_button@feed_common.feed_button": { - "layer": 10, - "size": [ 25, 25 ], - "anchor_from": "top_right", - "anchor_to": "top_right", - "$pressed_button_name": "button.submit_comment", - "$button_content": "comment.submit_icon" - }, - - //-------------------------------------------------------------------------------- - // player related - //-------------------------------------------------------------------------------- - - "player_gamer_pic": { - "type": "image", - "$texture_path|default": "#gamerpic_texture", - "$texture_source|default": "#gamerpic_texture_source", - "$is_picture_visible|default": "#gamerpic_visible", - "texture": "$texture_path", - "size": [ 18, 18 ], - "texture_file_system": "$texture_source", - "bindings": [ - { - "binding_name": "$texture_path", - "binding_name_override": "#texture", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - }, - { - "binding_name": "$texture_source", - "binding_name_override": "#texture_file_system", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - }, - { - "binding_name": "$is_picture_visible", - "binding_type": "collection", - "binding_collection_name": "comment_collection", - "binding_name_override": "#visible" - } - ] - }, - - "player_comment_gamer_pic": { - "type": "image", - "$texture_path|default": "#comment_gamerpic_texture", - "$texture_source|default": "#comment_gamerpic_texture_source", - "$is_picture_visible|default": "#comment_gamerpic_visible", - "texture": "$texture_path", - "size": [ 18, 18 ], - "texture_file_system": "$texture_source", - "bindings": [ - { - "binding_name": "$texture_path", - "binding_name_override": "#texture", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - }, - { - "binding_name": "$texture_source", - "binding_name_override": "#texture_file_system", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - }, - { - "binding_name": "$is_picture_visible", - "binding_type": "collection", - "binding_collection_name": "comment_collection", - "binding_name_override": "#visible" - } - ] - }, - - "player_platform_pic@comment.player_gamer_pic": { - "$texture_path": "#platform_profile_pic_texture", - "$texture_source": "#platform_profile_pic_texture_source", - "$is_picture_visible": "#platform_pic_visible" - }, - - "player_comment_platform_pic@comment.player_comment_gamer_pic": { - "$texture_path": "#comment_platform_profile_pic_texture", - "$texture_source": "#comment_platform_profile_pic_texture_source", - "$is_picture_visible": "#comment_platform_pic_visible" - }, - - "player_gamerpic_panel": { - "type": "panel", - "size": [ 20, 20 ], - "controls": [ - { - "player_gamer_pic_instance@comment.player_gamer_pic": { - "layer": 0 - } - } - ] - }, - - "player_pic_panel": { - "type": "panel", - "size": [ 20, 20 ], - "controls": [ - { - "player_gamer_pic_instance@comment.player_gamer_pic": { - "layer": 0 - } - }, - { - "bevel_bg@feed_common.player_pic_bevel": { - "layer": 1 - } - } - ] - }, - - "player_comment_gamerpic_panel": { - "type": "panel", - "size": [ 20, 20 ], - "controls": [ - { - "player_gamer_pic_instance@comment.player_comment_gamer_pic": { - "layer": 0 - } - } - ] - }, - - - "player_comment_pic_panel": { - "type": "panel", - "size": [ 20, 20 ], - "controls": [ - { - "player_gamer_pic_instance@comment.player_comment_gamer_pic": { - "layer": 0 - } - }, - { - "bevel_bg@feed_common.player_pic_bevel": { - "layer": 1 - } - } - ] - }, - - "player_platform_pic_panel": { - "type": "panel", - "size": [ 20, 20 ], - "controls": [ - { - "player_platform_pic_instance@comment.player_platform_pic": { - "layer": 0 - } - }, - { - "bevel_bg@feed_common.player_pic_bevel": { - "layer": 1 - } - } - ] - }, - - - "player_comment_platform_pic_panel": { - "type": "panel", - "size": [ 20, 20 ], - "controls": [ - { - "player_platform_pic_instance@comment.player_comment_platform_pic": { - "layer": 0 - } - }, - { - "bevel_bg@feed_common.player_pic_bevel": { - "layer": 1 - } - } - ] - }, - - "author_linked_accounts_pics": { - "type": "stack_panel", - "orientation": "vertical", - "$platform_account|default": "comment.player_platform_pic_panel", - "$xboxlive_account|default": "comment.player_pic_panel", - - "size": [ 20, 45 ], - "controls": [ - { - "player_platform_pic_panel_instance@$platform_account": { - } - }, - { - "account_link_icon@feed_common.account_link_icon": { - } - }, - { - "player_gamerpic_panel_instance@$xboxlive_account": {} - } - ] - }, - - "linked_accounts_comment_pics@comment.author_linked_accounts_pics": { - "$platform_account": "comment.player_comment_platform_pic_panel", - "$xboxlive_account": "comment.player_comment_pic_panel" - }, - - "author_player_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ "100%", 25 ], - "controls": [ - { - "player_pic_panel_instance@comment.player_gamerpic_panel": {} - }, - { - "spacing_gap_02@feed_common.spacing_gap": { - "size": [ 5, "100%" ] - } - }, - { - "author_gamertag_panel@comment.author_gamertag_panel": {} - } - ] - }, - - "linked_account_author_player_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ "100%", 45 ], - "controls": [ - { - "player_pic_panel_instance@comment.author_linked_accounts_pics": { - - } - }, - { - "spacing_gap_02@feed_common.spacing_gap": { - "size": [ 5, "100%" ] - } - }, - { - "author_gamertag_panel@comment.author_linked_account_tags_panel": { - - } - }, - { - "spacing_gap_01@feed_common.spacing_gap": { - "size": [ 2, "100%" ] - } - }, - { - "platform_icon@feed_common.platform_icon_panel": { - - } - } - ] - }, - - - "comment_player_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ 140, 50 ], - "controls": [ - { - "player_pic_panel_instance@comment.player_comment_gamerpic_panel": {} - }, - { - "spacing_gap@feed_common.spacing_gap": { - "size": [ 5, "100%" ] - } - }, - { - "comment_gamertag_panel@comment.comment_gamertag_panel": {} - } - ] - }, - - "linked_comment_player_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ 125, 50 ], - "controls": [ - { - "player_pic_panel_instance@comment.linked_accounts_comment_pics": {} - }, - { - "spacing_gap@feed_common.spacing_gap": { - "size": [ 5, "100%" ] - } - }, - { - "comment_gamertag_panel@comment.comment_linked_account_tags_panel": {} - } - ] - }, - - "comment_linked_account_tags_panel": { - "type": "stack_panel", - "orientation": "vertical", - "size": [ "50%", "100%" ], - "controls": [ - { - "feed_platformtag_instance@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "text": "#comment_platform_tag", - "bindings": [ - { - "binding_name": "#comment_platform_tag", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - }, - { - "spacing_gap_04": { - "type": "panel", - "size": [ "100%", 15 ] - } - }, - { - "comment_gamertag_instance@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "text": "#comment_gamertag", - "bindings": [ - { - "binding_name": "#comment_gamertag", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - }, - { - "spacing_gap@feed_common.spacing_gap": { - "size": [ "100%", 2 ] - } - }, - { - "grid_comment_timesince@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "alpha": 0.5, - "text": "#likes_and_time_since_comment_post", - "bindings": [ - { - "binding_name": "#likes_and_time_since_comment_post", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - } - ] - }, - - "comment_gamertag_panel": { - "type": "stack_panel", - "orientation": "vertical", - "size": [ "50%", "100%" ], - "controls": [ - { - "comment_gamertag_instance@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "text": "#comment_gamertag", - "bindings": [ - { - "binding_name": "#comment_gamertag", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - }, - { - "spacing_gap@feed_common.spacing_gap": { - "size": [ "100%", 2 ] - } - }, - { - "grid_comment_timesince@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "alpha": 0.5, - "text": "#likes_and_time_since_comment_post", - "bindings": [ - { - "binding_name": "#likes_and_time_since_comment_post", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - } - ] - }, - - "author_gamertag_panel": { - "type": "stack_panel", - "orientation": "vertical", - "size": [ 140, "100%" ], - "controls": [ - { - "author_gamertag_instance@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "text": "#author_gamertag", - "bindings": [ - { - "binding_name": "#author_gamertag", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - }, - { - "feed_item_timesince@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "alpha": 0.5, - "text": "#time_since_feed_post", - "bindings": [ - { - "binding_name": "#time_since_feed_post", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - } - ] - }, - - "author_linked_account_tags_panel": { - "type": "stack_panel", - "orientation": "vertical", - "size": [ "70%", "100%" ], - "controls": [ - { - "feed_platformtag_instance@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "text": "#author_platform_tag", - "bindings": [ - { - "binding_name": "#author_platform_tag", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - }, - { - "spacing_gap_04": { - "type": "panel", - "size": [ "100%", 15 ] - } - }, - { - "author_gamertag_instance@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "text": "#author_gamertag", - "bindings": [ - { - "binding_name": "#author_gamertag", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - }, - { - "spacing_gap@feed_common.spacing_gap": { - "size": [ "100%", 2 ] - } - }, - { - "feed_item_timesince@feed_common.item_label": { - "size": [ "100%", 10 ], - "font_size": "normal", - "alpha": 0.5, - "text": "#time_since_feed_post", - "bindings": [ - { - "binding_name": "#time_since_feed_post", - "binding_type": "collection", - "binding_collection_name": "comment_collection" - } - ] - } - } - ] - }, - //-------------------------------------------------------------------------------- - // Root Controls - //-------------------------------------------------------------------------------- - - - - "content": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "100%" ], - "offset": [ 5, 0 ], - "controls": [ - { - "top_bar_gradient@feed_common.top_bar_gradient": { - "size": [ "100%", "8%" ], - "anchor_from": "top_middle", - "anchor_to": "top_middle", - "offset": [ -5, 0 ], - "layer": 3 - } - }, - { - "return_button@feed_common.return_button": { - "$return_label_text": "feed.goToFeed", - "$close_button_to_button_id|default": "button.close_comments", - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "$close_button_to_button_id", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "$close_button_to_button_id", - "mapping_type": "focused" - } - ] - } - }, - { - "comments@feed_common.title_label": { - "text": "feed.comments", - "layer": 3 - } - }, - { - "image_panel_instance@comment.image_panel": { - "size": [ "50%", "50%" ] - } - }, - { - "comment_item_scrolling_panel@comment.comment_item_scrolling_panel": {} - }, - { - "gamepad_helpers@feed_common.gamepad_helpers": {} - }, - { - "popup_dialog_factory_options_comment": { - "type": "factory", - "control_ids": { - "options": "@comment.popup_dialog__options" - } - } - }, - { - "popup_dialog_factory_options_comment_feed": { - "type": "factory", - "control_ids": { - "options": "@comment.popup_dialog__options_comment" - } - } - } - - ] - }, - - "comment_screen@common.base_screen": { - "button_mappings": [ - { - "from_button_id": "button.menu_cancel", - "to_button_id": "button.menu_exit", - "mapping_type": "global" - }, - { - "from_button_id": "button.menu_tab_right", - "to_button_id": "button.comment_next_button", - "mapping_type": "global" - }, - { - "from_button_id": "button.menu_tab_left", - "to_button_id": "button.comment_prev_button", - "mapping_type": "global" - }, - { - "from_button_id": "button.menu_up", - "to_button_id": "button.menu_up", - "mapping_type": "global", - "scope": "view" - }, - { - "from_button_id": "button.menu_down", - "to_button_id": "button.menu_down", - "mapping_type": "global", - "scope": "view" - }, - { - "from_button_id": "button.menu_left", - "to_button_id": "button.menu_left", - "mapping_type": "global", - "scope": "view" - }, - { - "from_button_id": "button.menu_right", - "to_button_id": "button.menu_right", - "mapping_type": "global", - "scope": "view" - } - ], - "$default_text_color": [ 0.3, 0.3, 0.3 ], - "$screen_content": "comment.comment_screen_content" - }, - - "comment_screen_content@common.common_panel": { - "type": "panel", - "controls": [ - { - "transparent_background@feed_common.transparent_background": {} - }, - { - "container": { - "type": "panel", - "size": [ "100%", "100%" ], - "layer": 1, - "controls": [ - { "content@comment.content": {} } - ] - } - } - ] - } -} diff --git a/resource_pack/ui/crafter_screen_pocket.json b/resource_pack/ui/crafter_screen_pocket.json index b5da603ae..7dc44286b 100644 --- a/resource_pack/ui/crafter_screen_pocket.json +++ b/resource_pack/ui/crafter_screen_pocket.json @@ -509,8 +509,7 @@ }, { "gamepad_cursor@common.gamepad_cursor_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/csb_screen.json b/resource_pack/ui/csb_screen.json index a0fddf596..575018a4b 100644 --- a/resource_pack/ui/csb_screen.json +++ b/resource_pack/ui/csb_screen.json @@ -624,6 +624,46 @@ "full_width_section_divider@common.section_divider": { "$divider_size": [ "100%", 1 ] - } + }, + + "tts_activate_sibling@common.button": { + "sound_volume": 1.0, + "size": [ "100%sm", "100%sm" ], + "$pressed_button_name": "button.focus_filler", + "$button_tts_name": "", + "focus_enabled": true, + "tts_inherit_siblings": true, + "controls": [ + { + "default@csb.label_hover": { + "$visible_hover": false + } + }, + { + "pressed@csb.label_hover": { + "$visible_hover": true + } + }, + { + "hover@csb.label_hover": { + "$visible_hover": true + } + } + ] + }, + "label_hover": { + "type": "panel", + "size": [ "100%", "100%" ], + "$visible_hover|default": true, + "controls": [ + { + "hover@common.focus_border_white": { + "size": [ "100%", "100%" ], + "offset": [ 0, 2 ], + "visible": "$visible_hover" + } + } + ] + } } diff --git a/resource_pack/ui/csb_sections/content_section.json b/resource_pack/ui/csb_sections/content_section.json index 912fd8d6a..4030b4463 100644 --- a/resource_pack/ui/csb_sections/content_section.json +++ b/resource_pack/ui/csb_sections/content_section.json @@ -16,6 +16,12 @@ "size": [ "100%", 15 ], "$gradient_content": "csb_content.popular_packs_label" } + }, + { + "tts_border@csb.tts_activate_sibling": { + "size": [ "100%sm", "100%sm + 2px" ], + "offset": [ 0, -2 ] + } } ] } @@ -221,7 +227,7 @@ { "description_nesting_panel": { "type": "panel", - "size": [ "fill", "100%c" ], + "size": [ "fill", "100%cm - 2px" ], "min_size": [ "fill", 14 ], "controls": [ { @@ -234,6 +240,12 @@ "font_type": "smooth", "layer": 2 } + }, + { + "tts_border@csb.tts_activate_sibling": { + "size": [ "100%sm + 2px", "100%sm + 2px" ], + "offset": [ -1, -2 ] + } } ] } @@ -486,12 +498,13 @@ "content_description": { "type": "panel", - "size": [ "100%", "100%c" ], + "size": [ "100%", "100%cm - 2px" ], "controls": [ { "content_description_label": { "type": "label", - "size": [ "100%", "default" ], + "size": [ "100% - 1px", "default" ], + "offset": [ 1, 0 ], "text": "#content_section_text", "color": "$body_text_color", "font_type": "smooth", @@ -503,6 +516,12 @@ } ] } + }, + { + "tts_border@csb.tts_activate_sibling": { + "size": [ "100%sm", "100%sm + 2px" ], + "offset": [ 0, -2 ] + } } ] } diff --git a/resource_pack/ui/csb_sections/csb_banner.json b/resource_pack/ui/csb_sections/csb_banner.json index 2c32cdc98..76dc67bd3 100644 --- a/resource_pack/ui/csb_sections/csb_banner.json +++ b/resource_pack/ui/csb_sections/csb_banner.json @@ -110,7 +110,9 @@ { "offer": { "type": "label", - "size": [ "default", "default" ], + "ignored": "$pocket_screen", + "size": [ "100%", "default" ], + "max_size": [ "100%", "100%" ], "anchor_from": "center", "anchor_to": "center", "color": "$store_white_text_color", @@ -235,12 +237,14 @@ { "offer_panel": { "type": "panel", - "size": [ "fill", "100%" ], + "size": [ "fill", "100%" ], "controls": [ { "offer": { "type": "label", - "size": [ "default", "default" ], + "ignored": "$pocket_screen", + "size": [ "100%", "default" ], + "max_size": [ "100%", "100%" ], "anchor_from": "center", "anchor_to": "center", "color": "$store_white_text_color", diff --git a/resource_pack/ui/csb_sections/csb_buy_now_screen.json b/resource_pack/ui/csb_sections/csb_buy_now_screen.json index ef2b6bb3b..6fcacf69d 100644 --- a/resource_pack/ui/csb_sections/csb_buy_now_screen.json +++ b/resource_pack/ui/csb_sections/csb_buy_now_screen.json @@ -70,12 +70,12 @@ "content_description": { "type": "panel", - "size": [ "100%", "100%c" ], + "size": [ "100%", "100%cm" ], "controls": [ { "content_description_label": { "type": "label", - "size": [ "100%", "default" ], + "size": [ "100% - 4px", "default" ], "text": "#platform_terms_text", "color": "$body_text_color", "font_type": "smooth", @@ -85,6 +85,12 @@ } ] } + }, + { + "tts_hover@csb.tts_activate_sibling": { + "size": [ "100%", "100%sm" ], + "offset": [ 0, -2 ] + } } ] }, @@ -109,14 +115,28 @@ }, { "description_text": { - "type": "label", - "text": "#trial_desciption_text", - "color": "$store_white_text_color", - "size": [ "fill", "default" ], - "font_type": "smooth", - "bindings": [ + "type": "panel", + "size": [ "fill", "100%cm" ], + "controls": [ + { + "descriptions_label": { + "type": "label", + "text": "#trial_desciption_text", + "color": "$store_white_text_color", + "size": [ "100% - 2px", "default" ], + "font_type": "smooth", + "bindings": [ + { + "binding_name": "#trial_desciption_text" + } + ] + } + }, { - "binding_name": "#trial_desciption_text" + "tts_hover@csb.tts_activate_sibling": { + "size": [ "100%", "100%sm" ], + "offset": [ 0, -2 ] + } } ] } @@ -125,15 +145,32 @@ }, "title_text": { - "type": "label", - "size": [ "100% - 4px", "default" ], - "text": "#buy_now_banner_text", - "color": "$light_button_default_text_color", - "bindings": [ + "type": "panel", + "size": [ "100% - 4px", "100%" ], + "controls": [ { - "binding_name": "#buy_now_banner_text" + "inner_text": { + "type": "label", + "size": [ "100%", "default" ], + "text": "#buy_now_banner_text", + "color": "$light_button_default_text_color", + "bindings": [ + { + "binding_name": "#buy_now_banner_text" + } + ] + } + }, + { + "tts_hover@csb.tts_activate_sibling": { + "size": [ "100% + 4px", "100%" ], + "anchor_from": "left_middle", + "anchor_to": "left_middle", + "offset": [ -2, -2 ] + } } ] + }, "description_stack": { @@ -236,7 +273,8 @@ "checkbox_control@settings_common.checkbox_with_highlight_and_label": { "$toggle_name": "#agree_terms_and_conditions", "$checkbox_label_text": "csbCreateScreen.termsAndConditionsAgree", - "$checkbox_label_font_type": "smooth" + "$checkbox_label_font_type": "smooth", + "$tts_section_header": "csbCreateScreen.termsAndConditionsHeader" } } ] @@ -244,12 +282,14 @@ }, { "view_terms_button@csb_buy.view_terms_button": { - "size": [ "fill", "100%" ] + "size": [ "fill", "100%" ], + "$tts_section_header": "csbCreateScreen.termsAndConditionsHeader" } }, { "privacy_policy_button@csb_buy.privacy_policy_button": { - "size": [ "fill", "100%" ] + "size": [ "fill", "100%" ], + "$tts_section_header": "csbCreateScreen.termsAndConditionsHeader" } } ] diff --git a/resource_pack/ui/csb_sections/faq_section.json b/resource_pack/ui/csb_sections/faq_section.json index cb3c5dca8..aa10f8359 100644 --- a/resource_pack/ui/csb_sections/faq_section.json +++ b/resource_pack/ui/csb_sections/faq_section.json @@ -100,6 +100,7 @@ "image_left_faq_question_body@common_buttons.text_body_focus_border_for_controller_button": { "$text_control": "csb_faq.faq_question_body", "$text_control_size": [ "100%", "100%cm" ], + "$tts_section_header": "store.csb.faq.header", "$question_body_controls": [ { "faq_question_body_horz_padding_1@csb_faq.faq_question_body_horz_padding": {} @@ -122,6 +123,7 @@ "image_right_faq_question_body@common_buttons.text_body_focus_border_for_controller_button": { "$text_control": "csb_faq.faq_question_body", "$text_control_size": [ "100%", "100%cm" ], + "$tts_section_header": "store.csb.faq.header", "$question_body_controls": [ { "faq_question_body_horz_padding_1@csb_faq.faq_question_body_horz_padding": {} @@ -144,6 +146,7 @@ "image_left_faq_price_bound@common_buttons.text_body_focus_border_for_controller_button": { "$text_control": "csb_faq.faq_question_body", "$text_control_size": [ "100%", "100%cm" ], + "$tts_section_header": "store.csb.faq.header", "$question_body_controls": [ { "faq_question_body_horz_padding_1@csb_faq.faq_question_body_horz_padding": {} @@ -166,6 +169,7 @@ "image_right_faq_price_bound@common_buttons.text_body_focus_border_for_controller_button": { "$text_control": "csb_faq.faq_question_body", "$text_control_size": [ "100%", "100%cm" ], + "$tts_section_header": "store.csb.faq.header", "$question_body_controls": [ { "faq_question_body_horz_padding_1@csb_faq.faq_question_body_horz_padding": {} diff --git a/resource_pack/ui/csb_sections/landing_section.json b/resource_pack/ui/csb_sections/landing_section.json index d7f261a97..8440866e7 100644 --- a/resource_pack/ui/csb_sections/landing_section.json +++ b/resource_pack/ui/csb_sections/landing_section.json @@ -100,6 +100,12 @@ "size": [ "100% - 6px", 20 ], "$gradient_content": "csb_landing.free_trial_text" } + }, + { + "tts_hover@csb.tts_activate_sibling": { + "size": [ "100% - 2px", "100%sm" ], + "offset": [0, -2] + } } ], "bindings": [ @@ -120,6 +126,12 @@ "size": [ "100% - 6px", 20 ], "$gradient_content": "csb_landing.subscription_includes_text" } + }, + { + "tts_hover@csb.tts_activate_sibling": { + "size": [ "100% - 2px", "100%sm" ], + "offset": [ 0, -2 ] + } } ], "bindings": [ @@ -177,7 +189,7 @@ "size": [ "100%", "15%x" ], "texture": "textures/ui/csb_title" } - } + } // Do we want this to have TTS? It is text, just in an image. ] } }, @@ -238,13 +250,11 @@ "info_section_text_1@csb_landing.info_section_text": { "controls": [ { - "info_section_text": { - "type": "label", - "text": "#landing_info_text", - "font_type": "smooth", - "color": "$store_white_text_color", - "size": [ "100%", "default" ], - "bindings": [ + "info_section_text@csb_landing.info_text_unbulletted": { + "size": [ "100% - 4px", "100%cm" ], + "anchor_to": "top_left", + "$info_text_line": "#landing_info_text", + "$text_bindings": [ { "binding_name": "#landing_info_text" } @@ -403,13 +413,12 @@ } }, { - "info_text_bullet_body": { - "type": "label", - "text": "$info_text_line", - "size": [ "fill", "default" ], - "font_type": "smooth", - "color": "$store_white_text_color", - "bindings": "$text_bindings" + "info_text_bullet_body@csb_landing.info_text_body": {} + }, + { + "bullet_spacer_end": { + "type": "panel", + "size": [ 4, "100%c" ] } } ] @@ -418,21 +427,37 @@ "info_text_unbulletted": { "type": "panel", "size": [ "100%", "100%cm" ], + "$text_bindings|default": [], + "controls": [ + { + "info_text_bullet_body@csb_landing.info_text_body": { + "size": [ "100%", "100%cm" ] + } + } + ] + }, + + "info_text_body": { + "type": "panel", + "size": [ "fill", "100%cm" ], "controls": [ { - "info_text_bullet_body": { + "text_body": { "type": "label", "text": "$info_text_line", "size": [ "100%", "default" ], "font_type": "smooth", "color": "$store_white_text_color", - "bindings": [ - { - "binding_name": "$info_text_line" - } - ] + "bindings": "$text_bindings" + } + }, + { + "tts_border@csb.tts_activate_sibling": { + "size": [ "100%sm + 2px", "100%sm + 2px" ], + "offset": [ 0, -2 ] } } ] + } } diff --git a/resource_pack/ui/enchanting_screen.json b/resource_pack/ui/enchanting_screen.json index 5ffbb7236..21c10c7b3 100644 --- a/resource_pack/ui/enchanting_screen.json +++ b/resource_pack/ui/enchanting_screen.json @@ -403,8 +403,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, "enchanting_screen@common.inventory_screen_common": { diff --git a/resource_pack/ui/enchanting_screen_pocket.json b/resource_pack/ui/enchanting_screen_pocket.json index 4af537604..2469de081 100644 --- a/resource_pack/ui/enchanting_screen_pocket.json +++ b/resource_pack/ui/enchanting_screen_pocket.json @@ -655,8 +655,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } diff --git a/resource_pack/ui/encyclopedia_screen.json b/resource_pack/ui/encyclopedia_screen.json index 222350b12..b18afd457 100644 --- a/resource_pack/ui/encyclopedia_screen.json +++ b/resource_pack/ui/encyclopedia_screen.json @@ -37,51 +37,52 @@ { "farming_button@encyclopedia.farming_button": { "$toggle_group_forced_index": 10 } }, { "fireworks_button@encyclopedia.fireworks_button": { "$toggle_group_forced_index": 11 } }, { "fishing_button@encyclopedia.fishing_button": { "$toggle_group_forced_index": 12 } }, - { "mounts_button@encyclopedia.mounts_button": { "$toggle_group_forced_index": 13 } }, - { "navigation_button@encyclopedia.navigation_button": { "$toggle_group_forced_index": 14 } }, - { "nether_portals_button@encyclopedia.nether_portals_button": { "$toggle_group_forced_index": 15 } }, - { "pets_button@encyclopedia.pets_button": { "$toggle_group_forced_index": 16 } }, - { "raids_button@encyclopedia.raids_button": { "$toggle_group_forced_index": 17 } }, - { "ranching_button@encyclopedia.ranching_button": { "$toggle_group_forced_index": 18 } }, - { "scaffolding_button@encyclopedia.scaffolding_button": { "$toggle_group_forced_index": 19 } }, - { "structure_blocks_button@encyclopedia.structure_blocks_button": { "$toggle_group_forced_index": 20 } }, - { "tools_button@encyclopedia.tools_button": { "$toggle_group_forced_index": 21 } }, - { "transportation_button@encyclopedia.transportation_button": { "$toggle_group_forced_index": 22 } }, - { "trading_button@encyclopedia.trading_button": { "$toggle_group_forced_index": 23 } }, - { "weapons_button@encyclopedia.weapons_button": { "$toggle_group_forced_index": 24 } }, + { "jigsaw_blocks_button@encyclopedia.jigsaw_blocks_button": { "$toggle_group_forced_index": 13 } }, + { "mounts_button@encyclopedia.mounts_button": { "$toggle_group_forced_index": 14 } }, + { "navigation_button@encyclopedia.navigation_button": { "$toggle_group_forced_index": 15 } }, + { "nether_portals_button@encyclopedia.nether_portals_button": { "$toggle_group_forced_index": 16 } }, + { "pets_button@encyclopedia.pets_button": { "$toggle_group_forced_index": 17 } }, + { "raids_button@encyclopedia.raids_button": { "$toggle_group_forced_index": 18 } }, + { "ranching_button@encyclopedia.ranching_button": { "$toggle_group_forced_index": 19 } }, + { "scaffolding_button@encyclopedia.scaffolding_button": { "$toggle_group_forced_index": 20 } }, + { "structure_blocks_button@encyclopedia.structure_blocks_button": { "$toggle_group_forced_index": 21 } }, + { "tools_button@encyclopedia.tools_button": { "$toggle_group_forced_index": 22 } }, + { "transportation_button@encyclopedia.transportation_button": { "$toggle_group_forced_index": 23 } }, + { "trading_button@encyclopedia.trading_button": { "$toggle_group_forced_index": 24 } }, + { "weapons_button@encyclopedia.weapons_button": { "$toggle_group_forced_index": 25 } }, { "stands_and_tables_category@how_to_play_common.topic_category": { "$category": "standsAndTables" } }, - { "anvil_button@encyclopedia.anvil_button": { "$toggle_group_forced_index": 25 } }, - { "brewing_stand_button@encyclopedia.brewing_stand_button": { "$toggle_group_forced_index": 26 } }, - { "cauldron_button@encyclopedia.cauldron_button": { "$toggle_group_forced_index": 27 } }, - { "crafting_table_button@encyclopedia.crafting_table_button": { "$toggle_group_forced_index": 28 } }, - { "enchanting_table_button@encyclopedia.enchanting_table_button": { "$toggle_group_forced_index": 29 } }, - { "furnace_button@encyclopedia.furnace_button": { "$toggle_group_forced_index": 30 } }, - { "loom_button@encyclopedia.loom_button": { "$toggle_group_forced_index": 31 } }, - { "smithing_table_button@encyclopedia.smithing_table_button": { "$toggle_group_forced_index": 32 } }, + { "anvil_button@encyclopedia.anvil_button": { "$toggle_group_forced_index": 26 } }, + { "brewing_stand_button@encyclopedia.brewing_stand_button": { "$toggle_group_forced_index": 27 } }, + { "cauldron_button@encyclopedia.cauldron_button": { "$toggle_group_forced_index": 28 } }, + { "crafting_table_button@encyclopedia.crafting_table_button": { "$toggle_group_forced_index": 29 } }, + { "enchanting_table_button@encyclopedia.enchanting_table_button": { "$toggle_group_forced_index": 30 } }, + { "furnace_button@encyclopedia.furnace_button": { "$toggle_group_forced_index": 31 } }, + { "loom_button@encyclopedia.loom_button": { "$toggle_group_forced_index": 32 } }, + { "smithing_table_button@encyclopedia.smithing_table_button": { "$toggle_group_forced_index": 33 } }, { "redstone_engineering_category@how_to_play_common.topic_category": { "$category": "redstoneEngineering" } }, - { "droppers_button@encyclopedia.droppers_button": { "$toggle_group_forced_index": 33 } }, - { "dispensers_button@encyclopedia.dispensers_button": { "$toggle_group_forced_index": 34 } }, - { "hoppers_button@encyclopedia.hoppers_button": { "$toggle_group_forced_index": 35 } }, - { "jukebox_button@encyclopedia.jukebox_button": { "$toggle_group_forced_index": 36 } }, - { "redstone_button@encyclopedia.redstone_button": { "$toggle_group_forced_index": 37 } }, + { "droppers_button@encyclopedia.droppers_button": { "$toggle_group_forced_index": 34 } }, + { "dispensers_button@encyclopedia.dispensers_button": { "$toggle_group_forced_index": 35 } }, + { "hoppers_button@encyclopedia.hoppers_button": { "$toggle_group_forced_index": 36 } }, + { "jukebox_button@encyclopedia.jukebox_button": { "$toggle_group_forced_index": 37 } }, + { "redstone_button@encyclopedia.redstone_button": { "$toggle_group_forced_index": 38 } }, { "the_end_dimension_category@how_to_play_common.topic_category": { "$category": "theEndDimension" } }, - { "the_end_button@encyclopedia.the_end_button": { "$toggle_group_forced_index": 38 } }, - { "eye_of_ender_button@encyclopedia.eye_of_ender_button": { "$toggle_group_forced_index": 39 } }, - { "end_cities_button@encyclopedia.end_cities_button": { "$toggle_group_forced_index": 40 } }, - { "elytra_button@encyclopedia.elytra_button": { "$toggle_group_forced_index": 41 } }, - { "shulker_boxes_button@encyclopedia.shulker_boxes_button": { "$toggle_group_forced_index": 42 } }, + { "the_end_button@encyclopedia.the_end_button": { "$toggle_group_forced_index": 39 } }, + { "eye_of_ender_button@encyclopedia.eye_of_ender_button": { "$toggle_group_forced_index": 40 } }, + { "end_cities_button@encyclopedia.end_cities_button": { "$toggle_group_forced_index": 41 } }, + { "elytra_button@encyclopedia.elytra_button": { "$toggle_group_forced_index": 42 } }, + { "shulker_boxes_button@encyclopedia.shulker_boxes_button": { "$toggle_group_forced_index": 43 } }, { "options_and_cheats_category@how_to_play_common.topic_category": { "$category": "optionsAndCheats" } }, - { "game_settings_button@encyclopedia.game_settings_button": { "$toggle_group_forced_index": 43 } }, - { "difficulty_button@encyclopedia.difficulty_button": { "$toggle_group_forced_index": 44 } }, - { "adventure_mode_button@encyclopedia.adventure_mode_button": { "$toggle_group_forced_index": 45 } }, - { "creative_mode_button@encyclopedia.creative_mode_button": { "$toggle_group_forced_index": 46 } }, - { "commands_button@encyclopedia.commands_button": { "$toggle_group_forced_index": 47 } }, - { "host_and_player_options_button@encyclopedia.host_and_player_options_button": { "$toggle_group_forced_index": 48 } }, - { "command_blocks_button@encyclopedia.command_blocks_button": { "$toggle_group_forced_index": 49 } }, + { "game_settings_button@encyclopedia.game_settings_button": { "$toggle_group_forced_index": 44 } }, + { "difficulty_button@encyclopedia.difficulty_button": { "$toggle_group_forced_index": 45 } }, + { "adventure_mode_button@encyclopedia.adventure_mode_button": { "$toggle_group_forced_index": 46 } }, + { "creative_mode_button@encyclopedia.creative_mode_button": { "$toggle_group_forced_index": 47 } }, + { "commands_button@encyclopedia.commands_button": { "$toggle_group_forced_index": 48 } }, + { "host_and_player_options_button@encyclopedia.host_and_player_options_button": { "$toggle_group_forced_index": 49 } }, + { "command_blocks_button@encyclopedia.command_blocks_button": { "$toggle_group_forced_index": 50 } }, { "realms_category@how_to_play_common.topic_category": { @@ -91,7 +92,7 @@ }, { "realms_stories_button@encyclopedia.realms_stories_button": { - "$toggle_group_forced_index": 50, + "$toggle_group_forced_index": 51, "ignored": "$education_edition" } }, @@ -104,37 +105,37 @@ }, { "minecoins_button@encyclopedia.minecoins_button": { - "$toggle_group_forced_index": 51, + "$toggle_group_forced_index": 52, "ignored": "$education_edition" } }, { "addons_button@encyclopedia.addons_button": { - "$toggle_group_forced_index": 52, + "$toggle_group_forced_index": 53, "ignored": "$education_edition" } }, { "worlds_button@encyclopedia.worlds_button": { - "$toggle_group_forced_index": 53, + "$toggle_group_forced_index": 54, "ignored": "$education_edition" } }, { "textures_button@encyclopedia.textures_button": { - "$toggle_group_forced_index": 54, + "$toggle_group_forced_index": 55, "ignored": "$education_edition" } }, { "skins_button@encyclopedia.skins_button": { - "$toggle_group_forced_index": 55, + "$toggle_group_forced_index": 56, "ignored": "$education_edition" } }, { "mashups_button@encyclopedia.mashups_button": { - "$toggle_group_forced_index": 56, + "$toggle_group_forced_index": 57, "ignored": "$education_edition" } } @@ -172,6 +173,7 @@ { "farming_section@encyclopedia.farming_section": {} }, { "fireworks_section@encyclopedia.fireworks_section": {} }, { "fishing_section@encyclopedia.fishing_section": {} }, + { "jigsaw@encyclopedia.jigsaw_blocks_section": {} }, { "mounts_section@encyclopedia.mounts_section": {} }, { "navigation_section@encyclopedia.navigation_section": {} }, { "nether_portals_section@encyclopedia.nether_portals_section": {} }, @@ -2332,6 +2334,86 @@ ] }, + "jigsaw_blocks_button@how_to_play_common.section_toggle_button": { + "$section_topic": "jigsawBlocks" + }, + + "jigsaw_blocks_section@how_to_play_common.main_sections": { + "bindings": [ + { + "binding_type": "view", + "source_control_name": "jigsawBlocks_button_toggle", + "source_property_name": "#toggle_state", + "target_property_name": "#visible" + } + ], + "controls": [ + { + "paragraph_1@how_to_play_common.paragraph": { + "$text": "howtoplay.jigsawBlocks.text.1" + } + }, + { "padding_1@how_to_play_common.padding": {} }, + { + "header_1@how_to_play_common.header": { + "$text": "howtoplay.jigsawBlocks.header.1" + } + }, + { + "paragraph_2@how_to_play_common.paragraph": { + "$text": "howtoplay.jigsawBlocks.text.2" + } + }, + { "padding_2@how_to_play_common.padding": {} }, + { + "header_2@how_to_play_common.header": { + "$text": "howtoplay.jigsawBlocks.header.2" + } + }, + { + "paragraph_3@how_to_play_common.paragraph": { + "$text": "howtoplay.jigsawBlocks.text.3" + } + }, + { "padding_3@how_to_play_common.padding": {} }, + { + "paragraph_4@how_to_play_common.paragraph": { + "$text": "howtoplay.jigsawBlocks.text.4" + } + }, + { "padding_4@how_to_play_common.padding": {} }, + { + "paragraph_5@how_to_play_common.paragraph": { + "$text": "howtoplay.jigsawBlocks.text.5" + } + }, + { "padding_5@how_to_play_common.padding": {} }, + { + "paragraph_6@how_to_play_common.paragraph": { + "$text": "howtoplay.jigsawBlocks.text.6" + } + }, + { "padding_6@how_to_play_common.padding": {} }, + { + "paragraph_7@how_to_play_common.paragraph": { + "$text": "howtoplay.jigsawBlocks.text.7" + } + }, + { "padding_7@how_to_play_common.padding": {} }, + { + "paragraph_8@how_to_play_common.paragraph": { + "$text": "howtoplay.jigsawBlocks.text.8" + } + }, + { "padding_8@how_to_play_common.padding": {} }, + { + "paragraph_9@how_to_play_common.paragraph": { + "$text": "howtoplay.jigsawBlocks.text.9" + } + } + ] + }, + "fishing_button@how_to_play_common.section_toggle_button": { "$section_topic": "fishing" }, diff --git a/resource_pack/ui/furnace_screen.json b/resource_pack/ui/furnace_screen.json index 8d74ad316..2bb3678b4 100644 --- a/resource_pack/ui/furnace_screen.json +++ b/resource_pack/ui/furnace_screen.json @@ -227,8 +227,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, "furnace_screen@common.inventory_screen_common": { diff --git a/resource_pack/ui/furnace_screen_pocket.json b/resource_pack/ui/furnace_screen_pocket.json index 7c749b4c8..85ef79c02 100644 --- a/resource_pack/ui/furnace_screen_pocket.json +++ b/resource_pack/ui/furnace_screen_pocket.json @@ -304,8 +304,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } 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/gameplay_common.json b/resource_pack/ui/gameplay_common.json index 75391f3b7..6d94ee188 100644 --- a/resource_pack/ui/gameplay_common.json +++ b/resource_pack/ui/gameplay_common.json @@ -10,13 +10,6 @@ "offset": "$item_renderer_offset", "layer": 51, "bindings": [ - { - "binding_name": "#bundle_selected_item_aux", - "binding_name_override": "#item_id_aux", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "visible" - }, { "binding_name": "#bundle_selected_item_visible", "binding_name_override": "#visible", @@ -24,60 +17,10 @@ "binding_collection_name": "$item_collection_name" }, { - "binding_name": "#bundle_selected_item_charged_item", - "binding_name_override": "#charged_item", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "visible" - }, - { - "binding_name": "#bundle_selected_item_color", - "binding_name_override": "#item_custom_color", + "binding_name": "#bundle_item_renderer_data", "binding_type": "collection", "binding_collection_name": "$item_collection_name", - "binding_condition": "visible" - }, - { - "binding_name": "#bundle_selected_armor_trim_material", - "binding_name_override": "#armor_trim_material", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "visible" - }, - { - "binding_name": "#bundle_selected_banner_patterns", - "binding_name_override": "#banner_patterns", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "visible" - }, - { - "binding_name": "#bundle_shield_base_color_hovered", - "binding_name_override": "#shield_base_color", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "visible" - }, - { - "binding_name": "#bundle_selected_banner_colors", - "binding_name_override": "#banner_colors", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "visible" - }, - { - "binding_name": "#bundle_selected_banner_type", - "binding_name_override": "#banner_type", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "visible" - }, - { - "binding_name": "#bundle_selected_decorated_pot_sherds", - "binding_name_override": "#decorated_pot_sherds", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "visible" + "binding_condition": "$item_renderer_binding_condition" } ] }, @@ -414,18 +357,16 @@ "bundle_tooltip": { "type": "panel", - "size": "$tooltip_size", - "offset": [ 0, -37 ], + "size": [ "100%cm", "100%cm" ], + "min_size": "$tooltip_size", "layer": 50, - "anchor_to": "bottom_middle", - "anchor_from": "bottom_middle", "controls": [ { "background": { "type": "image", "texture": "textures/ui/purpleBorder", "layer": 1, - "size": [ "100%sm + 10px", "100%" ], + "size": [ "100%sm + 10px", "100%sm + 10px" ], "anchor_from": "top_left", "anchor_to": "top_left", "controls": [ @@ -441,12 +382,78 @@ ] } }, + { + "selected_item_tooltip@common.item_panel_image": { + "alpha": 1, + "anchor_to": "bottom_middle", + "anchor_from": "top_middle", + "visible": "#visible", + "controls": [ + { + "item_text_label@common.item_text_label": { + "alpha": 1, + "text": "#selected_bundle_item_text", + "bindings": [ + { + "binding_name": "#selected_bundle_item_text", + "binding_condition": "visible" + } + ] + } + } + ], + "bindings": [ + { + "binding_name": "#bundle_has_selected_item", + "binding_name_override": "#visible" + } + ] + } + } + ] + } + }, + { + "header_stack": { + "type": "stack_panel", + "orientation": "horizontal", + "size": [ "default", 15 ], + "offset": [ 5, 5 ], + "anchor_from": "top_left", + "anchor_to": "top_left", + "layer": 2, + "controls": [ + { + "bundle_label": { + "type": "label", + "color": "$main_header_text_color", + "min_size": "$bundle_label_size", + "layer": 4, + "anchor_from": "top_left", + "anchor_to": "top_left", + "text": "#bundle_name", + "bindings": [ + { + "binding_name": "#bundle_name", + "binding_condition": "visible" + } + ], + "variables": [ + { + "requires": "$desktop_screen", + "$bundle_label_size": [ 77, "default" ] + }, + { + "requires": "$pocket_screen", + "$bundle_label_size": [ 117, "default" ] + } + ] + } + }, { "close_button@common.close_button": { "$pressed_button_name": "button.hide_bundle_tooltip", - "size": [ 15, 15 ], - "anchor_to": "top_right", - "anchor_from": "top_right", + "size": [ 8, 8 ], "layer": 2, "button_mappings": [ { @@ -495,377 +502,276 @@ } ] } - }, - { - "selected_item_tooltip@common.item_panel_image": { - "alpha": 1, - "anchor_to": "bottom_middle", - "anchor_from": "top_middle", - "visible": "#visible", - "controls": [ - { - "item_text_label@common.item_text_label": { - "alpha": 1, - "text": "#selected_bundle_item_text", - "bindings": [ - { - "binding_name": "#selected_bundle_item_text", - "binding_condition": "visible" - } - ] - } - } - ], - "bindings": [ - { - "binding_name": "#bundle_has_selected_item", - "binding_name_override": "#visible" - } - ] - } - } - ] - } - }, - { - "bundle_label": { - "type": "label", - "color": "$main_header_text_color", - "min_size": "$bundle_label_size", - "layer": 2, - "anchor_from": "top_left", - "anchor_to": "top_left", - "offset": [ 5, 5 ], - "text": "#bundle_name", - "bindings": [ - { - "binding_name": "#bundle_name", - "binding_condition": "visible" - } - ], - "variables": [ - { - "requires": "$desktop_screen", - "$bundle_label_size": [ 77, "default" ] - }, - { - "requires": "$pocket_screen", - "$bundle_label_size": [ 117, "default" ] } ] } }, { - "item_grid": { - "type": "grid", - "layer": 2, - "grid_dimension_binding": "#bundle_tooltip_grid_dimensions", - "collection_name": "bundle_items", - "grid_item_template": "$bundle_tooltip_slot_type", - "$item_collection_name": "bundle_items", - "bindings": [ - { - "binding_name": "#bundle_tooltip_grid_dimensions", - "binding_condition": "always_when_visible" - } - ], - "variables": [ - { - "requires": "$desktop_screen", - "$bundle_tooltip_slot_type": "gameplay.bundle_tooltip_slot_classic" - }, - { - "requires": "$pocket_screen", - "$bundle_tooltip_slot_type": "gameplay.bundle_tooltip_slot_pocket" - } - ] - } - }, - { - "info_message": { - "type": "label", - "layer": 2, - "color": "$bundle_info_description_color", - "text": "item.bundle.empty.description", - "size": "$info_message_size", - "bindings": [ - { - "binding_name": "#is_selected_bundle_empty", - "binding_name_override": "#visible" - } - ], - "variables": [ - { - "requires": "$desktop_screen", - "$info_message_size": [ 77, "default" ] - }, - { - "requires": "$pocket_screen", - "$info_message_size": [ 117, "default" ] - } - ] - } - }, - { - "weight_bar": { + "wrapper": { "type": "panel", - "layer": 2, - "anchor_from": "bottom_middle", - "anchor_to": "bottom_middle", - "offset": [ 0, -5 ], - "size": "$weight_bar_size", + "anchor_to": "top_left", + "anchor_from": "top_left", + "size": [ "100%sm", "100%c" ], "controls": [ { - "empty_message": { - "type": "label", - "color": "$sub_header_text_color", + "vertical_layout_stack": { + "type": "stack_panel", + "orientation": "vertical", + "size": [ "100%", "100%c" ], + "anchor_from": "top_left", + "anchor_to": "top_left", "layer": 2, - "text": "item.bundle.empty", - "shadow": true, - "bindings": [ - { - "binding_name": "#is_selected_bundle_empty", - "binding_name_override": "#visible" - } - ] - } - }, - { - "weight_bar_fill": { - "type": "image", - "layer": 1, - "texture": "textures/ui/container_weight_bar_fill", - "clip_direction": "left", - "clip_pixelperfect": false, - "bindings": [ - { - "binding_name": "#bundle_weight_bar_ratio", - "binding_name_override": "#clip_ratio", - "binding_condition": "always_when_visible" - }, - { - "binding_name": "(not #is_selected_bundle_full)", - "binding_name_override": "#visible" - } - ] - } - }, - { - "weight_bar_full": { - "type": "image", - "layer": 1, - "texture": "textures/ui/container_weight_bar_full", "controls": [ { - "full_label": { - "type": "label", - "color": "$sub_header_text_color", - "layer": 2, - "text": "item.bundle.full", - "shadow": true + "header_padding": { + "type": "panel", + "layer": 3, + "size": [ 0, 18 ], + "offset": [ 5, 100 ] } - } - ], - "bindings": [ + }, { - "binding_name": "#is_selected_bundle_full", - "binding_name_override": "#visible" + "horisontal_layout_stack": { + "type": "stack_panel", + "orientation": "horizontal", + "size": [ "100%", "100%c" ], + "layer": 3, + "controls": [ + { + "left_padding": { + "type": "panel", + "size": "$tooltip_body_padding_size", + "layer": 4 + } + }, + { + "body_stack": { + "type": "stack_panel", + "orientation": "vertical", + "size": [ "100%c", "100%c" ], + "anchor_from": "bottom_left", + "anchor_to": "bottom_left", + "layer": 4, + "controls": [ + { + "item_grid": { + "type": "grid", + "layer": 3, + "grid_dimension_binding": "#bundle_tooltip_grid_dimensions", + "collection_name": "bundle_items", + "grid_item_template": "$bundle_tooltip_slot_type", + "$item_collection_name": "bundle_items", + "bindings": [ + { + "binding_name": "#bundle_tooltip_grid_dimensions", + "binding_condition": "always_when_visible" + } + ], + "variables": [ + { + "requires": "$desktop_screen", + "$bundle_tooltip_slot_type": "gameplay.bundle_tooltip_slot_classic" + }, + { + "requires": "$pocket_screen", + "$bundle_tooltip_slot_type": "gameplay.bundle_tooltip_slot_pocket" + } + ] + } + }, + { + "info_message": { + "type": "label", + "layer": 3, + "color": "$bundle_info_description_color", + "text": "item.bundle.empty.description", + "size": "$info_message_size", + + "bindings": [ + { + "binding_name": "#is_selected_bundle_empty", + "binding_name_override": "#visible" + } + ], + "variables": [ + { + "requires": "$desktop_screen", + "$info_message_size": [ 77, "default" ] + }, + { + "requires": "$pocket_screen", + "$info_message_size": [ 117, "default" ] + } + ] + } + }, + { + "footer_panel": { + "type": "panel", + "layer": 3, + "anchor_from": "bottom_middle", + "anchor_to": "bottom_middle", + "size": "$tooltip_footer_size", + "controls": [ + { + "weight_bar": { + "type": "panel", + "layer": 4, + "anchor_from": "bottom_middle", + "anchor_to": "bottom_middle", + "offset": [ 0, 3 ], + "size": "$weight_bar_size", + "controls": [ + { + "empty_message": { + "type": "label", + "color": "$sub_header_text_color", + "layer": 5, + "text": "item.bundle.empty", + "shadow": true, + "bindings": [ + { + "binding_name": "#is_selected_bundle_empty", + "binding_name_override": "#visible" + } + ] + } + }, + { + "weight_bar_fill": { + "type": "image", + "layer": 5, + "texture": "textures/ui/container_weight_bar_fill", + "clip_direction": "left", + "clip_pixelperfect": false, + "bindings": [ + { + "binding_name": "#bundle_weight_bar_ratio", + "binding_name_override": "#clip_ratio", + "binding_condition": "always_when_visible" + }, + { + "binding_name": "(not #is_selected_bundle_full)", + "binding_name_override": "#visible" + } + ] + } + }, + { + "weight_bar_full": { + "type": "image", + "layer": 5, + "texture": "textures/ui/container_weight_bar_full", + "controls": [ + { + "full_label": { + "type": "label", + "color": "$sub_header_text_color", + "layer": 2, + "text": "item.bundle.full", + "shadow": true + } + } + ], + "bindings": [ + { + "binding_name": "#is_selected_bundle_full", + "binding_name_override": "#visible" + } + ] + } + }, + { + "weight_bar_border": { + "type": "image", + "texture": "textures/ui/empty_stack_progress_bar", + "layer": 5 + } + } + ], + "variables": [ + { + "requires": "$desktop_screen", + "$weight_bar_size": [ 76, 12 ] + }, + { + "requires": "$pocket_screen", + "$weight_bar_size": [ 112, 12 ] + } + ] + } + } + ] + } + } + ] + } + } + ] + } } ] } - }, - { - "weight_bar_border": { - "type": "image", - "texture": "textures/ui/empty_stack_progress_bar", - "layer": 2 - } - } - ], - "variables": [ - { - "requires": "$desktop_screen", - "$weight_bar_size": [ 72, 12 ] - }, - { - "requires": "$pocket_screen", - "$weight_bar_size": [ 112, 12 ] } ] } } ], - "bindings": [ - { - "binding_name": "#bundle_tooltip_size_x", - "binding_name_override": "#size_binding_x_absolute", - "binding_condition": "always_when_visible" - }, - { - "binding_name": "#bundle_tooltip_size_y", - "binding_name_override": "#size_binding_y_absolute", - "binding_condition": "always_when_visible" - } - ], "variables": [ { "requires": "$desktop_screen", - "$tooltip_size": [ 87, 58 ] + "$tooltip_size": [ 86, 58 ], + "$tooltip_body_padding_size": [ "50% - 34px", 1 ], + "$tooltip_footer_size": [ 76, 15 ] }, { "requires": "$pocket_screen", - "$tooltip_size": [ 127, 60 ] + "$tooltip_size": [ 127, 60 ], + "$tooltip_body_padding_size": [ "50% - 54px", 1 ], + "$tooltip_footer_size": [ 112, 15 ] } - ] - }, - - "bundle_touch_tooltip@gameplay.bundle_tooltip": { + ], "bindings": [ { - "binding_name": "#show_bundle_tooltip_pocket", - "binding_name_override": "#visible" - }, - { - "binding_name": "#bundle_tooltip_size_x", - "binding_name_override": "#size_binding_x_absolute", - "binding_condition": "always_when_visible" - }, - { - "binding_name": "#bundle_tooltip_size_y", - "binding_name_override": "#size_binding_y_absolute", - "binding_condition": "always_when_visible" + "binding_name": "#show_bundle_tooltip_hover", + "binding_name_override": "#visible", + "binding_condition": "always" } ] }, - "bundle_cursor_tooltip_panel": { - "type": "panel", - "size": [ "100%", "100%" ], - "controls": [ - { - "bundle_cursor_tooltip_southeast@gameplay.bundle_tooltip": { - "anchor_from": "center", - "anchor_to": "top_left", - "offset": [ 10, 0 ], - "bindings": [ - { - "binding_name": "#show_bundle_tooltip_hover_southeast", - "binding_name_override": "#visible" - }, - { - "binding_name": "#bundle_tooltip_size_x", - "binding_name_override": "#size_binding_x_absolute", - "binding_condition": "always_when_visible" - }, - { - "binding_name": "#bundle_tooltip_size_y", - "binding_name_override": "#size_binding_y_absolute", - "binding_condition": "always_when_visible" - } - ] - } - }, - { - "bundle_cursor_tooltip_northeast@gameplay.bundle_tooltip": { - "anchor_from": "center", - "anchor_to": "bottom_left", - "offset": [ 10, -10 ], - "bindings": [ - { - "binding_name": "#show_bundle_tooltip_hover_northeast", - "binding_name_override": "#visible" - }, - { - "binding_name": "#bundle_tooltip_size_x", - "binding_name_override": "#size_binding_x_absolute", - "binding_condition": "always_when_visible" - }, - { - "binding_name": "#bundle_tooltip_size_y", - "binding_name_override": "#size_binding_y_absolute", - "binding_condition": "always_when_visible" - } - ] - } - }, - { - "bundle_cursor_tooltip_northwest@gameplay.bundle_tooltip": { - "anchor_from": "center", - "anchor_to": "bottom_right", - "offset": [ -10, -10 ], - "bindings": [ - { - "binding_name": "#show_bundle_tooltip_hover_northwest", - "binding_name_override": "#visible" - }, - { - "binding_name": "#bundle_tooltip_size_x", - "binding_name_override": "#size_binding_x_absolute", - "binding_condition": "always_when_visible" - }, - { - "binding_name": "#bundle_tooltip_size_y", - "binding_name_override": "#size_binding_y_absolute", - "binding_condition": "always_when_visible" - } - ] - } - }, - { - "bundle_cursor_tooltip_southwest@gameplay.bundle_tooltip": { - "anchor_from": "center", - "anchor_to": "top_right", - "offset": [ -10, 10 ], - "bindings": [ - { - "binding_name": "#show_bundle_tooltip_hover_southwest", - "binding_name_override": "#visible" - }, - { - "binding_name": "#bundle_tooltip_size_x", - "binding_name_override": "#size_binding_x_absolute", - "binding_condition": "always_when_visible" - }, - { - "binding_name": "#bundle_tooltip_size_y", - "binding_name_override": "#size_binding_y_absolute", - "binding_condition": "always_when_visible" - } - ] - } - } - ], + "bundle_touch_tooltip@gameplay.bundle_tooltip": { + "offset": [ 0, "-36px" ], + "anchor_from": "bottom_middle", + "anchor_to": "bottom_middle", "bindings": [ { - "binding_name": "#show_bundle_tooltip_hover", - "binding_name_override": "#visible", - "binding_condition": "always" - }, - { - "binding_name": "#bundle_tooltip_size_x", - "binding_name_override": "#size_binding_x_absolute", - "binding_condition": "always_when_visible" - }, - { - "binding_name": "#bundle_tooltip_size_y", - "binding_name_override": "#size_binding_y_absolute", - "binding_condition": "always_when_visible" + "binding_name": "#show_bundle_tooltip_pocket", + "binding_name_override": "#visible" } ] }, "bundle_cursor_tooltip": { "type": "button", + "size": [ "100%cm", "100%cm" ], "layer": 100, - "size": [ 100, 100 ], "locked_control": "", "always_listen_to_input": true, - "follows_cursor": true, + "follows_cursor_inside_parent": true, "always_handle_pointer": true, "controls": [ - { "default@common.empty_panel": {} }, - { "pressed@common.empty_panel": {} }, - { "hover@gameplay.bundle_cursor_tooltip_panel": {} } + { + "default@common.empty_panel": { + "size": [ 0, 0 ] + } + }, + { + "pressed@common.empty_panel": { + "size": [ 0, 0 ] + } + }, + { "hover@gameplay.bundle_tooltip": {} } ] } } diff --git a/resource_pack/ui/grindstone_screen.json b/resource_pack/ui/grindstone_screen.json index 2ec1c4361..08755a57c 100644 --- a/resource_pack/ui/grindstone_screen.json +++ b/resource_pack/ui/grindstone_screen.json @@ -242,8 +242,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/grindstone_screen_pocket.json b/resource_pack/ui/grindstone_screen_pocket.json index 4a9ce0dbc..8591a1517 100644 --- a/resource_pack/ui/grindstone_screen_pocket.json +++ b/resource_pack/ui/grindstone_screen_pocket.json @@ -238,8 +238,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } diff --git a/resource_pack/ui/horse_screen.json b/resource_pack/ui/horse_screen.json index bc0520bcc..fab6e6e53 100644 --- a/resource_pack/ui/horse_screen.json +++ b/resource_pack/ui/horse_screen.json @@ -255,8 +255,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/horse_screen_pocket.json b/resource_pack/ui/horse_screen_pocket.json index 089d95a23..9b6dca845 100644 --- a/resource_pack/ui/horse_screen_pocket.json +++ b/resource_pack/ui/horse_screen_pocket.json @@ -128,8 +128,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, 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/inventory_screen.json b/resource_pack/ui/inventory_screen.json index 5f0f017ea..0ef32c37d 100644 --- a/resource_pack/ui/inventory_screen.json +++ b/resource_pack/ui/inventory_screen.json @@ -2668,6 +2668,7 @@ "crafting_screen@crafting.inventory_screen_base": { "send_telemetry": false, + "$uses_bundle_tooltip": true, "$screen_content": "crafting.recipe_inventory_screen_content", "$screen_bg_content": "common.screen_background", "$screen_background_alpha": 0.4, @@ -2830,8 +2831,7 @@ { "selected_item_details_factory@common.selected_item_details_factory": {} }, { "item_lock_notification_factory@common.item_lock_notification_factory": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } diff --git a/resource_pack/ui/inventory_screen_pocket.json b/resource_pack/ui/inventory_screen_pocket.json index 089d92708..5d6cf2fb0 100644 --- a/resource_pack/ui/inventory_screen_pocket.json +++ b/resource_pack/ui/inventory_screen_pocket.json @@ -487,6 +487,8 @@ "anchor_from": "top_left", "anchor_to": "top_left", "size": [ 28, 28 ], + "$durability_bar_size": [ 18, 1 ], + "$durability_bar_offset": [ 0, 8 ], "controls": [ { "work_bench_output@crafting.inventory_container_item": { @@ -1375,8 +1377,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 20 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ], "button_mappings": [ { diff --git a/resource_pack/ui/jigsaw_editor_screen.json b/resource_pack/ui/jigsaw_editor_screen.json index 756e065e5..a8344af5f 100644 --- a/resource_pack/ui/jigsaw_editor_screen.json +++ b/resource_pack/ui/jigsaw_editor_screen.json @@ -1,36 +1,100 @@ -/******************************************************** -+* (c) Mojang. All rights reserved * -+* (c) Microsoft. All rights reserved. * -+*********************************************************/ - { "namespace": "jigsaw_editor", "horizontal_buffer": { "type": "panel", - "size": [ 10, 0 ] + "size": [10, 0] }, "vertical_buffer": { "type": "panel", - "size": [ 0, 10 ] + "size": [0, 10] }, "common_text_label": { "type": "label", - "size": [ "default", 10 ], + "size": ["default", 10], "color": "$main_header_text_color", "layer": 1 }, "text_edit_box@common.text_edit_box": { - "size": [ "100%", 22 ], + "size": ["100%", 22], "max_length": 40 }, + "help_icon": { + "type": "image", + "texture": "textures/ui/how_to_play_button_default_light", + "anchor_from": "center", + "anchor_to": "center", + "size": [32, 16] + }, + + "toggle_with_label": { + "type": "stack_panel", + "orientation": "horizontal", + "size": ["100%c", 18], + "offset": [6, 0], + "controls": [ + { + "toggle@settings_common.option_toggle_control": { + "size": [30, 16], + "$toggle_name": "$toggle_name", + "$toggle_binding_type": "global", + "$toggle_state_binding_name": "$toggle_state_binding_name", + "$option_binding_name": "$toggle_name" + } + }, + { + "toggle_label_padding": { + "type": "panel", + "size": [2, "100%"] + } + }, + { + "toggle_label_wrapper": { + "type": "panel", + "size": ["100%c", "100%"], + "controls": [ + { + "toggle_label@jigsaw_editor.common_text_label": { + "text": "$toggle_label_text", + "bindings": [ + { + "binding_name": "$toggle_label_text" + }, + { + "binding_name": "$toggle_label_enabled", + "binding_name_override": "#visible" + } + ] + } + }, + { + "toggle_label_disabled@jigsaw_editor.common_text_label": { + "text": "$toggle_label_text", + "color": "$light_button_locked_text_color", + "bindings": [ + { + "binding_name": "$toggle_label_text" + }, + { + "binding_name": "$toggle_label_disabled", + "binding_name_override": "#visible" + } + ] + } + } + ] + } + } + ] + }, + "data_item_title_and_edit": { "type": "stack_panel", - "size": [ "100%", "100%c" ], + "size": ["100%", "100%c"], "controls": [ { "data_title@jigsaw_editor.common_text_label": { @@ -46,41 +110,30 @@ ] }, - "text_change_toggle@common_toggles.light_text_toggle": { - "$checked_control": "common_toggles.toggle_unchecked", - "$checked_hover_control": "common_toggles.toggle_unchecked_hover" + "data_item_title_and_edit_fill@data_item_title_and_edit": { + "size": ["fill", "16px"] }, "data_item_title_and_toggle": { "type": "stack_panel", - "orientation": "horizontal", - "size": [ "100%", "100%cm" ], + "size": ["100%", "100%c"], "controls": [ { - "title_holder": { - "type": "panel", - "size": [ "100%c", 0 ], - "inherit_max_sibling_height": true, - "controls": [ - { - "data_title@jigsaw_editor.common_text_label": { - "text": "$data_title" - } - } - ] + "data_title@jigsaw_editor.common_text_label": { + "text": "$data_title" } }, - { "buffer_1@jigsaw_editor.horizontal_buffer": {} }, { - "data_toggle@jigsaw_editor.text_change_toggle": { - "size": [ "fill", 20 ], - "$button_text_binding_type": "global", - "$button_text": "#joint_type_toggle_text", - - "$toggle_name": "toggle.joint_type_toggle", - - "$toggle_binding_type": "global", - "$toggle_state_binding_name": "#joint_type_toggle_state" + "toggle@jigsaw_editor.toggle_with_label": { + "anchor_from": "top_left", + "anchor_to": "top_left", + "$enabled": true, + "$option_enabled_binding_name": "$option_enabled_binding_name", + "$toggle_name": "$toggle_name", + "$toggle_state_binding_name": "$toggle_state_binding_name", + "$toggle_label_text": "$toggle_label_text", + "$toggle_label_enabled": "$toggle_label_enabled", + "$toggle_label_disabled": "$toggle_label_disabled" } } ] @@ -89,30 +142,54 @@ "exit_buttons": { "type": "stack_panel", "orientation": "horizontal", - "size": [ "100%", "100%cm" ], + "size": ["100% - 16px", "100% - 16px"], + "controls": [ { "done_button@common_buttons.light_text_button": { - "size": [ "fill", 20 ], + "size": ["fill", "100%"], "$button_text": "jigsaw.exit.done", "$pressed_button_name": "button.exit_done" } }, - { "buffer_1@jigsaw_editor.horizontal_buffer": {} }, { - "cancel_button@common_buttons.light_text_button": { - "size": [ "fill", 20 ], - "$button_text": "jigsaw.exit.cancel", - "$pressed_button_name": "button.menu_exit" + "buffer": { + "type": "panel", + "size": [2, 0] + } + }, + { + "help_button@common_buttons.light_glyph_button": { + "size": [24, 24], + "$pressed_button_name": "button.help", + "$button_content": "jigsaw_editor.help_icon" } } ] }, - "jigsaw_editor_content": { + "scrolling_panel_wrapper@common.dialog_background_hollow_4": { + "size": ["100%", "100% - 72px"], + "controls": [ + { + "scrolling_panel@jigsaw_editor.scrolling_panel": { + "size": ["100% - 16px", "100% - 16px"] + } + } + ] + }, + + "scrolling_panel@common.scrolling_panel": { + "$scrolling_pane_size": ["100%", "100%"], + "$scrolling_content": "jigsaw_editor.scroll_panel_content", + "$scroll_size": [5, "100% - 4px"], + "$show_background": false + }, + + "scroll_panel_content": { "type": "stack_panel", - "size": [ "100% - 20px", "100% - 20px" ], - "max_size": [ 292, "100%" ], + "offset": [4, 4], + "size": ["100% - 8px", "100%c"], "controls": [ { "target_pool_title_and_edit@jigsaw_editor.data_item_title_and_edit": { @@ -147,19 +224,102 @@ }, { "buffer_4@jigsaw_editor.vertical_buffer": {} }, { - "joing_type_title_and_toggle@jigsaw_editor.data_item_title_and_toggle": { + "selection_and_placement_priority@jigsaw_editor.selection_and_placement_priority": {} + }, + { "buffer_5@jigsaw_editor.vertical_buffer": {} }, + { + "joint_type_title_and_toggle@jigsaw_editor.data_item_title_and_toggle": { "$data_title": "jigsaw.title.joint_type", - "$toggle_name": "toggle.joint_type_toggle,", - "$toggle_state_binding_name": "#joint_type_toggle_state" + "$toggle_name": "toggle.joint_type_toggle", + "$toggle_state_binding_name": "#joint_type_toggle_state", + "$option_enabled_binding_name": "#joint_type_enabled", + "$toggle_label_text": "#joint_type_toggle_text", + "$toggle_label_enabled": "#joint_type_enabled", + "$toggle_label_disabled": "#joint_type_disabled" } }, + { "buffer_6@jigsaw_editor.vertical_buffer": {} } + ] + }, + + "selection_and_placement_priority": { + "type": "stack_panel", + "orientation": "horizontal", + "size": ["100%", "100%c"], + "controls": [ { - "lower_buffer": { + "selection_priority_title_and_edit@jigsaw_editor.data_item_title_and_edit_fill": { + "$data_title": "jigsaw.title.selection_priority", + "$data_text_box_name": "text_box.selection_priority_text_box", + "$data_text_box_value": "#selection_priority_text_box_value" + } + }, + { "buffer_1@jigsaw_editor.horizontal_buffer": {} }, + { + "placement_priority_title_and_edit@jigsaw_editor.data_item_title_and_edit_fill": { + "$data_title": "jigsaw.title.placement_priority", + "$data_text_box_name": "text_box.placement_priority", + "$data_text_box_value": "#placement_priority_text_box_value" + } + } + ] + }, + + "button_panel_wrapper": { + "type": "image", + "texture": "textures/ui/recipe_back_panel", + "size": ["100%", "40px"], + "controls": [ + { + "exit_buttons@jigsaw_editor.exit_buttons": {} + } + ] + }, + + "jigsaw_editor_panel": { + "type": "stack_panel", + "size": ["100% - 16px", "100%"], + "offset": [0, 26], + "controls": [ + { + "scrolling_panel@jigsaw_editor.scrolling_panel_wrapper": {} + }, + { + "button_wrapper": { "type": "panel", - "size": [ "100%", "fill" ] + "size": ["100%", "46px"], + "controls": [ + { + "buttons@jigsaw_editor.button_panel_wrapper": {} + } + ] + } + } + ] + }, + + "jigsaw_editor_content": { + "type": "panel", + "size": ["100%", "100%"], + "controls": [ + { + "background_panel@common.fullscreen_header": { + "$dialog_background": "common.dialog_background_hollow_3" } }, - { "exit_buttons@jigsaw_editor.exit_buttons": {} } + { + "title@jigsaw_editor.common_text_label": { + "anchor_from": "top_left", + "anchor_to": "top_left", + "offset": [40, 6], + + "text": "jigsaw_block.title", + "color": "$title_text_color" + } + }, + { + "jigsaw_editor_panel@jigsaw_editor.jigsaw_editor_panel": {} + } ] }, diff --git a/resource_pack/ui/loom_screen.json b/resource_pack/ui/loom_screen.json index b12860357..03b783c63 100644 --- a/resource_pack/ui/loom_screen.json +++ b/resource_pack/ui/loom_screen.json @@ -742,8 +742,7 @@ { "inventory_selected_icon_button@common.inventory_selected_icon_button": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/loom_screen_pocket.json b/resource_pack/ui/loom_screen_pocket.json index 7e47d2860..c62b5fef5 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", @@ -502,8 +495,7 @@ { "inventory_selected_icon_button@common.inventory_selected_icon_button": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } diff --git a/resource_pack/ui/marketplace_sdl/sdl_image_row.json b/resource_pack/ui/marketplace_sdl/sdl_image_row.json new file mode 100644 index 000000000..28f5f8c7f --- /dev/null +++ b/resource_pack/ui/marketplace_sdl/sdl_image_row.json @@ -0,0 +1,202 @@ +{ + "namespace": "sdl_image_row", + + "image_row_factory": { + "type": "stack_panel", + "orientation": "horizontal", + "anchor_from": "center", + "anchor_to": "center", + + "$screenshot_grid_collection_name|default": "screenshot_collection", + "collection_name": "$screenshot_grid_collection_name", + "size": [ "100% - 4px", "100%cm + 4px" ], + "$factory_ids|default": { + "single_image": "@sdl_image_row.single_image", + "duo_image": "@sdl_image_row.double_image", + "tri_image": "@sdl_image_row.triple_image_with_buffer" + }, + "factory": { + "name": "image_row_factory", + "control_ids": "$factory_ids", + "factory_variables": [ + "$store_factory_collection_details", + "$store_factory_collection_name", + "$store_factory_collection_prefix", + "$screenshot_grid_collection_name" + ] + }, + + "bindings": [ + { + "binding_name": "#image_row_ids", + "binding_name_override": "#collection_length" + }, + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + } + ] + }, + + "buffer_panel": { + "type": "panel", + "size": [ "2px", "100%sm" ] + }, + + "single_image": { + "type": "panel", + "anchor_from": "center", + "anchor_to": "center", + "size": [ "fill", "100%cm + 4px" ], + "$image_size|default": [ "100% - 2px", "28.125%x" ], + "$image_bindings|default": [ + { + "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": "$screenshot_grid_collection_name", + "binding_name": "#screenshot_texture_image_row", + "binding_name_override": "#texture" + }, + { + "binding_type": "collection", + "binding_collection_name": "$screenshot_grid_collection_name", + "binding_name": "#screenshot_texture_file_system_image_row", + "binding_name_override": "#texture_file_system" + } + ], + + "controls": [ + { + "image_with_border": { + "type": "panel", + "size": "$image_size", + "controls": [ + { + "screenshot_image": { + "type": "image", + "layer": 1, + "size": [ "100%", "100%" ], + "bindings": "$image_bindings" + } + }, + { + "dark_border@common.focus_border_white": { + "size": [ "100% + 2px", "100% + 2px" ], + "color": "$dark_border_default_color" + } + }, + { + "progress_loading@common_store.progress_loading": { + "layer": 5, + "$source_control_name": "screenshot_image", + "$source_property_name": "(#texture = '')", + "$use_sibling_scope": true, + "$hide_failure_text": true + } + } + ] + } + } + ] + }, + + "double_image@sdl_image_row.single_image": { + "$image_size": [ "100% - 2px", "56.25%x" ] + }, + + "triple_image_with_buffer": { + "type": "stack_panel", + "orientation": "horizontal", + "anchor_from": "center", + "anchor_to": "center", + "size": [ "fill", "100%cm + 4px" ], + "controls": [ + { + "buffer_panel_in_1": { + "type": "panel", + "size": [ "2px", "100%sm" ], + "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": "$screenshot_grid_collection_name", + "binding_name": "#3rd_border", + "binding_name_override": "#visible" + } + ] + } + }, + { + "buffer_panel_in_2": { + "type": "panel", + "size": [ "1px", "100%sm" ], + "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": "$screenshot_grid_collection_name", + "binding_name": "#2nd_border", + "binding_name_override": "#visible" + } + ] + } + }, + { + "triple_image@sdl_image_row.single_image": { + "$image_size": [ "100% - 2px", "75%x" ] // will need some extra buffers I think. + } + }, + { + "buffer_panel_out_1": { + "type": "panel", + "size": [ "1px", "100%sm" ], + "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": "$screenshot_grid_collection_name", + "binding_name": "#2nd_border", + "binding_name_override": "#visible" + } + ] + } + }, + { + "buffer_panel_out_2": { + "type": "panel", + "size": [ "2px", "100%sm" ], + "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": "$screenshot_grid_collection_name", + "binding_name": "#1st_border", + "binding_name_override": "#visible" + } + ] + } + } + ] + } +} diff --git a/resource_pack/ui/marketplace_sdl/sdl_text_row.json b/resource_pack/ui/marketplace_sdl/sdl_text_row.json new file mode 100644 index 000000000..b33a06a66 --- /dev/null +++ b/resource_pack/ui/marketplace_sdl/sdl_text_row.json @@ -0,0 +1,199 @@ +{ + "namespace": "sdl_text_row", + + "sdl_text_row_factory@sdl_label.sdl_label_factory": { + "layer": 2, + "anchor_to": "top_middle", + "anchor_from": "top_middle", + "$sdl_label_binding_name": "#text_row_label", + "$sdl_label_text_color": "#color", + "$sdl_label_font_type": "#font_type", + "$sdl_label_font_scalar": "#font_scale_factor", + "$sdl_label_size": [ "100%", "default" ], + "$sdl_label_max_size": [ "100%", "default" ], + "$sdl_label_alignment": "#text_alignment", + "$sdl_label_binding_type": "collection", + + "$sdl_factory_bindings": [ + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + }, + { + "binding_name": "#text_row_ids", + "binding_collection_name": "$store_factory_collection_name", + "binding_name_override": "#collection_length" + } + ], + + "$sdl_label_bindings": [ + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + }, + { + "binding_type": "$sdl_label_binding_type", + "binding_collection_name": "$sdl_label_collection_name", + "binding_name": "#text_row_label" + }, + { + "binding_type": "$sdl_label_binding_type", + "binding_collection_name": "$sdl_label_collection_name", + "binding_name": "#text_row_font_scale", + "binding_name_override": "#font_scale_factor" + }, + { + "binding_type": "$sdl_label_binding_type", + "binding_collection_name": "$sdl_label_collection_name", + "binding_name": "#text_row_font_type", + "binding_name_override": "#font_type" + }, + { + "binding_type": "$sdl_label_binding_type", + "binding_collection_name": "$sdl_label_collection_name", + "binding_name": "#text_row_text_color", + "binding_name_override": "#color" + }, + { + "binding_type": "$sdl_label_binding_type", + "binding_collection_name": "$sdl_label_collection_name", + "binding_name": "#text_row_alignment", + "binding_name_override": "#text_alignment" + } + ] + }, + + "label_hover": { + "type": "panel", + "size": [ "100%", "100%" ], + "anchor_to": "top_middle", + "anchor_from": "top_middle", + "controls": [ + { + "hover@common.focus_border_white": { + "size": [ "100%", "100%" ], + "offset": [ 0, 2 ], + "anchor_to": "top_middle", + "anchor_from": "top_middle" + } + } + ] + }, + + "label_button@common.button": { + "sound_volume": 1.0, + "size": [ "100%", "100%sm" ], + "$pressed_button_name": "button.focus_filler", + "$button_tts_name": "", + "focus_enabled": true + }, + + "sdl_text_row": { + "type": "panel", + "anchor_to": "center", + "size": [ "100% - 2px", "100%cm + 3px" ], + "controls": [ + { + "text_background@common_store.store_description_background": { + "size": "$background_size", + "anchor_to": "top_middle", + "anchor_from": "top_middle", + "$background_size|default": [ "100%", "100%sm" ], + "offset": [ 0, 2 ], + "layer": 1, + "bindings": [ + { + "binding_name": "#text_row_show_background", + "binding_name_override": "#visible" + }, + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + } + ] + } + }, + { + "text_row_internals@sdl_text_row.label_button": { + "anchor_to": "top_middle", + "anchor_from": "top_middle", + "tts_inherit_siblings": true, + "controls": [ + { + "default": { + "type": "panel", + "size": [ "100%", "100%" ] + } + }, + { + "pressed@sdl_text_row.label_hover": {} + }, + { + "hover@sdl_text_row.label_hover": {} + } + + ] + } + }, + { + "text_row_background": { + "type": "image", + "size": [ "100%", "100%sm" ], + "anchor_to": "top_middle", + "anchor_from": "top_middle", + "offset": [ 0, 2 ], + "layer": 2, + "texture": "textures/ui/call_out_header", + "bindings": [ + { + "binding_name": "#text_row_highlight_visible", + "binding_name_override": "#visible" + }, + { + "binding_name": "#text_row_highlight_color", + "binding_name_override": "#color" + }, + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + } + ] + } + }, + { + "text_row_text@sdl_text_row.sdl_text_row_factory": { + "$sdl_factory_size": [ "100% - 2px", "100%c" ] + } + } + ] + }, + + "solo_text_row": { + "type": "stack_panel", + "orientation": "horizontal", + "size": [ "100%", "100%cm" ], + "controls": [ + { + "buffer_panel_front": { + "type": "panel", + "size": [ "2px", "100%sm" ] + } + }, + { + "text_row@sdl_text_row.sdl_text_row": { + "size": [ "fill", "100%cm + 2px" ] + } + }, + { + "buffer_panel_back": { + "type": "panel", + "size": [ "2px", "100%sm" ] + } + } + ] + } +} diff --git a/resource_pack/ui/mob_effect_screen.json b/resource_pack/ui/mob_effect_screen.json index 912c0c845..53828c1ba 100644 --- a/resource_pack/ui/mob_effect_screen.json +++ b/resource_pack/ui/mob_effect_screen.json @@ -1,30 +1,27 @@ { "namespace": "mob_effect", //--------------------------------------------------------------------------- - // Controls - General + // Controls //--------------------------------------------------------------------------- "effect_background": { "type": "image", "texture": "textures/ui/effect_background" }, - //--------------------------------------------------------------------------- - // Controls - Right Handed - //--------------------------------------------------------------------------- "main_background": { "type": "image", "size": "$mob_effect_screen_size", - "anchor_from": "top_right", - "anchor_to": "top_right", - "offset": [ -4, 4 ], + "anchor_from": "top_left", + "anchor_to": "top_left", + "offset": [ 4, 4 ], "texture": "textures/ui/mob_effect_background" }, "button_background": { "type": "image", - "anchor_from": "top_right", - "anchor_to": "top_right", + "anchor_from": "top_left", + "anchor_to": "top_left", "size": [ 25, 25 ], - "offset": [ "-90%", 4 ], - "texture": "textures/ui/pocket_tab_left_side" + "offset": [ "90% + 2px", 4 ], + "texture": "textures/ui/pocket_tab_right_side" }, "effect_name": { "type": "label", @@ -85,99 +82,6 @@ ] }, "mob_effect_grid": { - "type": "grid", - "anchor_from": "top_right", - "anchor_to": "top_right", - "size": [ 300, "default" ], - "offset": [ "-45% + 175px", 0 ], - "grid_item_template": "mob_effect.mob_effect_grid_item", - "grid_dimension_binding": "#mob_effect_grid_size", - "collection_name": "mob_effects_collection", - "bindings": [ - { - "binding_name": "#mob_effect_grid_size" - } - ] - }, - //--------------------------------------------------------------------------- - // Controls - Left Handed - //--------------------------------------------------------------------------- - "main_background_left_handed": { - "type": "image", - "size": "$mob_effect_screen_size", - "anchor_from": "top_left", - "anchor_to": "top_left", - "offset": [ 4, 4 ], - "texture": "textures/ui/mob_effect_background" - }, - "button_background_left_handed": { - "type": "image", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ 25, 25 ], - "offset": [ "90% + 2px", 4 ], - "texture": "textures/ui/pocket_tab_right_side" - }, - "effect_name_left_handed": { - "type": "label", - "color": "$dark_button_default_text_color", - "shadow": true, - "anchor_from": "top_right", - "anchor_to": "top_right", - "offset": [ -27, 5 ], - "text_alignment": "left", - "text": "#mob_effect_name", - "bindings": [ - { - "binding_type": "collection", - "binding_name": "#mob_effect_name", - "binding_collection_name": "mob_effects_collection", - "binding_condition": "visible" - } - ] - }, - "effect_timer_left_handed": { - "type": "label", - "anchor_from": "bottom_right", - "anchor_to": "bottom_right", - "offset": [ -27, -5 ], - "text": "#mob_effect_timer", - "color": "$light_button_secondary_default_text_color", - "text_alignment": "left", - "bindings": [ - { - "binding_type": "collection", - "binding_name": "#mob_effect_timer", - "binding_collection_name": "mob_effects_collection", - "binding_condition": "always_when_visible" - } - ] - }, - "effect_icon_left_handed": { - "type": "image", - "size": [ "60%", "60%" ], - "offset": [ 45, -1 ], - "texture": "#texture", - "bindings": [ - { - "binding_type": "collection", - "binding_name": "#texture", - "binding_collection_name": "mob_effects_collection", - "binding_condition": "visible" - } - ] - }, - "mob_effect_grid_panel_left_handed": { - "type": "panel", - "size": [ "100%", "100%c" ], - "controls": [ - { - "mob_effect_grid@mob_effect.mob_effect_grid_left_handed": { - } - } - ] - }, - "mob_effect_grid_left_handed": { "type": "grid", "anchor_from": "top_left", "anchor_to": "top_left", @@ -195,7 +99,7 @@ //--------------------------------------------------------------------------- - // CONTENT - General + // CONTENT //--------------------------------------------------------------------------- "mob_effect_grid_item": { "type": "panel", @@ -207,59 +111,7 @@ { "icon@mob_effect.effect_icon": { "layer": 1 } } ] }, - //--------------------------------------------------------------------------- - // CONTENT - Right Handed - //--------------------------------------------------------------------------- "mob_effect_list_content_panel": { - "type": "panel", - "anchor_from": "top_right", - "anchor_to": "top_right", - "size": [ "100%", "90% - 4px" ], - "clips_children": true, - "offset": [ -4, 4 ], - "controls": [ - { - "scrolling_panel@common.scrolling_panel": { - "size": [ "100%-2px", "100%-2px" ], - "offset": [ "default", "4px" ], - "anchor_from": "top_middle", - "anchor_to": "top_middle", - "$scrolling_content": "mob_effect.mob_effect_grid_panel", - "$show_background": false, - "$scroll_size": [ "8px", "100%" ], - "$scrolling_pane_size": [ "100%", "100%-2px" ], - "$scroll_box_mouse_image_control": "common-classic.button_state_default", - "$always_handle_scrolling": true - } - } - ] - }, - "mob_effect_screen_close_button@common.legacy_pocket_close_button": { - "anchor_from": "top_right", - "anchor_to": "top_right", - "size": [ 18, 18 ], - "offset": [ "-90% - 3px", 7.5 ], - "$pressed_button_name": "button.menu_continue" - }, - "close_button_panel": { - "type": "panel", - "controls": [ - { "bg@mob_effect.button_background": { } }, - { "close_button@mob_effect.mob_effect_screen_close_button": { } } - ] - }, - "mob_effect_content": { - "type": "panel", - "controls": [ - { "bg@mob_effect.main_background": { } }, - { "close_panel@mob_effect.close_button_panel": { } }, - { "content_panel@mob_effect.mob_effect_list_content_panel": { } } - ] - }, - //--------------------------------------------------------------------------- - // CONTENT - Left Handed - //--------------------------------------------------------------------------- - "mob_effect_list_content_panel_left_handed": { "type": "panel", "anchor_from": "top_left", "anchor_to": "top_left", @@ -269,7 +121,7 @@ "controls": [ { "scrolling_panel@common.scrolling_panel": { - "$scrolling_content": "mob_effect.mob_effect_grid_panel_left_handed", + "$scrolling_content": "mob_effect.mob_effect_grid_panel", "$show_background": false, "$scroll_size": [ "8px", "100% - 4px" ], "$scrolling_pane_size|default": [ "100%", "default" ], @@ -281,26 +133,26 @@ } ] }, - "mob_effect_screen_close_button_left_handed@common.legacy_pocket_close_button": { + "mob_effect_screen_close_button@common.legacy_pocket_close_button": { "anchor_from": "top_left", "anchor_to": "top_left", "size": [ 18, 18 ], "offset": [ "90% + 4px", 7.5 ], "$pressed_button_name": "button.menu_continue" }, - "close_button_panel_left_handed": { + "close_button_panel": { "type": "panel", "controls": [ - { "l_bg@mob_effect.button_background_left_handed": { } }, - { "l_close_button@mob_effect.mob_effect_screen_close_button_left_handed": { } } + { "bg@mob_effect.button_background": { } }, + { "close_button@mob_effect.mob_effect_screen_close_button": { } } ] }, - "mob_effect_content_left_handed": { + "mob_effect_content": { "type": "panel", "controls": [ - { "l_bg@mob_effect.main_background_left_handed": { } }, - { "l_close_panel@mob_effect.close_button_panel_left_handed": { } }, - { "l_content_panel@mob_effect.mob_effect_list_content_panel_left_handed": { } } + { "bg@mob_effect.main_background": { } }, + { "close_panel@mob_effect.close_button_panel": { } }, + { "content_panel@mob_effect.mob_effect_list_content_panel": { } } ] }, @@ -309,18 +161,8 @@ //--------------------------------------------------------------------------- "main_screen": { "type": "panel", - "variables": [ - { - "requires": "(not $is_left_handed)", - "$main_panel": "mob_effect.mob_effect_content" - }, - { - "requires": "$is_left_handed", - "$main_panel": "mob_effect.mob_effect_content_left_handed" - } - ], "controls": [ - { "main_screen@$main_panel": { } } + { "main_screen@mob_effect.mob_effect_content": {} } ] }, "mob_effect_screen@common.base_screen": { diff --git a/resource_pack/ui/pdp_screen.json b/resource_pack/ui/pdp_screen.json index 5ed05f8ac..60c2bb446 100644 --- a/resource_pack/ui/pdp_screen.json +++ b/resource_pack/ui/pdp_screen.json @@ -1833,6 +1833,33 @@ ] }, + "image_gallery_factory_object": { + "type": "stack_panel", + "orientation": "vertical", + "size": [ "100%", "100%cm" ], + "controls": [ + { "resource_pack_content_panel@pdp.image_row_content": {} } + ] + }, + + "left_text_right_image_factory_object": { + "type": "stack_panel", + "orientation": "vertical", + "size": [ "100%", "100%cm" ], + "controls": [ + { "resource_pack_content_panel@pdp.image_row_left_text_content": {} } + ] + }, + + "right_text_left_image_factory_object": { + "type": "stack_panel", + "orientation": "vertical", + "size": [ "100%", "100%cm" ], + "controls": [ + { "resource_pack_content_panel@pdp.image_row_right_text_content": {} } + ] + }, + "skin_pack_section_factory_object": { "type": "panel", "size": [ "100%", "100%c" ], @@ -2771,6 +2798,160 @@ ] }, + "image_row_left_text_content": { + "type": "stack_panel", + "orientation": "horizontal", + "size": [ "100%", "100%cm" ], + "controls": [ + { + "buffer_panel_front": { + "type": "panel", + "size": [ "2px", "100%sm" ] + } + }, + { + "text_section": { + "type": "stack_panel", + "orientation": "vertical", + "size": [ "fill", "100%c" ], + "controls": [ + { + "left_header@pdp.section_header": { + "size": [ "100%", "100%c" ] + } + }, + { + "left_text@sdl_text_row.sdl_text_row": { + } + }, + { + "buffer_panel_bottom": { + "type": "panel", + "size": [ "100%", "3px" ] + } + } + ] + } + }, + { + "buffer_panel_mid": { + "type": "panel", + "size": [ "2px", "100%sm" ] + } + }, + { + "screenshots_single@sdl_image_row.double_image": { + "$image_bindings": [ + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + }, + { + "binding_type": "global", // bypassing the factory. + "binding_name": "#screenshot_texture_image_row_global", + "binding_name_override": "#texture" + }, + { + "binding_type": "global", + "binding_name": "#screenshot_texture_file_system_image_row_global", + "binding_name_override": "#texture_file_system" + } + ] + } + }, + { + "buffer_panel_back": { + "type": "panel", + "size": [ "2px", "100%sm" ] + } + } + ] + }, + + "image_row_right_text_content": { + "type": "stack_panel", + "orientation": "horizontal", + "size": [ "100%", "100%cm" ], + "controls": [ + { + "buffer_panel_front": { + "type": "panel", + "size": [ "2px", "100%sm" ] + } + }, + { + "screenshots_single@sdl_image_row.double_image": { + "$image_bindings": [ + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + }, + { + "binding_type": "global", + "binding_name": "#screenshot_texture_image_row_global", + "binding_name_override": "#texture" + }, + { + "binding_type": "global", + "binding_name": "#screenshot_texture_file_system_image_row_global", + "binding_name_override": "#texture_file_system" + } + ] + } + }, + { + "buffer_panel_mid": { + "type": "panel", + "size": [ "2px", "100%sm" ] + } + }, + { + "text_section": { + "type": "stack_panel", + "orientation": "vertical", + "size": [ "fill", "100%sm" ], + "min_size": [ "fill", "100%c" ], + "controls": [ + { + "right_header@pdp.section_header": { + "size": [ "100%", "100%c" ] + } + }, + { + "right_text@sdl_text_row.sdl_text_row": { + } + }, + { + "buffer_panel_bottom": { + "type": "panel", + "size": [ "100%", "3px" ] + } + } + ] + } + }, + { + "buffer_panel_back": { + "type": "panel", + "size": [ "2px", "100%sm" ] + } + } + ] + }, + + "image_row_content": { + "type": "panel", + "size": [ "100%", "100%c" ], + "controls": [ + { + "screenshots_triple@sdl_image_row.image_row_factory": { + } + } + ] + }, + //-------------------------------------------------------------------------------- // Summary Section //-------------------------------------------------------------------------------- @@ -3758,14 +3939,9 @@ "$button_text_max_size": [ "default", 8 ], "$default_text_color": "$store_white_text_color", "$pressed_button_name": "button.apply_to_realm", - "variables": [ - { - "requires": "$realms_plus_on", - "$default_button_texture": "textures/ui/realmsContent", - "$hover_button_texture": "textures/ui/realmsContentHover", - "$pressed_button_texture": "textures/ui/realmsContentPressed" - } - ] + "$default_button_texture": "textures/ui/realmsContent", + "$hover_button_texture": "textures/ui/realmsContentHover", + "$pressed_button_texture": "textures/ui/realmsContentPressed" }, "in_realms_plus_button_content": { diff --git a/resource_pack/ui/persona_SDL.json b/resource_pack/ui/persona_SDL.json index 40cc418aa..3a36bdf8d 100644 --- a/resource_pack/ui/persona_SDL.json +++ b/resource_pack/ui/persona_SDL.json @@ -134,6 +134,11 @@ "texture": "textures/ui/icon_preview" }, + "replay_emote_icon@persona_sdl.common_image": { + "size": [ 14, 14 ], + "texture": "textures/ui/book_arrowright_pressed_transparent" + }, + "info_glyph_icon@persona_sdl.common_image": { "size": [ 14, 14 ], "texture": "textures/ui/blue_info_glyph" @@ -666,11 +671,43 @@ "$locked_state_border_visible": true }, + "play_emote_icon_button@common_buttons.light_content_button": { + "size": [ 22, 22 ], + "anchor_to": "bottom_right", + "anchor_from": "bottom_right", + + "layer": 92, // Must be usable on top of skin rotation input panel which has layer of 90 + "$button_content": "persona_sdl.replay_emote_icon", + "$button_size_override": [ 22, 22 ], + "$pressed_button_name": "button.play_emote_again", + "$default_state_border_visible": true, + "$hover_state_border_visible": true, + "$pressed_state_border_visible": true, + "$locked_state_border_visible": true, + + "bindings": [ + { + "binding_name": "#is_play_again_button_visible", + "binding_name_override": "#visible" + } + ] + }, + + "expanded_appearance_button_stack@common.vertical_stack_panel": { + "size": [ 22, 48 ], + "anchor_to": "bottom_right", + "anchor_from": "bottom_right", + "controls": [ + { "play_emote_icon_button@persona_sdl.play_emote_icon_button": {} }, + { "expand_appearance_preview_button@persona_sdl.expand_appearance_preview_button": {} } + ] + }, + "appearance_section": { "type": "panel", "size": [ "100%", "fill" ], "layer": 90, - + "$skin_preview|default": "#preview_skin", "$gesture_input_panel_control": "appearance_model", @@ -2123,10 +2160,9 @@ { "expanded_appearance@persona_sdl.appearance_section": { "size": [ "100% - 10px", "100% - 10px" ], - "$model_offset": [ 0, "-10%" ], "$appearance_viewer_model_size": [ "51%y", "100%" ], - "$extra_appearance_section_content": "persona_sdl.expand_appearance_preview_button", + "$extra_appearance_section_content": "persona_sdl.expanded_appearance_button_stack", "$expand_appearance_preview_button_event": "button.menu_exit" } } @@ -3484,6 +3520,19 @@ "size": "$persona_piece_size", "$pressed_button_function|default": "button.apply_persona_piece", + "bindings": [ + { + "binding_type": "$piece_section_collection_details", + "binding_collection_name": "$piece_section_collection_name", + "binding_collection_prefix": "$piece_section_collection_prefix" + }, + { + "binding_type": "collection", + "binding_collection_name": "$persona_piece_collection_name", + "binding_name": "#persona_piece_offer_visible", + "binding_name_override": "#visible" + } + ], "controls": [ { diff --git a/resource_pack/ui/play_screen.json b/resource_pack/ui/play_screen.json index 3f8b59566..326954fde 100644 --- a/resource_pack/ui/play_screen.json +++ b/resource_pack/ui/play_screen.json @@ -4618,14 +4618,9 @@ "size": [ "100%", 29 ], "$button_text": "createWorldScreen.createOnRealms", "$pressed_button_name": "button.create_on_realms_button", - "variables": [ - { - "requires": "$realms_plus_on", - "$default_button_texture": "textures/ui/realmsContent", - "$hover_button_texture": "textures/ui/realmsContentHover", - "$pressed_button_texture": "textures/ui/realmsContentPressed" - } - ], + "$default_button_texture": "textures/ui/realmsContent", + "$hover_button_texture": "textures/ui/realmsContentHover", + "$pressed_button_texture": "textures/ui/realmsContentPressed", "bindings": [ { "binding_name": "#create_on_realms_button_visible", diff --git a/resource_pack/ui/pocket_containers.json b/resource_pack/ui/pocket_containers.json index d4ef73367..3be0c566a 100644 --- a/resource_pack/ui/pocket_containers.json +++ b/resource_pack/ui/pocket_containers.json @@ -147,8 +147,7 @@ { "inventory_selected_icon_button@common.inventory_selected_icon_button": {} }, { "hold_icon@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/progress_screen.json b/resource_pack/ui/progress_screen.json index 1352faa55..daa7bc207 100644 --- a/resource_pack/ui/progress_screen.json +++ b/resource_pack/ui/progress_screen.json @@ -692,6 +692,40 @@ ] }, + "edu_cloud_upload_progress_bar": { + "type": "panel", + "size": [ "100%" , "100%c" ], + "controls": [ + { + "waveform_loading_bar@progress.progress_loading_bars": { + "bindings": [ + { + "binding_name": "(not #use_determinate_animation)", + "binding_name_override": "#visible" + } + ] + } + }, + { + "determinate_loading_bar@progress.fancy_progress_loading_bars": { + "offset": [ 0, 25 ], + "bindings": [ + { + "binding_name": "#use_determinate_animation", + "binding_name_override": "#visible" + } + ] + } + } + ], + "bindings": [ + { + "binding_name": "#progress_animation_visible", + "binding_name_override": "#visible" + } + ] + }, + "cancel_button@common_buttons.light_text_button": { "$pressed_button_name": "button.menu_exit", "$button_text": "#cancel_button_text", @@ -1439,7 +1473,7 @@ "type": "panel", "size": [ "100%", "100%c" ], "controls": [ - { "progress_loading_bars@progress.progress_loading_bars": { "offset": [ 0, 25 ] } } + { "progress_loading_bars@progress.edu_cloud_upload_progress_bar": {} } ] } } @@ -1500,110 +1534,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 ] + } + } + ] } } ] @@ -1621,12 +1676,51 @@ "anchor_from": "bottom_middle", "anchor_to": "bottom_middle", "size": [ "100%", 52 ], + "bindings": [ + { + "binding_name": "#one_button_panel", + "binding_name_override": "#visible" + } + ], "controls": [ { "modal_button_panel@$modal_button_panel_type": {} } ] } + }, + { + "error_button_content": { + "type": "stack_panel", + "orientation": "horizontal", + "anchor_from": "bottom_middle", + "anchor_to": "bottom_middle", + "size": [ "100%", 52 ], + "offset": [ 80, 13 ], + "bindings": [ + { + "binding_name": "(not #one_button_panel)", + "binding_name_override": "#visible" + } + ], + "controls": [ + { + "download_ok_button@common_buttons.light_text_button": { + "$pressed_button_name": "button.download_failed_open", + "$button_text": "edu.cloudError.local.download.open", + "size": [ 70, 26 ] + } + }, + { + "download_cancel_button@common_buttons.light_text_button": { + "$pressed_button_name": "button.download_failed_cancel", + "$button_text": "#cancel_button_text", + "$button_text_binding_type": "global", + "size": [ 70, 26 ] + } + } + ] + } } ] } diff --git a/resource_pack/ui/realms_create.json b/resource_pack/ui/realms_create.json index fed53af3e..992dc37ec 100644 --- a/resource_pack/ui/realms_create.json +++ b/resource_pack/ui/realms_create.json @@ -183,19 +183,6 @@ "$toggle_name": "#player_count_2", "$button_text": "realmsCreateScreen.twoUsers" } - }, - { - "player_count_10@realms_create.realms_option_button": { - "layer": 2, - "anchor_from": "top_right", - "anchor_to": "top_right", - "size": [ "50%", "100%" ], - "$selected_option_binding_name": "#player_count_10", - "$pressed_button_name": "button.realms_player_count_10", - "$toggle_name": "#player_count_10", - "$button_text": "realmsCreateScreen.tenUsers", - "visible": "(not $realms_plus_on)" - } } ] } @@ -471,14 +458,46 @@ } }, { - "realms_terms_info@settings_common.option_info_label": { - "$container_text_binding_name": "#realms_terms_info", - "$used_fontsize": "normal", - "$used_fonttype": "smooth", - "$show_option_label": false, - "$show_for_ios|default": false, - "layer": 3, - "size": [ "100% - 4px", "100%c" ] + "realms_terms_info": { + "type": "image", + "texture": "textures/ui/text_label_box", + "size": [ "100%", "100%c" ], + "$used_fontsize|default": "normal", + "$used_fonttype|default": "smooth", + "controls": [ + { + "label_panel": { + "type": "stack_panel", + "size": [ "100%", "100%c" ], + "orientation": "vertical", + "controls": [ + { + "padding_1": { + "type": "panel", + "size": [ 0, 4 ] + } + }, + { + "text_description_wrapper@common.tts_label_focus_wrapper": { + "$tts_label_panel": "realms_create.terms_section" + } + }, + { + "text_description_wrapper_extra@common.tts_label_focus_wrapper": { + "$tts_label_panel": "realms_create.terms_section_extra", + "ignored": "(not $is_ps4)" + } + }, + { + "padding_2": { + "type": "panel", + "size": [ 0, 4 ] + } + } + ] + } + } + ] } }, { @@ -496,6 +515,50 @@ ] }, + "terms_section": { + "type": "panel", + "size": [ "100%", "100%c" ], + "controls": [ + { + "terms_section_label": { + "type": "label", + "size": [ "100% - 8px", "default" ], + "anchor_to": "center", + "text": "#realms_terms_info", + "color": "$body_text_color", + "font_type": "smooth", + "bindings": [ + { + "binding_name": "#realms_terms_info" + } + ] + } + } + ] + }, + + "terms_section_extra": { + "type": "panel", + "size": [ "100%", "100%c" ], + "controls": [ + { + "terms_section_label": { + "type": "label", + "size": [ "100% - 8px", "default" ], + "anchor_to": "center", + "text": "#realms_terms_info_extra", + "color": "$body_text_color", + "font_type": "smooth", + "bindings": [ + { + "binding_name": "#realms_terms_info_extra" + } + ] + } + } + ] + }, + "main_panel": { "type": "stack_panel", "anchor_from": "top_left", diff --git a/resource_pack/ui/realms_invite_link_settings_screen.json b/resource_pack/ui/realms_invite_link_settings_screen.json index 49beb8d42..9ee52c628 100644 --- a/resource_pack/ui/realms_invite_link_settings_screen.json +++ b/resource_pack/ui/realms_invite_link_settings_screen.json @@ -46,6 +46,7 @@ "text": "#realm_invite_link_url", "tts_override_control_value": "#realm_invite_link_url_TTS", "color": "$body_text_color", + "size": [ "100%", "100%" ], "bindings": [ { "binding_name": "#realm_invite_link_url" diff --git a/resource_pack/ui/realms_settings_screen.json b/resource_pack/ui/realms_settings_screen.json index d9b412bd7..bb9a22440 100644 --- a/resource_pack/ui/realms_settings_screen.json +++ b/resource_pack/ui/realms_settings_screen.json @@ -86,8 +86,7 @@ "manage_subscriptions_button@settings_common.action_button": { "$button_text": "realmsSettingsScreen.manageSubscriptionsButton", - "$pressed_button_name": "menu_realms_manage_subscriptions", - "visible": "($realms_plus_on)" + "$pressed_button_name": "menu_realms_manage_subscriptions" }, "delete_realm_button@settings_common.action_button": { diff --git a/resource_pack/ui/redstone_screen.json b/resource_pack/ui/redstone_screen.json index d3759d0ab..c7ba1bdb8 100644 --- a/resource_pack/ui/redstone_screen.json +++ b/resource_pack/ui/redstone_screen.json @@ -81,8 +81,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, "crafter_input_grid": { @@ -436,8 +435,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, "hopper_screen@common.inventory_screen_common": { diff --git a/resource_pack/ui/screenshot_picker_screen.json b/resource_pack/ui/screenshot_picker_screen.json deleted file mode 100644 index 998a99629..000000000 --- a/resource_pack/ui/screenshot_picker_screen.json +++ /dev/null @@ -1,494 +0,0 @@ -{ - "namespace": "screenshotpicker", - - //-------------------------------------------------------------------------------- - // screenshotpicker_grid - //-------------------------------------------------------------------------------- - - "screenshotpicker_item_scrolling_panel": { - "type": "panel", - "anchor_to": "top_left", - "anchor_from": "top_left", - "layer": 0, - "controls": [ - { - "screenshotpicker_item_scrolling_panel_content_instance@screenshotpicker.screenshotpicker_item_scrolling_panel_content": { - "$scrolling_pane_size": [ "100% - 4px", "100%" ] - } - } - ] - }, - - "screenshotpicker_item_scrolling_panel_content@common.scrolling_panel": { - "anchor_to": "top_left", - "anchor_from": "top_left", - "$show_background": false, - "$scroll_size": [ 5, "100% - 4px" ], - "$scrolling_content": "screenshotpicker.grid_panel", - "$screenshotpicker_panel_size": [ "100%", "100%c" ] - }, - - "spacing_gap": { - "type": "panel", - "size": [ "100%", 20 ] - }, - - "grid_panel": { - "type": "stack_panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "orientation": "vertical", - "size": "$screenshotpicker_panel_size", - "controls": [ - { "spacing_gap@screenshotpicker.spacing_gap": {} }, - { - "screenshotpicker_grid_instance@screenshotpicker.screenshotpicker_grid": { - } - }, - { "spacing_gap2@screenshotpicker.spacing_gap": {} }, - { - "pagination_panel@screenshotpicker.pagination_panel": { - "$is_visible_binding_name": "#screenshotpicker_buttons_visible", - "$this_page_index_text": "#screenshotpicker_page_index_text", - "$is_prev_visible": "#screenshotpicker_prevButton_visible", - "$is_next_visible": "#screenshotpicker_nextButton_visible" - } - } - ] - }, - - "pagination_panel@feed_common.pagination_panel": { - "$next_button_name": "button.screenshotpicker_next_button", - "$prev_button_name": "button.screenshotpicker_prev_button", - "bindings": [ - { - "binding_name": "$is_visible_binding_name", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - }, - - "screenshotpicker_grid": { - "type": "grid", - "size": [ "100%", "default" ], - "grid_item_template": "screenshotpicker.screenshotpicker_grid_item", - "grid_dimension_binding": "#screenshotpicker_grid_dimension", - "collection_name": "screenshotpicker_collection", - "anchor_to": "top_left", - "anchor_from": "top_left", - "bindings": [ - { - "binding_name": "#screenshotpicker_grid_dimension" - } - ] - }, - - "screenshotpicker_grid_item": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "25%", 100 ], - "controls": [ - { - "image_panel_instance@screenshotpicker.image_panel": { - "size": [ "100%", "90%" ] - } - }, - { - "edit_item_panel@screenshotpicker.edit_item_panel": { - "size": [ "100%", "100%" ] - } - }, - { - "timesince_panel@screenshotpicker.timesince_panel": { - "anchor_from": "bottom_left", - "anchor_to": "bottom_left", - "offset": [ 0, 2 ] - } - }, - { - "invalid_screenshot_overlay@screenshotpicker.faded_background": { - "visible": "#validation_failure_visible", - "layer": 8, - "alpha": 0.5, - "bindings": [ - { - "binding_name": "#validation_failure_visible", - "binding_name_override": "#visible", - "binding_type": "collection", - "binding_collection_name": "screenshotpicker_collection" - } - ] - } - } - ], - "bindings": [ - { - "binding_name": "#screenshotpicker_visible", - "binding_name_override": "#visible", - "binding_type": "collection", - "binding_collection_name": "screenshotpicker_collection" - } - ] - }, - - "timesince_panel": { - "type": "panel", - "size": [ "100%", 20 ], - "controls": [ - { - "screenshotpicker_timesince_instance@screenshotpicker.screenshotpicker_item_label": { - "size": [ "100%", "100%" ], - "font_size": "normal", - "alpha": 0.5, - "text": "#screenshotpicker_screenshot_time", - "offset": [ 3, -4 ], - "bindings": [ - { - "binding_name": "#screenshotpicker_screenshot_time", - "binding_type": "collection", - "binding_collection_name": "screenshotpicker_collection" - }, - { - "binding_name": "#screenshotpicker_timesince_visible", - "binding_type": "collection", - "binding_collection_name": "screenshotpicker_collection", - "binding_name_override": "#visible" - } - ] - } - } - ] - }, - - //-------------------------------------------------------------------------------- - // Common Controls - //-------------------------------------------------------------------------------- - - "screenshotpicker_item_label": { - "type": "label", - "layer": 0, - "anchor_from": "center", - "anchor_to": "center", - "font_type": "smooth", - "color": "$f_color_format" - }, - - "edit_label": { - "type": "label", - "layer": 2, - "color": "$f_color_format", - "anchor_from": "center", - "anchor_to": "center", - "text": "feed.edit", - "alpha": "$content_alpha", - "text_alignment": "center", - "size": [ "100%", 15 ], - "offset": [ 0, 2 ] - }, - - "screenshotpicker_image": { - "type": "image", - "layer": 0, - "texture": "#screenshotpicker_texture", - "texture_file_system": "#screenshotpicker_texture_source", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "100%" ], - "bindings": [ - { - "binding_name": "#screenshotpicker_texture", - "binding_type": "collection", - "binding_name_override": "#texture", - "binding_collection_name": "screenshotpicker_collection" - }, - { - "binding_name": "#screenshotpicker_texture_source", - "binding_name_override": "#texture_file_system", - "binding_type": "collection", - "binding_collection_name": "screenshotpicker_collection" - } - ] - }, - - "delete_panel": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "100%" ], - "controls": [ - { - "delete_label@feed_common.smooth_label": { - "text": "feed.delete", - "anchor_from": "center", - "anchor_to": "center", - "layer": 1 - } - }, - { - "faded_background@screenshotpicker.faded_background": {} - } - ] - }, - - "faded_background": { - "type": "image", - "texture": "textures/ui/control", - "size": [ "100%", "100%" ], - "alpha": 0.30 - }, - - "screenshot_button@common_buttons.transparent_content_button": { - "layer": 1, - "size": [ "100%", "100%" ], - "anchor_from": "top_left", - "anchor_to": "top_left", - "$button_content": "screenshotpicker.screenshotpicker_image", - "$default_content_alpha": 1, - "$hover_content_alpha": 0.6, - "$pressed_alpha": 0.3, - "$default_button_alpha": 0, - "$default_hover_alpha": 0, - "$default_pressed_alpha": 0, - "$default_state_border_visible": false, - "$hover_state_border_visible": true, - "$pressed_state_border_visible": true, - "$locked_state_border_visible": false, - "$border_default_alpha": 0, - "enabled": "#validation_succeeded", - "$locked_button_texture": "", - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.screenshot", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.screenshot", - "mapping_type": "focused" - } - ], - "bindings": [ - { - "binding_type": "collection_details", - "binding_collection_name": "screenshotpicker_collection" - }, - { - "binding_name": "#validation_succeeded", - "binding_name_override": "#enabled", - "binding_type": "collection", - "binding_collection_name": "screenshotpicker_collection" - } - ] - }, - - "remove_item_button@common_buttons.transparent_content_button": { - "layer": 2, - "size": [ "100%", "100%" ], - "anchor_from": "top_left", - "anchor_to": "top_left", - "$button_content": "screenshotpicker.delete_panel", - "$default_content_alpha": 1, - "$hover_content_alpha": 0.6, - "$pressed_alpha": 0.3, - "$default_button_alpha": 0, - "$default_hover_alpha": 0, - "$default_pressed_alpha": 0, - "$border_default_alpha": 0, - "$default_state_border_visible": false, - "$hover_state_border_visible": true, - "$pressed_state_border_visible": true, - "$locked_state_border_visible": false, - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.delete_item", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.delete_item", - "mapping_type": "focused" - } - ], - "bindings": [ - { - "binding_type": "collection_details", - "binding_collection_name": "screenshotpicker_collection" - }, - { - "binding_name": "#is_delete_visible", - "binding_name_override": "#visible", - "binding_type": "collection", - "binding_collection_name": "screenshotpicker_collection" - } - ] - }, - - "edit_button@common_buttons.transparent_content_button": { - "layer": 10, - "size": [ 60, 25 ], - "offset": [ -20, 0 ], - "anchor_from": "top_right", - "anchor_to": "top_right", - "$pressed_button_name": "button.edit", - "$button_content": "screenshotpicker.edit_label", - "$default_content_alpha": 1, - "$hover_button_texture": "textures/ui/imagetaggedcornergreenhover", - "$pressed_button_texture": "textures/ui/imagetaggedcornergreenpressed", - "$default_button_alpha": 0 - }, - - "image_panel": { - "type": "panel", - "size": [ "100%", "100%" ], - "anchor_from": "top_left", - "anchor_to": "top_left", - "controls": [ - { "screenshotpicker_button_instance@screenshotpicker.screenshot_button": {} } - ] - }, - - "edit_item_panel": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "controls": [ - { "remove_item_button@screenshotpicker.remove_item_button": {} } - ] - }, - - //-------------------------------------------------------------------------------- - // Root Controls - //-------------------------------------------------------------------------------- - - "content": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "100%" ], - "offset": [ 5, 0 ], - "controls": [ - { - "top_bar_gradient@feed_common.top_bar_gradient": { - "size": [ "100%", "8%" ], - "anchor_from": "top_middle", - "anchor_to": "top_middle", - "offset": [ -5, 0 ], - "layer": 9 - } - }, - { "edit_button_instance@screenshotpicker.edit_button": {} }, - { - "return_button@feed_common.return_button": { - "$return_label_text": "feed.cancel", - "$close_button_to_button_id|default": "button.close_screenshot_picker", - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "$close_button_to_button_id", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "$close_button_to_button_id", - "mapping_type": "focused" - } - ] - } - }, - { - "screenshots_label@feed_common.title_label": { - "text": "feed.screenshots", - "layer": 10 - } - }, - { - "no_screenshot_label@feed_common.smooth_label": { - "text": "feed.no_screenshot", - "anchor_from": "center", - "anchor_to": "center", - "layer": 1, - "bindings": [ - { - "binding_name": "#no_screenshot_visible", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - }, - { "screenshotpicker_item_scrolling_panel_instance@screenshotpicker.screenshotpicker_item_scrolling_panel": {} } - ] - }, - - "screenshotpicker_screen@common.base_screen": { - "button_mappings": [ - { - "from_button_id": "button.menu_cancel", - "to_button_id": "button.menu_exit", - "mapping_type": "global" - }, - { - "from_button_id": "button.menu_tab_right", - "to_button_id": "button.screenshotpicker_next_button", - "mapping_type": "global" - }, - { - "from_button_id": "button.menu_tab_left", - "to_button_id": "button.screenshotpicker_prev_button", - "mapping_type": "global" - }, - { - "from_button_id": "button.menu_up", - "to_button_id": "button.menu_up", - "mapping_type": "global", - "scope": "view" - }, - { - "from_button_id": "button.menu_down", - "to_button_id": "button.menu_down", - "mapping_type": "global", - "scope": "view" - }, - { - "from_button_id": "button.menu_left", - "to_button_id": "button.menu_left", - "mapping_type": "global", - "scope": "view" - }, - { - "from_button_id": "button.menu_right", - "to_button_id": "button.menu_right", - "mapping_type": "global", - "scope": "view" - } - ], - "$default_text_color": [ 0.3, 0.3, 0.3 ], - "$screen_content": "screenshotpicker.screenshotpicker_screen_content" - }, - - "screenshotpicker_screen_content@common.common_panel": { - "type": "panel", - "controls": [ - { - "transparent_background_instance@feed_common.transparent_background": {} - }, - { - "gamepad_helpers@feed_common.gamepad_helpers": {} - }, - { - "container": { - "type": "panel", - "size": [ "100%", "100%" ], - "layer": 1, - "controls": [ - { "content@screenshotpicker.content": {} } - ] - } - } - ] - } -} \ No newline at end of file diff --git a/resource_pack/ui/settings_screen.json b/resource_pack/ui/settings_screen.json index 246dbf297..9a1a8bf5b 100644 --- a/resource_pack/ui/settings_screen.json +++ b/resource_pack/ui/settings_screen.json @@ -410,7 +410,7 @@ }, { "server_section@world_section.server_section": {} }, { "multiplayer_section@world_section.multiplayer_section": {} }, - { "edu_cloud_section@world_section.edu_cloud_section": { "ignored": "(not $education_edition)" } }, + { "edu_cloud_section@world_section.edu_cloud_section": { "ignored": "(not $education_edition or not $edu_save_to_cloud_on or not $edu_save_to_cloud_general_toggle_on or $is_multiplayer_client)" } }, { "debug_section@world_section.debug_section": { "ignored": "$is_publish", diff --git a/resource_pack/ui/settings_sections/controls_section.json b/resource_pack/ui/settings_sections/controls_section.json index 8ee20bf21..d67f2a5dc 100644 --- a/resource_pack/ui/settings_sections/controls_section.json +++ b/resource_pack/ui/settings_sections/controls_section.json @@ -1006,7 +1006,7 @@ } }, { - "customize_tooltip_option@controls_section.customize_tooltip_option": {} + "customize_tooltip_option@controls_section.customize_tooltip_option": {} }, { "padding": { @@ -1066,6 +1066,14 @@ ] } }, + { + "option_toggle_left_handed@settings_common.option_toggle": { + "$option_label": "options.lefthanded", + "$option_binding_name": "#left_handed", + "$option_enabled_binding_name": "#left_handed_enabled", + "$toggle_name": "left_handed" + } + }, { "option_toggle_auto_jump@settings_common.option_toggle": { "$option_label": "options.autojump", diff --git a/resource_pack/ui/settings_sections/general_section.json b/resource_pack/ui/settings_sections/general_section.json index 323e7b030..916baff6f 100644 --- a/resource_pack/ui/settings_sections/general_section.json +++ b/resource_pack/ui/settings_sections/general_section.json @@ -2145,22 +2145,12 @@ }, { "auto_attach_toggle@settings_common.option_toggle": { - "ignored": "$build_platform_UWP", "$option_label": "options.creator.debuggerAutoAttach", "$option_binding_name": "#script_debugger_auto_attach", "$option_enabled_binding_name": "#script_debugger_auto_attach_enabled", "$toggle_name": "script_debugger_auto_attach" } - }, - { - "auto_connect_toggle@settings_common.option_toggle": { - "ignored": "(not $build_platform_UWP)", - "$option_label": "options.creator.debuggerAutoConnect", - "$option_binding_name": "#script_debugger_auto_attach", - "$option_enabled_binding_name": "#script_debugger_auto_attach_enabled", - "$toggle_name": "script_debugger_auto_attach" - } - }, + }, { "all_options_panel": { "type": "stack_panel", @@ -2230,6 +2220,21 @@ } ] } + }, + { + "auto_attach_timeout_slider@settings_common.option_slider": { + "$option_label": "#script_debugger_auto_attach_timeout_slider_label", + "$slider_name": "script_debugger_auto_attach_timeout", + "$slider_value_binding_name": "#script_debugger_auto_attach_timeout", + "$slider_tts_text_value": "#script_debugger_auto_attach_timeout_text_value", + "$option_enabled_binding_name": "#script_debugger_auto_attach_timeout_enabled", + "$slider_steps_binding_name": "#script_debugger_auto_attach_timeout_steps", + "$label_bindings": [ + { + "binding_name": "$option_label" + } + ] + } } ] } @@ -7780,7 +7785,7 @@ "$option_binding_name": "#dev_show_discovery_overrides", "$option_enabled_binding_name": "#dev_show_discovery_overrides_enabled", "$toggle_name": "dev_show_discovery_overrides" - } + } }, { "spacer_0": { @@ -7809,14 +7814,44 @@ "$max_text_edit_length": 50 } }, + { + "service_override_type@settings_common.option_dropdown": { + "$option_label": "options.dev_serviceOverrideType", + "$dropdown_content": "general_section.dev_service_override_type_dropdown_content", + "$dropdown_area": "content_area", + "$dropdown_name": "dev_service_override_type_dropdown", + "$options_dropdown_toggle_label_binding": "#dev_service_override_type_dropdown_toggle_label", + "$dropdown_scroll_content_size": [ "100%", "250%" ] + } + }, { "text_edit_discovery_override_service_branch@settings_common.option_text_edit": { "$option_generic_panel_size": [ "100%", "100%c" ], "$option_label": "options.dev_discoveryOverrideServiceBranch", "$text_box_name": "dev_discovery_override_branch", "$option_binding_name": "#dev_discovery_override_branch", - "$option_enabled_binding_name": "#dev_discovery_override_branch_enabled", - "$max_text_edit_length": 50 + "$max_text_edit_length": 50, + "bindings": [ + { + "binding_name": "#dev_discovery_override_branch_enabled", + "binding_name_override": "#visible" + } + ] + } + }, + { + "text_edit_discovery_override_service_custom@settings_common.option_text_edit": { + "$option_generic_panel_size": [ "100%", "100%c" ], + "$option_label": "options.dev_discoveryOverrideServiceCustom", + "$text_box_name": "dev_discovery_override_custom", + "$option_binding_name": "#dev_discovery_override_custom", + "$max_text_edit_length": 50, + "bindings": [ + { + "binding_name": "#dev_discovery_override_custom_enabled", + "binding_name_override": "#visible" + } + ] } }, { @@ -9177,6 +9212,18 @@ "size": [ "100%", 10 ] } }, + { + "clear_system_service_pack_cache_button@settings_common.action_button": { + "$pressed_button_name": "button.clear_system_service_pack_cache", + "$button_text": "options.dev_gatherings_clear_system_service_pack" + } + }, + { + "spacer_2": { + "type": "panel", + "size": [ "100%", 10 ] + } + }, { "text_edit_filter_gatherings@settings_common.option_text_edit": { "$option_generic_panel_size": [ "100%", "100%c" ], @@ -9187,7 +9234,7 @@ } }, { - "spacer_2": { + "spacer_3": { "type": "panel", "size": [ "100%", 10 ] } @@ -9205,7 +9252,7 @@ } }, { - "spacer_3": { + "spacer_4": { "type": "panel", "size": [ "100%", 10 ] } @@ -9494,6 +9541,32 @@ ] }, + "new_trial_mode_screen_grid_item@settings_common.radio_with_label": { + "$toggle_state_binding_name": "#initial_selected", + "$radio_label_text": "#description", + "$radio_label_bindings": [ + { + "binding_name": "#description", + "binding_type": "collection", + "binding_condition": "once", + "binding_collection_name": "dev_new_trial_screen_radio" + } + ], + "$radio_toggle_group": true, + "$toggle_binding_type": "collection", + "$toggle_name": "dev_new_trial_screen_radio", + "$toggle_grid_collection_name": "dev_new_trial_screen_radio", + "$option_enabled_binding_name": "", + "bindings": [ + { + "binding_name": "#default_focus_precedence", + "binding_type": "collection", + "binding_condition": "visible", + "binding_collection_name": "dev_new_trial_screen_radio" + } + ] + }, + "new_death_grid_item@settings_common.radio_with_label": { "$toggle_state_binding_name": "#initial_selected", "$radio_label_text": "#description", @@ -9750,6 +9823,42 @@ "size": [ "100%", 10 ] } }, + /* Trial Mode Screen Overrides */ + { + "new_trial_mode_screen_radio_label": { + "type": "label", + "text": "New Trial Mode (requires restart)", + "size": [ "100%", "default" ], + "color": "$body_text_color" + } + }, + { + "new_trial_mode_screen_radio_label_spacer": { + "type": "panel", + "size": [ "100%", 3 ] + } + }, + { + "new_trial_mode_screen_radio_button": { + "type": "grid", + "size": [ "100%", "100%c" ], + "grid_item_template": "general_section.new_trial_mode_screen_grid_item", + "grid_dimension_binding": "#dev_new_trial_screen_radio_dimension", + "collection_name": "dev_new_trial_screen_radio", + "bindings": [ + { + "binding_name": "#dev_new_trial_screen_radio_dimension", + "binding_condition": "visible" + } + ] + } + }, + { + "new_trial_mode_screen_radio_button_spacer": { + "type": "panel", + "size": [ "100%", 10 ] + } + }, /* Death Screen Overrides */ { "new_death_screen_radio_label": { @@ -10155,6 +10264,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", @@ -10448,6 +10565,23 @@ ] }, + "dev_service_override_type_dropdown_content@settings_common.option_radio_dropdown_group": { + "$radio_buttons": [ + { + "@settings_common.radio_with_label": { + "$toggle_state_binding_name": "#dev_service_override_type_radio_multibranch", + "$radio_label_text": "options.dev_serviceOverrideTypeMultibranch" + } + }, + { + "@settings_common.radio_with_label": { + "$toggle_state_binding_name": "#dev_service_override_type_radio_custom", + "$radio_label_text": "options.dev_serviceOverrideTypeCustom" + } + } + ] + }, + "dev_realms_environment_dropdown_content@settings_common.option_radio_dropdown_group": { "$radio_buttons": [ { @@ -10519,19 +10653,25 @@ { "@settings_common.radio_with_label": { "$toggle_state_binding_name": "#dev_actor_movement_default", - "$radio_label_text": "Normal Movement" + "$radio_label_text": "Default Movement" + } + }, + { + "@settings_common.radio_with_label": { + "$toggle_state_binding_name": "#dev_actor_movement_legacy_client", + "$radio_label_text": "Legacy Client Authoritative V1" } }, { "@settings_common.radio_with_label": { - "$toggle_state_binding_name": "#dev_actor_movement_client_authoritative", - "$radio_label_text": "Client Authoritative" + "$toggle_state_binding_name": "#dev_actor_movement_client", + "$radio_label_text": "Client Authoritative V2" } }, { "@settings_common.radio_with_label": { - "$toggle_state_binding_name": "#dev_actor_movement_server_authoritative_with_anti_cheat", - "$radio_label_text": "Server Authoritative with Anti Cheat" + "$toggle_state_binding_name": "#dev_actor_movement_server", + "$radio_label_text": "Server Authoritative V3" } } ] @@ -11198,11 +11338,17 @@ } }, { - "deferred_upscaling_toggle@settings_common.option_toggle": { - "$option_label": "options.deferred.upscaling", - "$option_binding_name": "#deferred_upscaling_toggle", - "$option_enabled_binding_name": "#deferred_upscaling_enabled", - "$toggle_name": "deferred_upscaling_toggle", + "upscaling_percentage@settings_common.option_slider": { + "$option_label": "#upscaling_percentage_slider_label", + "$slider_name": "upscaling_percentage", + "$slider_value_binding_name": "#upscaling_percentage", + "$slider_tts_text_value": "#upscaling_percentage_text_value", + "$slider_steps_binding_name": "#upscaling_percentage_steps", + "$label_bindings": [ + { + "binding_name": "$option_label" + } + ], "bindings": [ { "binding_name": "#graphics_mode_is_deferred", 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..3b2e3aa56 100644 --- a/resource_pack/ui/settings_sections/world_section.json +++ b/resource_pack/ui/settings_sections/world_section.json @@ -153,7 +153,7 @@ }, { "edu_cloud_button@world_section.edu_cloud_button": { - "ignored": "(not $education_edition and not $edu_save_to_cloud_on and not $edu_save_to_cloud_general_toggle_on)", + "ignored": "(not $education_edition or not $edu_save_to_cloud_on or not $edu_save_to_cloud_general_toggle_on or $is_multiplayer_client)", "$toggle_group_forced_index": "$edu_cloud_level_forced_index" } }, @@ -202,17 +202,14 @@ "$button_text": "menu.playOnRealms", "$pressed_button_name": "play_world_on_realm_button", "$focus_override_up": "FOCUS_OVERRIDE_STOP", + "$default_button_texture": "textures/ui/realmsContent", + "$hover_button_texture": "textures/ui/realmsContentHover", + "$pressed_button_texture": "textures/ui/realmsContentPressed", "variables": [ { "requires": "(not $is_world_edit)", "$button_text": "createWorldScreen.createOnRealms", "$pressed_button_name": "create_world_on_realm_button" - }, - { - "requires": "$realms_plus_on", - "$default_button_texture": "textures/ui/realmsContent", - "$hover_button_texture": "textures/ui/realmsContentHover", - "$pressed_button_texture": "textures/ui/realmsContentPressed" } ], "bindings": [ @@ -738,13 +735,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.json b/resource_pack/ui/smithing_table_2_screen.json index 149029f7d..427d3a9f8 100644 --- a/resource_pack/ui/smithing_table_2_screen.json +++ b/resource_pack/ui/smithing_table_2_screen.json @@ -628,8 +628,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } diff --git a/resource_pack/ui/smithing_table_2_screen_pocket.json b/resource_pack/ui/smithing_table_2_screen_pocket.json index fd654125a..0564428dc 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", @@ -622,8 +615,7 @@ { "inventory_selected_icon_button@common.inventory_selected_icon_button": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } diff --git a/resource_pack/ui/smithing_table_screen.json b/resource_pack/ui/smithing_table_screen.json index 6b063fc06..db39073b8 100644 --- a/resource_pack/ui/smithing_table_screen.json +++ b/resource_pack/ui/smithing_table_screen.json @@ -303,8 +303,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, "smithing_table_screen@common.inventory_screen_common": { diff --git a/resource_pack/ui/smithing_table_screen_pocket.json b/resource_pack/ui/smithing_table_screen_pocket.json index 00c5247bf..c6fa99b8f 100644 --- a/resource_pack/ui/smithing_table_screen_pocket.json +++ b/resource_pack/ui/smithing_table_screen_pocket.json @@ -302,8 +302,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } 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..714360e79 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" + } ] } } @@ -666,8 +666,7 @@ { "inventory_selected_icon_button@common.inventory_selected_icon_button": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/stonecutter_screen_pocket.json b/resource_pack/ui/stonecutter_screen_pocket.json index ca5d32f14..2cbc3a671 100644 --- a/resource_pack/ui/stonecutter_screen_pocket.json +++ b/resource_pack/ui/stonecutter_screen_pocket.json @@ -474,8 +474,7 @@ { "inventory_selected_icon_button@common.inventory_selected_icon_button": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } } diff --git a/resource_pack/ui/store_common.json b/resource_pack/ui/store_common.json index 39b7bd8a6..3e6c61f56 100644 --- a/resource_pack/ui/store_common.json +++ b/resource_pack/ui/store_common.json @@ -294,7 +294,7 @@ "controls": [ { "key_art_frame@common.square_image_border_white": { - "size": ["100%", "100%" ], + "size": [ "100%", "100%" ], "layer": 2 } } @@ -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 } @@ -3944,77 +3689,6 @@ "size": "$sdl_vertical_padding_fill_size" }, - "text_row@common_store.store_description_background": { - "size": [ "100%", "100%c + 4px" ], - "controls": [ - { - "text_row_internals": { - "type": "panel", - "size": [ "100% - 4px", "100%c" ], - "anchor_from": "center", - "anchor_to": "center", - "controls": [ - { - "text_row_background": { - "type": "image", - "size": [ "100%", "100%sm" ], - "layer": 1, - "texture": "textures/ui/call_out_header", - "bindings": [ - { - "binding_name": "#text_row_highlight_visible", - "binding_name_override": "#visible" - }, - { - "binding_name": "#text_row_highlight_color", - "binding_name_override": "#color" - }, - { - "binding_type": "$store_factory_collection_details", - "binding_collection_name": "$store_factory_collection_name", - "binding_collection_prefix": "$store_factory_collection_prefix" - } - ] - } - }, - { - "text_row_label": { - "type": "label", - "size": [ "100%", "default" ], - "layer": 2, - "text": "#text_row_label", - "color": "$body_text_color", - "font_type": "smooth", - "bindings": [ - { - "binding_name": "#text_row_label" - }, - { - "binding_name": "#text_row_font_scale", - "binding_name_override": "#font_scale_factor" - }, - { - "binding_name": "#text_row_text_color", - "binding_name_override": "#color" - }, - { - "binding_name": "#text_row_alignment", - "binding_name_override": "#text_alignment" - }, - { - "binding_type": "$store_factory_collection_details", - "binding_collection_name": "$store_factory_collection_name", - "binding_collection_prefix": "$store_factory_collection_prefix" - } - ] - } - } - ] - } - } - ] - }, - "footer": { "type": "panel", "visible": "$requires_restore_button", @@ -4202,7 +3876,7 @@ "SinglePageRow": "@common_store.static_offer_row_panel", "StoreRow": "@common_store.store_row_panel", "GridList": "@common_store.store_offer_grid_panel", - "TextRow": "@common_store.text_row", + "TextRow": "@sdl_text_row.solo_text_row", "VerticalGridList": "@common_store.vertical_offer_grid_panel", "footer_section": "@common_store.footer", "NavButtonRow": "@store_layout.nav_button_grid_panel", @@ -4211,6 +3885,9 @@ "ItemSummary": "@pdp.summary_factory_object", "SearchBar": "@common_store.search_object", "ImageGallery": "@pdp.screenshot_carousel_factory_object", + "ImageRow": "@pdp.image_gallery_factory_object", + "LeftTextRightImage": "@pdp.left_text_right_image_factory_object", + "RightTextLeftImage": "@pdp.right_text_left_image_factory_object", "SkinPreview": "@pdp.skin_pack_section_factory_object", "WorldView": "@pdp.panorama_view_factory_object", "RatingRow": "@pdp.ratings_factory_object", @@ -4668,20 +4345,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_filter_menu_screen.json b/resource_pack/ui/store_filter_menu_screen.json index 8b990f019..e230a67ee 100644 --- a/resource_pack/ui/store_filter_menu_screen.json +++ b/resource_pack/ui/store_filter_menu_screen.json @@ -617,6 +617,47 @@ ] }, + "filter_main_menu_content_persona": { + "type": "stack_panel", + "orientation": "vertical", + "size": [ "100%", "100%c" ], + "anchor_to": "top_right", + "anchor_from": "top_right", + "controls": [ + { + "filter_title_bar_panel@filter_menu.filter_title_bar": {} + }, + { + "persona_style_button@filter_menu.filter_main_menu_options_button_panel": { + "ignored": "($is_inventory_screen or $is_on_3p_server)", + "$filter_sort_prefix": "dressingroomstyle" + } + }, + { + "persona_body_button@filter_menu.filter_main_menu_options_button_panel": { + "ignored": "($is_inventory_screen or $is_on_3p_server)", + "$filter_sort_prefix": "dressingroombody" + } + }, + { + "minecoin_button@filter_menu.filter_main_menu_options_button_panel": { + "ignored": "($is_inventory_screen or $is_on_3p_server)", + "$filter_sort_prefix": "minecoin" + } + }, + { + "clear_button_panel@filter_menu.filter_clear_button_panel": { + "variables": [ + { + "requires": "$is_inventory_screen", + "$filter_clear_button_text": "store.search.filters.reset" + } + ] + } + } + ] + }, + "filter_section_content_panel": { "type": "panel", "size": [ "100%", "100%c" ], @@ -645,6 +686,12 @@ "$filter_sections_content_panel_visible": "#main_filter_section_visible" }, + "filter_main_menu_section_persona@filter_menu.filter_section_content_panel": { + "$is_main_menu": true, + "$filter_section_screen_content": "filter_menu.filter_main_menu_content_persona", + "$filter_sections_content_panel_visible": "#main_filter_section_visible" + }, + "filter_pack_type_section@filter_menu.filter_section_content_panel": { "$is_main_menu": false, "$filter_sort_prefix": "pack_type", @@ -719,10 +766,36 @@ ] }, - "filter_menu_panel": { - "type": "stack_panel", - "orientation": "vertical", - "size": [ "40%", "100%" ], + "filter_menu_content_persona": { + "type": "panel", + "size": [ "100%", "100%c" ], + "controls": [ + { + "filter_main_menu_screen@filter_menu.filter_main_menu_section_persona": {} + }, + { + "filter_style_section@filter_menu.filter_type_section": { + "$filter_sort_prefix": "dressingroomstyle", + "$filter_sections_content_panel_visible": "#dressingroomstyle_filter_section_visible" + } + }, + { + "filter_body_section@filter_menu.filter_type_section": { + "$filter_sort_prefix": "dressingroombody", + "$filter_sections_content_panel_visible": "#dressingroombody_filter_section_visible" + } + }, + { + "filter_minecoin_section@filter_menu.filter_type_section": { + "$filter_sort_prefix": "minecoin", + "$filter_sections_content_panel_visible": "#minecoin_filter_section_visible" + } + } + ] + }, + + "filter_menu_panel@common.vertical_stack_panel": { + "size": [ "100%", "100%" ], "anchor_from": "right_middle", "anchor_to": "right_middle", "layer": 2, @@ -731,28 +804,40 @@ "controls": [ { // added to align with search bar - "top_padding": { - "type": "panel", - "size": [ "100%", 4 ] + "top_padding@common.empty_panel": { + "$filter_top_padding|default": [ "100%", 0 ], + "size": "$filter_top_padding" } }, { - "filter_menu_content_scroll@common.scrolling_panel": { + "alignment_panel@common.horizontal_stack_panel": { "size": [ "100%", "fill" ], - "anchor_from": "top_right", - "anchor_to": "top_right", - "$scrolling_pane_offset": [ 0, 0 ], - "$scroll_size": [ 5, "100% - 4px" ], - "$scroll_bar_left_padding_size": [ 0, 0 ], - "$bar_visible": false, - "$show_background": false, - "$scrolling_content": "filter_menu.filter_menu_content" - } - }, - { - "bottom_padding": { - "type": "panel", - "size": [ "100%", 4 ] + "controls": [ + { + "left_padding@common.empty_panel": { + "$filter_left_padding|default": [ 0, "100%" ], + "size": "$filter_left_padding" + } + }, + { + "filter_menu_content_scroll@common.scrolling_panel": { + "size": [ "fill", "100%" ], + "anchor_from": "top_right", + "anchor_to": "top_right", + "$scrolling_pane_offset": [ 0, 0 ], + "$scroll_size": [ 5, "100% - 4px" ], + "$scroll_bar_left_padding_size": [ 0, 0 ], + "$bar_visible": false, + "$show_background": false + } + }, + { + "right_padding@common.empty_panel": { + "$filter_right_padding|default": [ 0, "100%" ], + "size": "$filter_right_padding" + } + } + ] } } ] @@ -765,7 +850,32 @@ "$close_bg_exit_button_name": "button.exit_filter_menu", "controls": [ { - "filter_main_panel@filter_menu.filter_menu_panel": {} + "filter_main_panel@filter_menu.filter_menu_panel": { + "$filter_top_padding": [ "100%", 8 ], + "$filter_left_padding": [ "60%", "100%" ], + "$filter_right_padding": [ 12, "100%" ], + "$scrolling_content": "filter_menu.filter_menu_content", + "bindings": [ + { + "binding_name": "(not #is_dressing_room_scene)", + "binding_name_override": "#visible" + } + ] + } + }, + { + "filter_main_panel_persona@filter_menu.filter_menu_panel": { + "$filter_top_padding": [ "100%", 11 ], + "$filter_left_padding": [ "8%", "100%" ], + "$filter_right_padding": [ "47%", "100%" ], + "$scrolling_content": "filter_menu.filter_menu_content_persona", + "bindings": [ + { + "binding_name": "#is_dressing_room_scene", + "binding_name_override": "#visible" + } + ] + } }, { "filter_menu_close_background_button@common_store.close_bg_panel": {} 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/structure_editor_screen.json b/resource_pack/ui/structure_editor_screen.json index fa1b36ff3..aac53cf66 100644 --- a/resource_pack/ui/structure_editor_screen.json +++ b/resource_pack/ui/structure_editor_screen.json @@ -13,7 +13,7 @@ "help_icon": { "type": "image", - "texture": "textures/ui/how_to_play_button_default", + "texture": "textures/ui/how_to_play_button_default_light", "anchor_from": "center", "anchor_to": "center", "layer": 3, 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/trade_2_screen.json b/resource_pack/ui/trade_2_screen.json index 6a1eb4d40..ae78ee40a 100644 --- a/resource_pack/ui/trade_2_screen.json +++ b/resource_pack/ui/trade_2_screen.json @@ -1500,8 +1500,7 @@ { "inventory_selected_icon_button@common.inventory_selected_icon_button": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/trade_2_screen_pocket.json b/resource_pack/ui/trade_2_screen_pocket.json index a4179feb4..53723850d 100644 --- a/resource_pack/ui/trade_2_screen_pocket.json +++ b/resource_pack/ui/trade_2_screen_pocket.json @@ -545,8 +545,7 @@ { "inventory_selected_icon_button@common.inventory_selected_icon_button": {} }, { "inventory_take_progress_icon_button@common.inventory_take_progress_icon_button": {} }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] } diff --git a/resource_pack/ui/trade_screen.json b/resource_pack/ui/trade_screen.json index 0378ae523..dfeed1f04 100644 --- a/resource_pack/ui/trade_screen.json +++ b/resource_pack/ui/trade_screen.json @@ -531,8 +531,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ] }, diff --git a/resource_pack/ui/trade_screen_pocket.json b/resource_pack/ui/trade_screen_pocket.json index aeed63dbd..1389e7789 100644 --- a/resource_pack/ui/trade_screen_pocket.json +++ b/resource_pack/ui/trade_screen_pocket.json @@ -365,8 +365,7 @@ } }, { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, - { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, - { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} } ], "button_mappings": [ { diff --git a/resource_pack/ui/ui_common.json b/resource_pack/ui/ui_common.json index 9974edc85..85baaf096 100644 --- a/resource_pack/ui/ui_common.json +++ b/resource_pack/ui/ui_common.json @@ -3675,79 +3675,18 @@ "type": "custom", "renderer": "inventory_item_renderer", "layer": 5, - "$item_renderer_binding_condition|default": "none", + "$item_renderer_binding_condition|default": "visible", "bindings": [ { "binding_type": "collection_details", "binding_collection_name": "$item_collection_name" }, { - "binding_name": "#item_id_aux", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "$item_renderer_binding_condition" - }, - { - "binding_name": "#charged_item", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "$item_renderer_binding_condition" - }, - { - "binding_name": "#item_custom_color", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "$item_renderer_binding_condition" - }, - { - "binding_name": "#item_pickup_time", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "$item_renderer_binding_condition" - }, - { - "binding_name": "#show_item_pickup", + "binding_name": "#item_renderer_data", "binding_type": "collection", "binding_collection_name": "$item_collection_name", "binding_condition": "$item_renderer_binding_condition" }, - { - "binding_name": "#armor_trim_material", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name", - "binding_condition": "$item_renderer_binding_condition" - }, - { - "binding_name": "#banner_patterns", - "binding_condition": "visible", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name" - }, - { - "binding_name": "#banner_colors", - "binding_condition": "visible", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name" - }, - { - "binding_name": "#banner_type", - "binding_condition": "visible", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name" - }, - { - "binding_name": "#decorated_pot_sherds", - "binding_condition": "visible", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name" - }, - { - "binding_type": "collection", - "binding_name": "#show_item", - "binding_name_override": "#visible", - "binding_collection_name": "$item_collection_name", - "binding_condition": "$item_renderer_binding_condition" - }, { "binding_name": "#inactive_item", "binding_type": "collection", @@ -3755,27 +3694,6 @@ "binding_name_override": "#disabled_filter_visible", "binding_condition": "$item_renderer_binding_condition" }, - { - "binding_name": "#shield_is_active", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name" - }, - { - "binding_name": "#shield_base_color", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name" - }, - { - "binding_name": "#shield_base_color_hovered", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name" - }, - { - "binding_name": "#item_lodestone_tracking_handle", - "binding_condition": "visible", - "binding_type": "collection", - "binding_collection_name": "$item_collection_name" - }, { "binding_name": "#group_item_group_name", "binding_condition": "visible", @@ -3928,6 +3846,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 +3894,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", @@ -6359,6 +6280,23 @@ ] }, + "bundle_tooltip_wrapper": { + "type": "panel", + "size": [ "100%", "100%" ], + "controls": [ + { + "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": { + } + } + ], + "bindings": [ + { + "binding_name": "#is_container_screen", + "binding_name_override": "#visible" + } + ] + }, + "screen_panel": { "type": "panel", "size": [ "100%", "fill" ], @@ -6374,7 +6312,8 @@ "storage_sharing_popup": "@storage_management_popup.sharing_popup_content" } } - } + }, + { "bundle_hover_tooltip@common.bundle_tooltip_wrapper": {} } ] }, 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/world_templates_screen.json b/resource_pack/ui/world_templates_screen.json index 17f51ce44..f3dcf20ec 100644 --- a/resource_pack/ui/world_templates_screen.json +++ b/resource_pack/ui/world_templates_screen.json @@ -281,7 +281,7 @@ "force_texture_reload": true, "$screenshot_texture_name|default": "#screenshot_texture", "$screenshot_zip_folder|default": "#screenshot_zip_folder", - "$screenshot_zip_folder_binding_type|default": "none", + "$screenshot_zip_folder_binding_type|default": "collection", "$screenshot_file_system|default": "#screenshot_file_system", "texture": "$screenshot_texture_name", "texture_file_system": "$screenshot_file_system", 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 fe96c2dcd..866ed47a9 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,6 @@ { - "latest": { "version": "1.21.30.3", "date": "17-09-2024" }, + "latest": { "version": "1.21.40.3", "date": "22-10-2024" }, + "1.21.40.3": { "version": "1.21.40.3", "date": "22-10-2024" }, "1.21.30.3": { "version": "1.21.30.3", "date": "17-09-2024" }, "1.21.20.3": { "version": "1.21.20.3", "date": "13-08-2024" }, "1.21.0.3": { "version": "1.21.0.3", "date": "13-06-2024" },

Texture Sets